.faq__menus {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.125rem;
  justify-content: center;
}
@media screen and (min-width: 576px) {
  .faq__menus {
    flex-direction: row;
  }
}

@media screen and (min-width: 576px) {
  .faq__menu {
    min-width: 18.75rem;
    width: calc((100% - 2.25rem) / 3);
  }
}

.faq__section {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .faq__section {
    margin-top: 5rem;
  }
}

.faq__section_title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #153E68;
}
@media screen and (min-width: 768px) {
  .faq__section_title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .faq__section_title {
    font-size: 1.75rem;
  }
}

.faq__unit {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .faq__unit {
    margin-top: 0.9375rem;
  }
}

.faq__unit:first-of-type {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .faq__unit:first-of-type {
    margin-top: 1.5625rem;
  }
}

.faq__unit_head {
  display: grid;
  gap: 10.2564102564%;
  grid-template-columns: 1fr auto;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.625rem;
  width: 100%;
  padding: 1.25rem 1.875rem;
  background-color: #F8F6EF;
  cursor: pointer;
}
@media screen and (min-width: 400px) {
  .faq__unit_head {
    gap: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .faq__unit_head {
    padding: 2.625rem 4.375rem;
    border-radius: 1.25rem;
  }
}

.faq__unit_head.is-open .cross-icon::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq__unit_head_title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .faq__unit_head_title {
    font-size: 1.125rem;
  }
}

.faq__unit_head .cross-icon {
  width: 1rem;
  height: 1rem;
}
@media screen and (min-width: 768px) {
  .faq__unit_head .cross-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.faq__unit_head .cross-icon::before,
.faq__unit_head .cross-icon::after {
  width: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .faq__unit_head .cross-icon::before,
  .faq__unit_head .cross-icon::after {
    width: 0.75rem;
  }
}

.faq__unit_content {
  display: none;
  padding: 1.5625rem 0 1.4375rem 7.6923076923%;
}
@media screen and (min-width: 768px) {
  .faq__unit_content {
    padding: 2.5rem 0 2.1875rem 7.3664825046%;
  }
}

.faq__unit_content p {
  font-size: 0.875rem;
  line-height: 1.8125;
}
@media screen and (min-width: 768px) {
  .faq__unit_content p {
    font-size: 1rem;
  }
}

.faq__unit_content p + p {
  margin-top: 1.6em;
}

.faq__unit_content a {
  color: #153E68;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
@media (hover: hover) and (pointer: fine) {
  .faq__unit_content a:hover {
    opacity: 1;
    text-decoration: none;
  }
}

.faq__unit_content .title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #153E68;
  line-height: 1.6111111111;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .faq__unit_content .title {
    font-size: 1.125rem;
  }
}/*# sourceMappingURL=style-faq.css.map */