@charset "utf-8";
main .inner {
  width: auto;
  max-width: 790px;
}
.anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 74px 0 90px;
}
.anchorItem {
  width: 360px;
}
.offer {
  position: relative;
}
.offer .cta  {
  position: absolute;
  left: 50%;
  bottom: 90px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 738px;
}

.l-note,
.l-faq {
  line-height: 2;
  font-weight: 700;
}

/* ご注意事項 */
.note {
  margin: 0 auto 100px;
}
.note .note-title {
  margin: 205px auto 50px;
  width: 680px;
}
.l-note .item-note {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 1em;
  padding: 0 0 .5em 1em;
  border-bottom: 1px solid #ddd;
}
.l-note .item-note::before {
  content: "・";
}
.l-note .item-note a {
  text-decoration: underline;
}

.faq .faq-title,
.faq + .note-title {
  margin: 0 auto 50px;
  max-width: 360px;
}

/* よくあるご質問 */
.faq {
  margin: 86px 0;
}
.l-faq dt,
.l-faq dd {
  text-indent: -2em;
  margin-left: 2em;
  padding-left: 2em;
}
.l-faq dd {
  padding-bottom: .5em;
  border-bottom: 1px solid #ddd;
}
.l-faq dt::before {
  content: "Q";
  margin-right: 0.25em;
  font-size: 3rem;
  font-weight: bold;
  color: #c693cf;
}
.l-faq dd::before {
  content: "A";
  margin-right: 0.25em;
  font-size: 3rem;
  font-weight: bold;
  color: #ff2469;
}

/* クローズ */
/* .content::before {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 1030px;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: block;
  z-index: 1;
} */
.close {
  position: sticky;
  top: 50%;
  left: 50%;
  width: 100%;
  line-height: 1.5;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  z-index: 1;
}
.close a {
  color: #ffffff;
}

.content h2 {
  margin-bottom: 0;
}

/* 注意事項 */
.last-text {
  margin: 0 auto;
  padding: 10px 5px;
  width: 92.5%;
  height: 200px;
  line-height: 1.5;
  border: 1px solid #242424;
  overflow-y: scroll;
}
.last-text-item + .last-text-item {
  margin-top: 1em;
}
.last-text-title {
  margin-left: 1.5em;
  font-weight: bold;
}
.last-text ul {
  margin-top: 0.5em;
}
.last-text li {
  margin-left: 1.5em;
  list-style-type: disc;
}
.last-text li + li {
  margin-top: 0.5em;
}
.last-text a {
  color: #B9647B;
}
.note-attention {
  margin: 0.5em auto;
  width: 92.5%;
  color: #ff696a;
}

@media screen and (max-width: 768px) {
  main .inner {
    max-width: 100%;
  }
  .anchor {
    margin: 8vw 0;
  }
  .anchorItem {
    width: 43.37vw;
  }
  .offer .cta  {
    bottom: 8vw;
    width: 90%;
  }
  /* ご注意事項 */
  .note {
    margin: 0 auto 21.33vw;
  }
  .note .note-title {
    margin: 16vw auto 8vw;
    width: 90%;
  }
  .l-note .item-note {
    margin-left: auto;
  }

  .faq .faq-title,
  .faq + .note-title {
    margin: 0 auto 8vw;
    width: 90%;
  }
  
  /* よくあるご質問 */
  .faq {
    margin: 11.47vw 0;
  }
  .l-faq dt,
  .l-faq dd {
    margin-left: auto;
  }

  /* クローズ */
  /* .content::before {
    width: 90%;
  } */
  .close {
    width: auto;
    font-size:16px;
    line-height: 1.7;
  }

  /* 注意事項 */
  .last-text {
    height: 180px;
  }
}