@charset "UTF-8";
/* ---------------------------------------------
*   FAQ
--------------------------------------------- */
.faq-section{
  margin-top: 40px;
}

.ac__heading{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ac__icon{
  position: relative;
  display: inline-block;
  width: 30px;
}
.ac__icon::before,
.ac__heading[aria-expanded="false"] .ac__icon::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  background: #000;
}
.ac__icon::before{
  left: 0;
  width: 30px;
  height: 2px;
}
.ac__heading[aria-expanded="false"] .ac__icon::after{
  left: 14px;
  width: 2px;
  height: 30px;
}

.c-block-12__head--col1{
  display: flex;
  align-items: center;
  min-height: 90px;
  margin-left: 40px;
}
.c-block-12__ttl{
  font-size: 4rem;
}
.c-block-12__txt{
  margin: 0 0 0 24px;
  font-size: 1.25rem;
}


/* tabボタン設定 */
.tab__btns{
  display: flex;
  margin: 27px 0 0;
}
.tab__btn{
  width: 140px;
  height: 36px;
  border-color: #231815;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
}
.tab__btn:first-of-type{
  border-radius: 10px 0 0 10px;
}
.tab__btn:last-of-type{
  border-right-width: 1px;
  border-radius: 0 10px 10px 0;
}
.tab__btn:hover,
.tab__btn.is-select{
  background: #231815;
  color: #fff;
}

/* tab本体設定 */
.c-block-12__body{
  margin-top: 27px;
}
.c-block-12__container{
  padding: 24px 37px;
}
.tab__btns + .c-block-12{
  margin-top: 55px;
}
.tab__body{
  display: none;
}
.tab__body.is-active{
  display: block;
}


/* FAQ本文上書き */
.c-list-15__question::before{
  font-size: 15px;
}
.c-list-15__anser{
  margin-top: 25px;
}
.c-list-15__anser a{
  text-decoration: underline;
  word-break: break-all;
}
.c-list-15__anser a:hover{
  text-decoration: none;
}


@media screen and (max-width: 767px) {
  .faq-section{
    margin-top: 4px;
  }

  .ac__heading{
    position: relative;
  }
  .ac__icon{
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    background: #231815;
  }
  .ac__icon::before,
  .ac__heading[aria-expanded="false"] .ac__icon::after{
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
  }
  .ac__icon::before{
    width: 11px;
    height: 2px;
  }
  .ac__heading[aria-expanded="false"] .ac__icon::after{
    width: 2px;
    height: 11px;
  }

  .c-block-12__head--col1{
    align-items: flex-start;
    flex-direction: column;
    min-height: auto;
    margin: 0;
  }
  .c-block-12__ttl{
    font-size: 7.4666666666vw;
    font-weight: normal;
  }
  .c-block-12__txt{
    margin: 12px 0 0;
    font-size: 3.7333333333vw;
  }


  /* tabボタン設定 */
  .tab__btns{
    margin-top: 17px;
  }
  .tab__btn{
    width: 50%;
    font-size: 3.7333333333vw;
  }

  /* tab本体設定 */
  .c-block-12__container{
    padding: 4.5333333333vw;
  }
  .tab__btns + .c-block-12{
    margin-top: 30px;
  }

  /* FAQ本文上書き */
  .c-list-15__question::before{
    font-size: 4vw;
  }
  .c-list-15__anser{
    margin-top: 4px;
  }
}




