@media screen and (min-width: 769px) {
  .faq-section {
    padding: 88px 0 120px;
  }
}
@media screen and (max-width: 768px) {
  .faq-section {
    padding: 20px 0 80px;
  }
}

.faq-section__inner {
  max-width: 750px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .faq-section__wrap:nth-child(n+2) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .faq-section__wrap:nth-child(n+2) {
    margin-top: 80px;
  }
}

.faq-section__defineList {
  margin-top: 36px;
  border-top: 1px solid #F5F5F5;
}

.faq-section__define {
  padding: 20px 0 0 10px;
  position: relative;
  line-height: 1.6;
  border-bottom: 1px solid #F5F5F5;
}
.faq-section__define:after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 20px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  pointer-events: none;
  border-top: 1px solid #3CA815;
  border-right: 1px solid #3CA815;
}
.faq-section__define.is-active {
  padding: 20px 0 20px 10px;
}
.faq-section__define.is-active:after {
  -webkit-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}

.faq-section__defineTitle {
  padding: 0 35px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.faq-section__defineTitle:before {
  content: "Q";
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  border-radius: 3px;
  color: #fff;
  background-color: #3CA815;
}
@media screen and (min-width: 769px) {
  .faq-section__defineTitle:hover {
    opacity: 0.7;
  }
}
.faq-section__defineTitle span {
  width: calc(97% - 30px);
}

.faq-section__defineData {
  display: none;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faq-section__defineData:before {
  content: "A";
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  border-radius: 3px;
  color: #fff;
  background-color: #707070;
}
.faq-section__defineData.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq-section__defineData span {
  width: calc(97% - 30px);
}