/* Scss Document */
.page-title {
  font-size: 2.6875rem;
  line-height: 1.628;
  letter-spacing: 0.15em;
  text-align: center;
  margin: 50px 30px;
}

@media screen and (max-width: 767px) {
  .page-title {
    font-size: 1.375rem;
    line-height: 1.591;
    letter-spacing: 0.1em;
    margin: 0 30px 40px;
  }
}

#faq {
  scroll-behavior: smooth;
}

@media screen and (max-width: 575px) {
  #faq {
    padding: 0;
  }
}

#faq h3 {
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  background-image: linear-gradient(90deg, white, rgba(215, 0, 135, 0.3) 30%, white);
}

@media screen and (max-width: 767px) {
  #faq h3 {
    font-size: 1.125rem;
    line-height: 1.364;
  }
}

#faq .primary-text {
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  #faq .primary-text {
    font-size: 0.9375rem;
    text-align: left;
    letter-spacing: 0.1em;
  }
}

#faq .btn-faq {
  border: solid 1px #0071c5;
  background-color: #fff;
  font-size: 1.125rem;
  padding: 20px 10px;
  text-decoration: none;
  box-sizing: border-box;
  width: 24%;
  text-align: center;
  border-radius: 5px;
}

#faq .btn-faq:last-child {
  margin: 0;
}

@media screen and (max-width: 767px) {
  #faq .btn-faq {
    font-size: 0.875rem;
    height: 75px;
    padding: unset;
    margin: 0 0 5px;
    width: 49.4%;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#faq .btn-faq a {
  color: #0071c5;
  padding-left: 0;
}

#faq .faq-category-wrap .faq-question:before {
  top: 100%;
  right: 0;
  margin-top: -13px;
  border: 7px solid transparent;
  border-right: 10px solid #0071c5;
  z-index: 0;
  transform: rotate(-30deg);
}

#faq .faq-category-wrap .faq-list {
  display: grid;
  grid-template-columns: 6% 94%;
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  #faq .faq-category-wrap .faq-list {
    font-size: 0.9375rem;
    grid-template-columns: 10% 90%;
  }
}

#faq .faq-category-wrap .faq-list div {
  padding-top: 0.25em;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #faq .faq-category-wrap .faq-list div {
    padding-left: 10px;
  }
}

#faq .faq-category-wrap .faq-list .faq-question {
  line-height: 2;
  letter-spacing: 0;
  display: block;
  color: #333;
  position: relative;
  text-decoration: none;
  width: 40px;
  height: 40px;
  background-color: #0071c5;
  border-radius: 50%;
  box-sizing: border-box;
}

#faq .faq-category-wrap .faq-list .faq-question a {
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #faq .faq-category-wrap .faq-list .faq-question {
    width: 30px;
    height: 30px;
    font-size: 1.125rem;
    line-height: 1.875;
  }
}

#faq .faq-category-wrap .faq-list .faq-question::before {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: -13px;
  border: 7px solid transparent;
  border-right: 10px solid #0071c5;
  z-index: 0;
  transform: rotate(-30deg);
}

#faq .faq-category-wrap .faq-list .faq-question::after {
  display: block;
  content: "Q";
  font-size: 1.625rem;
  color: #fff;
  padding-bottom: 0;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  #faq .faq-category-wrap .faq-list .faq-question::after {
    font-size: 1rem;
    left: 9px;
  }
}

#faq .faq-category-wrap .faq-list .faq-question span {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  #faq .faq-category-wrap .faq-list .faq-question span {
    width: 20px;
    height: 20px;
    right: 10px;
  }
}

#faq .faq-category-wrap .faq-list .faq-question.active span:after {
  transform: rotate(0deg);
}

#faq .faq-category-wrap .faq-list .faq-answer {
  line-height: 2;
  letter-spacing: 0;
  display: block;
  color: #333;
  position: relative;
  text-decoration: none;
  width: 40px;
  height: 40px;
  background-color: #e40e77;
  border-radius: 50%;
  box-sizing: border-box;
}

#faq .faq-category-wrap .faq-list .faq-answer a {
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #faq .faq-category-wrap .faq-list .faq-answer {
    width: 30px;
    height: 30px;
    font-size: 1.125rem;
    line-height: 1.875;
  }
}

#faq .faq-category-wrap .faq-list .faq-answer::before {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: -13px;
  border: 7px solid transparent;
  border-right: 10px solid #e40e77;
  z-index: 0;
  transform: rotate(-30deg);
}

#faq .faq-category-wrap .faq-list .faq-answer::after {
  display: block;
  content: "A";
  font-size: 1.75rem;
  color: #fff;
  padding-bottom: 0;
  position: absolute;
  top: -20%;
  left: 10px;
}

@media screen and (max-width: 767px) {
  #faq .faq-category-wrap .faq-list .faq-answer::after {
    font-size: 1rem;
    left: 9px;
    top: 0px;
  }
}

#faq .faq-category-wrap .faq-list .faq-answer ul {
  margin: 0;
  padding: 0 0 0 1em;
}
