@charset "UTF-8";
.faq-wrapper {
  background-color: #ffffff;
}

.faq__nav-title {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", serif;
  padding-top: 55px;
  font-size: 24px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 16px;
  margin-bottom: 36px;
}

/* よくあるご質問の目次  */
.faq__nav-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 40px;
  margin-left: 0;
}
.faq__nav-list span {
  font-family: YakuHanJP;
}
.faq__nav-list-item {
  width: 50%;
  list-style-type: none;
  font-size: 11px;
  margin-bottom: 4px;
}
.faq__nav-list-item a::before {
  font-family: "Material Symbols Outlined";
  content: "\e7cd";
  font-size: 25px;
  vertical-align: -8px;
}

/* よくあるご質問の目次 end  */
/*Q&A*/
.faq__main {
  margin: 14px;
}

.faq__main-title {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", serif;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
  margin-bottom: 0;
  margin-top: 40px;
  font-size: 18px;
}

/*質問と回答*/
.emphasis {
  color: #db0204;
}

.underline {
  border-bottom: 1px solid #000000;
}

.faq__main-qa {
  margin: 0;
}
.faq__main-qa em {
  color: #db0204;
  font-style: normal;
  font-weight: bold;
}

.faq__main-question {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 0.5px solid #f1f1f1;
  position: relative;
}
.faq__main-question::before {
  content: "Q";
  color: #db0204;
  margin: 0 15px;
  position: absolute;
}
.faq__main-question span {
  display: block;
  padding-left: 3em;
  padding-right: 2em;
  line-height: 1.7em;
}
.faq__main-question span::after {
  position: absolute;
  content: "─";
  right: 13px;
  top: 48%;
  font-size: 12px;
  display: block;
  transform: translateY(-50%) rotate(90deg);
  transition: 200ms;
}
.faq__main-question span::before {
  position: absolute;
  content: "─";
  right: 12px;
  top: 50%;
  font-size: 12px;
  transform: translateY(-50%);
}
.faq__main-question.open span::after {
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.faq__main-answer {
  display: none;
  margin-left: 0;
  border-bottom: 0.5px solid #f1f1f1;
  padding-bottom: 20px;
  padding-top: 20px;
  background: #f5f5f5;
  position: relative;
}
.faq__main-answer::before {
  content: "A";
  color: #db0204;
  margin: 0 15px;
  position: absolute;
  left: 0;
}
.faq__main-answer-content {
  display: block;
  padding-left: 3em;
  padding-right: 1.5em;
  line-height: 1.7em;
}
.faq__main-answer img {
  margin: 10px 0;
}

/*質問と回答 end*/
/*Q&A end*/
@media screen and (max-width: 768px) {
  .fs-l-main {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .spacer {
    width: 100%;
  }
  .faq__nav-title,
  .faq__nav-list {
    margin-inline: auto;
    max-width: 1040px;
    width: 100%;
  }
  .faq__main {
    line-height: 1.7em;
    width: 100%;
    max-width: 1040px;
    margin: 24px auto;
    padding: 8px;
    margin-top: 0;
  }
  .faq__nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 32px;
    padding: 0;
  }
  .faq__nav-list-item {
    width: auto;
    list-style-type: none;
  }
  .faq__nav-list-item a {
    display: block;
    line-height: 36px;
    font-size: 14px;
  }
  .faq__nav-list-item a::before {
    font-size: 27px;
  }
  .faq__main-question span::after {
    right: 17px;
    top: 49%;
    font-size: 15px;
    display: block;
    transform: translateY(-50%) rotate(90deg);
  }
  .faq__main-question.open span::after {
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
  }
  .faq__main-question span::before {
    right: 17px;
    top: 50%;
    font-size: 15px;
    transform: translateY(-50%);
  }
}/*# sourceMappingURL=faq.css.map */