/* media screen */
@media screen and (min-width: 541px) {
  .sp_sw {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .tb_sw {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc_sw {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .tb_sw {
    display: none;
  }
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6, p, div, ul, li, ol, section {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #4A4246;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  margin: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.container {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
}

@media screen and (max-width: 959px) {
  .container {
    width: 85%;
  }
}

@media screen and (max-width: 540px) {
  .container {
    width: 90%;
  }
}

.basetext {
  font-size: 17px;
  line-height: 150%;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 959px) {
  .basetext {
    font-size: 16px;
  }
}

@media screen and (max-width: 540px) {
  .basetext {
    font-size: 15px;
  }
}

span.red {
  color: #BA3C5D;
}

.js-fadein {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

header {
  position: relative;
}

header img {
  width: 100%;
  vertical-align: bottom;
}

.ba {
  padding-bottom: 100px;
  background-position: top left;
  background-size: contain;
  background-repeat: repeat;
  padding-bottom: 120px;
  background: url(img/pa-check.jpg);
  background-size: 250px;
}

@media screen and (max-width: 959px) {
  .ba {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 540px) {
  .ba {
    padding-bottom: 40px;
    background-size: 200px;
  }
}

@media screen and (max-width: 959px) {
  .ba {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 540px) {
  .ba {
    padding-bottom: 60px;
  }
}

.ba h2 img {
  margin-top: 40px;
  width: 50%;
}

@media screen and (max-width: 959px) {
  .ba h2 img {
    margin-top: 20px;
    width: 60%;
  }
}

@media screen and (max-width: 540px) {
  .ba h2 img {
    margin-top: 20px;
    width: 80%;
  }
}

.ba .ba-img {
  margin-top: -20px;
}

.ba .ba-img img {
  width: 60%;
}

@media screen and (max-width: 959px) {
  .ba .ba-img img {
    width: 80%;
  }
}

@media screen and (max-width: 540px) {
  .ba .ba-img img {
    width: 100%;
  }
}

.nayami {
  padding-bottom: 100px;
  background-color: #EDEDF0;
  padding-bottom: 100px;
  padding-top: 1px;
}

@media screen and (max-width: 959px) {
  .nayami {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 540px) {
  .nayami {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 540px) {
  .nayami {
    padding-bottom: 60px;
  }
}

.nayami .nayami-midashi {
  background-color: #8CA6C4;
  border-radius: 30px 30px 6px 6px;
  padding: 20px 0 10px 0;
  margin-top: -60px;
  position: relative;
}

@media screen and (max-width: 540px) {
  .nayami .nayami-midashi {
    border-radius: 20px 20px 4px 4px;
    margin-top: -30px;
  }
}

.nayami .nayami-midashi .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nayami .nayami-midashi .inner h2 {
  margin: 0 auto 0 10%;
}

@media screen and (max-width: 959px) {
  .nayami .nayami-midashi .inner h2 {
    margin: 0 0 0 -8%;
  }
}

@media screen and (max-width: 540px) {
  .nayami .nayami-midashi .inner h2 {
    margin: 0 0 0 -18%;
  }
}

.nayami .nayami-midashi .inner h2 img {
  width: 50%;
}

@media screen and (max-width: 959px) {
  .nayami .nayami-midashi .inner h2 img {
    width: 40%;
  }
}

@media screen and (max-width: 540px) {
  .nayami .nayami-midashi .inner h2 img {
    width: 55%;
  }
}

.nayami .nayami-midashi .inner img.chara01 {
  position: absolute;
  bottom: 0;
  right: 15%;
  width: 15%;
}

@media screen and (max-width: 959px) {
  .nayami .nayami-midashi .inner img.chara01 {
    width: 17%;
  }
}

@media screen and (max-width: 540px) {
  .nayami .nayami-midashi .inner img.chara01 {
    right: 2px;
    width: 26%;
  }
}

.nayami .nayami-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}

@media screen and (max-width: 540px) {
  .nayami .nayami-box {
    display: block;
  }
}

.nayami .nayami-box .nayami-li {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px 20px 0;
  width: calc(50% - 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 959px) {
  .nayami .nayami-box .nayami-li {
    padding: 14px 14px 14px 8px;
  }
}

@media screen and (max-width: 540px) {
  .nayami .nayami-box .nayami-li {
    padding: 10px 10px;
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.nayami .nayami-box .nayami-li:nth-child(2n) {
  margin-right: 0;
}

.nayami .nayami-box .nayami-li img {
  width: 12%;
}

@media screen and (max-width: 540px) {
  .nayami .nayami-box .nayami-li img {
    width: 10%;
  }
}

.nayami .nayami-box .nayami-li p {
  font-size: 20px;
  line-height: 140%;
  margin-left: 20px;
  text-align: left;
}

@media screen and (max-width: 959px) {
  .nayami .nayami-box .nayami-li p {
    font-size: 17px;
    margin-left: 14px;
  }
}

@media screen and (max-width: 540px) {
  .nayami .nayami-box .nayami-li p {
    font-size: 15px;
    margin-left: 14px;
  }
}

.present-info {
  padding-bottom: 100px;
  background-position: top left;
  background-size: contain;
  background-repeat: repeat;
  background: url(img/pa-present.png);
  padding-bottom: 0;
  background-size: 300px;
}

@media screen and (max-width: 959px) {
  .present-info {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 540px) {
  .present-info {
    padding-bottom: 40px;
    background-size: 200px;
  }
}

@media screen and (max-width: 959px) {
  .present-info {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 540px) {
  .present-info {
    padding-bottom: 0;
  }
}

.present-info .pattern-bg {
  padding-top: 1px;
  background: rgba(247, 242, 242, 0.9);
  padding-bottom: 100px;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg {
    padding-bottom: 60px;
  }
}

.present-info .pattern-bg .yajirushi {
  margin-top: -70px;
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .yajirushi {
    margin-top: -10%;
  }
}

.present-info .pattern-bg .yajirushi img {
  width: 45%;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .yajirushi img {
    width: 60%;
  }
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .yajirushi img {
    width: 90%;
  }
}

.present-info .pattern-bg .present-midashi .present-midashi-inner {
  position: relative;
  height: 600px;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .present-midashi .present-midashi-inner {
    height: 480px;
  }
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .present-midashi .present-midashi-inner {
    height: 300px;
  }
}

.present-info .pattern-bg .present-midashi .present-midashi-inner h2 {
  position: absolute;
  right: 0;
  left: 0;
  margin: 40px auto auto auto;
  z-index: 20;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .present-midashi .present-midashi-inner h2 {
    margin-top: 26px;
  }
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .present-midashi .present-midashi-inner h2 {
    margin-top: 10px;
  }
}

.present-info .pattern-bg .present-midashi .present-midashi-inner h2 img {
  width: 70%;
  position: relative;
  left: 20px;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .present-midashi .present-midashi-inner h2 img {
    width: 85%;
    left: 10px;
  }
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .present-midashi .present-midashi-inner h2 img {
    width: 100%;
    left: 0px;
  }
}

.present-info .pattern-bg .present-midashi .present-midashi-inner .present-image img.image {
  position: absolute;
  right: 0;
  left: 0;
  top: 150px;
  margin: auto;
  width: 70%;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .present-midashi .present-midashi-inner .present-image img.image {
    top: 120px;
    width: 80%;
  }
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .present-midashi .present-midashi-inner .present-image img.image {
    top: 78px;
    width: 85%;
  }
}

.present-info .pattern-bg .present-midashi .present-midashi-inner .present-image img.smartphone {
  position: absolute;
  left: 60px;
  top: 200px;
  width: 26%;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .present-midashi .present-midashi-inner .present-image img.smartphone {
    left: 30px;
    top: 220px;
    width: 28%;
  }
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .present-midashi .present-midashi-inner .present-image img.smartphone {
    left: 6px;
    top: 140px;
    width: 30%;
  }
}

.present-info .pattern-bg .detail {
  padding-top: 80px;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .detail {
    padding-top: 60px;
  }
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .detail {
    padding-top: 20px;
  }
}

.present-info .pattern-bg .detail h2 img {
  width: 74%;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .detail h2 img {
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .detail h2 img {
    width: 100%;
  }
}

.present-info .pattern-bg .detail .detail-item {
  margin-top: 60px;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(118, 48, 65, 0.4));
          filter: drop-shadow(2px 2px 2px rgba(118, 48, 65, 0.4));
}

.present-info .pattern-bg .detail .detail-item .detail-item-top {
  background-color: #F8F4F4;
  border-radius: 10px 10px 0 0;
  padding-top: 1px;
  padding-bottom: -1;
}

.present-info .pattern-bg .detail .detail-item .detail-item-top .detail-icon {
  margin-top: -40px;
  margin-left: -10px;
  text-align: left;
}

.present-info .pattern-bg .detail .detail-item .detail-item-top .detail-icon img {
  width: 28%;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .detail .detail-item .detail-item-top .detail-icon img {
    width: 34%;
  }
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .detail .detail-item .detail-item-top .detail-icon img {
    width: 60%;
  }
}

.present-info .pattern-bg .detail .detail-item .detail-item-top .detail-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.present-info .pattern-bg .detail .detail-item .detail-item-top .detail-flex .left-part {
  margin-top: 20px;
  padding: 0 30px 30px 30px;
  text-align: left;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .detail .detail-item .detail-item-top .detail-flex .left-part {
    padding: 0 10px 30px 30px;
  }
}

.present-info .pattern-bg .detail .detail-item .detail-item-top .detail-flex .left-part .detail-midashi {
  color: #C47489;
}

.present-info .pattern-bg .detail .detail-item .detail-item-top .detail-flex .left-part .detail-midashi p {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #FFFEDB));
  background: linear-gradient(transparent 65%, #FFFEDB 65%);
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .detail .detail-item .detail-item-top .detail-flex .left-part .detail-midashi p {
    font-size: 15px;
  }
}

.present-info .pattern-bg .detail .detail-item .detail-item-top .detail-flex .left-part .detail-midashi .h3-martop {
  margin-top: 8px;
}

.present-info .pattern-bg .detail .detail-item .detail-item-top .detail-flex .left-part .detail-midashi .h3-martop h3 {
  font-size: 28px;
  margin-top: 10px;
  line-height: 150%;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(90%, #FCE1E7));
  background: linear-gradient(transparent 90%, #FCE1E7 90%);
}

.present-info .pattern-bg .detail .detail-item .detail-item-top .detail-flex .left-part .detail-summary {
  margin-top: 20px;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .detail .detail-item .detail-item-top .detail-flex .left-part .detail-summary {
    font-size: 15px;
  }
}

.present-info .pattern-bg .detail .detail-item .detail-item-top .detail-flex .right-part {
  margin-top: -10px;
  margin-bottom: -100px;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .detail .detail-item .detail-item-top .detail-flex .right-part {
    margin-top: 20px;
  }
}

.present-info .pattern-bg .detail .detail-item .detail-item-top .detail-flex .right-part img {
  width: 90%;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .detail .detail-item .detail-item-top .detail-flex .right-part img {
    width: 100%;
  }
}

.present-info .pattern-bg .detail .detail-item .detail-item-top .sp_sw {
  padding: 10px 20px 20px 20px;
}

.present-info .pattern-bg .detail .detail-item .detail-item-top .sp_sw .detail-midashi {
  color: #C47489;
}

.present-info .pattern-bg .detail .detail-item .detail-item-top .sp_sw .detail-midashi p {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #FFFEDB));
  background: linear-gradient(transparent 65%, #FFFEDB 65%);
  font-size: 16px;
}

.present-info .pattern-bg .detail .detail-item .detail-item-top .sp_sw .detail-midashi .h3-martop {
  margin-top: 10px;
}

.present-info .pattern-bg .detail .detail-item .detail-item-top .sp_sw .detail-midashi .h3-martop h3 {
  font-size: 24px;
  margin-top: 10px;
  line-height: 140%;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(90%, #FCE1E7));
  background: linear-gradient(transparent 90%, #FCE1E7 90%);
}

.present-info .pattern-bg .detail .detail-item .detail-item-top .sp_sw .right-part {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-right: 0px;
}

.present-info .pattern-bg .detail .detail-item .detail-item-top .sp_sw .right-part img {
  width: 80%;
}

.present-info .pattern-bg .detail .detail-item .detail-item-top .sp_sw .detail-summary {
  margin-top: 10px;
  font-size: 15px;
  text-align: left;
}

.present-info .pattern-bg .detail .detail-item .detail-item-bottom {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  text-align: left;
  padding: 30px 30px 60px 30px;
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .detail .detail-item .detail-item-bottom {
    padding: 20px 20px 30px 15px;
  }
}

.present-info .pattern-bg .detail .detail-item .detail-item-bottom .bullet {
  margin-top: 30px;
}

.present-info .pattern-bg .detail .detail-item .detail-item-bottom .bullet:first-child {
  margin-top: 0;
}

.present-info .pattern-bg .detail .detail-item .detail-item-bottom .bullet p.bullet-head {
  font-size: 20px;
  font-weight: 700;
  background: url(img/bullet-icon.png);
  background-repeat: no-repeat;
  background-size: 26px;
  padding-left: 32px;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .detail .detail-item .detail-item-bottom .bullet p.bullet-head {
    font-size: 18px;
    line-height: 130%;
    padding-top: 1px;
    padding-bottom: 2px;
    background-size: 26px;
  }
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .detail .detail-item .detail-item-bottom .bullet p.bullet-head {
    font-size: 16px;
    line-height: 130%;
    padding-top: 1px;
    padding-bottom: 2px;
    background-size: 22px;
    padding-left: 28px;
  }
}

.present-info .pattern-bg .detail .detail-item .detail-item-bottom .bullet p.bullet-text {
  line-height: 150%;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 17px;
  margin-top: 6px;
  padding-left: 32px;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .detail .detail-item .detail-item-bottom .bullet p.bullet-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .detail .detail-item .detail-item-bottom .bullet p.bullet-text {
    font-size: 15px;
    margin-top: 8px;
  }
}

.present-info .pattern-bg .detail .detail-item-second {
  margin-top: 100px;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .detail .detail-item-second {
    margin-top: 80px;
  }
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .detail .detail-item-second {
    margin-top: 80px;
  }
}

.present-info .pattern-bg .detail .detail-item-second .detail-item-top {
  background-color: #FAF8F5;
}

.present-info .pattern-bg .detail .detail-item-second .detail-item-top .detail-flex .right-part {
  margin-right: 4%;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .detail .detail-item-second .detail-item-top .detail-flex .right-part {
    margin-right: 10px;
  }
}

.present-info .pattern-bg .detail .detail-item-second .detail-item-top .detail-flex .right-part img {
  width: 80%;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .detail .detail-item-second .detail-item-top .detail-flex .right-part img {
    width: 86%;
  }
}

.present-info .pattern-bg .detail .detail-item-second .detail-item-top .sp_sw .right-part img {
  width: 60%;
}

.present-info .pattern-bg .detail .present-attention {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  line-height: 150%;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 16px;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .detail .present-attention {
    font-size: 14px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .detail .present-attention {
    font-size: 12px;
    margin-top: 20px;
  }
}

.present-info .pattern-bg .detail .present-attention .no {
  margin-right: 8px;
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .detail .present-attention .no {
    margin-right: 4px;
  }
}

.present-info .pattern-bg .detail .cta-box-blue {
  background-color: #F8F8FF;
  border-radius: 10px;
  margin-top: 140px;
  padding-top: 1px;
  padding-bottom: 30px;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .detail .cta-box-blue {
    margin-top: 80px;
  }
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .detail .cta-box-blue {
    margin-top: 60px;
    padding-bottom: 20px;
  }
}

.present-info .pattern-bg .detail .cta-box-blue .rimited {
  margin-top: -60px;
  margin-bottom: 10px;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .detail .cta-box-blue .rimited {
    margin-top: -40px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .detail .cta-box-blue .rimited {
    margin-top: -30px;
    margin-bottom: 4px;
  }
}

.present-info .pattern-bg .detail .cta-box-blue .rimited img {
  width: 34%;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .detail .cta-box-blue .rimited img {
    width: 40%;
  }
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .detail .cta-box-blue .rimited img {
    width: 50%;
  }
}

.present-info .pattern-bg .detail .cta-box-blue .cta img {
  width: 55%;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(118, 48, 65, 0.6));
          filter: drop-shadow(0px 0px 3px rgba(118, 48, 65, 0.6));
}

.present-info .pattern-bg .detail .cta-box-blue .cta img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .detail .cta-box-blue .cta img {
    width: 70%;
  }
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .detail .cta-box-blue .cta img {
    width: 90%;
  }
}

.present-info .pattern-bg .detail .cta-box-blue .qr-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  width: 40%;
  padding: 5px 20px;
  margin: 10px auto 0 auto;
  border-radius: 10px;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .detail .cta-box-blue .qr-cta {
    width: 60%;
  }
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .detail .cta-box-blue .qr-cta {
    width: 80%;
    display: block;
    padding: 8px 10px 0 10px;
  }
}

.present-info .pattern-bg .detail .cta-box-blue .qr-cta .text {
  font-size: 18px;
  text-align: left;
  font-weight: 800;
  padding-right: 5px;
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .detail .cta-box-blue .qr-cta .text {
    font-size: 13px;
    text-align: center;
  }
}

.present-info .pattern-bg .detail .cta-box-blue .qr-cta .text .text-top {
  font-size: 14px;
  color: #C47489;
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .detail .cta-box-blue .qr-cta .text .text-top {
    font-size: 12px;
    border-bottom: 1px solid #C47489;
    display: inline-block;
  }
}

.present-info .pattern-bg .detail .cta-box-blue .qr-cta .text .text-bottom {
  border-top: 1px solid #C47489;
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .detail .cta-box-blue .qr-cta .text .text-bottom {
    border-top: none;
  }
}

.present-info .pattern-bg .detail .cta-box-blue .qr-cta img {
  width: 20%;
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .detail .cta-box-blue .qr-cta img {
    width: 30%;
  }
}

.present-info .pattern-bg .detail .cta-box-blue .cta-attention-text {
  width: 60%;
  margin: 20px auto 0 auto;
  text-align: left;
  font-size: 14px;
  line-height: 150%;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .detail .cta-box-blue .cta-attention-text {
    width: 70%;
    margin: 10px auto 0 auto;
    font-size: 13px;
  }
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .detail .cta-box-blue .cta-attention-text {
    width: 90%;
    margin: 10px auto 0 auto;
    font-size: 12px;
  }
}

.present-info .pattern-bg .detail .cta-box-blue .cta-attention-text .cta-attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.present-info .pattern-bg .detail .cta-box-blue .cta-attention-text .cta-attention .no {
  margin-right: 10px;
}

.present-info .pattern-bg .detail .cta-box-blue .cta-attention-text .cta-attention p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.present-info .pattern-bg .flow-box {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 140px;
  padding: 20px 80px;
  position: relative;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .flow-box {
    margin-top: 100px;
    padding: 40px 20px 20px 30px;
  }
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .flow-box {
    margin-top: 70px;
    padding: 40px 20px 20px 30px;
  }
}

.present-info .pattern-bg .flow-box .flow-midashi {
  position: absolute;
  top: -80px;
  left: 0px;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .flow-box .flow-midashi {
    top: -60px;
    left: -10px;
  }
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .flow-box .flow-midashi {
    top: -50px;
    left: -10px;
  }
}

.present-info .pattern-bg .flow-box .flow-midashi img {
  width: 200px;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .flow-box .flow-midashi img {
    width: 160px;
  }
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .flow-box .flow-midashi img {
    width: 140px;
  }
}

.present-info .pattern-bg .flow-box .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .flow-box .flow {
    display: block;
  }
}

.present-info .pattern-bg .flow-box .flow .flow-child {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .flow-box .flow .flow-child {
    width: 180px;
  }
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .flow-box .flow .flow-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
  }
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .flow-box .flow .flow-child img {
    width: 70%;
  }
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .flow-box .flow .flow-child img {
    width: 38%;
  }
}

.present-info .pattern-bg .flow-box .flow .flow-child p {
  margin-top: 5px;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .flow-box .flow .flow-child p {
    font-size: 14px;
  }
}

@media screen and (max-width: 540px) {
  .present-info .pattern-bg .flow-box .flow .flow-child p {
    font-size: 14px;
    text-align: left;
    margin-left: 10px;
  }
}

.present-info .pattern-bg .flow-box .flow .triangle {
  width: 0;
  height: 0;
  border-left: 20px solid #E6BCC7;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  position: relative;
  top: 74px;
}

@media screen and (max-width: 959px) {
  .present-info .pattern-bg .flow-box .flow .triangle {
    top: 60px;
  }
}

.present-info .pattern-bg .flow-box .flow .flow-kugiri {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.present-info .pattern-bg .flow-box .flow .flow-kugiri .triangle {
  border-top: 18px solid #E6BCC7;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: relative;
  top: 0px;
  left: 15%;
  margin: 20px 0 10px 0;
}

.present-info .pattern-bg .flow-box .flow .flow-kugiri .dashline {
  border-top: 4px dotted #E6BCC7;
  width: 56%;
  position: absolute;
  right: 0;
}

.profile {
  padding-bottom: 100px;
  background-position: top left;
  background-size: contain;
  background-repeat: repeat;
  background: url(img/pa-check.jpg);
}

@media screen and (max-width: 959px) {
  .profile {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 540px) {
  .profile {
    padding-bottom: 40px;
    background-size: 200px;
  }
}

@media screen and (max-width: 959px) {
  .profile {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 540px) {
  .profile {
    padding-bottom: 40px;
  }
}

.profile .profile-bg {
  background: url(img/profile-bg01.svg), url(img/profile-bg02.svg);
  background-repeat: no-repeat;
  background-position: top left, top right;
  background-size: 30%, 45%;
  padding-top: 160px;
}

@media screen and (max-width: 959px) {
  .profile .profile-bg {
    padding-top: 80px;
  }
}

@media screen and (max-width: 540px) {
  .profile .profile-bg {
    padding-top: 70px;
    background-size: 40%, 55%;
  }
}

.profile .profile-bg .profile-midashi {
  text-align: left;
  padding-left: 30px;
}

@media screen and (max-width: 540px) {
  .profile .profile-bg .profile-midashi {
    text-align: center;
    padding-left: 10px;
  }
}

.profile .profile-bg .profile-midashi h2 {
  font-size: 22px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 959px) {
  .profile .profile-bg .profile-midashi h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 540px) {
  .profile .profile-bg .profile-midashi h2 {
    font-size: 16px;
  }
}

.profile .profile-bg .profile-midashi h2:before {
  content: '';
  position: absolute;
  top: 45%;
  left: -10%;
  display: inline-block;
  width: 32px;
  height: 4px;
  background: #4A4246;
  -webkit-transform: rotate(65deg);
  transform: rotate(65deg);
  border-radius: 2px;
}

@media screen and (max-width: 540px) {
  .profile .profile-bg .profile-midashi h2:before {
    height: 2px;
    border-radius: 1px;
  }
}

.profile .profile-bg .profile-midashi h2:after {
  content: '';
  position: absolute;
  top: 45%;
  right: -6%;
  display: inline-block;
  width: 32px;
  height: 4px;
  background: #4A4246;
  -webkit-transform: rotate(-65deg);
  transform: rotate(-65deg);
  border-radius: 2px;
}

@media screen and (max-width: 540px) {
  .profile .profile-bg .profile-midashi h2:after {
    height: 2px;
    border-radius: 1px;
  }
}

.profile .profile-bg p.profile-text {
  line-height: 150%;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 30px;
}

@media screen and (max-width: 540px) {
  .profile .profile-bg p.profile-text {
    margin-top: 20px;
    font-size: 15px;
  }
}

.story01, .story02, .story03, .story04 {
  padding-top: 100px;
}

@media screen and (max-width: 959px) {
  .story01, .story02, .story03, .story04 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 540px) {
  .story01, .story02, .story03, .story04 {
    padding-top: 40px;
  }
}

.story01 .story-head, .story02 .story-head, .story03 .story-head, .story04 .story-head {
  margin-bottom: 40px;
}

@media screen and (max-width: 540px) {
  .story01 .story-head, .story02 .story-head, .story03 .story-head, .story04 .story-head {
    margin-bottom: 30px;
  }
}

.story01 .story-head img.story-midashi, .story02 .story-head img.story-midashi, .story03 .story-head img.story-midashi, .story04 .story-head img.story-midashi {
  display: block;
  margin: 0 auto 40px auto;
}

@media screen and (max-width: 540px) {
  .story01 .story-head img.story-midashi, .story02 .story-head img.story-midashi, .story03 .story-head img.story-midashi, .story04 .story-head img.story-midashi {
    margin-bottom: 30px;
  }
}

.story01 .story-head img.story-img, .story02 .story-head img.story-img, .story03 .story-head img.story-img, .story04 .story-head img.story-img {
  -webkit-filter: drop-shadow(6px 6px 0px rgba(140, 166, 196, 0.5));
          filter: drop-shadow(6px 6px 0px rgba(140, 166, 196, 0.5));
}

.story01 {
  padding-bottom: 100px;
  background-color: #f4f4f4;
}

@media screen and (max-width: 959px) {
  .story01 {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 540px) {
  .story01 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 959px) {
  .story01 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 540px) {
  .story01 {
    padding-bottom: 40px;
  }
}

.story01 .story-head img.story-midashi {
  width: 60%;
}

@media screen and (max-width: 959px) {
  .story01 .story-head img.story-midashi {
    width: 70%;
  }
}

@media screen and (max-width: 540px) {
  .story01 .story-head img.story-midashi {
    width: 100%;
  }
}

.story01 .story-head img.story-img {
  width: 30%;
}

@media screen and (max-width: 959px) {
  .story01 .story-head img.story-img {
    width: 36%;
  }
}

@media screen and (max-width: 540px) {
  .story01 .story-head img.story-img {
    width: 50%;
  }
}

.story02 {
  padding-bottom: 100px;
  background-color: #EFEFEF;
}

@media screen and (max-width: 959px) {
  .story02 {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 540px) {
  .story02 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 959px) {
  .story02 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 540px) {
  .story02 {
    padding-bottom: 40px;
  }
}

.story02 .story-head img.story-midashi {
  width: 60%;
}

@media screen and (max-width: 959px) {
  .story02 .story-head img.story-midashi {
    width: 70%;
  }
}

@media screen and (max-width: 540px) {
  .story02 .story-head img.story-midashi {
    width: 100%;
  }
}

.story02 .story-head img.story-img {
  width: 30%;
}

@media screen and (max-width: 959px) {
  .story02 .story-head img.story-img {
    width: 38%;
  }
}

@media screen and (max-width: 540px) {
  .story02 .story-head img.story-img {
    width: 60%;
  }
}

.story03 {
  padding-bottom: 100px;
  background-position: top left;
  background-size: contain;
  background-repeat: repeat;
  background: url(img/pa-story03.png);
  padding: 0;
}

@media screen and (max-width: 959px) {
  .story03 {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 540px) {
  .story03 {
    padding-bottom: 40px;
    background-size: 200px;
  }
}

@media screen and (max-width: 959px) {
  .story03 {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 540px) {
  .story03 {
    padding-bottom: 0;
  }
}

.story03 .pattern-bg {
  background: rgba(255, 255, 255, 0.8);
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 959px) {
  .story03 .pattern-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 540px) {
  .story03 .pattern-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.story03 .story-head {
  position: relative;
}

.story03 .story-head img.story-midashi {
  width: 60%;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 10;
}

@media screen and (max-width: 959px) {
  .story03 .story-head img.story-midashi {
    width: 70%;
  }
}

@media screen and (max-width: 540px) {
  .story03 .story-head img.story-midashi {
    width: 100%;
  }
}

.story03 .story-head img.story-img {
  width: 50%;
  padding-top: 140px;
}

@media screen and (max-width: 540px) {
  .story03 .story-head img.story-img {
    width: 70%;
    padding-top: 90px;
  }
}

.story04 {
  padding-bottom: 100px;
  background-color: #EAEAED;
}

@media screen and (max-width: 959px) {
  .story04 {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 540px) {
  .story04 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 959px) {
  .story04 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 540px) {
  .story04 {
    padding-bottom: 40px;
  }
}

.story04 .story-head img.story-midashi {
  width: 60%;
}

@media screen and (max-width: 959px) {
  .story04 .story-head img.story-midashi {
    width: 70%;
  }
}

@media screen and (max-width: 540px) {
  .story04 .story-head img.story-midashi {
    width: 100%;
  }
}

.story04 .story-head img.story-img {
  width: 30%;
}

@media screen and (max-width: 959px) {
  .story04 .story-head img.story-img {
    width: 38%;
  }
}

@media screen and (max-width: 540px) {
  .story04 .story-head img.story-img {
    width: 55%;
  }
}

.start {
  padding-bottom: 100px;
  background-color: #F7F2F2;
  padding-bottom: 80px;
  position: relative;
}

@media screen and (max-width: 959px) {
  .start {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 540px) {
  .start {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 959px) {
  .start {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 540px) {
  .start {
    padding-bottom: 40px;
  }
}

.start:after {
  position: absolute;
  bottom: -100px;
  display: block;
  width: 100%;
  height: 100px;
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon fill='%23F7F2F2' points='0,0 0,100 100,0'%3E%3C/polygon%3E%3C/svg%3E");
}

.start .start-bg {
  background: url(img/start-bg01.png), url(img/start-bg02.png);
  background-repeat: no-repeat;
  background-position: top left, top right;
  background-size: 30%, 45%;
  padding-top: 40px;
}

@media screen and (max-width: 959px) {
  .start .start-bg {
    background-size: 40%, 55%;
    padding-top: 40px;
  }
}

@media screen and (max-width: 540px) {
  .start .start-bg {
    background-size: 40%, 55%;
    padding-top: 20px;
  }
}

.start .start-bg .story-head img.start-midashi {
  width: 50%;
}

@media screen and (max-width: 959px) {
  .start .start-bg .story-head img.start-midashi {
    width: 60%;
  }
}

@media screen and (max-width: 540px) {
  .start .start-bg .story-head img.start-midashi {
    width: 80%;
  }
}

.start .start-bg .story-head img.start-img {
  display: block;
  margin: 0 auto 60px auto;
  width: 30%;
}

@media screen and (max-width: 959px) {
  .start .start-bg .story-head img.start-img {
    width: 38%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 540px) {
  .start .start-bg .story-head img.start-img {
    width: 50%;
    margin-bottom: 40px;
  }
}

.start .start-bg .story-head img.start-img {
  -webkit-filter: drop-shadow(6px 6px 0px #E6BCC7);
          filter: drop-shadow(6px 6px 0px #E6BCC7);
}

.after {
  background: url(img/after-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.after .after-bg {
  background: rgba(242, 231, 234, 0.9);
  padding-bottom: 100px;
}

@media screen and (max-width: 959px) {
  .after .after-bg {
    padding-bottom: 60px;
  }
}

.after .after-bg .after-inner {
  text-align: left;
}

.after .after-bg .after-inner h2 img {
  width: 70%;
}

@media screen and (max-width: 540px) {
  .after .after-bg .after-inner h2 img {
    width: 100%;
  }
}

.after .after-bg .after-inner .after-bottom {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

@media screen and (max-width: 959px) {
  .after .after-bg .after-inner .after-bottom {
    width: 90%;
  }
}

@media screen and (max-width: 540px) {
  .after .after-bg .after-inner .after-bottom {
    width: 95%;
  }
}

@media screen and (max-width: 959px) {
  .after .after-bg .after-inner .after-bottom {
    margin-top: 40px;
  }
}

.after .after-bg .after-inner .after-bottom .basetext {
  margin-right: 30px;
}

@media screen and (max-width: 540px) {
  .after .after-bg .after-inner .after-bottom .basetext {
    margin-right: 0;
  }
}

.after .after-bg .after-inner .after-bottom .basetext .list {
  margin-bottom: 30px;
}

.after .after-bg .after-inner .after-bottom .basetext .list ul li {
  position: relative;
  padding-left: 21px;
}

@media screen and (max-width: 540px) {
  .after .after-bg .after-inner .after-bottom .basetext .list ul li {
    padding-left: 18px;
  }
}

.after .after-bg .after-inner .after-bottom .basetext .list ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #C47489;
  border-radius: 100%;
}

@media screen and (max-width: 540px) {
  .after .after-bg .after-inner .after-bottom .basetext .list ul li:before {
    top: 6px;
    width: 10px;
    height: 10px;
  }
}

.after .after-bg .after-inner .after-bottom .after-img {
  margin-top: -100px;
}

@media screen and (max-width: 959px) {
  .after .after-bg .after-inner .after-bottom .after-img {
    margin-top: -80px;
  }
}

.after .after-bg .after-inner .after-bottom .after-img img {
  width: 300px;
}

@media screen and (max-width: 959px) {
  .after .after-bg .after-inner .after-bottom .after-img img {
    width: 240px;
  }
}

.after .after-bg .after-inner .sp_sw .after-bottom {
  display: block;
}

.after .after-bg .after-inner .sp_sw .after-img {
  margin-top: -40px;
}

.after .after-bg .after-inner .sp_sw .after-img img {
  width: 200px;
}

.reason {
  padding-bottom: 100px;
  background-position: top left;
  background-size: contain;
  background-repeat: repeat;
  background: url(img/pa-check.jpg);
  padding-top: 100px;
}

@media screen and (max-width: 959px) {
  .reason {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 540px) {
  .reason {
    padding-bottom: 40px;
    background-size: 200px;
  }
}

@media screen and (max-width: 959px) {
  .reason {
    padding-top: 60px;
  }
}

@media screen and (max-width: 540px) {
  .reason {
    padding-top: 40px;
  }
}

.reason .reason-head {
  margin-bottom: 40px;
}

@media screen and (max-width: 540px) {
  .reason .reason-head {
    margin-bottom: 20px;
  }
}

.reason .reason-head .reason-midashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reason .reason-head .reason-midashi h2 {
  margin-right: 10px;
}

@media screen and (max-width: 540px) {
  .reason .reason-head .reason-midashi h2 {
    margin-right: 0px;
  }
  .reason .reason-head .reason-midashi h2 img {
    width: 100%;
  }
}

.reason .reason-head .reason-midashi img.chara02 {
  width: 16%;
}

@media screen and (max-width: 540px) {
  .reason .reason-head .reason-midashi img.chara02 {
    width: 28%;
    margin-right: -10px;
    margin-top: -20px;
  }
}

.reason .reason-head .reason-img {
  margin-top: 30px;
}

@media screen and (max-width: 540px) {
  .reason .reason-head .reason-img {
    margin-top: 20px;
  }
}

.reason .reason-head .reason-img img {
  width: 30%;
  -webkit-filter: drop-shadow(6px 6px 0px #E6BCC7);
          filter: drop-shadow(6px 6px 0px #E6BCC7);
}

@media screen and (max-width: 959px) {
  .reason .reason-head .reason-img img {
    width: 38%;
  }
}

@media screen and (max-width: 540px) {
  .reason .reason-head .reason-img img {
    width: 50%;
  }
}

.reason .cta-box-blue {
  background-color: #F8F8FF;
  border-radius: 10px;
  margin-top: 140px;
  padding-top: 1px;
  padding-bottom: 30px;
}

@media screen and (max-width: 959px) {
  .reason .cta-box-blue {
    margin-top: 80px;
  }
}

@media screen and (max-width: 540px) {
  .reason .cta-box-blue {
    margin-top: 60px;
    padding-bottom: 20px;
  }
}

.reason .cta-box-blue .rimited {
  margin-top: -60px;
  margin-bottom: 10px;
}

@media screen and (max-width: 959px) {
  .reason .cta-box-blue .rimited {
    margin-top: -40px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 540px) {
  .reason .cta-box-blue .rimited {
    margin-top: -30px;
    margin-bottom: 4px;
  }
}

.reason .cta-box-blue .rimited img {
  width: 34%;
}

@media screen and (max-width: 959px) {
  .reason .cta-box-blue .rimited img {
    width: 40%;
  }
}

@media screen and (max-width: 540px) {
  .reason .cta-box-blue .rimited img {
    width: 50%;
  }
}

.reason .cta-box-blue .cta img {
  width: 55%;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(118, 48, 65, 0.6));
          filter: drop-shadow(0px 0px 3px rgba(118, 48, 65, 0.6));
}

.reason .cta-box-blue .cta img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 959px) {
  .reason .cta-box-blue .cta img {
    width: 70%;
  }
}

@media screen and (max-width: 540px) {
  .reason .cta-box-blue .cta img {
    width: 90%;
  }
}

.reason .cta-box-blue .qr-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  width: 40%;
  padding: 5px 20px;
  margin: 10px auto 0 auto;
  border-radius: 10px;
}

@media screen and (max-width: 959px) {
  .reason .cta-box-blue .qr-cta {
    width: 60%;
  }
}

@media screen and (max-width: 540px) {
  .reason .cta-box-blue .qr-cta {
    width: 80%;
    display: block;
    padding: 8px 10px 0 10px;
  }
}

.reason .cta-box-blue .qr-cta .text {
  font-size: 18px;
  text-align: left;
  font-weight: 800;
  padding-right: 5px;
}

@media screen and (max-width: 540px) {
  .reason .cta-box-blue .qr-cta .text {
    font-size: 13px;
    text-align: center;
  }
}

.reason .cta-box-blue .qr-cta .text .text-top {
  font-size: 14px;
  color: #C47489;
}

@media screen and (max-width: 540px) {
  .reason .cta-box-blue .qr-cta .text .text-top {
    font-size: 12px;
    border-bottom: 1px solid #C47489;
    display: inline-block;
  }
}

.reason .cta-box-blue .qr-cta .text .text-bottom {
  border-top: 1px solid #C47489;
}

@media screen and (max-width: 540px) {
  .reason .cta-box-blue .qr-cta .text .text-bottom {
    border-top: none;
  }
}

.reason .cta-box-blue .qr-cta img {
  width: 20%;
}

@media screen and (max-width: 540px) {
  .reason .cta-box-blue .qr-cta img {
    width: 30%;
  }
}

.reason .cta-box-blue .cta-attention-text {
  width: 60%;
  margin: 20px auto 0 auto;
  text-align: left;
  font-size: 14px;
  line-height: 150%;
}

@media screen and (max-width: 959px) {
  .reason .cta-box-blue .cta-attention-text {
    width: 70%;
    margin: 10px auto 0 auto;
    font-size: 13px;
  }
}

@media screen and (max-width: 540px) {
  .reason .cta-box-blue .cta-attention-text {
    width: 90%;
    margin: 10px auto 0 auto;
    font-size: 12px;
  }
}

.reason .cta-box-blue .cta-attention-text .cta-attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.reason .cta-box-blue .cta-attention-text .cta-attention .no {
  margin-right: 10px;
}

.reason .cta-box-blue .cta-attention-text .cta-attention p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.qa .qa-midashi {
  background: #D1A0AD;
  padding: 20px 0 14px 0;
  text-align: center;
}

.qa .qa-midashi img {
  width: 30%;
}

@media screen and (max-width: 959px) {
  .qa .qa-midashi img {
    width: 55%;
  }
}

@media screen and (max-width: 540px) {
  .qa .qa-midashi img {
    width: 85%;
  }
}

.qa .qa-inner {
  padding-bottom: 100px;
  background-position: top left;
  background-size: contain;
  background-repeat: repeat;
  background: url(img/pa-qa.png);
  position: relative;
}

@media screen and (max-width: 959px) {
  .qa .qa-inner {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 540px) {
  .qa .qa-inner {
    padding-bottom: 40px;
    background-size: 200px;
  }
}

.qa .qa-inner:before {
  content: '';
  background: rgba(247, 242, 242, 0.9);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.qa .qa-inner .qa-accordion {
  padding-top: 40px;
}

@media screen and (max-width: 540px) {
  .qa .qa-inner .qa-accordion {
    padding-top: 20px;
  }
}

.qa .qa-inner .qa-accordion .q-a-box {
  margin-top: 20px;
}

@media screen and (max-width: 540px) {
  .qa .qa-inner .qa-accordion .q-a-box {
    margin-top: 10px;
  }
}

.qa .qa-inner .qa-accordion .q-a-box .question {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 20px 40px;
}

@media screen and (max-width: 540px) {
  .qa .qa-inner .qa-accordion .q-a-box .question {
    padding: 14px 60px 14px 20px;
  }
}

.qa .qa-inner .qa-accordion .q-a-box .question:before {
  content: url(img/q-icon.svg);
  position: absolute;
  top: 54%;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 540px) {
  .qa .qa-inner .qa-accordion .q-a-box .question:before {
    content: url(img/q-icon-sp.svg);
  }
}

.qa .qa-inner .qa-accordion .q-a-box .question .poa {
  background: #D5C4C4;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  border-radius: 0 10px 10px 0;
}

@media screen and (max-width: 540px) {
  .qa .qa-inner .qa-accordion .q-a-box .question .poa {
    padding: 0 14px;
  }
}

.qa .qa-inner .qa-accordion .q-a-box .question .poa:hover {
  opacity: 0.8;
}

.qa .qa-inner .qa-accordion .q-a-box .question .poa span {
  content: url(img/qa-yajirushi.svg);
}

@media screen and (max-width: 540px) {
  .qa .qa-inner .qa-accordion .q-a-box .question .poa span {
    content: url(img/qa-yajirushi-sp.svg);
  }
}

.qa .qa-inner .qa-accordion .q-a-box .question h3 {
  font-size: 20px;
  color: #4A4246;
  font-weight: 600;
  text-align: left;
  padding-left: 30px;
}

@media screen and (max-width: 540px) {
  .qa .qa-inner .qa-accordion .q-a-box .question h3 {
    font-size: 15px;
    padding-left: 28px;
  }
}

.qa .qa-inner .qa-accordion .q-a-box .answer {
  height: 0;
  position: relative;
  background: #FFF8FA;
  border: 2px solid #E6BCC7;
  border-radius: 8px;
  -webkit-transition: .5s;
  transition: .5s;
  overflow: visible;
  padding-left: 70px;
  margin-top: 8px;
  opacity: 0;
}

@media screen and (max-width: 540px) {
  .qa .qa-inner .qa-accordion .q-a-box .answer {
    padding-left: 48px;
  }
}

.qa .qa-inner .qa-accordion .q-a-box .answer p {
  opacity: 0;
  color: #4A4246;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  text-align: left;
}

@media screen and (max-width: 540px) {
  .qa .qa-inner .qa-accordion .q-a-box .answer p {
    line-height: 150%;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 15px;
  }
}

.qa .qa-inner .qa-accordion .open .question .poa {
  background: #E6BCC7;
}

.qa .qa-inner .qa-accordion .open .question .poa span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.qa .qa-inner .qa-accordion .open .answer {
  height: auto;
  padding: 24px 30px 24px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  margin-bottom: 30px;
}

@media screen and (max-width: 540px) {
  .qa .qa-inner .qa-accordion .open .answer {
    padding: 18px 24px 18px 48px;
  }
}

.qa .qa-inner .qa-accordion .open .answer:before {
  content: url(img/a-icon.svg);
  position: absolute;
  top: 5px;
  left: -10px;
}

@media screen and (max-width: 540px) {
  .qa .qa-inner .qa-accordion .open .answer:before {
    content: url(img/a-icon-sp.svg);
  }
}

.qa .qa-inner .qa-accordion .open .answer p {
  opacity: 1;
}

.last-cta {
  padding-bottom: 100px;
  background-color: #fff;
}

@media screen and (max-width: 959px) {
  .last-cta {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 540px) {
  .last-cta {
    padding-bottom: 60px;
  }
}

.last-cta .cta-box-blue {
  background-color: #F8F8FF;
  border-radius: 10px;
  margin-top: 140px;
  padding-top: 1px;
  padding-bottom: 30px;
}

@media screen and (max-width: 959px) {
  .last-cta .cta-box-blue {
    margin-top: 80px;
  }
}

@media screen and (max-width: 540px) {
  .last-cta .cta-box-blue {
    margin-top: 60px;
    padding-bottom: 20px;
  }
}

.last-cta .cta-box-blue .rimited {
  margin-top: -60px;
  margin-bottom: 10px;
}

@media screen and (max-width: 959px) {
  .last-cta .cta-box-blue .rimited {
    margin-top: -40px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 540px) {
  .last-cta .cta-box-blue .rimited {
    margin-top: -30px;
    margin-bottom: 4px;
  }
}

.last-cta .cta-box-blue .rimited img {
  width: 34%;
}

@media screen and (max-width: 959px) {
  .last-cta .cta-box-blue .rimited img {
    width: 40%;
  }
}

@media screen and (max-width: 540px) {
  .last-cta .cta-box-blue .rimited img {
    width: 50%;
  }
}

.last-cta .cta-box-blue .cta img {
  width: 55%;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(118, 48, 65, 0.6));
          filter: drop-shadow(0px 0px 3px rgba(118, 48, 65, 0.6));
}

.last-cta .cta-box-blue .cta img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 959px) {
  .last-cta .cta-box-blue .cta img {
    width: 70%;
  }
}

@media screen and (max-width: 540px) {
  .last-cta .cta-box-blue .cta img {
    width: 90%;
  }
}

.last-cta .cta-box-blue .qr-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  width: 40%;
  padding: 5px 20px;
  margin: 10px auto 0 auto;
  border-radius: 10px;
}

@media screen and (max-width: 959px) {
  .last-cta .cta-box-blue .qr-cta {
    width: 60%;
  }
}

@media screen and (max-width: 540px) {
  .last-cta .cta-box-blue .qr-cta {
    width: 80%;
    display: block;
    padding: 8px 10px 0 10px;
  }
}

.last-cta .cta-box-blue .qr-cta .text {
  font-size: 18px;
  text-align: left;
  font-weight: 800;
  padding-right: 5px;
}

@media screen and (max-width: 540px) {
  .last-cta .cta-box-blue .qr-cta .text {
    font-size: 13px;
    text-align: center;
  }
}

.last-cta .cta-box-blue .qr-cta .text .text-top {
  font-size: 14px;
  color: #C47489;
}

@media screen and (max-width: 540px) {
  .last-cta .cta-box-blue .qr-cta .text .text-top {
    font-size: 12px;
    border-bottom: 1px solid #C47489;
    display: inline-block;
  }
}

.last-cta .cta-box-blue .qr-cta .text .text-bottom {
  border-top: 1px solid #C47489;
}

@media screen and (max-width: 540px) {
  .last-cta .cta-box-blue .qr-cta .text .text-bottom {
    border-top: none;
  }
}

.last-cta .cta-box-blue .qr-cta img {
  width: 20%;
}

@media screen and (max-width: 540px) {
  .last-cta .cta-box-blue .qr-cta img {
    width: 30%;
  }
}

.last-cta .cta-box-blue .cta-attention-text {
  width: 60%;
  margin: 20px auto 0 auto;
  text-align: left;
  font-size: 14px;
  line-height: 150%;
}

@media screen and (max-width: 959px) {
  .last-cta .cta-box-blue .cta-attention-text {
    width: 70%;
    margin: 10px auto 0 auto;
    font-size: 13px;
  }
}

@media screen and (max-width: 540px) {
  .last-cta .cta-box-blue .cta-attention-text {
    width: 90%;
    margin: 10px auto 0 auto;
    font-size: 12px;
  }
}

.last-cta .cta-box-blue .cta-attention-text .cta-attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.last-cta .cta-box-blue .cta-attention-text .cta-attention .no {
  margin-right: 10px;
}

.last-cta .cta-box-blue .cta-attention-text .cta-attention p {
  text-align: justify;
  text-justify: inter-ideograph;
}

footer {
  background: #C47489;
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 540px) {
  footer {
    font-size: 12px;
  }
}

footer p.copy {
  margin-right: 60px;
}

@media screen and (max-width: 540px) {
  footer p.copy {
    margin-right: 30px;
  }
}

footer a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

footer a:hover {
  color: #ffff66;
  border-bottom: 1px solid #ffff66;
}
/*# sourceMappingURL=style.css.map */