@charset "UTF-8";
article {
  background: #fafafa;
}

section dl {
  font-feature-settings: "palt";
}

#content p#faq-toggle {
  overflow: hidden;
  width: 12rem;
  height: 1.6rem;
  font-size: 1rem;
  color: #ff4b00;
  cursor: pointer;
  white-space: nowrap;
  text-indent: 0%;
  margin: 0 0 0 auto;
}
#content p#faq-toggle.open::before {
  content: "　リストをすべて開く ＋";
}
#content p#faq-toggle.close::before {
  content: "リストをすべて閉じる −";
}

section {
  counter-increment: story1;
}
section h2 {
  margin-bottom: 1rem;
}
section h2::before {
  content: counter(story1) ". ";
  display: inline-block;
  text-align: center;
  margin-right: 0.4rem;
}
section dl {
  font-size: 1rem;
  line-height: 1.75;
}
section dl dt {
  font-weight: 600;
  counter-increment: story2;
  margin: 0 1rem 0.3rem 1rem;
  padding: 0.7rem 0.7rem 0.7rem 2.3rem;
  text-indent: -2.4rem;
}
section dl dt:not(:first-child) {
  border-top: 1px dotted #d4d4d4;
}
section dl dt::before {
  content: counter(story2);
  display: inline-block;
  width: 2rem;
  text-align: center;
  background-color: #212121;
  color: white;
  font-size: 1.4rem;
  height: 2rem;
  line-height: 2.2rem;
  border-radius: 1rem;
  margin-right: 0.4rem;
  text-indent: 0em;
}
@media only screen and (max-width:700px) {
  section dl dt::before {
    line-height: 1.9rem;
  }
}
section dl dd {
  color: #00CC29;
  background-color: white;
  font-weight: 600;
  margin: 0.3rem 1rem 1rem 2.1rem;
  padding: 0.7rem 0.7rem 0.7rem 3.3rem;
  text-indent: -2.4rem;
  display: none;
}
section dl dd::before {
  content: "A";
  color: white;
  background-color: #00CC29;
  font-size: 1.2rem;
  display: inline-block;
  width: 2rem;
  text-align: center;
  color: white;
  font-size: 1.4rem;
  height: 2rem;
  line-height: 2.2rem;
  border-radius: 1rem;
  margin-right: 0.4rem;
  text-indent: 0em;
}
@media only screen and (max-width:700px) {
  section dl dd::before {
    line-height: 1.9rem;
  }
}
section dl dd a {
  color: #ff602c;
  transition: all 0.25s ease-in-out;
}
section dl dd a:hover, section dl dd a:active, section dl dd a:focus {
  color: #00CC29;
}
section dl dd a::before {
  content: "\e806";
  font-family: "fontello";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}

section:not(:first-child) h2 {
  margin-top: 2rem;
}

h2, h3 {
  font-weight: 600;
  font-feature-settings: "palt";
}

h2 {
  font-size: 1.4rem;
}

@media only screen and (max-width:700px) {
  article {
    margin: 0 3vw;
  }
  article section dl {
    font-family: "Noto Sans", "Noto Sans CJK JP", "NotoSansCJKjp-Jxck", sans-serif;
  }
  article section dl dt, article section dl dd {
    font-weight: 500;
  }
  #faq-toggle {
    font-family: "Noto Sans", "Noto Sans CJK JP", "NotoSansCJKjp-Jxck", sans-serif;
    font-weight: 500;
  }
}
@media only screen and (min-width:701px) {
  section dl {
    font-size: 1.1rem;
  }
  section dl dt, section dl dd {
    font-weight: 600;
  }
}/*# sourceMappingURL=faq.css.map */