.main.qa_main {
  width: 100%;
  padding: 7rem 0;
  margin-top: 10rem;
  background: url(../../img/common/page-main-bg.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .main.qa_main {
    margin-top: 5.6rem;
  }
}

.qa-content {
  width: 100%;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .qa-content {
    padding-bottom: 6rem;
  }
}
.qa-content dl dt {
  position: relative;
  margin-top: 2rem;
  border-radius: 0.8rem;
  background: #e7f1f6;
  font-size: 2.2rem;
  line-height: 1.35;
  text-align: left;
  letter-spacing: 0.1em;
  padding: 3rem 3.2rem;
  font-weight: 700;
  color: #509dce;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .qa-content dl dt {
    font-size: 2rem;
    padding: 2rem;
    margin-top: 1.5rem;
    padding-right: 6rem;
  }
}
.qa-content dl dt:first-of-type {
  margin-top: 0;
}
.qa-content dl dt.is-active:after {
  background: url(../../img/common/ico-accordion-minus.svg) no-repeat;
  background-size: 100%;
}
.qa-content dl dt:after {
  content: "";
  display: inline-block;
  width: 4.4rem;
  height: 4.4rem;
  background: url(../../img/common/ico-accordion-plus.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 3.2rem;
  transform: translate(0, -50%);
  transition: all ease 0.5s;
}
@media screen and (max-width: 767px) {
  .qa-content dl dt:after {
    width: 3rem;
    height: 3rem;
    right: 2rem;
  }
}
.qa-content dl dd {
  display: none;
  padding: 1.6rem 0 2.8rem;
}
@media screen and (max-width: 767px) {
  .qa-content dl dd {
    padding-bottom: 2rem;
  }
}
.qa-content dl dd p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 2rem;
}
.qa-content dl dd p:first-of-type {
  margin-top: 0;
}
.qa-content .sec-btn {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .qa-content .sec-btn {
    margin-top: 5rem;
  }
}
.qa-content .sec-btn-msg {
  margin: 0 0 2.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}
/*# sourceMappingURL=qa.css.map */