@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
#faq dl dt {
  position: relative;
  display: inline-block;
  margin: 2rem 1rem 16px;
  padding: 0.5rem 1rem;
  background-color: #E83829;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
#faq dl dt span {
  display: flex;
}
#faq dl dt span::before {
  content: "Q";
  display: block;
  margin-right: 1rem;
}
#faq dl dt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 32px;
  border-style: solid;
  border-width: 16px 0 0 11px;
  border-color: #E83829 transparent transparent;
  translate: -50% 100%;
  transform: skew(13deg);
  transform-origin: top;
}
#faq dl dt:first-of-type {
  margin-top: 0;
}
#faq dl dd {
  margin: -2rem 0 0;
  padding: 2rem 1rem 1rem 2rem;
  background-color: #fff;
  border-radius: 0.5rem;
  font-weight: bold;
}/*# sourceMappingURL=faq.css.map */