.faq-top {
  padding: 50px 0 0;
}

.faq-top .faq-head {
  width: 266px;
  display: block;
  margin: auto;
  margin-bottom: 60px;
}

.faq-top .faq-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.faq-buttons .button-temp {
  width: 240px;
}

.faq-head2 {
  margin-bottom: 60px;
}

.faq-head2 img {
  width: 560px;
  margin: auto;
  display: block;
}

.faq-section {
  padding: 100px 0 80px;
}

.faq-section:nth-child(odd) {
  background-color: #FFEFF0;
}

.faq-section:nth-last-child(1) {
  margin-bottom: 60px;
}

.faq-section__inner {
  width: 880px;
  margin: auto;
}

.faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
  padding-right: 80px;
  position: relative;
}
.faq-question.open::after {
  border: 2px solid #b1b1b1;
  color: #b1b1b1;
}

.faq-question::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid ;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff95a1;
  cursor: pointer;
}

.faq-question.open::before {
  content: "-";
  color: #b1b1b1;
  font-size: 3.5rem;
  right: -31.4px;
  transform: translate(0px, -58%);
}

.faq-question::before {
  content: "+";
  color: #ff95a1;
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  right: -31.4px;
  transform: translate(0px, -52%);
  z-index: 1;
}

.faq-question img {
  width: 62px;
  display: block;
  margin-right: 20px;
}

.faq-question h3 {
  margin-top: 12px;
  font-size: 26px;
  line-height: 1.4em;
  color: #FF95A1;
}

.faq-question h3 p {
  color: #FF95A1;
}

.faq-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 60px;
}

.faq-answer:last-child {
  margin-bottom: 0;
}

.faq-answer img {
  width: 62px;
  display: block;
  margin-right: 20px;
}

.faq-internal-link {
  /* margin-top: 20px; */
  text-decoration: underline;
  color: #FF95A1;
}

@media (max-width: 1000px) {
  .faq-buttons .button-temp {
    width: 100%;
  }
  .faq-top {
    padding: 50px 0;
  }
  .faq-top .faq-head {
    margin-bottom: 40px;
    width: 44.3vw;
  }
  .faq-top .faq-buttons {
    width: 87.5vw;
    display: block;
  }
  .faq-top .faq-buttons .button-temp {
    margin-bottom: 20px;
  }
  .faq-head2 {
    margin-bottom: 20px;
  }
  .faq-head2 img {
    width: 87.5vw;
  }
  .faq-section {
    padding: 10vw 0;
  }
  .faq-section_1 {
    padding: 0 0 60px;
  }
  .faq-section_3 {
    margin-bottom: 0;
  }
  .faq-section__inner {
    width: 87.5vw;
  }
  .faq-question {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 4vw;
  }
  .faq-question img {
    width: 10.3vw;
  }
  .faq-question h3 {
    font-size: 4.6vw;
    margin-top: 1.7vw;
  }
  .faq-answer {
    margin-bottom: 10vw;
  }
  .faq-answer:last-child {
    margin-bottom: 0;
  }
  .faq-answer img {
    width: 10.3vw;
  }
}
/*# sourceMappingURL=faq.css.map */