#faq .faq-txt {
  margin-bottom: calc(8px * 5);
  text-align: center;
  font-size: 2rem;
}

@media screen and (max-width: 959px) {
  #faq .faq-txt {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #faq .faq-txt {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #faq .faq-txt {
    font-size: 1.6rem;
  }
}

#faq .faq-list:not(:nth-last-of-type(1)) {
  margin-bottom: calc(8px * 5);
  padding-bottom: calc(8px * 5);
  border-bottom: dashed 1px #c3c3c3;
}

@media screen and (max-width: 959px) {
  #faq .faq-list:not(:nth-last-of-type(1)) {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #faq .faq-list:not(:nth-last-of-type(1)) {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #faq .faq-list:not(:nth-last-of-type(1)) {
    padding-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #faq .faq-list:not(:nth-last-of-type(1)) {
    padding-bottom: calc((8px * 5) * 0.5);
  }
}

#faq .faq-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  #faq .faq-list__item:not(:nth-last-of-type(1)) {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #faq .faq-list__item:not(:nth-last-of-type(1)) {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

#faq .faq-list__item dt,
#faq .faq-list__item dd {
  position: relative;
  padding: 4px 0 4px 72px;
}

@media screen and (max-width: 959px) {
  #faq .faq-list__item dt,
  #faq .faq-list__item dd {
    padding-left: 64px;
  }
}

@media screen and (max-width: 767px) {
  #faq .faq-list__item dt,
  #faq .faq-list__item dd {
    padding-left: 48px;
  }
}

#faq .faq-list__item dt::before,
#faq .faq-list__item dd::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 100%;
  padding: 4px 0;
  border-right: solid 1px #c3c3c3;
  font-size: 3.2rem;
  font-family: "Cormorant Garamond", sans-serif;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  #faq .faq-list__item dt::before,
  #faq .faq-list__item dd::before {
    width: 40px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  #faq .faq-list__item dt::before,
  #faq .faq-list__item dd::before {
    width: 32px;
    font-size: 2.4rem;
  }
}

#faq .faq-list__item dt {
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  #faq .faq-list__item dt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  #faq .faq-list__item dt {
    font-size: 1.6rem;
  }
}

#faq .faq-list__item dt::before {
  content: 'Q';
  color: #1A5CB9;
}

#faq .faq-list__item dd::before {
  content: 'A';
  color: #D93200;
}

#faq .faq-list__item dd h1 {
  position: relative;
  margin-bottom: calc(8px * 3);
  padding-left: 12px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (max-width: 959px) {
  #faq .faq-list__item dd h1 {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #faq .faq-list__item dd h1 {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #faq .faq-list__item dd h1 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  #faq .faq-list__item dd h1 {
    padding-left: 8px;
    font-size: 1.8rem;
  }
}

#faq .faq-list__item dd h1::before, #faq .faq-list__item dd h1::after {
  position: absolute;
  content: '';
  width: 4px;
  left: 0;
}

@media screen and (max-width: 767px) {
  #faq .faq-list__item dd h1::before, #faq .faq-list__item dd h1::after {
    width: 3px;
  }
}

#faq .faq-list__item dd h1::before {
  bottom: 50%;
  height: calc(50% - 4px);
  background-color: #1A5CB9;
}

#faq .faq-list__item dd h1::after {
  top: 50%;
  height: calc(50% - 4px);
  background-color: #56b3ef;
}

#faq .faq-list__item dd h1:not(:nth-of-type(1)) {
  margin-top: 40px;
}

#faq .faq-list__item dd h2 {
  position: relative;
  margin-bottom: calc(8px * 2);
  padding-left: 10px;
  color: #1A5CB9;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  #faq .faq-list__item dd h2 {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #faq .faq-list__item dd h2 {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #faq .faq-list__item dd h2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  #faq .faq-list__item dd h2 {
    font-size: 1.6rem;
  }
}

#faq .faq-list__item dd h2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: calc(100% - 8px);
  background-color: #1A5CB9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  #faq .faq-list__item dd h2::before {
    width: 2px;
  }
}

#faq .faq-list__item dd h2:not(:nth-of-type(1)) {
  margin-top: 24px;
}

@media screen and (max-width: 519px) {
  #faq .faq-list__item dd h2:not(:nth-of-type(1)) {
    margin-top: 16px;
  }
}

#faq .faq-list__item dd h3 {
  position: relative;
  margin-bottom: 12px;
  padding-left: 16px;
  color: #56b3ef;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  #faq .faq-list__item dd h3 {
    margin-bottom: 9px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  #faq .faq-list__item dd h3 {
    margin-bottom: 6px;
    padding-left: 12px;
    font-size: 1.4rem;
  }
}

#faq .faq-list__item dd h3::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #56b3ef;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  #faq .faq-list__item dd h3::before {
    width: 8px;
  }
}

#faq .faq-list__item dd h3:not(:nth-of-type(1)) {
  margin-top: 16px;
}

@media screen and (max-width: 519px) {
  #faq .faq-list__item dd h3:not(:nth-of-type(1)) {
    margin-top: 12px;
  }
}

#faq .faq-list__item dd h4 {
  margin-bottom: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 12px;
  background: #f3f3f3;
  border-radius: 2px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  #faq .faq-list__item dd h4 {
    padding: 4px 12px;
    font-size: 1.4rem;
  }
}

#faq .faq-list__item dd h4:not(:nth-of-type(1)) {
  margin-top: 8px;
}

@media screen and (max-width: 519px) {
  #faq .faq-list__item dd h4:not(:nth-of-type(1)) {
    margin-top: 6px;
  }
}

#faq .faq-list__item dd p {
  margin: 0;
}

#faq .faq-list__item dd strong {
  font-weight: bold;
}

#faq .faq-list__item dd em {
  font-style: italic;
}

#faq .faq-list__item dd a {
  text-decoration: underline;
  color: #1A5CB9;
}

#faq .faq-list__item dd a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=../../../maps/general/pages/faq.css.map */
