@charset "UTF-8";
#faq_cnt {
  padding: 4.359cqw 0 10.256cqw;
}

.faq_list > li + li {
  margin-top: 5.385cqw;
}

.faq_item {
  background: #fff;
  border: 0.769cqw solid #411a7b;
  box-shadow: 1.795cqw 1.795cqw 0 0 #ffffca;
}
.faq_item.is-open {
  background: #411a7b;
}

.faq_q {
  display: flex;
  align-items: center;
  gap: 3.59cqw;
  width: 100%;
  min-height: 18.205cqw;
  padding: 3.333cqw 3.846cqw 3.333cqw 5.128cqw;
  color: #411a7b;
  font-size: 4.615cqw;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
}
.is-open .faq_q {
  color: #fff;
}

.faq_q_text {
  flex: 1 1 auto;
}

.faq_mark {
  position: relative;
  flex-shrink: 0;
  width: 5.897cqw;
  height: 5.897cqw;
}
.faq_mark::before, .faq_mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.faq_mark::before {
  width: 100%;
  height: 0.641cqw;
}
.faq_mark::after {
  width: 0.641cqw;
  height: 100%;
}
.is-open .faq_mark::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
@media (prefers-reduced-motion: reduce) {
  .faq_mark::before, .faq_mark::after {
    transition: none;
  }
}

.faq_a {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .faq_a {
    transition: none;
  }
}

.faq_a_inner {
  margin-top: 1.795cqw;
  padding: 5.385cqw 5.641cqw 4.615cqw;
  background: #fff;
  color: #411a7b;
  font-size: 3.59cqw;
  line-height: 1.5;
  text-align: left;
}
