@charset "UTF-8";
:root {
  --viewport-width: 1250px;
  --wrapper-width: 1110px;
  --font-sans: "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, "游ゴシック", yugothic, "Yu Gothic", verdana,
    sans-serif;
  --font-arial: arial, helvetica, sans-serif;
  --font-helvetica: helvetica, sans-serif;
  --font-size: 0.16rem;
  --letter-spacing: 0.05em;
  --font-weight: 300;
  --line-height: calc(28 / 16);
  --color-default: #333;
  --color-white: #fff;
  --color-black: #2b2424;
  --color-gray: #e9e9e9;
  --color-red-primary: #900;
  --color-red-secondary: #a00000;
  --color-border-title: #ff944c;
  --color-backgroundcolor-keyvisual: rgba(43, 36, 36, 0.8);
}

.section-faq .faq-inner {
  background-color: var(--color-gray);
}
.section-faq .faq-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-faq .faq-item {
  overflow: hidden;
  border-radius: 0.1rem;
  background: var(--color-white);
  color: var(--color-black);
}
.section-faq .faq-item:last-child {
  margin: 0;
}
.section-faq .faq-item.is-active .faq-heading::after {
  -webkit-transform: rotate(0) translateY(-0.01rem);
  -ms-transform: rotate(0) translateY(-0.01rem);
  transform: rotate(0) translateY(-0.01rem);
}
.section-faq .faq-heading {
  position: relative;
  letter-spacing: 0;
  cursor: pointer;
}
.section-faq .faq-heading::before, .section-faq .faq-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-top: 0.02rem solid var(--color-black);
}
.section-faq .faq-heading::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.section-faq .faq-heading span {
  display: block;
  position: relative;
}
.section-faq .faq-heading span::before {
  content: "";
  position: absolute;
  background: url("../img/faq/title_question.svg") center/contain no-repeat;
}
.section-faq .faq-viewport {
  display: none;
}
.section-faq .faq-content {
  position: relative;
  border-top: 0.01rem dashed #cbcbcb;
  font-size: 0.16rem;
  line-height: 1.875;
}
.section-faq .faq-content::before {
  content: "";
  position: absolute;
  background: url("../img/faq/title_answer.svg") center/contain no-repeat;
}
.section-faq .faq-item-text {
  margin-bottom: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-faq {
    padding: 0.18rem 0 1.1rem;
  }
  .section-faq .title-common-primary {
    margin-bottom: 0.12rem;
    padding-left: 0.15rem;
  }
  .section-faq .faq-inner {
    padding: 0.14rem 0 0.2rem;
  }
  .section-faq .faq-block {
    margin-bottom: 0.09rem;
    padding-top: 0.3rem;
  }
  .section-faq .faq-item {
    margin-bottom: 0.19rem;
    padding: 0 0.16rem;
  }
  .section-faq .faq-item:last-child {
    margin-bottom: 0;
  }
  .section-faq .faq-viewport {
    padding-bottom: 0.21rem;
  }
  .section-faq .faq-heading {
    padding: 0.21rem 0.2rem 0.18rem 0;
    line-height: 1.875;
  }
  .section-faq .faq-heading::before, .section-faq .faq-heading::after {
    width: 0.15rem;
    margin-right: 0.01rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .section-faq .faq-heading::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  .section-faq .faq-heading span {
    padding-left: 0.34rem;
  }
  .section-faq .faq-heading span::before {
    top: 0.03rem;
    left: 0;
    width: 0.24rem;
    height: 0.22rem;
  }
  .is-ios .section-faq .faq-heading span::before {
    top: 0.04rem;
  }
  .section-faq .faq-content {
    padding: 0.08rem 0 0.06rem 0.35rem;
  }
  .section-faq .faq-content::before {
    top: 0.1rem;
    left: 0;
    width: 0.25rem;
    height: 0.25rem;
  }
  .section-faq .faq-item-text {
    line-height: 1.875;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-faq {
    padding: 133px 0 55px;
  }
  .section-faq .wrapper {
    padding: 0 5px;
  }
  .section-faq .title-common-primary {
    margin-bottom: 3px;
    padding: 0 40px;
  }
  .section-faq .faq-inner {
    margin-bottom: 64px;
    padding: 21px 0 20px;
  }
  .section-faq .faq-item {
    margin-bottom: 19px;
  }
  .section-faq .faq-viewport {
    padding: 0 31px 24px 29px;
  }
  .section-faq .faq-heading {
    padding: 19px 54px 22px 30px;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    font-size: 0.18rem;
    line-height: 1.6666666667;
  }
  html:not(.is-touchable) .section-faq .faq-heading:hover {
    opacity: 0.7;
  }
  .section-faq .faq-heading::before, .section-faq .faq-heading::after {
    right: 31px;
    width: 18px;
  }
  .section-faq .faq-heading span {
    top: 1px;
    padding-left: 45px;
  }
  .section-faq .faq-heading span::before {
    top: 2px;
    left: 0;
    width: 30px;
    height: 26px;
  }
  .section-faq .faq-content {
    margin-top: 0;
    padding: 18px 0 0 44px;
  }
  .section-faq .faq-content::before {
    top: 21px;
    left: 0;
    width: 30px;
    height: 26px;
  }
}
/*# sourceMappingURL=faq.css.map */