.p-faq {
  width: 100%;
  display: block;
  position: relative;
  margin: 8.2rem auto 0;
  background: var(--color-sky);
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-faq {
    margin-top: 4.5rem;
  }
}
.p-faq::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid var(--color-white);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-faq::before {
    border-width: 4px;
  }
}
.p-faq::after {
  content: "";
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  display: block;
  position: absolute;
  top: 1rem;
  left: 1rem;
  border: 1px solid var(--color-white);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-faq::after {
    width: calc(100% - 1.4rem);
    height: calc(100% - 1.4rem);
    top: 0.7rem;
    left: 0.7rem;
  }
}
.p-faq__container {
  width: 100%;
  display: block;
  position: relative;
  padding: 6rem 0 8rem;
  margin: 0 auto;
  background: url("../img/pattern_content.png") repeat 0 0/45px auto;
}
@media screen and (max-width: 960px) {
  .p-faq__container {
    padding: 3.5rem 0;
  }
}
.p-faq__container::before {
  content: "";
  width: calc(100% - 4.4rem);
  height: calc(100% - 4.4rem);
  display: block;
  position: absolute;
  top: 2.2rem;
  left: 2.2rem;
  background: url("../img/deco_side_lt.svg") no-repeat left 0 top 0/2.5rem auto, url("../img/deco_side_rt.svg") no-repeat right 0 top 0/2.5rem auto, url("../img/deco_side_rb.svg") no-repeat right 0 bottom 0/2.5rem auto, url("../img/deco_side_lb.svg") no-repeat left 0 bottom 0/2.5rem auto;
}
@media screen and (max-width: 960px) {
  .p-faq__container::before {
    width: calc(100% - 2.4rem);
    height: calc(100% - 2.4rem);
    top: 1.2rem;
    left: 1.2rem;
    background-size: 1.5rem auto;
  }
}
.p-faq__inner {
  display: block;
  position: relative;
}

.p-faq_content {
  width: 90%;
  max-width: 67rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-faq_content {
    max-width: 30rem;
  }
}
.p-faq_content + .p-faq_content {
  margin-top: 4.8rem;
  padding-top: 3.5rem;
}
.p-faq_content + .p-faq_content::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-text);
}
.p-faq_content__header {
  display: block;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .p-faq_content__header {
    margin-bottom: 1rem;
  }
}
.p-faq_content__title {
  display: block;
  position: relative;
  font-size: 3rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-faq_content__title {
    font-size: 1.8rem;
  }
}
.p-faq_content__inner {
  display: block;
  position: relative;
}
.p-faq_content__text {
  width: 100%;
  display: block;
  position: relative;
  margin: 1rem auto 0;
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-faq_content__text {
    max-width: 27rem;
    margin-top: 0.4rem;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.p-faq_content__text:first-child {
  margin-top: 0;
}
.p-faq_content__text + .p-faq_content__text {
  margin-top: 2.8rem;
}
@media screen and (max-width: 960px) {
  .p-faq_content__text + .p-faq_content__text {
    margin-top: 2rem;
  }
}
.p-faq_content__text small {
  display: inline-block;
  position: relative;
  font-size: 0.8em;
}
.p-faq_content__text img {
  margin: 1.2em 0;
}
.p-faq_content__text a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-faq_content__text a:hover {
    text-decoration: none;
  }
}
.p-faq_content__cap {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 1.9rem;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .p-faq_content__cap {
    max-width: 27rem;
    font-size: 1.5rem;
  }
}
.p-faq_content__cap:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-faq_content__cap:not(:first-child) {
    margin-top: 1rem;
  }
}
.p-faq_content__list {
  width: 100%;
  display: block;
  position: relative;
}
.p-faq_content__list-item {
  display: block;
  position: relative;
}
.p-faq_content__list-item + .p-faq_content__list-item {
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .p-faq_content__list-item + .p-faq_content__list-item {
    margin-top: 1.2rem;
  }
}

.p-faq_data {
  display: block;
  position: relative;
}
.p-faq_data__header {
  width: 100%;
  min-height: 6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 2rem 6rem 2rem 2rem;
  margin: 0 auto;
  background: var(--color-white);
  box-shadow: 0.4rem 0.4rem 0 0 var(--color-gold);
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-faq_data__header {
    padding: 1.6rem 3.5rem 1.6rem 1.8rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-faq_data__header {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-faq_data__header:hover {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-faq_data__header:hover {
      text-decoration: underline;
    }
  }
}
.p-faq_data__header::before {
  content: "";
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.8rem);
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  border: 1px solid var(--color-text);
  pointer-events: none;
}
.p-faq_data__header::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid var(--color-text);
  pointer-events: none;
}
.p-faq_data__title {
  display: block;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  word-break: keep-all;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-faq_data__title {
    font-size: 1.4rem;
  }
}
.p-faq_data__deco {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-faq_data__deco {
    width: 1.2rem;
    height: 1.2rem;
    right: 2.2rem;
  }
}
.is-drawer-open .p-faq_data__deco {
  transform: translate(50%, -50%) rotate(45deg);
}
.p-faq_data__deco::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-text);
}
@media screen and (max-width: 960px) {
  .p-faq_data__deco::before {
    height: 1px;
  }
}
.p-faq_data__deco::after {
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-text);
}
@media screen and (max-width: 960px) {
  .p-faq_data__deco::after {
    width: 1px;
  }
}
.p-faq_data__inner {
  display: none;
  position: relative;
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 960px) {
  .p-faq_data__inner {
    padding: 1.5rem 1rem;
  }
}
.p-faq_data__text {
  width: 100%;
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-faq_data__text {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.p-faq_data__text:first-child {
  margin-top: 0;
}
.p-faq_data__text + .p-faq_data__text {
  margin-top: 2.8rem;
}
@media screen and (max-width: 960px) {
  .p-faq_data__text + .p-faq_data__text {
    margin-top: 2rem;
  }
}
.p-faq_data__text small {
  display: inline-block;
  position: relative;
  font-size: 0.8em;
}
.p-faq_data__text img {
  margin: 1.2em 0;
}
.p-faq_data__text a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-faq_data__text a:hover {
    text-decoration: none;
  }
}