.faq-content_wrap {
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 6em 1.5em 3em;
}

.faq-content {
  padding: 3em 1.5em;
}

.faq-category {
  display: flex;
  flex-flow: column;
  gap: 1.5em;
  width: 1000px;
  margin: 0 auto;
  padding: 0 0em 3em;
  scroll-margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .faq-category {
    width: 100%;
  }
}
.faq-category h3 {
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  color: #9BCA54;
}
@media screen and (max-width: 767px) {
  .faq-category h3 {
    font-size: 18px;
  }
}
.faq-category details {
  border: 1px solid #ddd;
}
.faq-category details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
}
.faq-category details summary h4 {
  display: flex;
  gap: 1em;
  font-size: 16px;
  width: calc(100% - 50px);
}
@media screen and (max-width: 767px) {
  .faq-category details summary h4 {
    font-size: 14px;
  }
}
.faq-category details summary h4 span {
  color: #000;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 87.5% */
  letter-spacing: 3.2px;
}
.faq-category details summary svg {
  transition: transform 0.3s ease;
  width: 30px;
}
.faq-category details .answer {
  border-top: 1px solid #ddd;
  padding: 1em 1.5em 1em 1em;
  display: flex;
  align-items: flex-start;
  gap: 1em;
}
.faq-category details .answer div img {
  width: 100%;
  height: auto;
}
.faq-category details .answer div a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .faq-category details .answer div {
    font-size: 13px;
  }
}
.faq-category details .answer:before {
  content: "A";
  color: #9BCA54;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 87.5% */
  letter-spacing: 3.2px;
}
.faq-category details[open] summary svg {
  transform: rotate(180deg);
}

.obi_title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-family: sans-serif;
}
.obi_title strong {
  font-size: 24px;
  display: inline-block;
  padding: 0 4px;
}
@media screen and (max-width: 767px) {
  .obi_title {
    font-size: 14px;
  }
  .obi_title strong {
    font-size: 18px;
  }
}

.fact-title_h3 {
  background: none !important;
  width: auto !important;
  color: #fff;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .fact-title_h3 {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}

.test2302_flow {
  background-color: #fff;
}
.test2302_flow .triangle {
  background-color: #D9D9D9;
  height: 51.9615242271px;
  width: 60px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: scale(0.5);
}
@media screen and (max-width: 767px) {
  .test2302_flow .triangle {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
.test2302_flow .test2302_flow_list {
  display: flex;
  justify-content: center;
  gap: 1em;
  padding-top: 4em;
}
@media screen and (max-width: 767px) {
  .test2302_flow .test2302_flow_list {
    flex-flow: column;
    gap: 0em;
    padding-top: 2em;
  }
}
.test2302_flow .test2302_flow_item {
  width: 20%;
  min-width: 200px;
  display: flex;
  flex-flow: column;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .test2302_flow .test2302_flow_item {
    width: 100%;
    display: flex;
    flex-flow: row;
    align-items: center;
    background: rgba(155, 202, 84, 0.1);
  }
}
.test2302_flow .test2302_flow_item h3 {
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .test2302_flow .test2302_flow_item h3 {
    width: 60%;
    text-align: left;
    font-size: 14px;
  }
}
.test2302_flow .test2302_flow_item h3 span {
  display: block;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .test2302_flow .test2302_flow_item h3 span {
    font-size: 11px;
  }
}
.test2302_flow .test2302_flow_item_thumb {
  border-radius: 8px;
  background: rgba(155, 202, 84, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
}
@media screen and (max-width: 767px) {
  .test2302_flow .test2302_flow_item_thumb {
    width: 40%;
    height: auto;
    padding: 1em;
    background: none;
  }
  .test2302_flow .test2302_flow_item_thumb svg {
    width: 60%;
    height: auto;
  }
}
.test2302_flow .test2302_flow_item_arrow {
  display: flex;
  align-items: center;
  width: 3.3333333333%;
}
@media screen and (max-width: 767px) {
  .test2302_flow .test2302_flow_item_arrow {
    width: 100%;
    justify-content: center;
  }
}/*# sourceMappingURL=faq.css.map */