.samty .page_faq .anc_area {
  padding: 70px 0 86px;
  background-color: #1A191D;
}
.samty .page_faq .anc_area ul li a {
  border-color: #fff;
  color: #fff;
}
.samty .page_faq .anc_area ul li a:hover {
  background-color: #fff;
  color: #1A191D;
  opacity: 1;
}
.samty .page_faq .category {
  background-color: #1A191D;
  padding-top: 125px;
}
.samty .page_faq .category:first-of-type {
  margin-top: -125px;
}
.samty .page_faq .category .container {
  margin-top: 48px;
}
.samty .page_faq .category .container dl + dl {
  margin-top: 20px;
}
.samty .page_faq .category .container dl dt {
  background-color: #fff;
  padding: 18px 18px 18px 100px;
  letter-spacing: 2.5px;
  min-height: 60px;
  position: relative;
}
.samty .page_faq .category .container dl dt::before {
  content: "";
  display: block;
  width: 30px;
  height: 37px;
  background: url(https://www.s-peria.com/assets/img/common/pic_faq_q.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.samty .page_faq .category .container dl dd {
  background-color: #1A191D;
  position: relative;
  padding: 40px 100px;
  letter-spacing: 2.5px;
  color: #fff;
}
.samty .page_faq .category .container dl dd::before {
  content: "";
  display: block;
  width: 29px;
  height: 20px;
  background: url(https://www.s-peria.com/assets/img/common/pic_faq_a.svg) no-repeat center/contain;
  position: absolute;
  top: 44px;
  left: 30px;
}
.samty .page_faq .cta {
  background-color: #fff;
  padding-top: 42px;
  padding-bottom: 60px;
}
.samty .page_faq .cta .content_wrap {
  margin: 51px auto 0;
  width: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
  letter-spacing: 1px;
  border-top: 1px dotted #C5C5C5;
}
.samty .page_faq .cta .content_wrap + .content_wrap {
  margin-top: 0;
}
.samty .page_faq .cta .content_wrap .ttl {
  text-align: center;
}
.samty .page_faq .cta .content_wrap dl {
  display: flex;
  margin-top: 20px;
  gap: 40px;
  justify-content: center;
}
.samty .page_faq .cta .btn_more a {
  width: 294px;
}
.samty .page_faq .cta .btn_more a::after {
  content: none;
}/*# sourceMappingURL=faq.css.map */