@charset "utf-8";
.fv{
    margin-bottom: 36px;
}
.fv_title {
    margin-bottom: 18px;
}
.sec_title_border{
  margin-bottom: 17px;
}
.faq {
  padding: 24px 0 20px;
  border-top: 1px solid #c4c4c4; 
}
.faq_lead {
  margin-bottom: 35px;
  font-size: 14px; 
}
.faq:last-child {
  border-bottom: 1px solid #c4c4c4; 
}
.faq_head {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 46px; 
}
.faq_head p {
  width: calc( 100% - 120px );
  font-size: 14px;
  line-height: 22px;
  letter-spacing: .9px;
  font-weight: bold;
}
.faq_head:before {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #746f61;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  content: ""; 
}
.faq:nth-last-child(3) .faq_head:before {
  content: "Q1"; 
}
.faq:nth-last-child(2) .faq_head:before {
  content: "Q2"; 
}
.faq:nth-last-child(1) .faq_head:before {
  content: "Q3"; 
}
.faq_body {
  display: none;
  position: relative;
  padding-top: 27px;
  padding-left: 46px; 
}
.faq_body:before {
  position: absolute;
  top: 23px;
  left: 0;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #d81616;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  content: "A"; 
}
.faq_body p {
  font-size: 14px;
  line-height: 22px; 
}
.faq_trigger {
  margin-left: auto;
  width: 100px;
  font-size: 14px;
  text-align: right;
  position: relative;
  padding-right: 26px;
  cursor: pointer; 
}
.faq_trigger:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 7px;
  margin-top: -7px;
  border-top: solid 2px #d71414;
  border-right: solid 2px #d71414;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  content: ""; 
}
.faq_trigger.active:after {
  margin-top: -2px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg); 
}
.faq_foot {
  display: none; 
}
.case01.bg_white.section_box .col.sec_img{
  width: 55.432%;
}
.case_block+.case_block{
 margin-bottom: 20px;
}
.case_block .section_box{
  padding: 57px 15px 46px;
  margin-bottom: 0;
}
.case_block .case02.section_box{
  padding: 50px 60px 51px;
}
.case.bg_white.section_box .col.sec_text{
  margin-left: 2.2vw;
}
.case02 .sec_col .col.sec_img{
    width: 38.973%;
}
.section_box{
  margin-top: 0;
}
.sec_col{
  margin-top: 0;
}
.section_box {
    padding: 48px 60px 50px;
    max-width: 1190px;
    margin-bottom: 43px;
}
p+.section_box{
  margin-top: 25px;
}
.sec_sub_title {
    padding-bottom: 6px;
    margin-bottom: 16px;
}
.faq_body p + .under_arrow{
    margin-top: 19px;
}
.faq_body p + .under_arrow + p{
  margin-top: 0;
}
.case_block{
  margin-top: 15px;
  max-width: 1190px;
}
@media (max-width: 767px) {
  .faq {
    padding: 6.25vw 0 6.25vw; 
  }
  .faq_lead {
    margin-bottom: 9.375vw;
    font-size: 4.375vw; 
  }
  .faq_head p {
    width: 100%;
    box-sizing: border-box;
    padding-left: 2.5vw;
    font-size: 4.375vw;
    line-height: 6.875vw; 
  }
  .faq_head:before {
    top: 0;
    margin-top: -1.5625vw;
    width: 9.375vw;
    height: 9.375vw;
    font-size: 5vw; 
  }
  .faq_body {
    padding-top: 6.25vw;
    padding-left: 11.875vw; 
  }
  .faq_body:before {
    top: 4.6875vw;
    width: 9.375vw;
    height: 9.375vw;
    font-size: 5vw; 
  }
  .faq_body p {
    font-size: 4.375vw;
    line-height: 6.875vw; 
  }
  .faq_foot {
    display: block;
    margin-top: 4.0625vw; 
  }
  .faq_trigger {
    font-size: 4.375vw;
    width: auto;
    padding-right: 9.375vw; 
  }
  .faq_trigger.is_pc {
    display: none; 
  }
  .faq_trigger:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 3.125vw;
    width: 2.1875vw;
    height: 2.1875vw;
    margin-top: -2.1875vw;
    border-top: solid 0.625vw #d71414;
    border-right: solid 0.625vw #d71414; 
  }
  .section_box{
    padding: 6vw 4vw 8vw;
  }
  .case_block .section_box{
    padding: 7vw 3.125vw 8vw;
  }
  .case_block .case02.section_box{
    padding: 5vw 3.125vw 8vw;
  }
  .section_box,.case_block .case02.section_box{
    margin-left: -11.875vw;
  }
  .sec_under_subttl{
    margin-left: -11.875vw;
  }
  .case01.bg_white.section_box .col.sec_img{
    width: 100%;
  }
  .case02 .sec_col .col.sec_img{
    width: 100%;
    text-align: center;
  }
}