.subpage-ttl .scroll-txt::before, .subpage-ttl .scroll-txt::after {
  content: "FAQ FAQ FAQ FAQ FAQ FAQ FAQ FAQ ";
  animation: ticker 120s linear infinite;
}

.cmn-block + .cmn-block {
  margin-top: 60px;
}

.faq-list .bundle + .bundle {
  margin-top: 10px;
}
.faq-list .question,
.faq-list .answer {
  font-size: 14px;
  line-height: 1.71428571;
  width: 100%;
}
.faq-list .question .in,
.faq-list .answer .in {
  position: relative;
}
.faq-list .question .in::before,
.faq-list .answer .in::before {
  content: "Q";
  font-family: "Work Sans", sans-serif;
  color: #D7DBE3;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  padding-right: 20px;
  position: absolute;
  top: 0;
  left: -38px;
}
@media (min-width: 769px) {
  .faq-list .question .in::before,
  .faq-list .answer .in::before {
    top: -2px;
    font-size: 30px;
  }
}
.faq-list .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  font-weight: 700;
  min-height: 67px;
  background: #002AF1;
  color: #fff;
  padding: 14px 32px 14px 56px;
}
@media (min-width: 769px) {
  .faq-list .question {
    font-size: 16px;
    cursor: pointer;
    min-height: 60px;
    padding: 14px 32px 14px 66px;
  }
}
.faq-list .question::after {
  content: "";
  width: 8px;
  height: 12px;
  display: block;
  background: url(../images/common/arrow.svg) center/100% no-repeat;
  margin-left: auto;
  transform: rotate(90deg);
  flex-basis: 8px;
  flex-shrink: 0;
  transition: transform 0.4s;
}
.faq-list .question .in::before {
  top: -2px;
}
.faq-list .question.acd-open::after {
  transform: rotate(90deg) scale(-1, 1);
}
.faq-list .answer {
  padding: 19px 22px 25px 56px;
  display: none;
}
@media (min-width: 769px) {
  .faq-list .answer {
    padding: 30px 30px 30px 66px;
  }
}
.faq-list .answer .in::before {
  content: "A";
  color: #002AF1;
}
/*# sourceMappingURL=map/faq.css.map */