@charset "UTF-8";
@font-face {
  font-family: "kokoro";
  src: url("../fonts/Kokoro.otf") format("truetype");
}
main#faq dl {
  padding: 3rem 1rem;
  position: relative;
}
main#faq dl:before, main#faq dl:last-of-type:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #80846F, #80846F 6rem, #D7DEC1 6rem, #D7DEC1);
}
main#faq dl:before {
  top: 0;
}
main#faq dl:last-of-type:after {
  bottom: 0;
}
main#faq dl i {
  position: absolute;
  top: 4rem;
  right: 1rem;
  font-size: 2.8rem;
  color: #80846F;
  cursor: pointer;
}
main#faq dl i.fa-minus {
  color: #EE7C74;
}
main#faq dl dt {
  padding-right: 5rem;
  font-weight: bold;
  display: grid;
  grid-template-columns: 5rem 1fr;
  font-size: 2.8rem;
  cursor: pointer;
}
main#faq dl dt:before {
  content: "Ｑ";
  text-align: center;
  color: #80846F;
}
main#faq dl dd {
  padding-top: 2rem;
  display: grid;
  grid-template-columns: 5rem 1fr;
  line-height: 4rem;
}
main#faq dl dd:before {
  content: "Ａ";
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 4rem;
  text-align: center;
  color: #EE7C74;
}
@media only screen and (max-width: 834px) {
  main#faq dl {
    padding: 2rem 1rem 2rem 0;
  }
  main#faq dl dt {
    font-size: 2rem;
    line-height: 4rem;
  }
  main#faq dl dt:before {
    font-size: 2.4rem;
    line-height: 4rem;
  }
  main#faq dl dd {
    line-height: 3rem;
  }
  main#faq dl dd:before {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  main#faq dl i {
    top: 3rem;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 834px) and (max-width: 600px) {
  main#faq dl dt {
    font-size: 1.8rem;
    line-height: 1.5em;
  }
  main#faq dl dt p {
    margin-top: 0.375em;
  }
  main#faq dl dt:before {
    line-height: 3.6rem;
  }
  main#faq dl dd {
    line-height: 3rem;
  }
  main#faq dl dd:before {
    line-height: 3rem;
  }
}/*# sourceMappingURL=faq.css.map */