.faq-wrap {
  padding: 48px 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 769px){
  .faq-wrap {
    padding: 0;
  }
}
.faq-title {
  font-family: Lato;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #d09c9c;
}
@media screen and (max-width: 769px){
  .faq-title {
    font-size: 14px;
  }
}
.faq-subtitle {
  margin-top: 8px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #1f2c32;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px){
  .faq-subtitle {
    font-size: 18px;
  }
}
@media screen and (min-width:769px) and ( max-width:1430px) {
  .faq-subtitle {
    font-size: 24px;
  }
}
.faq-content {
  margin-bottom: 20px;
}
.faq-content-list {
  padding: 0 8px;
  background: #f5f5f5;
  margin: 0;
}
.faq-content-list-answer {
  padding: 0 8px;
  margin: 0;
  background: #f5f5f5;
  margin-top: -20px;
  display: none !important;
}
.faq-content-list-answer.active {
  display: flex !important;
  align-items: flex-start;
}
.faq-content-list-icon {
  padding-top: 5px;
}
.faq-content-list-text {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.07em;
  line-height: 21px;
  text-align: left;
  color: #1f2c32;
}
@media screen and (max-width: 769px){
  .faq-content-list-text {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.07em;
    line-height: 19px;
    text-align: left;
    color: #1f2c32;
  }
}

.faq-content-list-answer-text {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 26px;
  text-align: left;
  color: #1f2c32;
}
@media screen and (max-width: 769px){
  .faq-content-list-answer-text {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    color: #1f2c32;
  }
}
.faq-content-list-arrow {
  text-align: right;
}
@media screen and (max-width: 769px){
  .faq-content-list-arrow {
    width: 20px;
  }
}
.faq-button {
  margin-top: 50px;
}
