@charset "UTF-8";

.kv.layerFourth {
  width: calc(100% - 266px);
  height: 28vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .kv.layerFourth {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .kv.layerFourth {
    width: calc(100% - 40px);
    height: 48vw;
  }
}
.kv.kvFaq {
  background: url("/faq/img/kv_faq.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .kv.kvFaq {
    background: url("/faq/img/kv_faq_sp.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
  }
}

.faqPage .flexSection {
  padding: 104px 0 110px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .faqPage .flexSection {
    margin-top: 0;
    padding: 70px 0 80px;
  }
}
.faqPage .flexSection .flexList {
  margin-top: 98px;
}
@media screen and (max-width: 768px) {
  .faqPage .flexSection .flexList {
    margin-top: 54px;
  }
}
.faqPage .flexSection .flexList br.is--faq {
  display: none;
}
@media screen and (max-width: 842px) {
  .faqPage .flexSection .flexList br.is--faq {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .faqPage .flexSection .flexList br.is--faq {
    display: inline;
  }
}