.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;
  margin-left: 26px;
  font-size: 19px;
  color: #9a9a9a;
  cursor: pointer;
}
.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: #fffcfa;
  border-radius: 5px;
  border: 1px solid #F7E2D3;
}
.wrap-faq dd a:hover {
  color: #fec41b;
}
.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: #F7E2D3;
  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: #fffcfa;
  border-width: 15px;
}