.faq-btn-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media screen and (max-width: 767px) {
  .faq-btn-list {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 400px;
    margin-inline: auto;
  }
}

.faq-btn-list a {
  padding: 6px 16px;
  width: 100%;
  max-width: none;
  line-height: 1.2;
}

.faq-btn-list a .btn-inner {
  width: 100%;
}

@media screen and (max-width: 959px) {
  .faq-btn-list a .btn-inner {
    padding-right: 16px;
  }
}

.faq-btn-list a .btn-inner::before {
  height: 24px;
}

.faq-list__item {
  padding: 24px;
  border-radius: 8px;
  border: solid 1px #eeeeee;
}

@media screen and (max-width: 959px) {
  .faq-list__item {
    border-radius: calc(8px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .faq-list__item {
    border-radius: calc(8px * 0.5);
  }
}

@media screen and (max-width: 519px) {
  .faq-list__item {
    padding: 16px;
  }
}

.faq-list__item dt,
.faq-list__item dd {
  position: relative;
  padding-left: 32px;
}

.faq-list__item dt::before,
.faq-list__item dd::before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FA9A00;
  line-height: 1;
}

@media screen and (max-width: 519px) {
  .faq-list__item dt::before,
  .faq-list__item dd::before {
    font-size: 2rem;
  }
}

.faq-list__item dt {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: solid 1px #eeeeee;
  line-height: 1.4;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .faq-list__item dt {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 519px) {
  .faq-list__item dt {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}

.faq-list__item dt::before {
  content: "Q.";
}

.faq-list__item dd::before {
  content: "A.";
}

.faq-list__item:not(:last-child) {
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .faq-list__item:not(:last-child) {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .faq-list__item:not(:last-child) {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

/*# sourceMappingURL=../../maps/pages/faq.css.map */
