.faq {
  overflow-x: hidden;
  margin-top: -80px;
  padding-top: 60px;
}
.faq__inner {
  padding-bottom: 20px;
}
.faq-accordion {
  padding-bottom: 15px;
}
.faq-accordion__title {
  font-size: 18px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #56C68D;
  color: #FFFFFF;
  padding: 15px 35px 15px 15px;
  position: relative;
}
.faq-accordion__title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq-accordion__title::after {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq-accordion__text {
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6875;
  padding: 15px;
  display: none;
}

.open.faq-accordion__title::before {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

@media screen and (min-width: 768px) {
  .faq {
    margin-top: -130px;
    padding-top: 65px;
  }
  .faq__inner {
    padding-bottom: 50px;
    max-width: 800px;
  }
  .faq-accordion {
    padding-bottom: 20px;
  }
}/*# sourceMappingURL=faq.css.map */