.faq_container {
  width: 960rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60rem;
}
.faq_container .faq_wrap dl {
  border-bottom: 3rem dotted #83b9e2;
}
.faq_container .faq_wrap dl + dl {
  margin-top: 30rem;
}
.faq_container .faq_wrap dl dt {
  position: relative;
  margin: 0;
  padding: 20rem 60rem;
  font-weight: bold;
  cursor: pointer;
}
.faq_container .faq_wrap dl dt::before {
  font-size: 30rem;
  line-height: 1;
  position: absolute;
  top: 20rem;
  left: 20rem;
  display: block;
  content: "Q";
  color: #fa5dc1;
  border-radius: 7px;
}
.faq_container .faq_wrap dl dt::after {
  content: "";
  display: block;
  width: 7rem;
  height: 7rem;
  border-top: 2rem solid #000;
  border-right: 2rem solid #000;
  position: absolute;
  top: 50%;
  right: 26rem;
  transition: 0.5s;
  transform: translateY(-50%) rotate(135deg);
}
.faq_container .faq_wrap dl dd {
  position: relative;
  margin: 0;
  padding: 20rem 60rem;
  display: none;
  background-color: #edfbff;
}
.faq_container .faq_wrap dl dd::after {
  font-size: 30rem;
  line-height: 1;
  position: absolute;
  top: 23rem;
  left: 24rem;
  display: block;
  content: "A";
  color: #007FFF;
  border-radius: 7px;
}
.faq_container .faq_wrap dl small {
  font-size: 16rem;
}
.faq_container .faq_wrap dl .open::after {
  transform: rotate(-45deg);
  top: 39rem;
}

@media screen and (max-width: 767px) {
  .faq_container {
    width: 335rem;
    padding-top: 50rem;
  }
  .faq_container .faq_wrap dl dt {
    font-size: 14rem;
    padding: 10rem 50rem;
  }
  .faq_container .faq_wrap dl dt::before {
    font-size: 18rem;
    top: 10rem;
    left: 20rem;
    border-radius: 5px;
  }
  .faq_container .faq_wrap dl dd {
    position: relative;
    margin: 0;
    padding: 10rem 50rem;
    display: none;
  }
  .faq_container .faq_wrap dl dd::after {
    font-size: 18rem;
    top: 15rem;
    left: 20rem;
  }
  .faq_container .faq_wrap dl small {
    font-size: 13rem;
  }
}/*# sourceMappingURL=faq.css.map */