@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&family=Zen+Maru+Gothic:wght@500;700&display=swap");
@media only screen and (max-width: 899px) {
  #main {
    width: 100%;
    padding-top: 0;
  }
}

#app_txtarea--abtest {
  display: none;
}

@media only screen and (max-width: 899px) {
  #contents {
    width: 100%;
  }
}
@media print, screen and (min-width: 900px) {
  #contents {
    width: auto;
    max-width: 100vw;
    float: none;
  }
}
@media only screen and (max-width: 740px) {
  #contents {
    width: auto;
  }
}
@media print, screen and (min-width: 1200px) {
  #contents {
    margin-inline: calc((100vw - 1200px) / -2);
  }
}

#tokusyu {
  color: #3771AF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.8;
  letter-spacing: 0.05em;
  overflow: hidden;
}
@media only screen and (max-width: 899px) {
  #tokusyu {
    margin-inline: -10px;
    padding-inline: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu {
    font-size: 16px;
    font-size: 1rem;
  }
}
#tokusyu *,
#tokusyu *:before,
#tokusyu *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#tokusyu i {
  font-style: normal;
}
#tokusyu figure {
  margin: 0;
}
#tokusyu img {
  vertical-align: top;
  width: auto;
  height: auto;
  max-width: 100%;
}
#tokusyu .p-contents {
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 80px;
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-contents {
    margin-inline: -10px;
  }
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-section {
    padding-block: 50px;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-section {
    padding-block: 100px;
  }
}
#tokusyu .p-inr {
  position: relative;
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-inr {
    margin: 0 25px;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-inr {
    width: 100%;
    max-width: 1000px;
    padding-inline: 50px;
    margin: 0 auto;
  }
}
#tokusyu .p-zen-maru-go, #tokusyu .p-policy-list li, #tokusyu .p-profile-hl-main, #tokusyu .p-intro-body {
  font-family: "Zen Maru Gothic", serif;
}
#tokusyu .p-list li {
  text-indent: -1em;
  margin-left: 1em;
}
#tokusyu .p-list-offer {
  font-size: 10px;
  font-size: 0.625rem;
  margin-top: 0.5em;
}
#tokusyu .p-list-offer li {
  text-indent: -1em;
  margin-left: 1em;
}
#tokusyu .p-link {
  text-decoration: underline;
  color: inherit;
  word-break: break-all;
}
#tokusyu .p-link:hover {
  text-decoration: none;
}
#tokusyu .p-tac {
  text-align: center;
}
#tokusyu .p-mv {
  position: relative;
}
#tokusyu .p-mv:after {
  content: "";
  display: block;
  width: 100%;
  background: url(../img/bg-wave-white.png) 40% 50%/contain repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-mv:after {
    height: 20px;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-mv:after {
    height: 40px;
  }
}
#tokusyu .p-mv-ttl {
  position: absolute;
  z-index: 10;
  margin: 0;
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-mv-ttl {
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 30px;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-mv-ttl {
    width: 100%;
    max-width: 1000px;
    padding-inline: 50px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: right;
  }
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-mv-ttl img {
    width: 64%;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-mv-ttl img {
    width: 364px;
  }
}
#tokusyu .p-mv-swiper .swiper-slide-active .swiper-img img,
#tokusyu .p-mv-swiper .swiper-slide-duplicate-active .swiper-img img,
#tokusyu .p-mv-swiper .swiper-slide-prev .swiper-img img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}
#tokusyu .p-mv-swiper .swiper-slide {
  overflow: hidden;
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-mv-swiper .swiper-slide {
    height: 620px;
  }
}
#tokusyu .p-mv-swiper .swiper-img {
  width: 100%;
  height: 100%;
}
#tokusyu .p-mv-swiper .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-intro {
    padding-bottom: 120px;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-intro {
    padding-bottom: 180px;
  }
}
#tokusyu .p-intro-body {
  text-align: center;
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-intro-body {
    margin-inline: -25px;
  }
}
#tokusyu .p-intro-body p:not(:first-child) {
  margin-top: 1em;
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-intro-body p {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-intro-body p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#tokusyu .p-intro-ill01 {
  position: absolute;
  z-index: 20;
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-intro-ill01 {
    width: 100px;
    top: -90px;
    left: 0;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-intro-ill01 {
    top: -30px;
    left: 0;
  }
}
#tokusyu .p-intro-ill02 {
  position: absolute;
  z-index: 20;
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-intro-ill02 {
    width: 94px;
    top: 460px;
    right: 0;
    display: none;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-intro-ill02 {
    top: 340px;
    right: 0;
  }
}
#tokusyu .p-profile {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-profile {
    background: url(../img/bg-profile-sp.png) left 20px bottom -5px/230px no-repeat #D9E1EB;
    margin-top: 50px;
    padding: 20px 20px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-profile {
    background: url(../img/bg-profile-pc.png) 0 50%/auto 100% no-repeat #D9E1EB;
    margin-top: 80px;
    padding: 35px 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-profile-hl {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-profile-hl {
    margin-bottom: 20px;
  }
}
#tokusyu .p-profile-hl-sub {
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-profile-hl-sub {
    width: 58px;
    left: 15px;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-profile-hl-sub {
    width: 64px;
    left: 25px;
  }
}
#tokusyu .p-profile-hl-main {
  line-height: 1.4;
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-profile-hl-main {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    position: absolute;
    top: 30px;
    left: 0;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-profile-hl-main {
    font-size: 16px;
    font-size: 1rem;
  }
}
#tokusyu .p-profile-hl-job {
  display: block;
}
#tokusyu .p-profile-hl-name {
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-profile-hl-name {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-profile-hl-name {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-profile-body {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-profile-body {
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-top: 20px;
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-profile-img {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-profile-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 320px;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
  }
}
#tokusyu .p-profile-img img {
  width: 100%;
}
#tokusyu .p-policy {
  background: #E9EFF2;
  position: relative;
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-policy {
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-policy {
    padding-bottom: 140px;
  }
}
#tokusyu .p-policy:after {
  content: "";
  display: block;
  width: 100%;
  background: url(../img/bg-wave-aqua.png) 40% 50%/contain repeat;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 10;
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-policy:after {
    height: 20px;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-policy:after {
    height: 40px;
  }
}
#tokusyu .p-policy-hl {
  text-align: center;
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-policy-hl {
    margin-block: -130px 30px;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-policy-hl {
    margin-block: -180px 60px;
  }
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-policy-hl img {
    width: 240px;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-policy-hl img {
    width: 230px;
  }
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-policy-list {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-policy-list {
    margin: 30px 20px 0;
  }
}
#tokusyu .p-policy-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 1em;
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-policy-list li {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-policy-list li {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#tokusyu .p-policy-list li:last-child {
  text-indent: -0.5em;
}
#tokusyu .p-policy-list-num {
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 15px;
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-policy-list-num {
    width: 23px;
    height: 36px;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-policy-list-num {
    width: 28px;
    height: 44px;
  }
}
#tokusyu .p-policy-list-num1 {
  -o-object-position: 0 50%;
     object-position: 0 50%;
}
#tokusyu .p-policy-body {
  margin-top: 2em;
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-policy-body {
    margin-inline: -10px;
    padding-inline: 10px;
  }
}
#tokusyu .p-policy-body p {
  margin-top: 1em;
}
#tokusyu .p-policy-ill01 {
  position: absolute;
  z-index: 20;
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-policy-ill01 {
    width: 38px;
    top: -10px;
    left: 0;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-policy-ill01 {
    top: -20px;
    left: 100px;
  }
}
#tokusyu .p-column {
  position: relative;
}
#tokusyu .p-column:before, #tokusyu .p-column:after {
  content: "";
  display: block;
  background: #3771AF;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-column:before, #tokusyu .p-column:after {
    width: 40px;
    height: 1px;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-column:before, #tokusyu .p-column:after {
    width: 56px;
    height: 1px;
  }
}
#tokusyu .p-column:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-column:before {
    top: 8px;
    left: 8px;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-column:before {
    top: 14px;
    left: 14px;
  }
}
#tokusyu .p-column:after {
  -webkit-transform: translate(50%, 50%) rotate(-45deg);
          transform: translate(50%, 50%) rotate(-45deg);
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-column:after {
    bottom: 8px;
    right: 8px;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-column:after {
    bottom: 14px;
    right: 14px;
  }
}
#tokusyu .p-column-link {
  background: #fff;
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-column-link {
    margin-top: 40px;
    padding: 10px;
    display: block;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-column-link {
    margin-top: 80px;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #tokusyu .p-column-link:hover .p-column-photo img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
#tokusyu .p-column-hl {
  position: absolute;
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-column-hl {
    width: 160px;
    right: 10px;
    top: -20px;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-column-hl {
    right: 30px;
    top: -30px;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-column-photo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 420px;
        -ms-flex: 0 0 420px;
            flex: 0 0 420px;
    margin-right: 50px;
    overflow: hidden;
  }
}
#tokusyu .p-column-photo img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-column-body {
    margin: 1.5em 10px 1em;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-column-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
#tokusyu .p-column-body-date {
  color: #E2AD50;
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-column-body-date {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-column-body-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#tokusyu .p-column-body-hl {
  font-weight: bold;
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-column-body-hl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-column-body-hl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#tokusyu .p-example {
  background: #F6F2EE;
  position: relative;
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-example {
    padding-top: 80px;
  }
}
#tokusyu .p-example:after {
  content: "";
  display: block;
  width: 100%;
  background: url(../img/bg-wave-beige.png) 40% 50%/contain repeat;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 10;
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-example:after {
    height: 20px;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-example:after {
    height: 40px;
  }
}
#tokusyu .p-example-hl {
  text-align: center;
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-example-hl {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-example-hl {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-example-hl img {
    width: 250px;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-example-hl img {
    width: 312px;
  }
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-example-list.js-hide {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.6s;
    transition: max-height 0.6s;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-example-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px;
  }
  #tokusyu .p-example-list:first-of-type {
    margin-bottom: 30px;
  }
  #tokusyu .p-example-list.js-hide {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.6s;
    transition: max-height 0.6s;
  }
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-example-item {
    padding: 20px 10px;
  }
  #tokusyu .p-example-item:not(:first-child) {
    border-top: 2px dotted currentcolor;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-example-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% - 60px) / 3);
        -ms-flex: 0 0 calc((100% - 60px) / 3);
            flex: 0 0 calc((100% - 60px) / 3);
  }
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-example-list ~ .p-example-list .p-example-item:first-child {
    border-top: 2px dotted currentcolor;
  }
}
#tokusyu .p-example-link {
  color: inherit;
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-example-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-example-link {
    display: block;
  }
  #tokusyu .p-example-link:hover .p-example-item-img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-example-item-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    margin-right: 15px;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-example-item-img {
    padding-top: 67.14%;
    position: relative;
    overflow: hidden;
  }
}
#tokusyu .p-example-item-img img {
  width: 100%;
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-example-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-example-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-example-body {
    margin-top: 1em;
  }
}
#tokusyu .p-example-date {
  color: #D89830;
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-example-date {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-example-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#tokusyu .p-example-lead {
  line-height: 1.6;
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-example-lead {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-example_read-more {
    text-align: center;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-example_read-more {
    text-align: center;
  }
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-example_read-more-btn {
    position: relative;
    width: 200px;
    color: #70A8CA;
    background-color: transparent;
    border: 2px solid #70A8CA;
    text-align: left;
    padding: 0 0 0 15px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
  }
  #tokusyu .p-example_read-more-btn:hover {
    cursor: pointer;
  }
  #tokusyu .p-example_read-more-btn:after {
    content: "+";
    display: block;
    position: absolute;
    font-size: 20px;
    font-size: 1.25rem;
    right: 10px;
    top: -2px;
  }
  #tokusyu .p-example_read-more-btn.hide {
    display: none;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-example_read-more-btn {
    position: relative;
    width: 200px;
    color: #70A8CA;
    background-color: transparent;
    border: 2px solid #70A8CA;
    text-align: left;
    padding: 0 0 0 15px;
    opacity: 1;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
  }
  #tokusyu .p-example_read-more-btn:hover {
    cursor: pointer;
  }
  #tokusyu .p-example_read-more-btn:after {
    content: "+";
    display: block;
    position: absolute;
    font-size: 20px;
    font-size: 1.25rem;
    right: 10px;
    top: -2px;
  }
  #tokusyu .p-example_read-more-btn.hide {
    display: none;
  }
}
#tokusyu .p-example-ill01 {
  position: absolute;
  z-index: 20;
}
@media only screen and (max-width: 899px) {
  #tokusyu .p-example-ill01 {
    width: 136px;
    top: -100px;
    right: 0;
  }
}
@media print, screen and (min-width: 900px) {
  #tokusyu .p-example-ill01 {
    top: -140px;
    right: 0;
  }
}/*# sourceMappingURL=index.css.map */