/*=====================================================================
#qa
=====================================================================*/
.qa__mv {
  background: url(../img/sp_faq_topimage.jpg) no-repeat center center/cover;
  height: 245px;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .qa__mv {
    height: 380px;
  }
}

.qa__message {
  color: #fff;
  text-align: center;
}

.qa__title {
  font-size: 24px;
  font-family: "Abhaya Libre", serif;
  letter-spacing: 6px;
}
@media screen and (min-width: 768px) {
  .qa__title {
    font-size: 48px;
  }
}

.qa__subtitle {
  font-size: 14px;
  font-family: "Klee One", cursive;
  letter-spacing: 4px;
}
@media screen and (min-width: 768px) {
  .qa__subtitle {
    font-size: 24px;
  }
}

.qa__inner {
  padding-top: 80px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .qa__inner {
    max-width: 990px;
    margin: 0 auto;
  }
}

.qa__boxes {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .qa__boxes {
    gap: 30px;
  }
}

.qa__box {
  border-radius: 10px;
  border: 2px solid #737373;
}
@media screen and (min-width: 768px) {
  .qa__box {
    padding: 10px;
  }
}
.qa__box.is-open .qa-box__head::after {
  transform: rotate(0deg);
}

.qa-box__head {
  text-align: left;
  display: block;
  width: 100%;
  padding: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .qa-box__head {
    font-size: 16px;
  }
}
.qa-box__head::after {
  content: "";
  background: url(../img/qa-arrow.png) no-repeat center center/contain;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 44%;
  right: 18px;
  transform: translateY(-50%);
  transform: rotate(180deg);
}

.qa-box__head-text {
  display: block;
  font-weight: 700;
  color: #333;
  letter-spacing: 1.14px;
  line-height: 1.7;
}

.qa-label {
  font-weight: 700;
  color: #333;
}

.q {
  color: #3f75ba;
}

.a {
  color: #ce583d;
}

.qa-box__body {
  padding: 10px;
  display: none;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .qa-box__body {
    font-size: 16px;
  }
}

.qa-box__text {
  font-weight: 700;
  color: #333;
}/*# sourceMappingURL=qa.css.map */