.titleArea {
  background-image: url(../images/mainimg.jpg);
}

#contents {
  margin: 0 5vw;
}

.faqArea {
  max-width: 1200px;
  margin: 30px auto 0;
}
.faqArea > section {
  padding: 50px;
}
@media screen and (max-width: 960px) {
  .faqArea > section {
    padding: 35px;
  }
}
@media screen and (max-width: 668px) {
  .faqArea > section {
    padding: 25px 20px;
  }
}
.faqArea > section:nth-child(2n) {
  background: url(../../common/images/bg_pattern.jpg);
}
@media screen and (max-width: 960px) {
  .faqArea > section:nth-child(2n) {
    background-size: 300px auto;
  }
}
.faqArea > section h4 {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .faqArea > section h4 {
    margin-bottom: 15px;
  }
}
.faqArea > section h4 .q {
  display: block;
  width: 2em;
  font-size: clamp(18px, 100vw * 30 / 1200, 30px);
}
.faqArea > section h4 .qTxt {
  font-size: clamp(16.8px, 100vw * 28 / 1200, 28px);
  width: calc(100% - 2em);
  margin-top: 2px;
}
.faqArea > section > div {
  display: flex;
}
.faqArea > section > div .a {
  display: block;
  width: 2em;
  font-size: clamp(18px, 100vw * 30 / 1200, 30px);
}
.faqArea > section > div .aTxt {
  width: calc(100% - 2em);
  margin-top: 4px;
  line-height: 200%;
  font-size: clamp(15.2px, 100vw * 19 / 1200, 19px);
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .faqArea > section > div .aTxt {
    font-size: 14px;
    line-height: 170%;
  }
}/*# sourceMappingURL=index.css.map */