.faq-desc {
  margin-bottom: 5rem;
  letter-spacing: 0.1em;
}

.faq-btnwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: 1rem;
}

.btn-standard--icon-arrow.faq-btn::after {
  border-top: unset;
  border-bottom: 1px solid #339599;
}

.btn-standard--icon-arrow.faq-btn:hover::after {
  border-top: unset;
  border-bottom: 1px solid #FFF;
}

.faq__dt-button {
  display: flex;
  gap: 1.25rem;
  padding-right: 2.25rem;
  position: relative;
  width: 100%;
}

.faq__dl {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid #DCDCDC;
}

.faq__dt-button::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 12px;
  width: 19px;
  height: 2px;
  background-color: #339599;
  transition: 0.3s;
}

.faq__dt-button::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 4px;
  width: 2px;
  height: 19px;
  background-color: #339599;
  transition: 0.3s;
}

.is-accordion-head--opened .faq__dt-button::after {
  opacity: 0;
}

.faq__dt-q, .faq__dd-a {
  font-size: 1.75rem;
  font-weight: 500;
  color: #339599;
  line-height: 1.1;
  display: inline-block;
  font-family: "Figtree", sans-serif;
}

.faq__dd {
  padding-top: 1.375rem;
  display: flex;
  gap: 1.3125rem;
  padding-right: 2.25rem;
  position: relative;
  line-height: 1.5;
}

.faq__dd a {
  word-break: break-all;
}

@media screen and (min-width: 768px) {
  .faq__dt-q, .faq__dd-a {
    margin-top: -2px;
  }
}
@media screen and (min-width: 992px) {
  .sec-faq-row {
    margin-right: -1.875rem;
    margin-left: -1.875rem;
  }
  .sec-faq-row > * {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
  .sec-faq-ttl {
    width: max-content;
  }
  .sec-faq-content {
    flex: 1;
  }
  .sec-faq-inner {
    margin-top: -1.5625rem;
  }
  .faq__dt-button, .faq__dd {
    padding-right: 6.25rem;
  }
  .faq__dt-button::before {
    right: 20px;
    top: 12px;
  }
  .faq__dt-button::after {
    right: 28px;
    top: 4px;
  }
}/*# sourceMappingURL=style-faq.css.map */