/* google fonts */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
body {
  background: linear-gradient(#5fbfe6 0%, #ddf0fe 4%);
  line-height: 1.45;
}

.spBlock {
  display: none;
}

.spNone {
  display: block;
}

.indent {
  text-indent: -1rem;
  padding-left: 1rem;
}

.underline {
  text-decoration: underline;
}

.cpContent {
  z-index: 2;
  position: relative;
}
.cpContent__inner {
  position: relative;
  width: calc(100% - 30px);
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px 80px;
  box-sizing: border-box;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.cpContent__title {
  margin-bottom: 40px;
  text-align: center;
}
.cpContent__title img {
  margin-top: -32px;
  max-width: 87.2%;
}
.cpContent__block {
  max-width: 840px;
  margin: 0 auto 60px;
}
.cpContent__block:last-of-type {
  margin: 0 auto;
}
.cpContent__sub {
  margin-bottom: 24px;
}
.cpContent__sub img {
  width: 100%;
}
.cpContent p {
  font-size: 18px;
  font-weight: 800;
}

.mv {
  z-index: 2;
  position: relative;
  height: 546px;
  background-size: 100% auto;
}
.mv .bgMain {
  z-index: -1;
  position: absolute;
  top: -81px;
  left: 0;
}
.mv__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 96px;
  border-radius: 16px;
}
.mv__title img {
  display: block;
  position: relative;
  margin: 0 auto;
}
.mv__title p {
  margin-top: -20px;
}

.cpBg {
  position: relative;
  padding-bottom: 80px;
  background-image: url(../images/bg_cp_l.png), url(../images/bg_cp_r.png);
  background-position: top left, top right;
  background-repeat: repeat-y;
  background-size: 542px auto;
}

.cpContent.cp1 .cpContent__inner {
  border-radius: 16px;
  background: #FFF8A0;
}

.cp1 {
  padding-top: 60px;
  margin-bottom: 80px;
}
.cp1__desc {
  margin-bottom: 24px;
  padding: 20px;
  border-radius: 16px;
  background: #FFF;
  text-align: center;
}
.cp1 h4 {
  margin-bottom: 24px;
  text-align: center;
}
.cp1 h4 img {
  max-width: 80%;
}
.cp1__prise {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 24px;
}
.cp1__prise div {
  width: 100%;
}
.cp1__prise div img {
  width: 100%;
}
.cp1 h5 {
  margin-bottom: 24px;
}
.cp1 h5 img {
  width: 100%;
}

.cpContent.cp2 .cpContent__inner {
  border-radius: 16px;
  background: #D9E15B;
}

.cp2 {
  margin-bottom: 16px;
}
.cp2__desc {
  display: none;
}
.cp2 h4 {
  margin-bottom: 24px;
}
.cp2 h4 img {
  width: 100%;
}

.attention {
  width: calc(100% - 30px);
  max-width: 1000px;
  margin: 0 auto;
}
.attention p {
  font-size: 14px;
}

.terms {
  padding: 80px 0;
  background: #FFF5FA;
}
.terms__inner {
  width: calc(100% - 30px);
  max-width: 1000px;
  margin: 0 auto;
}
.terms h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}
.terms__box {
  max-height: 500px;
  overflow-y: scroll;
  padding: 15px;
  border: 1px solid #BFBFBF;
  background: #FFF;
  white-space: wrap;
}
.terms__box pre {
  text-wrap: wrap;
}
.terms__box pre a {
  word-break: break-word;
}
.terms__line {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  background: #BFBFBF;
}

/* faq */
.faqBg {
  background: #FFF;
}

.faq {
  width: calc(100% - 30px);
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0 120px;
}
.faq h3 {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
}
.faq .btn {
  display: block;
  width: 100%;
  max-width: 252px;
  margin: 0 auto 40px;
  border-radius: 48px;
  background: #e60012 url(/images/arrow_morebtn_hover.png) center right 21px no-repeat;
  background-size: 11px;
  color: #FFF;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
}
.faq .contact {
  padding: 15px;
  background: #F4F5FB;
}
.faq .contact h4 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}
.faq .contact p {
  line-height: 1.7;
}
.faq h4 {
  margin-bottom: 10px;
  font-weight: 600;
}

.faq .title {
  padding: 0 0 25px;
  font-weight: 700;
  font-size: 24px;
}

.faq .faq_list {
  margin: 0 auto 40px;
  border-top: 1px solid #e8e8e8;
}
.faq .faq_list:last-of-type {
  margin: 0 auto 80px;
}

.faq .faq_list a {
  color: #07d;
  text-decoration: underline;
}

.faq .toggle {
  display: none;
}

.faq .option {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px;
  line-height: 1.5;
}

.faq .qt, .faq .aw {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.faq .qt {
  position: relative;
  display: block;
  padding: 18px 44px;
  font-weight: 500;
  cursor: pointer;
}

.faq .qt::after, .faq .qt::before {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  width: 2px;
  height: 0.75em;
  background: #d7282f;
  transform: translate(0, -50%);
  transition: all 0.3s;
}

.faq .qt::after {
  transform: translate(0, -50%) rotate(90deg);
}

.faq .qt_icon {
  position: absolute;
  top: 18px;
  left: 7px;
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/app_qt.png");
  background-size: contain;
}

.faq .aw_icon {
  position: absolute;
  top: 10px;
  left: 7px;
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/app_aw.png");
  background-size: contain;
}

.faq .aw {
  position: relative;
  max-height: 0;
  overflow: hidden;
}

.faq .aw .txt {
  padding: 9px 44px 35px;
}

.faq .aw .txt .cap {
  display: block;
  padding: 0.9em 0 0;
}

.faq .toggle:checked + .qt + .aw {
  max-height: 800px;
  transition: all 1.6s;
}

.faq .toggle:checked + .qt::before {
  transform: translate(0, -50%) rotate(90deg) !important;
}

footer {
  background: #FFF;
}

@media screen and (max-width: 768px) {
  .spBlock {
    display: block;
  }
  .spNone {
    display: none;
  }
  .indent {
    text-indent: -0.9rem;
  }
  .cpContent__title {
    margin-bottom: 16px;
  }
  .cpContent__title img {
    max-width: 92.3%;
    margin-top: -10px;
  }
  .cpContent__title h2 {
    font-size: 21px;
  }
  .cpContent__title p {
    margin-top: 10px;
    font-size: 15px;
  }
  .cpContent__inner {
    padding: 0 15px 24px;
  }
  .cpContent__sub {
    max-width: 325px;
    margin: 0 auto 16px;
  }
  .cpContent__block {
    margin-bottom: 32px;
  }
  .cpContent p {
    font-size: 14px;
  }
  .mv {
    height: 207px;
  }
  .mv .bgMain {
    top: -53px;
    left: 50%;
    transform: translateX(-50%);
    width: 140vw;
    max-width: none;
  }
  .mv__inner {
    width: calc(100% - 20px);
    max-width: 375px;
    padding-top: 0;
  }
  .mv__title p {
    margin-top: -10px;
    max-width: 72%;
    margin: 0 auto;
  }
  .cpBg {
    margin-top: -61px;
    padding-bottom: 30px;
    background-position: top left -86px, top right -86px;
    background-size: 285px auto;
  }
  .cp1 {
    margin-bottom: 32px;
    padding-top: 61px;
  }
  .cp1__desc {
    padding: 10px 2vw;
  }
  .cp1__desc p {
    max-width: none !important;
  }
  .cp1 h4 img {
    width: 100%;
    max-width: 325px;
  }
  .cp1__prise {
    display: block;
  }
  .cp1__prise div {
    margin: 0 auto 24px;
  }
  .cp1__prise div img {
    display: block;
    max-width: 305px;
    margin: 0 auto;
  }
  .cp1 h5 img {
    display: block;
    max-width: 305px;
    margin: 0 auto;
  }
  .cp1 p {
    max-width: 305px;
    margin: 0 auto;
  }
  .cp2 {
    margin-bottom: 16px;
  }
  .cp2 h4 img {
    display: block;
    max-width: 305px;
    margin: 0 auto;
  }
  .cp2 h4 img:first-of-type {
    margin-bottom: 40px;
  }
  .cp2 p {
    max-width: 305px;
    margin: 0 auto;
  }
  .cp2__desc {
    display: block;
    margin-bottom: 16px;
    padding: 10px 2vw;
    border-radius: 16px;
    background: #FFF;
    text-align: center;
  }
  .attention {
    max-width: calc(100% - 30px);
  }
  .attention p {
    font-size: 13px;
  }
  .terms {
    padding: 40px 0;
  }
  .terms h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .terms__box pre {
    font-size: 14px;
  }
  /* faq */
  .section:has(.faq) {
    padding: 0 10px;
  }
  .faq {
    padding: 30px 0 80px;
  }
  .faq h3 {
    margin-bottom: 40px;
    font-size: 16px;
  }
  .faq h4 {
    font-size: 14px;
  }
  .faq .contact p {
    font-size: 14px;
  }
  .faq .faq_list {
    margin: 0 auto 40px;
  }
  .faq .title {
    padding: 0 0 20px;
    font-size: 20px;
  }
  .faq .option {
    font-size: 14px;
  }
  .faq .qt {
    padding: 15px 32px;
  }
  .faq .qt::after, .faq .qt::before {
    right: 0.8em;
  }
  .faq .qt_icon {
    position: absolute;
    top: 16px;
    left: 2px;
    width: 20px;
    height: 20px;
  }
  .faq .aw_icon {
    position: absolute;
    top: 10px;
    left: 2px;
    width: 20px;
    height: 20px;
  }
  .faq .aw .txt {
    padding: 8px 32px 30px;
  }
}/*# sourceMappingURL=extend.css.map */