@charset "UTF-8";
/*!
 * akachanhonpo coen.lol website styles
 */
.faq--icon {
  font-size: 1.5rem;
  line-height: 1;
  font-style: normal;
  text-align: center;
  width: 1.5em;
  padding-right: 0.5em;
  display: block;
  flex-shrink: 0;
  transform: translate(0, 0.05em);
}
.faq--qa {
  padding-top: 3rem;
  margin-top: -3rem;
}
.faq--q {
  font-size: 1rem;
  line-height: 1.67;
}
@media (min-width: 768px) {
  .faq--q {
    font-size: 1.25rem;
  }
}
.faq--a {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .faq--a {
    font-size: 1rem;
  }
}
.faq--a p {
  margin-bottom: 0.5rem;
}
.faq--a .btn {
  margin-top: 1rem;
}
.faq--a .small {
  font-size: 0.75rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 768px) {
  .faq--a .small {
    font-size: 0.875rem;
  }
}
.faq--a .small:before {
  content: "※";
}
@media (min-width: 992px) {
  @supports (position: sticky) {
    .faq--nav {
      position: sticky;
      top: 75px;
      bottom: 75px;
      overflow-y: auto;
      max-height: 80vh;
      z-index: 1020;
    }
  }
}