@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
.item-wrap {
  margin-bottom: 120px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .item-wrap {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .item-wrap {
    margin-bottom: 50px;
  }
}

.faq-sub {
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
  font-size: 32px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 35px;
  color: #fff;
  background-color: #1374CA;
  padding: 0 20px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .faq-sub {
    font-size: 28px;
    margin-bottom: 25px;
    padding: 0 15px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .faq-sub {
    font-size: 22px;
    margin-bottom: 20px;
    padding: 0 10px;
    line-height: 1.8;
  }
}

.faq-area {
  padding-top: 30px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .faq-area {
    padding-top: 15px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .faq-area {
    padding-top: 0;
    margin-bottom: 50px;
  }
}