@charset "utf-8";
.block-faq {
  padding: 6rem 2rem;
  max-width: 125rem;
  width: auto;
  margin: 0rem auto;
}
.block-faq .header {
  position: relative;
}
.block-faq .header .title {
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  border-bottom-style: dotted;
  border-bottom-width: 0.2rem;
  border-bottom-color: #b3b3b3;
  font-size: 2.4rem;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.block-faq .header .link {
  display: block;
  position: absolute;
  top: 0rem;
  bottom: 0rem;
  right: 0rem;
  color: #d9aab9;
  font-size: 2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}
.block-faq .header .link:hover {
  opacity: 0.9;
}
.block-faq .header .link::after {
  content: '〉';
  display: inline-block;
  margin-left: 0.5em;
}
.block-faq .items {
  padding: 2rem;
}
.block-faq .items .q, .block-faq .items .a {
  position: relative;
  padding: 0.5rem;
  padding-left: 4rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.block-faq .items .q::before, .block-faq .items .a::before {
  display: block;
  position: absolute;
  font-size: 1.3em;
  font-family: imperial-urw, sans-serif;
}
.block-faq .items .q {
  font-size: 2.2rem;
  line-height: 2em;
  font-weight: 400;
  color: #d9aab9;
}
.block-faq .items .q::before {
  content: 'Q.';
  top: 0.5rem;
  left: 0rem;
}
.block-faq .items .a {
  text-align: justify;
  font-size: 1.8rem;
  line-height: 2em;
}
.block-faq .items .a::before {
  content: 'A.';
  top: 0.5rem;
  left: 0.5rem;
}
.block-faq .items .a + .q {
  margin-top: 3rem;
}
.block-faq .items .a a {
  display: inline-block;
  color: #d9aab9;
  font-weight: 400;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}
.block-faq .items .a a:hover {
  opacity: 0.9;
}
/*# sourceMappingURL=./style.css.map */