.faq {
  padding: 51px 16px 70px 16px;
  max-width: 560px;
  margin: 0 auto;
}

.faq__title {
  margin-bottom: 40px;
  text-align: center;
}

.faq__title-en {
  font-family: Futura, Jost;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}

.faq__title-jp {
  color: #9D9D9D;

  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
}

.faq-action {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .faq__title-en {
    font-size: 22px;
  }

  .faq__title-jp {
    font-size: 14px;
  }
}
