html body main .contents.contents01 .faq_list_wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
html body main .contents.contents01 .faq_list_wrapper .faq_list {
  background-color: #fff;
  box-shadow: 2px 2px 6px rgba(28, 28, 28, 0.2);
  overflow: hidden;
  padding: 2rem 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .faq_list_wrapper .faq_list {
    padding: 3.5rem 1.5rem 1.5rem;
  }
}
html body main .contents.contents01 .faq_list_wrapper .faq_list::before {
  content: "Q";
  position: absolute;
  top: -50px;
  left: -50px;
  color: #fff;
  font-size: 1.875rem;
  font-weight: bold;
  font-family: "Maven Pro", sans-serif;
  background-color: #44ad3e;
  border-radius: 50%;
  padding: 50px 0 0 58px;
  height: 100px;
  width: 100px;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .faq_list_wrapper .faq_list::before {
    font-size: 1.75rem;
    padding: 52px 0 0 58px;
  }
}
html body main .contents.contents01 .faq_list_wrapper .faq_list .faq_question {
  margin-bottom: 1rem;
  padding: 0 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .faq_list_wrapper .faq_list .faq_question {
    padding: 0;
  }
}
html body main .contents.contents01 .faq_list_wrapper .faq_list .faq_question h2 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .faq_list_wrapper .faq_list .faq_question h2 {
    font-size: 1rem;
  }
}
html body main .contents.contents01 .faq_list_wrapper .faq_list .faq_question h2 span {
  color: #44ad3e;
}
html body main .contents.contents01 .faq_list_wrapper .faq_list .answer_open {
  line-height: 1;
  text-align: center;
}
html body main .contents.contents01 .faq_list_wrapper .faq_list .answer_open.open span::after {
  opacity: 0;
}
html body main .contents.contents01 .faq_list_wrapper .faq_list .answer_open span {
  display: inline-block;
  background-color: #44ad3e;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  position: relative;
}
html body main .contents.contents01 .faq_list_wrapper .faq_list .answer_open span:hover {
  cursor: pointer;
}
html body main .contents.contents01 .faq_list_wrapper .faq_list .answer_open span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
  background-color: #fff;
}
html body main .contents.contents01 .faq_list_wrapper .faq_list .answer_open span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 16px;
  height: 2px;
  background-color: #fff;
  transition: ease 0.4s;
}
html body main .contents.contents01 .faq_list_wrapper .faq_list .faq_answer {
  background-color: rgba(68, 173, 62, 0.2);
  border-radius: 25px;
  padding: 1.5rem 3rem 1.5rem 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .faq_list_wrapper .faq_list .faq_answer {
    padding: 3.25rem 1.5rem 1.5rem;
  }
}
html body main .contents.contents01 .faq_list_wrapper .faq_list .faq_answer::before {
  content: "A.";
  position: absolute;
  top: 1.125rem;
  left: 3rem;
  color: #44ad3e;
  font-size: 1.875rem;
  font-weight: bold;
  font-family: "Maven Pro", sans-serif;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .faq_list_wrapper .faq_list .faq_answer::before {
    top: 0.75rem;
    left: 1.5rem;
    font-size: 1.75rem;
  }
}

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