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

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

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

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

#public-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) {
  #public-faq .faq-list:not(:nth-last-of-type(1)) {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

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

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

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

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

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

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

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

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

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

#public-faq .faq-list__item dt::before,
#public-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) {
  #public-faq .faq-list__item dt::before,
  #public-faq .faq-list__item dd::before {
    width: 40px;
    font-size: 2.8rem;
  }
}

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

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

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

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

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

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

#public-faq .faq-list__item dd h1 {
  position: relative;
  margin-bottom: 16px;
  padding-left: 22px;
  color: #1A5CB9;
  font-size: 2rem;
}

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

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

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

#public-faq .faq-list__item dd h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 20px;
  background: #f3f3f3;
  border-radius: 1px;
}

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

#public-faq .faq-list__item dd h3 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
  padding-bottom: 6px;
}

#public-faq .faq-list__item dd h3::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #56b3ef;
}

#public-faq .faq-list__item dd strong {
  font-size: 1.8rem;
  font-weight: bold;
}

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

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

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

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