@charset "UTF-8";
/* ============================================
   .tf70-lp：LP全体のラッパー（納品HTMLのルート要素）
   スタイルはすべてこの配下だけに効かせる。
   - ホストサイトのCSSを上書きしない（グローバルに書かない）
   - ホストサイトのクラス（l-inner / c-* / u-* 等）に依存しない
   - font-family はサイト継承の値を明示指定（$font-family-base参照）
   ============================================ */
.tf70-lp {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  /* --- 配下限定ミニリセット --- */
}
.tf70-lp *,
.tf70-lp *::before,
.tf70-lp *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tf70-lp h2,
.tf70-lp h3,
.tf70-lp h4,
.tf70-lp p,
.tf70-lp ul,
.tf70-lp ol,
.tf70-lp dl,
.tf70-lp dd,
.tf70-lp figure {
  margin: 0;
}
.tf70-lp ul,
.tf70-lp ol {
  list-style: none;
  padding: 0;
}
.tf70-lp a {
  text-decoration: none;
  color: inherit;
}
.tf70-lp img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.tf70-lp {
  /* FAQアコーディオン（details/summary・JS不使用） */
}
.tf70-lp summary {
  cursor: pointer;
  list-style: none;
}
.tf70-lp summary::-webkit-details-marker {
  display: none;
}

.tf70-lp .c-tf70terms {
  margin: 24px auto 0;
  border: 2px solid #232e84;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #232e84;
}
.tf70-lp .c-tf70terms--contact {
  padding-bottom: 40px;
  border: none;
  background-color: transparent;
}
.tf70-lp .c-tf70terms--contact .c-tf70terms__contactinner {
  padding: 0;
  max-width: 86.9565217391%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .tf70-lp .c-tf70terms--contact .c-tf70terms__contactinner {
    padding: 0 20px;
    max-width: 880px;
  }
}
.tf70-lp .c-tf70terms__ttl {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.6em;
  background-color: #232e84;
  color: #fff;
  padding: 8px;
  border-radius: 20px 20px 0 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .tf70-lp .c-tf70terms__ttl {
    font-size: 20px;
  }
}
.tf70-lp .c-tf70terms__box {
  overflow-y: auto;
  background-color: #fff;
  padding-block: 20px;
  padding-inline-start: 20px;
  padding-inline-end: 30px;
}
.tf70-lp .c-tf70terms__box--france {
  height: 178.7439613527vw;
}
@media screen and (min-width: 769px) {
  .tf70-lp .c-tf70terms__box {
    padding-inline-end: 45px;
  }
  .tf70-lp .c-tf70terms__box--france {
    height: 530px;
  }
}
.tf70-lp .c-tf70terms__box--pay {
  height: 164.2512077295vw;
}
@media screen and (min-width: 769px) {
  .tf70-lp .c-tf70terms__box--pay {
    height: 530px;
  }
}
.tf70-lp .c-tf70terms__box::-webkit-scrollbar {
  width: 10px;
}
.tf70-lp .c-tf70terms__box::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}
.tf70-lp .c-tf70terms__box::-webkit-scrollbar-thumb {
  background-color: #F0D482;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .tf70-lp .c-tf70terms__box::-webkit-scrollbar {
    width: 15px;
  }
}
.tf70-lp .c-tf70terms__head {
  background-color: #232e84;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5em;
  text-indent: 0.8em;
  padding: 6px 8px;
  margin: 20px 0 10px;
  border-radius: 20px;
}
@media screen and (min-width: 769px) {
  .tf70-lp .c-tf70terms__head {
    font-size: 17px;
  }
}
.tf70-lp .c-tf70terms__head:first-child {
  margin-top: 0;
}
.tf70-lp .c-tf70terms__txt {
  font-size: 12px;
  line-height: 1.5996990218;
}
@media screen and (min-width: 769px) {
  .tf70-lp .c-tf70terms__txt {
    font-size: 14px;
  }
}
.tf70-lp .c-tf70terms__txt + .c-tf70terms__txt {
  margin-top: 8px;
}
.tf70-lp .c-tf70terms__txtPrize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tf70-lp .c-tf70terms__prize {
  display: inline-block;
  background-color: #b8860b;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  margin-right: 8px;
}
.tf70-lp .c-tf70terms__flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tf70-lp .c-tf70terms__red {
  color: #e50011;
}
.tf70-lp .c-tf70terms__gray {
  color: #9e9e9f;
}
.tf70-lp .c-tf70terms__navy {
  color: #232e84;
}
.tf70-lp .c-tf70terms__large {
  font-size: clamp(12px, 4.347826087vw, 18px);
}
@media screen and (min-width: 769px) {
  .tf70-lp .c-tf70terms__large {
    font-size: 21px;
  }
}
.tf70-lp .c-tf70terms__small {
  font-size: clamp(12px, 3.3816425121vw, 14px);
}
@media screen and (min-width: 769px) {
  .tf70-lp .c-tf70terms__small {
    font-size: 14px;
  }
}
.tf70-lp .c-tf70terms__sponly {
  display: block;
}
@media screen and (min-width: 769px) {
  .tf70-lp .c-tf70terms__sponly {
    display: none;
  }
}
.tf70-lp .c-tf70terms__bold {
  font-weight: bold;
}
.tf70-lp .c-tf70terms__applybox {
  border: 2px solid #232e84;
  padding: 12px 16px;
  font-size: 12px;
  line-height: 2;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .tf70-lp .c-tf70terms__applybox {
    font-size: 16px;
    padding: 12px 28px;
  }
}
.tf70-lp .c-tf70terms__link {
  color: inherit;
  text-decoration: underline;
}
.tf70-lp .c-tf70terms__link--blue {
  color: #009fe6;
}
.tf70-lp .c-tf70terms__link--nodecoration {
  text-decoration: none;
}
.tf70-lp .c-tf70terms__withImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tf70-lp .c-tf70terms__withImgText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tf70-lp .c-tf70terms__withImgArea {
  display: none;
  width: 223px;
}
@media screen and (min-width: 769px) {
  .tf70-lp .c-tf70terms__withImgArea {
    display: block;
  }
}
.tf70-lp .c-tf70terms__contact {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .tf70-lp .c-tf70terms__contact {
    margin-top: 30px;
  }
}
.tf70-lp .c-tf70terms__contactinner {
  max-width: 86.9565217391%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .tf70-lp .c-tf70terms__contactinner {
    padding: 0 20px;
    max-width: 880px;
  }
}
.tf70-lp .c-tf70terms__contactbox {
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #232e84;
  background-color: #232e84;
}
.tf70-lp .c-tf70terms__contactttl {
  background-color: #232e84;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.5em;
  text-indent: 0.8em;
  padding: 6px 8px;
}
@media screen and (min-width: 769px) {
  .tf70-lp .c-tf70terms__contactttl {
    font-size: 19px;
  }
}
.tf70-lp .c-tf70terms__contacttxt {
  font-size: 12px;
  line-height: 1.5996990218;
  padding: 10px 20px;
  text-align: center;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .tf70-lp .c-tf70terms__contacttxt {
    font-size: 16px;
  }
}
.tf70-lp .c-tf70terms__contacttxt span {
  font-weight: bold;
}
.tf70-lp .c-tf70terms__contacttxt .sp-only {
  display: block;
}
@media screen and (min-width: 769px) {
  .tf70-lp .c-tf70terms__contacttxt .sp-only {
    display: none;
  }
}

/* tf70-kv：キービジュアル
   書き出しサイズ指定：PC 2400×824px / SP 414×552px
   出し分けは <picture> + media="(min-width: 769px)"（PC/SP切替は $pc に合わせる） */
.tf70-lp .p-tf70kv {
  background-color: #fff;
}

.tf70-lp .p-tf70present {
  padding: 40px 0 0;
}
.tf70-lp .p-tf70present__ttl {
  text-align: center;
  font-size: clamp(18px, 5.7971014493vw, 24px);
  font-weight: 700;
  color: #232e84;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .tf70-lp .p-tf70present__ttl {
    font-size: clamp(24px, 3.125vw, 45px);
  }
}
.tf70-lp .p-tf70present__more {
  margin-top: 16px;
  padding-bottom: 40px;
  border-bottom: 1px solid #232e84;
}
@media screen and (min-width: 769px) {
  .tf70-lp .p-tf70present__more {
    margin-top: -30px;
    padding-bottom: 60px;
  }
}
.tf70-lp .p-tf70present__inner {
  max-width: 86.9565217391%;
  margin: 0 auto;
}
.tf70-lp .p-tf70present__inner a {
  display: block;
}
@media screen and (min-width: 769px) {
  .tf70-lp .p-tf70present__inner {
    max-width: 880px;
    padding: 0 20px;
  }
}
.tf70-lp .p-tf70present__btn {
  max-width: 86.9565217391%;
  margin: 40px auto;
}
@media screen and (min-width: 769px) {
  .tf70-lp .p-tf70present__btn {
    max-width: 396px;
    padding: 0 20px;
  }
}

.tf70-lp .p-tf70france {
  padding: 40px 0 20px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .tf70-lp .p-tf70france {
    padding-bottom: 60px;
  }
}
.tf70-lp .p-tf70france__inner {
  max-width: 86.9565217391%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .tf70-lp .p-tf70france__inner {
    max-width: 880px;
    padding: 0 20px;
  }
}
.tf70-lp .p-tf70france__badge {
  width: 26.5700483092%;
  position: absolute;
  top: 20%;
  left: -4%;
}
@media screen and (min-width: 769px) {
  .tf70-lp .p-tf70france__badge {
    width: 17.2727272727%;
    top: 21%;
    left: 3.4%;
    z-index: 2;
  }
}
.tf70-lp .p-tf70france__pics {
  width: 111.1111111111%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .tf70-lp .p-tf70france__pics {
    width: 34.3181818182%;
    top: 41%;
    bottom: auto;
    left: 10%;
  }
}
@media screen and (min-width: 982px) {
  .tf70-lp .p-tf70france__pics {
    left: calc(50% - 350px);
  }
}
.tf70-lp .p-tf70france__btn {
  max-width: 86.9565217391%;
  margin: 40px auto;
}
@media screen and (min-width: 769px) {
  .tf70-lp .p-tf70france__btn {
    max-width: 396px;
    padding: 0 20px;
  }
}
.tf70-lp .p-tf70france__terms {
  max-width: 86.9565217391%;
  margin: 40px auto 0;
}
@media screen and (min-width: 769px) {
  .tf70-lp .p-tf70france__terms {
    margin: 70px auto 0;
    max-width: 880px;
    padding: 0 20px;
  }
}

.tf70-lp .p-tf70pay {
  padding: 40px 0 60px;
}
.tf70-lp .p-tf70pay__terms {
  max-width: 86.9565217391%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .tf70-lp .p-tf70pay__terms {
    max-width: 880px;
    padding: 0 20px;
  }
}
.tf70-lp .p-tf70pay__inner {
  max-width: 86.9565217391%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .tf70-lp .p-tf70pay__inner {
    max-width: 880px;
    padding: 0 20px;
  }
}
.tf70-lp .p-tf70pay__badge {
  width: 26.9444444444%;
  margin: 0 auto;
  position: absolute;
  top: 13%;
  left: -4%;
}
@media screen and (min-width: 769px) {
  .tf70-lp .p-tf70pay__badge {
    display: none;
  }
}
.tf70-lp .p-tf70pay__btn {
  max-width: 86.9565217391%;
  margin: 40px auto;
}
.tf70-lp .p-tf70pay__btn a {
  display: block;
}
@media screen and (min-width: 769px) {
  .tf70-lp .p-tf70pay__btn {
    max-width: 396px;
    padding: 0 20px;
  }
}
.tf70-lp .p-tf70pay__taisyou {
  max-width: 86.9565217391%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (min-width: 769px) {
  .tf70-lp .p-tf70pay__taisyou {
    max-width: 880px;
    padding: 0 20px;
    gap: 30px;
  }
}
.tf70-lp .p-tf70pay__taisyoubox {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #232e84;
  padding: 20px;
}
@media screen and (min-width: 769px) {
  .tf70-lp .p-tf70pay__taisyoubox {
    padding: 30px;
  }
}
.tf70-lp .p-tf70pay__taisyouttl {
  text-align: center;
}
.tf70-lp .p-tf70pay__taisyolead {
  max-width: 600px;
  margin: 20px auto 0;
}
.tf70-lp .p-tf70pay__taisyolead span {
  font-weight: bold;
}
.tf70-lp .p-tf70pay__taisyocautionttl {
  text-align: center;
  margin-top: 40px;
}
.tf70-lp .p-tf70pay__taisyotxt {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5996990218;
}
@media screen and (min-width: 769px) {
  .tf70-lp .p-tf70pay__taisyotxt {
    font-size: 13px;
  }
}
.tf70-lp .p-tf70pay__aboutpay {
  padding-top: 20px;
  margin-top: 40px;
  border-top: 1px solid;
  text-align: center;
  font-size: clamp(8px, 2.8985507246vw, 12px);
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .tf70-lp .p-tf70pay__aboutpay {
    font-size: 16px;
  }
}
.tf70-lp .p-tf70pay__aboutpay span {
  font-weight: bold;
}

.tf70-lp .p-tf70faq {
  padding: 40px 0 20px;
}
.tf70-lp .p-tf70faq__inner {
  max-width: 86.9565217391%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .tf70-lp .p-tf70faq__inner {
    max-width: 880px;
    padding: 0 20px;
  }
}
.tf70-lp .p-tf70faq__ttl {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  color: #232e84;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .tf70-lp .p-tf70faq__ttl {
    font-size: 28px;
  }
}
.tf70-lp .p-tf70faq__ttl span {
  display: inline-block;
  padding: 0 10px;
  border-bottom: 4px solid #232e84;
}
.tf70-lp .p-tf70faq__item {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #232e84;
}
.tf70-lp .p-tf70faq__item + .p-tf70faq__item {
  margin-top: 12px;
}
.tf70-lp .p-tf70faq__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  padding: 14px 44px 14px 14px;
  font-weight: 700;
  font-size: 12px;
  color: #232e84;
}
@media screen and (min-width: 769px) {
  .tf70-lp .p-tf70faq__q {
    font-size: 16px;
    padding: 16px 52px 16px 18px;
  }
}
.tf70-lp .p-tf70faq__q::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #232e84;
  border-bottom: 2px solid #232e84;
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.tf70-lp .p-tf70faq__item[open] .p-tf70faq__q::after {
  -webkit-transform: translateY(-30%) rotate(225deg);
          transform: translateY(-30%) rotate(225deg);
}
.tf70-lp .p-tf70faq__a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  padding: 14px 18px 16px 14px;
  font-size: 13px;
}
.tf70-lp .p-tf70faq__a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 14px;
  right: 14px;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #232e84 0 6px, transparent 6px 13px);
}
@media screen and (min-width: 769px) {
  .tf70-lp .p-tf70faq__a {
    font-size: 15px;
    padding: 16px 22px 18px 18px;
  }
  .tf70-lp .p-tf70faq__a::before {
    left: 18px;
    right: 18px;
  }
}
.tf70-lp .p-tf70faq__a p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tf70-lp .p-tf70faq__badge {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
}
.tf70-lp .p-tf70faq__badge--q {
  background-color: #232e84;
}
.tf70-lp .p-tf70faq__badge--a {
  background-color: #e50011;
}