@charset "UTF-8";
/*-------------------------------------*
 * PCデザイン可変部分
 *-------------------------------------*/
/* 【PC】フォームの項目名ラベル内必須アイコン */
span.form_required_ec {
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}

/* 【PC】フォームのセクションラベル */
.landing_form_label_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}

/* 【PC】フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  border-top: 1px solid #d0dcec;
  border-right: 1px solid #d0dcec;
  background: #FFF;
  border-bottom: 1px solid #999;
}

/* 【PC】フォーム左側　項目名ラベル */
.landing_form_ec th {
  background-color: #e1edfd;
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #e1edfd;
}
.landing_form_ec td {
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #ffffff;
}

/* 【PC】フォーム右側　入力ボックス */
/* 【PC】購入ボタンのデザイン */
.submit_bottom_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

/*-------------------------------------*
 * スマートフォンデザイン可変部分
 *-------------------------------------*/
/* 【SP】フォームの項目名ラベル内必須アイコン */
span.form_required_sp_ec {
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}

/* 【SP】フォームのセクションラベル */
.landing_form_label_sp_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}

/* 【SP】フォームの項目名ラベル */
.form_box_label_sp_ec {
  background: #cadefc;
  border-bottom: 1px solid #C3C3C3;
  border-top: 1px solid #C3C3C3;
}

/* 【SP】購入ボタンのデザイン */
.submit_bottom_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.footer_container_fluid {
  width: 100%;
  background: #e3e3e3;
  margin: auto;
}

.footer_container {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.footer_container ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.footer_container li {
  list-style: none;
  margin: 0 10px 0 0;
}
.footer_container li a {
  text-decoration: none;
  font-size: 10px;
  color: #3e3e3e;
}

.copyright {
  width: 100%;
  background: #e3e3e3;
  margin: auto;
  color: #3e3e3e;
  font-size: 10px;
  text-align: center;
}

.text {
  text-align: center;
}

.voice-attention1 {
  position: absolute;
  bottom: 472px;
  right: 32px;
}

.voice-attention2 {
  position: absolute;
  /* bottom: 44px; */
  bottom: 20px;
  right: 32px;
  font-size: 0.5rem;
}

/* footer 上書き */
.footer_container ul {
  line-height: 27px;
  padding: 0px 0 30px 0;
}
.footer_container li {
  float: none;
}

.footer__img--white {
  width: 285px;
  padding: 40px 0 30px 0;
}

.copyright {
  font-weight: bold;
  padding: 0 0 20px 0;
}

.top_cta .cta_btn {
  position: absolute;
  top: 42.9vw !important;
  bottom: 22px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.top_cta .cta_btn a img {
  width: auto;
}

.cta .cta_btn.btn2 {
  top: 1058px;
}

/*AmazonPay、GMO後払いの説明画像の大きさ修正*/
#payment_method_description img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .footer__img--white {
    width: 38vw;
  }
}
/*(END) footer 上書き */
.fl-banner {
  position: fixed;
  bottom: 75px;
  right: 10px;
  z-index: 99999999;
  display: none;
}

@media screen and (max-width: 767px) {
  .fl-banner {
    width: 30%;
    bottom: 20px;
  }
}
video {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .voice {
    padding: unset;
  }
  .voice .voice01 {
    top: 19vw;
  }
  .voice .voice02 {
    top: 73vw;
  }
}
@media screen and (min-width: 750px) {
  .top_cta .cta_btn {
    top: 342px !important;
  }
}
.cta .cta_btn {
  position: absolute;
  top: auto !important;
  bottom: 130vw !important;
}

@media screen and (min-width: 750px) {
  .cta .cta_btn {
    bottom: 988px !important;
  }
}
.padd {
  padding-top: 20px;
}

/*アコーディオンcss*/
/* Firefox */
summary {
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

/* chrome / Safari */
.slick-arrow {
  top: 0 !important;
  bottom: 0 !important;
  margin: auto;
}

.slider li {
  border-radius: 4px;
}

.movie_area {
  position: relative;
}
.movie_area video {
  position: absolute;
  bottom: 40px;
  width: 660px;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 8px;
}

@media screen and (max-width: 750px) {
  .movie_area video {
    bottom: 5.33333vw;
    width: 88vw;
  }
}
.amazonpay-button-inner-image {
  width: auto !important;
}

.cta_kdr {
  background: #F9EEEC;
}
.cta_kdr .chg_course {
  margin: 38px 0 0;
}
.cta_kdr .chg_course_tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.cta_kdr .chg_course_tab div {
  background: #F16DA4;
  border-radius: 8px 8px 0px 0px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 12px 9px 8px;
  text-align: center;
  position: relative;
}
.cta_kdr .chg_course_tab div:nth-child(2):before, .cta_kdr .chg_course_tab div:nth-child(3):before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: -70px;
  width: 88%;
  height: 100%;
  right: 0;
}
.cta_kdr .chg_course_tab div:nth-child(2):before {
  background: url(https://the-kindest.com//img/manten_c_decoration_18.png) no-repeat;
  background-size: contain;
}
.cta_kdr .chg_course_tab div:nth-child(3):before {
  background: url(https://the-kindest.com//img/manten_c_decoration_21.png) no-repeat;
  background-size: contain;
}
.cta_kdr .chg_course_tab div img {
  height: 106px;
  width: auto !important;
}
.cta_kdr .chg_course_tab .select_none {
  background: rgba(25, 17, 13, 0.3);
  padding: 12px 9px 2px;
}
.cta_kdr .chg_course_tab .select_none img {
  opacity: 0.3;
}
.cta_kdr .courses {
  background: #FDF1DA;
}
.cta_kdr .btn_area {
  position: relative;
  margin-top: -3px;
}
.cta_kdr .btn_area .cta_btn {
  position: absolute;
  margin: auto;
  top: auto !important;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  -webkit-filter: none !important;
  filter: none !important;
  text-align: center;
}
.cta_kdr .btn_area .cta_btn img {
  width: 90% !important;
  bottom: -10px;
}

@media screen and (max-width: 750px) {
  .cta_kdr .chg_course {
    margin: 5.0666666667vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  .cta_kdr .chg_course_tab div:nth-child(2):before, .cta_kdr .chg_course_tab div:nth-child(3):before {
    top: -9.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .cta_kdr .chg_course_tab div img {
    height: 14.1333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .cta_kdr .btn_area {
    margin-top: -vw(750, -3);
  }
}
@media screen and (max-width: 750px) {
  .cta_kdr .btn_area .cta_btn img {
    bottom: -vw(750, -10);
  }
}


/*-------------------------------------*
 * 2023.11追記
 *-------------------------------------*/
.cta_fixed {
  position: fixed;
  top: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.cta_fixed.transform {
  opacity: 1;
  pointer-events: all;
}

.content_video {
  position: relative;
}
.content_video video {
  position: absolute;
  bottom: 4.3%;
  right: 3.6%;
  width: 89%;
  height: 15%;
  border-radius: 2%;
}

.padd details > summary {
  position: relative;
}
.padd details > summary::before {
  content: "";
  display: block;
  position: absolute;
  right: 7.1%;
  top: 59%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
  height: 2px;
  border-radius: 4px;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .padd details > summary::before {
    width: 4.3vw;
    max-width: 14px;
    height: 2px;
  }
}
.padd details > summary::after {
  content: "";
  display: block;
  position: absolute;
  right: 8.8%;
  top: 59%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 28px;
  border-radius: 4px;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .padd details > summary::after {
    right: 8.5%;
    width: 2px;
    height: 4.3vw;
    max-height: 14px;
  }
}

.padd details[open] > summary::after {
  opacity: 0;
}

.form_ttl {
  margin: 35px auto 20px;
}

#form {
  padding: 24px 14px;
  /* height: 50vh;
  text-align: center;
  border: 2px solid #000; */
}