article#faq section {
  padding: 0 0 50px;
}
article#faq h2.title.sub {
  margin-bottom: 0;
}
article#faq div.lead.box h2 {
  background: #b30000;
}
article#faq ul.policy {
  margin-bottom: 1.8em;
}
article#faq section.faq_wrap {
  background: #fffef9;
  padding: 30px 20px;
  margin-bottom: 50px;
}
article#faq section.faq_wrap ul.tab {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
article#faq section.faq_wrap ul.tab li {
  width: 50%;
  background: #585858;
  border: 2px solid #ffffff;
  font-size: 1.8rem;
}
article#faq section.faq_wrap ul.tab li.active {
  background: #f6c900;
}
article#faq section.faq_wrap ul.tab li.active a {
  color: #000000;
}
article#faq section.faq_wrap ul.tab li a {
  display: block;
  height: 100%;
  position: relative;
  color: #ffffff;
  padding: 0.5em;
}
article#faq section.faq_wrap ul.tab li a::after {
  content: "\f0da";
  font-weight: bold;
  font-family: "Font Awesome 6 Free";
  padding-left: 0.5em;
  position: absolute;
  right: 1em;
  top: 20%;
}
article#faq section.faq_wrap div.faq_box {
  display: none;
}
article#faq section.faq_wrap div.faq_box.active {
  display: block;
}
article#faq section.faq_wrap div.faq_box dl {
  margin-bottom: 30px;
}
article#faq section.faq_wrap div.faq_box dl dt {
  font-size: 2.3rem;
  line-height: 1.3;
  position: relative;
  padding: 0 1.5em 0.5em;
  border-bottom: 1px dashed #000000;
  cursor: pointer;
}
article#faq section.faq_wrap div.faq_box dl dt::before {
  content: "Q";
  color: #1c5dce;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  font-size: 2.8rem;
  position: absolute;
  left: 0;
}
article#faq section.faq_wrap div.faq_box dl dt::after {
  content: "\f078";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  right: -10px;
  transition: 0.4s;
}
article#faq section.faq_wrap div.faq_box dl dt.active::after {
  transform: rotate(180deg);
}
article#faq section.faq_wrap div.faq_box dl dd {
  display: none;
  position: relative;
  padding: 0.8em 1.5em 0 2em;
  font-size: 1.5rem;
}
article#faq section.faq_wrap div.faq_box dl dd::before {
  content: "A";
  color: #f81a1a;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  font-size: 2.8rem;
  position: absolute;
  left: 0;
}