.page .section-qa .qa .qa__item {
  padding-left: 37px;
  position: relative;
}
.page .section-qa .qa .qa__item:nth-of-type(n + 2) {
  margin-top: 60px;
}
.page .section-qa .qa .qa__question {
  font-size: 1.8rem;
  position: static;
}
.page .section-qa .qa .qa__question::before {
  content: "";
  display: block;
  mask-image: url(../img/faq/icon_Q.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #152e47;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 7px;
}
.page .section-qa .qa .qa__answer {
  font-size: 1.3rem;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .page .section-qa .qa .qa__item {
    padding-left: 0;
  }
  .page .section-qa .qa .qa__item:nth-of-type(n + 2) {
    margin-top: 80px;
  }
  .page .section-qa .qa .qa__question {
    position: relative;
    padding-inline: 40px 26px;
  }
  .page .section-qa .qa .qa__question::before {
    width: 14px;
    height: 14px;
    left: 0;
    top: 50%;
    translate: 0 -50%;
  }
  .page .section-qa .qa .qa__answer {
    padding-inline: 40px 26px;
  }
}
