@charset "UTF-8";
/***********************共通設定************************/
main {
  background: #fff;
}

/* ==========================================================================//
//
//　section
//
// ========================================================================== */
.faq_title_wrap {
  margin: 40px 0 0;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .faq_title_wrap {
    margin: 100px 0 0;
  }
}
.faq_title_wrap span {
  display: block;
  font-family: "Style Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  color: #62CC93;
  font-size: 20px;
  margin: 0 0 10px;
}

.faq_title {
  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;
}
.faq_title h1 {
  font-size: 18px;
  position: relative;
  text-align: center;
  color: #007E3D;
  padding: 0 120px;
  white-space: nowrap;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .faq_title h1 {
    font-size: 24px;
  }
}
.faq_title h1::before, .faq_title h1::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  margin: 0 auto;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 15px;
}
.faq_title h1::before {
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #62CC93), color-stop(100%, #62CC93), to(transparent));
  background-image: linear-gradient(to right, transparent, #62CC93 50%, #62CC93 100%, transparent);
}
.faq_title h1::after {
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #62CC93), color-stop(100%, #62CC93), to(transparent));
  background-image: linear-gradient(to left, transparent, #62CC93 50%, #62CC93 100%, transparent);
}

.faq_list ul {
  margin: 60px 0 0;
}
.faq_list ul li {
  position: relative;
  padding: 20px 60px 20px 20px;
  cursor: pointer;
}
.faq_list ul li.active::before {
  top: 25%;
  right: 3px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .faq_list ul li.active::before {
    top: 30%;
    right: 37px;
  }
}
.faq_list ul li.active::after {
  top: 25%;
  right: 3px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .faq_list ul li.active::after {
    top: 30%;
    right: 29px;
  }
}
.faq_list ul li .faq_list_q, .faq_list ul li .faq_list_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq_list ul li .faq_list_q span, .faq_list ul li .faq_list_a span {
  font-weight: bold;
  font-size: 22px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .faq_list ul li .faq_list_q span, .faq_list ul li .faq_list_a span {
    font-size: 30px;
  }
}
.faq_list ul li .faq_list_q p, .faq_list ul li .faq_list_a p {
  margin: 0 0 0 10px;
}
.faq_list ul li .faq_list_q {
  color: #007E3D;
  text-align: left;
}
.faq_list ul li .faq_list_a {
  color: #E38F00;
  height: 0;
  overflow: hidden;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq_list ul li .faq_list_a.active {
  padding: 25px 0 0;
  height: auto;
  overflow: unset;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .faq_list ul li .faq_list_a.active {
    padding: 18px 0 0;
  }
}
.faq_list ul li .faq_list_a a {
  color: #E38F00;
  text-decoration: underline;
}
.faq_list ul li .faq_border {
  position: absolute;
  background-image: linear-gradient(to right, #4B8E78 4px, transparent 1px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.faq_list ul li::before, .faq_list ul li::after {
  content: "";
  background: #007E3D;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 2px;
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .faq_list ul li::before, .faq_list ul li::after {
    width: 15px;
  }
}
.faq_list ul li::before {
  right: 34px;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .faq_list ul li::before {
    right: 37px;
  }
}
.faq_list ul li::after {
  right: 29px;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}
.faq_list ul li:hover {
  background: #f9f9f9;
}
.faq_list ul li.active::before {
  right: 35px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .faq_list ul li.active::before {
    right: 40px;
  }
}
.faq_list ul li.active::after {
  right: 25px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
/*# sourceMappingURL=faq.css.map */