/* 全画面に動画を流す設定 */
#video__area__container{
  position: relative;
  height: 100vh;
}

#video__area{
  position: fixed;
  z-index: -1;
  top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}
#video{
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

/* 動画の前に背景色を透過させる */
#video__area::before{
  /* background-color: rgba( 0, 0, 0, .5 ); */
  background-color: rgba( 255, 255, 255, 0.8 );
  /* background-color:#5E0669; */
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
    opacity: 0.95;
}

.imgbox{
  font-size: 0;
}

@media screen and (max-width:650px){
  .img_mitumori{
    width: 170px;
    height: auto;
  }

}

.pd_size {
	width: 60%;
	margin: auto;
	display: block;
}

.center-postion {
   display: flex; align-items: center;
}


/*---------------------------------


        KEY FEATURES

----------------------------------*/
.key_video{
  max-width: 640px;
  width: 100%;
}
.worning_container{
  padding: 0 2%;
  margin-bottom: 32px;
  border-bottom: 3px solid #FFFF00;
}
.top_keyfeatures_container{
  /* padding: 0 2%; */
  display: flex;
  align-items: center;
  flex-direction:row-reverse;
}
.top_keyfeatures_txt_box{
  /* padding: 0 4%; */
  padding-right: 2%;
  color: #FFFFFF;
  flex: 1;
}
@media screen and (max-width:1160px){
  .top_keyfeatures_container{
    max-width: 100%;
    padding: 0 2%;
    display: block;
  }
  .top_keyfeatures_txt_box{
    padding: 12px 0 0 0 ;
  }
}
@media screen and (max-width:960px){
 .key-video__area{
   text-align: center;
 }
}

/*---------------------------------


        こんなお悩みありませんか？

----------------------------------*/
#problem{
  position: relative;
}
#problem::after{
  content: "";
display: block;
background: url(../image/bluesankaku.png) no-repeat;
background-size: contain;
background-position: center;
width: 555px;
height: 113px;
position: absolute;
bottom: -80px;
left: 0;
right: 0;
margin: auto;
z-index: -1;
}
.problem_tit{
  text-align: center;
  color: #FFFFFF;
  font-size: 5.0rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 48px auto 40px;
}
.problem_container{
  position: relative;
  background: #FFFFFF;
  padding: 80px 40px 160px;
  border-radius: 13px;
  z-index: 0;
}
.problem_container ul li{
  display: flex;
  margin-bottom: 32px;
}
.problem_container ul li figure{
  margin-right: 12px;
}
.problem_container ul li p{
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
  top:14px;
}
.problem_img{
  width: 45%;
  position: absolute;
  bottom:40px;
  right: 0;
  opacity: 0.7;
  z-index: -1;
}
@media screen and (max-width:1024px){
  .problem_container{
    padding: 80px 24px 100px;
  }
  .problem_container ul li p{
    font-size: 2.8rem;
    top:6px;
  }
  .problem_container ul li figure{
    margin-right: 8px;
  }
  .problem_container ul li img{
    width: 45px;
    height: auto;
  }
}
@media screen and (max-width:960px){
  .problem_container{
    padding: 56px 24px 40px;
  }
  .problem_img{
    position: relative;
    width: 45%;
    bottom: 0;
    opacity: 1;
    z-index: -1;
  }
}
@media screen and (max-width:850px){
  .problem_tit{
    font-size: 4.0rem;
  }
  .problem_container ul li p{
    top:0;
  }
  #problem::after{
  width: 355px;
  height: 113px;
  /* bottom: -90px; */
  }
}

@media screen and (max-width:600px){
  .problem_tit{
    font-size: 2.6rem;
    margin: 32px auto 40px;
  }
  .problem_container{
    padding: 32px 16px 32px;
  }
  .problem_container ul li p{
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .problem_container ul li figure{
    margin-right: 4px;
  }
  .problem_img{
    width: 65%;
  }
  #problem::after{
  width: 255px;
  height: 113px;
  }

}

.solution_container{
  text-align: center;
  padding: 120px 0 60px;
  letter-spacing: 0.05em;
}
.solution_tit{
  color: #303AB1;
}
.solution_tit_sub{
  font-size: 4.0rem;
  font-weight: bold;
}
.solution_tit_main{
  font-size: 6.4rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width:960px){
  .solution_container{
    /* text-align: center; */
    padding: 88px 0 60px;
    /* letter-spacing: 0.05em; */
  }

}
@media screen and (max-width:600px){
  .solution_tit_sub{
    font-size: 2.2rem;
    /* font-weight: bold; */
  }
  .solution_tit_main{
    font-size: 4.0rem;
  }

}
/*---------------------------------


        3つのポイント

----------------------------------*/
.point_container{
  margin-bottom: 72px;
}
.point_tit_container{
  width: 85%;
  margin: 0 auto 48px;
  text-align: center;
  border-bottom: 3px solid #303AB1;
}
.point_tit_container span{
  width: 190px;
  padding: 8px 0;
  display: inline-block;
  background: #303AB1;
  border-radius: 17px;
  color: #FFFF00;
  font-weight: bold;
  font-size: 2.0rem;
  margin-bottom: 12px;
}
.point_tit_container h3{
  font-size: 4.0rem;
  font-weight: 900;
  color: #303AB1;
  padding-bottom: 16px;
}
@media screen and (max-width:600px){
  .point_tit_container{
    margin: 0 auto 16px;
  }
  .point_tit_container h3{
    font-size: 3.3rem;
    padding-bottom: 8px;
  }

}

/*---------------------------------


        商品詳細

----------------------------------*/
.point_decration{
  text-align: center;
  width: 55%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 6px;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 16px;
  /* border: 1px solid #FFFFFF; */

}
.point_decration span{
  display: inline-block;
  color: #FFFFFF;
  line-height: 1;

}
.point_decration_eg{
  font-weight: bold;
  margin-right: 4px;
  font-size: 2.0rem;

}
.point_decration_number{
  font-size: 3.4rem;
  font-weight:bold;

}
.object_tit{
  display: inline-block;
  background: #383535;
  font-size: 2.0rem;
  color: #FFFFFF;
  padding: 12px 31px 12px 24px;
  margin-bottom: 32px;
}
@media screen and (max-width:600px){
  .object_tit{
    font-size: 1.4rem;
    padding:3%;
    margin-bottom: 16px;
  }

}

/*------------------------------

         table

--------------------------------*/

.c-table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    border: none;
}
.c-table tbody th{
  background: #01B9EC;
  color:#fff;
  text-align: left;
}
.c-table th,
.c-table td {
    font-size: 1.8rem;
    border-bottom: .5px solid #ccc;
    padding: 16px;
    line-height: 1.5;
    vertical-align: middle;
}
.c-table td{
  background:#FFFFFF;
}
.c-table th {
    font-weight: 400;
}
.c-table thead th {
    color: #fff;
    /* padding: 24px 0; */
}
.c-table thead th:nth-of-type(2){
  background: #303AB1;
}
.c-table thead th:nth-of-type(3){
  background: #0283C4;
}
.c-table thead th:first-child {
  width: 20%;
}
.c-table.c-table_third thead th:first-child {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .c-table thead {
    display:none;
  }
  .c-table th,
  .c-table td {
      font-size: 1.4rem;
  }
  .c-table tr {
    background-color: unset;
  }
  .c-table th, .ex_sample2 td {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
  }
  .c-table tbody th{
    background: #01B9EC;
    /* text-align: center; */
  }
  .c-table tbody tr td {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .c-table tbody tr td::before{
    content: attr(data-label);
    width: fit-content;
    padding: 0.2em 1em;
    border-radius: 100vw;
    font-size: 12px;
    background: #eee;
  }
  .c-table.c-table_second tbody tr td::before{
    content: none;
  }
}

/*---------------------------------


          よくあるご質問

----------------------------------*/

.faq_box.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding: 0;
}
.more {
  text-align: center;
  margin-top: 20px;
}
.more button {
  background-color: #2E385C;
  color: #fff;
  line-height: 40px;
  width: 180px;
  border-radius: 20px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
  transition: 0.3s ease-in-out;
}

.faq_block{
  padding: 24px 20px;
  margin-top: 32px;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 3px 6px #E8E1E1;

}
.faq_block:first-child{
  margin-top: 0;
}
.faq_question{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;

}
.faq_question_text{
  display: flex;
  align-items: center;
  width: calc(100% - 40px);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.faq_question_text::before{
  margin-right: 10px;
  content: "Q";
  font-size: 3.5rem;
  line-height: 1.1;
}
.faq_icon{
  position: relative;
  width: 30px;
  height: 30px;
  background: #111;
  border-radius: 50%;
  box-shadow: 0 3px 6px #E8E1E1;
}
.faq_icon::after,
.faq_icon::before{
  position: absolute;
  top:calc(50% - 1px);
  left:calc(50% - 6px);
  width: 12px;
  height: 1px;
  content: "";
  background: #FFFFFF;
}
.faq_icon::after{
  transform: rotate(90deg);
    transition: 0.5s;
}
.faq_icon.ac::after{
  transform: rotate(0);
}
.faq_answer{
  display: none;
  padding: 15px;
  background: #f7f7f7;
  margin-top: 10px;
  border-radius: 10px;

}
.faq_answer_text{
  font-size: 1.6rem;
  line-height: 1.75;

}
@media screen and (max-width: 600px) {
  .faq_question_text::before{
    font-size: 2.5rem;
  }
  .faq_question_text{
    font-size: 1.6rem;
  }

}
