@keyframes blur-circle-bounce {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: -30px;
  }
  100% {
    margin-top: 0;
  }
}
#page-faq {
  /* .faqcommon */
}
#page-faq .faqcommon {
  padding: 40px 20px;
}
#page-faq .faqcommon__title {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: var(--font-weight-bold);
}
#page-faq .faqcommon__title::before {
  content: "";
  display: inline-block;
  border-radius: 100%;
  background: var(--color-brand);
  width: 10px;
  height: 10px;
  margin-right: 16px;
  vertical-align: middle;
  translate: 0 -3px;
}
#page-faq .faqcommon__list:not(:last-child) {
  margin-bottom: 40px;
}
#page-faq .faqcommon__listQ {
  position: relative;
  border-radius: 10px;
  background: #FFF3E0;
  padding: 20px 40px 20px 50px;
  font-size: 18px;
  line-height: 26px;
  font-weight: var(--font-weight-bold);
  color: #5A432F;
}
#page-faq .faqcommon__listQ:not(:first-child) {
  margin-top: 10px;
}
#page-faq .faqcommon__listQ::before {
  content: "Q.";
  position: absolute;
  top: 17px;
  left: 15px;
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
}
#page-faq .faqcommon__listQ::after {
  content: url(../../assets/img/faqcommon-arrow.svg);
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  display: inline-block;
  width: 12px;
  height: 8px;
  line-height: 0;
}
#page-faq .faqcommon__listQ.is-opened::after {
  rotate: 180deg;
}
#page-faq .faqcommon__listA {
  position: relative;
  display: none;
  padding: 20px 0 20px 50px;
  color: #505050;
  font-size: 16px;
  line-height: 23px;
}
#page-faq .faqcommon__listA.is-opened {
  display: block;
}
#page-faq .faqcommon__listA::before {
  content: "A.";
  position: absolute;
  top: 17px;
  left: 15px;
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  color: #E60012;
  font-weight: var(--font-weight-bold);
}
#page-faq .faqcommon__listA a {
  color: #217FC4;
  text-decoration: underline;
}

/* =============================================
for PC
============================================= */
@media screen and (min-width: 1025px) {
  #page-faq {
    /* .faqcommon */
  }
  #page-faq .faqcommon {
    padding: 60px 0 100px;
  }
  #page-faq .faqcommon__title {
    margin-bottom: 40px;
    font-size: 30px;
  }
  #page-faq .faqcommon__list {
    padding: 0;
  }
  #page-faq .faqcommon__listQ {
    padding: 20px 70px;
    font-size: 20px;
    line-height: 28px;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
  }
  #page-faq .faqcommon__listQ:not(:first-child) {
    margin-top: 20px;
  }
  #page-faq .faqcommon__listQ:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  #page-faq .faqcommon__listQ::before {
    top: 16px;
    left: 25px;
    font-size: 30px;
    line-height: 30px;
  }
  #page-faq .faqcommon__listA {
    padding: 20px 40px 30px 70px;
    font-size: 20px;
    line-height: 32px;
  }
  #page-faq .faqcommon__listA::before {
    top: 18px;
    left: 29px;
    font-size: 30px;
    line-height: 30px;
  }
}/*# sourceMappingURL=page-faq.css.map */