@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : faq.css
Description : 注意事項、Q&A
===================================================================== */
/* =====================================================================
    faq
======================================================================*/
.faq > .inner {
  padding-bottom: 44rem;
}

.faq_illust {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 calc(-44 / 680 * 100%) calc(27 / 680 * 100%);
  width: calc(170 / 680 * 100%);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .faq_illust {
    margin: 0 0 calc(-42 / 1600 * 100%) calc(478 / 1600 * 100%);
    width: calc(128 / 1600 * 100%);
  }
}
/* =====================================================================
    notice
======================================================================*/
.notice {
  position: relative;
  padding: 8.7rem 0;
}
.notice_bg {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 42rem;
  background: #ed537a;
  z-index: -1;
}
.notice_bg::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -3.1rem;
  left: 0;
  width: 100%;
  height: 3.2rem;
  background: url(../images/common/img_wave_white.png) round no-repeat center top/auto 100%;
  z-index: 1;
  bottom: auto !important;
  top: -0.4rem !important;
  right: 0;
  margin: auto;
  width: calc(480 / 680 * 100%);
}
@media screen and (min-width: 768px) {
  .notice_bg::before {
    bottom: -2.7rem;
    height: 2.8rem;
  }
}
.notice_bg_shape {
  position: absolute;
  bottom: -25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120%;
  height: 35rem;
  fill: #ed537a;
  z-index: 1;
}
.notice h3 {
  text-align: center;
  margin: 0 auto 5rem;
  max-width: 90%;
}
.notice h3 span {
  display: block;
  padding: 0 1em;
  font-size: 3.4rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.3;
  border-left: 0.4em double #ffde0a;
  border-right: 0.4em double #ffde0a;
}

.notice_list {
  padding: 8rem calc(60 / 680 * 100%);
  background-color: #fff;
  border-radius: 3.2rem;
}
.notice_list li {
  position: relative;
  margin-bottom: 5rem;
  padding-left: 1em;
  line-height: 1.666;
}
.notice_list li::before {
  content: "・";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  color: #ed537a;
}
.notice_list li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .notice {
    padding: 10rem 0;
  }
  .notice_bg {
    height: 56rem;
  }
  .notice_bg::before {
    width: calc(800 / 1920 * 100%);
    max-width: 760px;
  }
  .notice_bg::after {
    content: "";
    position: absolute;
    display: block;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2.8rem;
    background: url(../images/common/img_wave_white.png) round no-repeat center top/auto 100%;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    z-index: 1;
  }
  .notice_bg_shape {
    display: none;
  }
  .notice h3 {
    max-width: 800px;
  }
  .notice h3 span {
    display: inline-block;
    font-size: max(3rem, 20px);
  }
  .notice_list {
    margin: 0 auto;
    padding: 6rem calc(90 / 1280 * 100%);
    max-width: 800px;
  }
  .notice_list li {
    margin-bottom: 3rem;
  }
}
/* =====================================================================
    QandA
======================================================================*/
.QandA_list li {
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 2em;
  line-height: 1.666;
}
.QandA_list li::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.6rem;
  background: url(../images/common/img_dots2.png) round center/auto 100%;
}
.QandA_list li > * {
  position: relative;
  padding-left: 7rem;
}
.QandA_list li > *::before {
  content: "";
  position: absolute;
  display: block;
  top: -2.2rem;
  left: 0;
  font-size: 4.8rem;
  font-weight: 800;
}
.QandA_list li h3 {
  margin-bottom: 1em;
  font-size: 113%;
  font-weight: 800;
  color: #ed537a;
}
.QandA_list li h3::before {
  content: "Q.";
}
.QandA_list li p::before {
  content: "A.";
  color: #009952;
}

@media screen and (min-width: 768px) {
  .QandA_list li > * {
    padding-left: max(4.5rem, 30px);
  }
  .QandA_list li > *::before {
    top: -1.8rem;
    font-size: max(3.2rem, 21px);
  }
  .QandA_list li h3 {
    font-size: max(2.4rem, 19px);
  }
  .QandA_list li h3::before {
    top: -0.3em;
  }
}/*# sourceMappingURL=faq.css.map */