@charset "UTF-8";

/* =======================================
    01.Base（reset / base / typography）
======================================= */
/* ------ Reset -------*/
* {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
html,body {
  -webkit-text-size-adjust: 100%;
}


/* ------ Responsive -------*/
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  img{
    width: 100%;
    height: auto;
  }
}


/* ------ box -------*/
body {
  background-color: #f6f6f6;
  min-width: 750px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
}
#pageWrapper{
  background-color: #000;
  margin: 0 auto;
  max-width: 750px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
section {
  box-sizing: border-box;
  margin: 0 auto 60px;
  position: relative;
  width: 88%;
}
.container {
  box-sizing: border-box;
  position: relative;
  padding: 35px 25px;
  width: 100%;
}
.case{
  position: relative
}
.bg_white{
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body{
    background-color: #00211b;
  }
  #pageWrapper{
    width: 100%;
  }
  section {
    margin-bottom: 10.667vw;
    /* margin-bottom: 40px; */
  }
  .container {
    padding: 6.667vw 5.333vw;
    /* padding: 25px 20px; */
  }
}


/* ------ text -------*/
html {
  font-size: 62.5%;
}
body{
  color: #000;
  font-family: "Montserrat","Zen Kaku Gothic New","Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: min(2.133vw ,1.6rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
main p{
  margin-bottom: 1.5em;
}
main p:last-child{
  margin-bottom: 0;
}
.txt_center{
  text-align: center;
}
.txt_red{
  color: #e60012;
}
@media screen and (max-width: 767px) {
  body{
    font-size: 3.733vw;
    /* font-size: 14px; */
  }
}


/* =======================================
  02. Utilities（margin / padding etc）
======================================= */




/* =======================================
    03. Components（button / card / badge）
======================================= */
/* ------ title -------*/
.ttl_main{
  background-color: #e60012;
  line-height: 1;
  padding: 10px;
  text-align: center;
}
.ttl_sub {
  color: #623118;
  font-size: 3.7rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
  text-align: center;
}
.ttl_eligibility{
  background-color: #c59c3b;
  line-height: 1;
  padding: 10px;
  margin-bottom: 2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl_main img{
    height: 6.933vw;
    /* height: 26px; */
  }
  .ttl_sub {
    font-size: 6.933vw;
    /* font-size: 26px; */
    margin-bottom: 5.333vw;
    /* margin-bottom: 20px; */
  }
  .ttl_eligibility{
    margin-bottom: 1.5em;
  }
  .ttl_eligibility img{
    height: 6.4vw;
    /* height: 24px; */
  }
}


/* ------ btn -------*/
.btn, a.btn {
  box-sizing: border-box;
  color: #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  transition: 0.3s all;
  max-width: 392px;
}
@media screen and (min-width: 768px) {
  .btn:hover{
    text-decoration: none;
    transform:scale(0.95);
    transition: 0.3s all;
  }
}
.btn.none{
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .btn,a.btn{
    width: 74.667vw;
    /* width: 280px; */
  }
  .btn:last-child{
    margin-bottom: 0;
  }
}

/* a.link_txt */
a.link_txt{
  color: #000;
  text-decoration: underline;
}
a.link_txt.txt_red{
  color: #e60012;
}
@media screen and (min-width: 768px) {
  a.link_txt:hover{
    text-decoration: none;
  }
}


/* ------ arrow -------*/
.arrow_r{
  display: inline-block;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #fff;
  margin-right: 10px;
  margin-left: 5px;
}


/* ------ list_box -------*/
.list_box li{
  position: relative;
  line-height: 1.7;
  padding-left: 1.2em;
}
.list_box li::before{
  content: '●';
  position: absolute;
  left: 0;
}


/* ------ accordion -------*/
.accordion_btn{
  cursor: pointer;
}
.accordion_open {
  display: none;
}


/* =======================================
    04. Layout（header / footer / grid）
======================================= */
/* ------ flex-box -------*/
.col2{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
}


/* =======================================
    05. Pages
======================================= */
/* ------ #mainvisual_box -------*/
#mainvisual_box{
  margin-bottom: 0;
  width: 100%;
}
#mainvisual_box .mainvisual{
  display: block;
  height: auto;
}


/* ------ #about_box -------*/
#about_box {
  margin-bottom: 40px;
}
#about_box .container{
  padding: 0;
  padding-top: 45px;
}
#about_box .case{
  margin-bottom: 30px;
}
#about_box .case:last-child{
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #about_box .container{
    padding-top: 25px;
  }
}

/* --- prize_box --- */
.prize_box{
  border-radius: 5px;
  overflow: hidden;
}
.prize_box .box{
  background-image: url(../img/line_dots_bk.png);
  background-size: auto 3.5px;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 20px;
}
.prize_box .box:last-of-type{
  background: none;
}
.prize_box img{
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.txt_prize_c{
  background-color: #7d7d7d;
  padding: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .prize_box .box{
    padding: 5.333vw 4vw;
    /* padding: 20px 15px; */
  }
}
@media screen and (max-width: 430px) {
  .prize_box .box{
    background-image: url(../img/line_dots_bk_sp.png);
  }
  .txt_prize_c img{
    width: 88%;
  }
}


/* --- period_box --- */
.period_box{
  color: #fff;
  padding: 0 20px;
}
.period_box .col2{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.period_box p{
  font-size: 1.7rem;
  margin-bottom: 1em;
  letter-spacing: 0.08em;
}
.period_box p:nth-of-type(1){
  letter-spacing: 0.16em;
}
.period_box .col2 p{
  font-size: 1.9rem;
  margin-bottom: 0.5em;
}
.period_box p.ttl_period{
  background: #fff;
  color: #000;
  letter-spacing: 0.1em;
  margin-right: 15px;
  padding: 5px 6px;
}
.period_box p.txt_period{
  /* font-family: "Noto Sans JP", sans-serif; */
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  flex: 1;
}
.period_box .txt_period .txt_large{
  font-size: 4rem;
}
.period_box .arrow_r{
  margin-right: 10px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .period_box .col2{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .period_box p{
    font-size: 3.733vw;
    /* font-size: 14px; */
  }
  .period_box .col2 p{
    font-size: 4.8vw;
    /* font-size: 18px; */
    margin: 0 auto 0.5em;
  }
  .period_box p.txt_period{
    font-size: 3.733vw;
    /* font-size: 14px; */
    margin-bottom: 1.5em;
  }
  .period_box p.txt_period .txt_large{
    font-size: 9.067vw;
    /* font-size: 33px; */
  }
  .period_box .arrow_r{
    margin-left: 40px;
  }
}

/* --- deadline_box --- */
.deadline_box{
  padding: 0 20px;
}
.deadline_box p{
  margin: 0;
}
.deadline_box .ttl_deadline{
  border: 2px solid #fff;
  border-right: 0;
  color: #fff;
  font-size: 2.1rem;
  padding: 0 50px;
  letter-spacing: 0.1em;

  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.deadline_box .txt_deadline{
  border: 2px solid #fff;
  color: #fff;
  font-size: 2rem;
  /* font-family: "Noto Sans JP", sans-serif; */
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  flex: 1;
}
.deadline_box .txt_deadline .txt_large{
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .deadline_box .container{
    max-width: 90%;
  }
  .deadline_box .col2{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .deadline_box .ttl_deadline{
    border: 2px solid #fff;
    border-bottom: 0;
    font-size: 4.267vw;
    /* font-size: 16px; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
  }
  .deadline_box .txt_deadline{
    font-size: 3.733vw;
    /* font-size: 14px; */
    padding: 5px;
  }
  .deadline_box .txt_deadline .txt_large{
    font-size: 9.067vw;
    /* font-size: 33px; */
  }
}


/* ------ #brands_box -------*/
#brands_box .logo_list_box{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 70px;
  padding-bottom: 70px;
}
#brands_box .logo_list_box li{
  text-align: center;
  width: 35%;
}
#brands_box .logo_list_box img{
  width: 100%;
  height: auto;
}
#brands_box .logo_list_box.brand_logo{
  padding-top: 35px;
}
#brands_box .logo_list_box.product{
  gap: 60px 70px;
}
#brands_box .logo_list_box.product li{
  width: 17%;
}
#brands_box .ttl_brands_example{
  text-align: center;
  background-image: url(../img/line_dots_bk.png);
  background-size: auto 3.5px;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #brands_box .logo_list_box{
    padding-bottom: 8vw;
    /* padding-bottom: 30px; */
    gap: 8vw;
    /* gap: 30px; */
    width: 100%;
  }
  #brands_box .logo_list_box li{
    width: 40%;
  }
  #brands_box .logo_list_box.brand_logo{
    padding-top: 0;
  }
  #brands_box .logo_list_box.product{
    gap: 8vw;
    /* gap: 30px; */
    padding-bottom: 13.333vw;
    /* padding-bottom: 50px; */
  }
  #brands_box .logo_list_box.product li{
    width: 22%;
  }
  #brands_box .ttl_brands_example{
    padding-top: 8vw;
    /* padding-top: 30px; */
    margin-bottom: 8vw;
    /* margin-bottom: 30px; */
  }
  #brands_box .ttl_brands_example img{
    height: 5.333vw;
    /* height: 20px; */
  }
}

/* .eligibility_box */
#brands_box .eligibility_box .txt_large{
  font-size: 2rem;
  margin-bottom: 2em;
  text-align: center;
}
#brands_box .eligibility_box .col2{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#brands_box .eligibility_box .col2 img{
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  #brands_box .eligibility_box .txt_large{
    font-size:  4vw;
    /* font-size: 15px; */
  }
  #brands_box .eligibility_box .col2 img{
    margin-right: 5%;
    width: 40%;
  }
  #brands_box .brand_list_box{
    font-size: 3.467vw;
    /* font-size: 13px; */
  }
}


/* ------ #how-to-apply_box -------*/
#how-to-apply_box .case{
  margin-bottom: 80px;
}
#how-to-apply_box .case:last-child{
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #how-to-apply_box .container{
    padding-left: 2.667vw;
    /* padding-left: 10px; */
    padding-right: 2.667vw;
    /* padding-right: 10px; */
  }
  #how-to-apply_box .case{
    margin-bottom: 10.667vw;
    /* margin-bottom: 40px; */
  }
}

/* top_box */
#how-to-apply_box .ttl_how-to-apply{
  font-size: 4.7rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
  text-align: center;
}
#how-to-apply_box .ttl_how-to-apply span{
  font-size: 2.6rem;
  display: inline-block;
}
#how-to-apply_box .top_box p{
  text-align: center;
}
#how-to-apply_box .top_box p.txt_large{
  font-size: 2.6rem;
  margin-bottom: 0.5em;
}
#how-to-apply_box .top_box p.txt_red{
  font-size: 3.1rem;
  text-decoration: underline;
}
#how-to-apply_box .top_box p span{
  display: inline-block;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #how-to-apply_box .ttl_how-to-apply{
    font-size: 6.933vw;
    /* font-size: 2.6rem; */
    margin-bottom: 0.5em;
  }
  #how-to-apply_box .ttl_how-to-apply span{
    font-size: 4vw;
    /* font-size: 15px; */
  }
  #how-to-apply_box .top_box p{
    font-size: 3.2vw;
    /* font-size: 12px; */   
  }
  #how-to-apply_box .top_box p.txt_large,
  #how-to-apply_box .top_box p.txt_red{
    font-size: 4vw;
    /* font-size: 15px; */
    margin-bottom: 1em;
  }
}

/* step_box */
#how-to-apply_box .step_box p{
  font-size: 2.6rem;
  line-height: 1.4;
  text-align: center;
}
#how-to-apply_box .step_box .step_01 p{
  font-size: 2.5rem;
}
#how-to-apply_box .step_box p.txt_small{
  font-size: 2rem;
}
#how-to-apply_box .step_box .txt_red{
  display: inline-block;
  margin-top: 10px;
}
#how-to-apply_box .box{
  margin-bottom: 100px;
}
#how-to-apply_box .ttl_step{
  display: block;
  margin: 0 auto 30px;
}
#how-to-apply_box .img_step{
  display: block;
  margin: 0 auto 60px;
}
#how-to-apply_box .img_step.sp{
  display: none;
}
#how-to-apply_box .img_step01,
#how-to-apply_box .img_step02,
#how-to-apply_box .img_step03{
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  #how-to-apply_box .box{
    margin-bottom: 13.333vw;
    /* margin-bottom: 50px; */
  }
  #how-to-apply_box .step_box p,
  #how-to-apply_box .step_box .step_01 p{
    font-size: 4vw;
    /* font-size: 15px; */
    line-height: 1.6;
  }
  #how-to-apply_box .step_box p.txt_small{
    font-size: 3.467vw;
    /* font-size: 13px; */
  }
  #how-to-apply_box .case .ttl_step{
    margin: 0 auto 5.333vw;
    /* margin: 0 auto 20px; */
    width: 40%;
  }
  #how-to-apply_box .img_step{
    margin: 0 auto 8vw;
    /* margin: 0 auto 30px; */
    width: 70%;
  }
  #how-to-apply_box .img_step.pc{
    display: none;
  }
  #how-to-apply_box .img_step.sp{
    display: block;
  }
  #how-to-apply_box .step_01 .img_step{
    margin-bottom: 13.333vw;
    /* margin-bottom: 50px; */
  }
  #how-to-apply_box .img_step01,
  #how-to-apply_box .img_step02,
  #how-to-apply_box .img_step03{
    padding-left: 10%;
    width: 70%;
  }
  #how-to-apply_box .img_step04{
    width: 50%;
  }
}

#how-to-apply_box .step_a_box{
  border-bottom: 4px solid;
}
#how-to-apply_box .step_a_box .step_01{
  background-image: url(../img/line_dots_bk.png);
  background-size: auto 3.5px;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
#how-to-apply_box .step_b_box .col2{
  justify-content: center;
}
#how-to-apply_box .step_b_box .col2 p{
  font-size: 2rem;
  text-align: left;
  margin-bottom: 0;
}
#how-to-apply_box .step_b_box .col2 .left{
  background-color: #e9e8e8;
  padding: 10px;
  padding: 0.8em;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  #how-to-apply_box .step_a_box{
    border-bottom: 3px solid;
  }
  #how-to-apply_box .step_a_box .step_01{
    margin-bottom: 13.333vw;
    /* margin-bottom: 50px; */
    padding-bottom: 13.333vw;
  }
  #how-to-apply_box .step_b_box .col2 p{
    font-size: 3.2vw;
    /* font-size: 12px; */
  }
}


/* .list_box */
#how-to-apply_box .list_box.case{
  margin-bottom: 40px;
}
#how-to-apply_box .list_box li{
  font-size: 1.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #how-to-apply_box .list_box li{
    font-size: 3.733vw;
    /* font-size: 14px; */
  }
}

/* .info_box */
#how-to-apply_box .caution_box .ttl_caution{
  background-color: #e60012;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}
#how-to-apply_box .caution_box ul{
  border: 5px solid #e60012;
  padding: 20px 15px;
}
@media screen and (max-width: 767px) {
  #how-to-apply_box .caution_box .ttl_caution{
    font-size: 5.333vw;
    /* font-size: 2rem; */
  }
}

#how-to-apply_box .case.ttl_how-to-apply_02{
  margin-bottom: 40px;
}
#how-to-apply_box .overflow{
  display: none;
}
#how-to-apply_box .overflow .box:last-child{
  margin-bottom: 40px;
}
#how-to-apply_box .btn_more {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
#how-to-apply_box .btn_more img{
  cursor: pointer;
  transition: transform 0.3s ease;
  width: 50px;
}
#how-to-apply_box .btn_more.active img{
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  #how-to-apply_box .btn_more img:hover{
    opacity: 0.7;
    transition: 0.3s all;
  }
}
@media screen and (max-width: 767px) {
  #how-to-apply_box .case.ttl_how-to-apply_02{
    margin-bottom: 30px;
  }
  #how-to-apply_box .btn_more {
    margin-bottom: 30px;
  }
  #how-to-apply_box .btn_more img{
    width: 35px;
  }
}


/* ------ #application-terms_box -------*/
#application-terms_box .scroll {
  height: 400px;
  overflow-y: scroll;
}
/* Firefox のスクロールバーを強制的に表示 */
@-moz-document url-prefix() {
  #application-terms_box .scroll {
      scrollbar-width: auto !important;
  }
}
/* Chrome / Safari / Edge のスクロールバーを表示 */
#application-terms_box .scroll::-webkit-scrollbar {
  width: 8px;
}
#application-terms_box .scroll::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 6px;
}
#application-terms_box .scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}


#application-terms_box .case{
  margin-bottom: 40px;
}
#application-terms_box .case:last-child{
  margin-bottom: 0;
}
#application-terms_box h3{
  font-weight: 600;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 767px) {
  #application-terms_box .case{
    margin-bottom: 10.667vw;
    /* margin-bottom: 40px; */
  }
  #application-terms_box .link_txt{
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 1em;
    font-size: 99%;
  }
}


/* ------ #contact_box -------*/
#contact_box{
  text-align: center;
  margin-bottom: 0;
}
#contact_box .case{
  margin-bottom: 40px;
}
#contact_box .case:last-child{
  margin-bottom: 0;
}
#contact_box .case.top_box{
  margin-bottom: 70px;
}
#contact_box p{
  color: #623118;
  margin-bottom: 1em;
}
#contact_box p.txt_top{
  font-size: 1.7rem;
  margin-bottom: 1.5em;
}
#contact_box a.txt_mail{
  color: #623118;
  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;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1.5em;
  text-decoration: none;
}
#contact_box a.txt_mail::before{
  content:'';
  display: inline-block;
  background-image: url(../img/icon_mail.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 7px;
  height: 27px;
  width: 38px;
}
@media screen and (min-width: 768px) {
  #contact_box a:hover{
    text-decoration: none;
    opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  #contact_box .case{
    margin-bottom: 8vw;
    /* margin-bottom: 30px; */
  }
  #contact_box .case.top_box{
    margin-bottom: 8vw;
    /* margin-bottom: 30px; */
  }
  #contact_box p{
    font-size: 3.467vw;
    /* font-size: 13px; */
  }
  #contact_box p.txt_top{
    font-size: 3.733vw;
    /* font-size: 14px; */
  }
  #contact_box a.txt_mail{
    font-size: 4.533vw;
    /* font-size: 17px; */
    line-height: 1.2;
    margin-bottom: 8vw;
    /* margin-bottom: 30px; */
    text-align: left;
  }
  #contact_box a.txt_mail::before{
    margin-right: 2.667vw;
    /* margin-right: 10px; */
    height: 5.867vw;
    /* height: 22px; */
    width: 8vw;
    /* width: 30px; */
  }
}


/* ------ #faq_box -------*/
#faq_box .container{
  padding-top: 60px;
}
#faq_box a.txt_mail_s{
  color: #000;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
}
#faq_box a.txt_mail_s::before{
  content:'';
  display: inline-block;
  background-image: url(../img/icon_mail_s.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 7px;
  height: 14px;
  width: 18px;
}
@media screen and (min-width: 768px) {
  #faq_box a.txt_mail_s:hover{
    text-decoration: none;
    opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  #faq_box .container{
    padding-top: 13.333vw; 
    /* padding-top: 50px; */
  }
}

/* accordion */
#faq_box .accordion {
  background-image: url(../img/line_dots.png);
  background-size: auto 3px;
  background-position: top center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-left: 30px;
  padding-top: 30px;
  margin-top: 30px;
  width: 100%;
}
#faq_box .accordion:nth-child(1){
  margin-top: 0;
}
#faq_box .question, #faq_box .answer{
  padding-left: 45px;
}
#faq_box .question {
  font-size: 1.7rem;
  position: relative;
}
#faq_box .answer {
  font-size: 1.2rem;
  margin-top: 30px;
  position: relative;
}
#faq_box .answer .txt_large{
  font-size: 1.6rem;
}
#faq_box .question::before{
  content: '';
  background-image: url(../img/icon_q.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 21px;
  width: 18px;
  position: absolute;
  top: 4px;
  left: 15px;
}
#faq_box .answer::before{
  content: '';
  background-image: url(../img/icon_arrow.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 12px;
  width: 8px;
  position: absolute;
  top: 4px;
  left: 30px;
}
@media screen and (max-width: 767px) {
  #faq_box .accordion {
    margin-top: 8vw;
    /* margin-top: 30px; */
    padding-top: 8vw;
    /* padding-top: 30px; */
    padding-left: 0;
  }
  #faq_box .question, #faq_box .answer {
    padding-left: 8vw;
    /* padding-left: 30px; */
  }
  #faq_box .question {
    font-size: 3.733vw; 
    /* font-size: 14px; */
  }
  #faq_box .answer {
    font-size: 3.467vw; 
    /* font-size: 13px; */
    margin-top: 5.333vw;
    /* margin-top: 20px; */
  }
  #faq_box .answer .txt_large{
    font-size: 3.733vw; 
    /* font-size: 14px; */
  }
  #faq_box .question::before{
    left: 0.8vw;
    /* left: 3px; */
  }
  #faq_box .answer::before{
    top: 1.6vw;
    /* top: 6px; */
    left: 3.733vw;
    /* left: 14px; */
  }
}


/* ------ coming soon -------*/
.comingsoon#pageWrapper::before{
  content: '';
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.txt_comingsoon{
  display: none;
  font-size: 8rem;
  font-weight: bold;
  position: absolute;
  top: 338px;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.comingsoon .txt_comingsoon{
  display: block;
}
@media screen and (max-width: 767px) {
  .txt_comingsoon{
    font-size: 5rem;
    top: 200px;
  }
}