@charset "UTF-8";

.section-hero{
  padding: 0;
  background: #EA5228;
  background: url(../images/hero_bg.png) left/contain repeat-x;
}
.section-hero .container{
  display: grid;
  grid-template-columns: 638fr 642fr;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.section-hero h1{
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.section-hero h1::after{
  content: none;
}
/* .section-hero .texts{
  padding-left: 40px;
} */
/* .section-hero .title{
  margin: 0 0 0.6em 0;
  padding: 0;
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  line-height: 1.31;
  letter-spacing: -0.01em;
  text-align: left;
}
.section-hero .title::after{
  content: none;
} */
/* .section-hero .text{
  font-size: 28px;
  line-height: 1.35;
  letter-spacing: .08em;
  color: #fff;
  text-align: left;
} */
.section-hero .image img{
  display: block;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .section-hero .texts{
    padding-left: 3.12vw;
  }
  .section-hero .title{
    font-size: 2.96vw;
  }
  .section-hero .text{
    font-size: 2.18vw;
  }
}
@media screen and (max-width: 767px) {
  .section-hero{
    background: none;
  }
  .section-hero .container{
    grid-template-columns: 1fr;
  }
  .section-hero .image{
    order: -1;
  }
  .section-hero .texts{
    /* justify-self: center; */
    /* padding: 10vw 0; */
    padding: 0;
    background: url(../images/hero_bg.png) center/cover no-repeat;
  }
  /* .section-hero .title{
    font-size: 5.92vw;
  } */
  .section-hero .text{
    padding: 0;
    /* font-size: 4.36vw; */
  }
}

.section-faq .boxbtn{
  padding: 37px 35px 40px 27px;
  border-radius: 28px;
  border-width: 1px;
}
.section-faq .boxbtn::after{
  right: 12px;
}
.section-faq .boxsubtit{
  display: inline-block;
  padding: 4px 33px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .section-faq .boxbtn{
    padding: 25px 25px 27px 17px;
  }
  .section-faq .boxsubtit{
    padding-left: 10px;
    padding-right: 10px;
  }
}

.section-tab .tab>.tab-nav{
  border: none;
}
.section-tab .tab>.tab-nav>li{
  padding: 0;
  align-items: center;
}
.section-tab .tab>.tab-nav>li>span{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 24px;
}
.section-tab .tab>.tab-nav>li>span.is-current{
  border: 1px solid #e93817;
  border-radius: inherit;
}
.section-tab .tab>.tab-nav>li>span.is-current::after{
  content: none;
}
.section-tab .boxbody{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.section-tab .boxbtn a{
  border-radius: 16px;
  text-align: left;
  /* padding-left: 20px; */
  padding-right: 50px;
  font-weight: 400;
}
.section-tab .textblank::after{
  /* position: absolute;
  top: 0;
  bottom: 0;
  right: 24px; */
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 -1px 7px;
  background-image: url(/common_v10/images/icn-link-blank-blue.svg);
}
@media screen and (max-width: 767px) {
  .section-tab .tab>.tab-nav{
    justify-content: flex-start;
  }
}

.section-bnr .bnr-app{
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  /* border: 1px solid #333; */
}
@media screen and (max-width: 767px) {
  .section-bnr .bnr-app{
    max-width: 750px;
  }
}

.section-support a.box-card::after{
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 10px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: auto;
  background: url(/common_v10/images/icn-link-blank-black.svg) center center / contain no-repeat;
}
.section-support a.box-card .box-header{
  padding-right: 30px;
}
.section-support a.box-card img{
  width: 65px;
  height: 65px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .section-support a.box-card img{
    width: 55px;
    height: 55px;
  }
}

.section-recommend .boximg{
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 130px;
  min-height: 100%;
  margin-right: 20px;
}
.section-recommend .boximg img{
  display: block;
  width: 100%;
}
/* TAB */
@media screen and (max-width: 767px) {
  .section-recommend .board-white{
    flex-direction: column;
  }
  .section-recommend .boximg{
    /* width: 95px; */
    height: auto;
    min-height: 0;
    margin: 0 auto 20px;
  }
}