@charset "UTF-8";
.background-set, #page .faq__details summary::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/********************************


 Q&A


*********************************/
#page .faq__wrap {
  row-gap: clamp(30px, 8vw, 60px);
}
#page .faq__details {
  cursor: pointer;
  font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
  background-color: #FFFFFF;
  font-weight: 800;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
#page .faq__details p {
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.7;
  font-size: clamp(16px, 4.3vw, 24px);
  margin-left: auto;
  position: relative;
  padding: 0 30px 30px 12%;
}
@media screen and (min-width: 768px) {
  #page .faq__details p {
    padding: 0 30px 30px 60px;
  }
}
#page .faq__details p::before {
  font-size: clamp(18px, 5vw, 36px);
  content: "A.";
  font-weight: 800;
  font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
  position: absolute;
  left: 5%;
  top: -5px;
}
@media screen and (min-width: 768px) {
  #page .faq__details p::before {
    left: 0;
  }
}
#page .faq__details details[open] summary::after {
  background-image: url(../images/svg/minus.svg);
}
#page .faq__details summary {
  padding: 5%;
  font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
  width: 95%;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 4.8vw, 32px);
  position: relative;
}
#page .faq__details summary::after {
  transition: 0.5s;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/svg/plus.svg);
  background-size: contain;
  width: 5%;
  aspect-ratio: 1;
}
#page .faq__details summary::marker {
  content: "Q.";
  font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
}
@media (min-width: 768px) {
  #page .faq__wrap {
    row-gap: 20px;
  }
  #page .faq__details p {
    font-size: 16px;
  }
  #page .faq__details p::before {
    left: 30px;
    font-size: 18px;
  }
  #page .faq__details summary {
    padding: 30px;
    font-size: 18px;
  }
  #page .faq__details summary::after {
    max-width: 18px;
  }
}/*# sourceMappingURL=faq.css.map */