@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
.faq-keyword {
  background-color: #F1FCE7;
}
@media screen and (min-width: 961px) {
  .faq-keyword {
    padding: 100px 0 90px;
  }
}
@media screen and (max-width: 960px) {
  .faq-keyword {
    padding: 50px 0 40px;
  }
}

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

@media screen and (min-width: 961px) {
  .faq-keyword__read {
    line-height: 1.94;
  }
}
@media screen and (max-width: 960px) {
  .faq-keyword__read {
    line-height: 1.75;
  }
}

.faq-keyword__row {
  position: relative;
}
@media screen and (min-width: 961px) {
  .faq-keyword__row {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .faq-keyword__row {
    margin-top: 30px;
  }
}

@media screen and (min-width: 961px) {
  .faq-keyword__categoryGroup {
    width: 49%;
  }
}
@media screen and (max-width: 960px) {
  .faq-keyword__categoryGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.faq-keyword__category {
  cursor: pointer;
  background-color: #fff;
}
.faq-keyword__category.is-active {
  position: relative;
  color: #fff;
  pointer-events: none;
  background-color: #1E8B5D;
}
@media screen and (min-width: 961px) {
  .faq-keyword__category {
    padding: 15px 30px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    font-size: 20px;
  }
  .faq-keyword__category.is-active:after {
    content: "";
    width: 7px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-mask: url("../img/common/icon_arrow.svg") no-repeat center/contain;
            mask: url("../img/common/icon_arrow.svg") no-repeat center/contain;
    background-color: #fff;
  }
  .faq-keyword__category:nth-child(n+2) {
    margin-top: 10px;
  }
  .faq-keyword__category:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 960px) {
  .faq-keyword__category {
    width: 49%;
    padding: 15px;
    font-size: 15px;
  }
  .faq-keyword__category:nth-child(2n) {
    margin-left: 2%;
  }
  .faq-keyword__category:nth-child(n+3) {
    margin-top: 10px;
  }
}

.faq-keyword__box {
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .faq-keyword__box {
    width: 49%;
    padding: 20px 20px 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  .faq-keyword__box {
    margin-top: 15px;
    padding: 15px 15px 5px;
  }
}

.faq-keyword__tagGroup {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.faq-keyword__tagGroup.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq-keyword__tag {
  min-width: 104px;
  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;
  border: 1px solid #1E8B5D;
}
@media screen and (min-width: 961px) {
  .faq-keyword__tag {
    margin: 0 20px 20px 0;
    padding: 10px;
  }
  .faq-keyword__tag:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 960px) {
  .faq-keyword__tag {
    margin: 0 10px 10px 0;
    padding: 5px 10px;
    font-size: 14px;
  }
}

@media screen and (min-width: 961px) {
  .faq-section {
    padding: 100px 0 200px;
  }
}
@media screen and (max-width: 960px) {
  .faq-section {
    padding: 40px 0 100px;
  }
}

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

@media screen and (min-width: 961px) {
  .faq-section__listWrap:nth-child(n+2) {
    margin-top: 140px;
  }
}
@media screen and (max-width: 960px) {
  .faq-section__listWrap:nth-child(n+2) {
    margin-top: 80px;
  }
}

.faq-section__title {
  margin-bottom: 20px;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
  background-color: #F1FCE7;
}
@media screen and (min-width: 961px) {
  .faq-section__title {
    padding: 10px 30px;
    font-size: 25px;
  }
}
@media screen and (max-width: 960px) {
  .faq-section__title {
    padding: 10px 15px;
    font-size: 18px;
  }
}

@media screen and (min-width: 961px) {
  .faq-section__result {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {
  .faq-section__result {
    margin-bottom: 10px;
    font-size: 15px;
  }
}

.faq-section__item {
  border-top: 1px solid #1E8B5D;
}
.faq-section__item:last-child {
  border-bottom: 1px solid #1E8B5D;
}

.faq-section__question {
  position: relative;
  cursor: pointer;
  line-height: 1.77;
}
.faq-section__question:before {
  content: "Q";
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  font-family: notoSans400, sans-serif;
  font-weight: 400;
  color: #1E8B5D;
}
.faq-section__question.is-active {
  background-color: #F1FCE7;
}
@media screen and (min-width: 961px) {
  .faq-section__question {
    padding: 25px 110px 25px 100px;
    font-size: 18px;
  }
  .faq-section__question:before {
    left: 30px;
    font-size: 40px;
  }
  .faq-section__question:hover {
    background-color: #F1FCE7;
  }
}
@media screen and (max-width: 960px) {
  .faq-section__question {
    padding: 20px 60px;
    font-size: 16px;
  }
  .faq-section__question:before {
    left: 15px;
    font-size: 21px;
  }
}

.faq-section__switch:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  border-radius: 100px;
  background-color: #1E8B5D;
}
.faq-section__switch:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border-radius: 100px;
  background-color: #1E8B5D;
}
.faq-section__switch.is-active:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
@media screen and (min-width: 961px) {
  .faq-section__switch:before {
    width: 20px;
    height: 2px;
    right: 20px;
  }
  .faq-section__switch:after {
    width: 2px;
    height: 20px;
    right: 29px;
  }
}
@media screen and (max-width: 960px) {
  .faq-section__switch:before {
    width: 15px;
    height: 2px;
    right: 20px;
  }
  .faq-section__switch:after {
    width: 2px;
    height: 15px;
    right: 27px;
  }
}

.faq-section__answer {
  display: none;
  position: relative;
  line-height: 1.77;
}
.faq-section__answer:before {
  content: "A";
  position: absolute;
  top: 45%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  font-family: notoSans400, sans-serif;
  font-weight: 400;
  color: #1E8B5D;
}
@media screen and (min-width: 961px) {
  .faq-section__answer {
    padding: 25px 110px 25px 100px;
    font-size: 18px;
  }
  .faq-section__answer:before {
    left: 30px;
    font-size: 40px;
  }
}
@media screen and (max-width: 960px) {
  .faq-section__answer {
    padding: 20px 60px;
    font-size: 16px;
  }
  .faq-section__answer:before {
    left: 15px;
    font-size: 21px;
  }
}
.faq-section__answer p {
  margin-bottom: 10px;
}
.faq-section__answer ul {
  margin-bottom: 15px;
}
.faq-section__answer ul li {
  margin-bottom: 5px;
  padding-left: 0.9em;
  text-indent: -0.8em;
}
.faq-section__answer ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 3px;
  display: inline-block;
  border-radius: 100px;
  background-color: #000;
}
.faq-section__answer ol {
  margin-bottom: 15px;
}
.faq-section__answer ol li {
  margin-bottom: 5px;
  padding-left: 1.3em;
  text-indent: -1.4em;
}