@charset "UTF-8";


.faq-bg{
    background-color: #f9f7ee;
    margin-top: 0;
    padding-top: 100px;
}

.txt-underTtl{
  margin-top: 50px;
  text-align: center;
}

.questionContainer{
  margin-top: 0;
  padding-top: 100px;
}
#question01{
    margin-top: 100px;
}

#question02{
    padding-bottom: 100px;
}

/*------ よくあるご質問 -----*/

.q-icon {
  font-size: clamp(23px , 1.56vw , 30px);
  color: #045591;
  width: 78.8px;
  padding: 0 20px 0 30px;
  line-height: 1;
}

.a-icon {
  font-size: clamp(23px , 1.56vw , 30px);
  color: #dd0000;
  padding: 0 20px 0 30px;
  width: 78.8px;
  line-height: 1;
}

.faqtxt {
  font-size: clamp(18px, 1.14vw, 22px);
  text-align: left;
  width: calc(100% - 78.8px);
  vertical-align: middle;
}

.answer{
    display: none;
    background-color: #fff;
}

.answerFlex{
  display: flex;
  align-items: flex-start;
  padding-right: 30px;
}
.question , .answer{
    padding: 25px 0 20px;
    border-bottom: 2px solid #888888;
}

.question{
    background-color: #f6f6f6;
    position: relative;
    cursor: pointer;
    padding-right: 60px;
    display: flex;
    align-items: flex-start;
}

.faqWrap .faqItem:first-child{
    border-top: 2px solid #888888;
}


.question:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    height: 2px;
    width: 15px;
    background: #333;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
  }
  .question:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    height: 2px;
    width: 15px;
    background: #333;
    transition: all .3s ease-in-out;
  }

  .question.open:before {
    transform: rotate(180deg);
  }
  .question.open:after {
    opacity: 0;
  }


  @media screen and (max-width: 767.9px) {
  .txt-underTtl{
    text-align: left;
  }

.faq-bg{
  background-color: #f9f7ee;
  margin-top: 0;
  padding-top: 100px;
}

.questionContainer{
  margin-top: 0;
  padding-top: 50px;
}
#question01{
    margin-top: 50px;
}

#question02{
    padding-bottom: 50px;
}
/*------ よくあるご質問 -----*/

.q-icon {
  font-size: clamp(18px , 4vw, 30px);
color: #045591;
width: 60px;
padding: 0 15px 0 20px;

}

.a-icon {
  font-size: clamp(18px , 4vw, 30px);
color: #dd0000;
padding: 0 15px 0 20px;
width: 60px;
}

.faqtxt {
  font-size: clamp(15px , 3.7333vw, 28px);
text-align: left;
width: calc(100% - 78.8px);
vertical-align: middle;
}

.answer-txt {
text-align: left;
padding: 20px 27px;
width: calc(100% - 78.8px);
vertical-align: middle;
font-size: clamp(14px , 3.46vw, 26px);
}

.question:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #333;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.question:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #333;
  transition: all .3s ease-in-out;
}

.question.open:before {
  transform: rotate(180deg);
}
.question.open:after {
  opacity: 0;
}

  }