.wrap-faq {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 2rem;
  word-wrap: break-word;
}
.wrap-faq .hide {
  display: none;
}
.wrap-faq dt {
  position: relative;
  margin-bottom: 20px;
  padding-left: 45px;
  font-size: 19px;
  color: #333;
  cursor: pointer;
}
.wrap-faq dt span {background-color: #c3292b; position: absolute; top: 0; left: 0; width: 33px; height: 33px; border-radius: 33px; font-size: 17px; color: #fff; font-weight: 600; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center;}
/*.wrap-faq dt:before {
  position: absolute;
  left: -27px;
  top: 5px;
  content: "";
  width: 25px;
  height: 25px;
  background: url(icons/icon-question.svg) no-repeat;
}*/
.wrap-faq dd {
  width: 100%;
  padding: 20px;
  margin: 20px 0 30px;
  position: relative;
  background: #fdfcfa;
  border-radius: 5px;
  border: 1px solid #f2eee6;
  color: #5B5B5B;
}
.wrap-faq dd a {
  color: #fabc3d;
}
.wrap-faq dd:after, .wrap-faq dd:before {
  bottom: 100%;
  left: 6%;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border: solid transparent;
  pointer-events: none;
}
.wrap-faq dd:before {
  border-color: rgba(194, 225, 245, 0);
  border-color: transparent;
  border-bottom-color: #f2eee6;
  border-width: 17px;
  margin-left: -17px;
}
.wrap-faq dd:after {
  margin-left: -15px;
  border-color: rgba(136, 183, 213, 0);
  border-color: transparent;
  border-bottom-color: #fdfcfa;
  border-width: 15px;
}