.wrap-faq {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 80px auto;
  word-wrap: break-word;
}
.wrap-faq .hide {
  display: none;
}
.wrap-faq ul, .wrap-faq ol {
  padding-left: 20px;
}
.wrap-faq dt {
  position: relative;
  margin-bottom: 20px;
  margin-left: 26px;
  font-size: 19px;
  color: #4b050e;
  cursor: pointer;
}
.wrap-faq dt:before {
  position: absolute;
  left: -27px;
  top: 2px;
  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: #fff9fa;
  border: 1px solid #cccccc;
}
.wrap-faq dd a:hover {
  color: #fe9c97;
}
.wrap-faq dd:after, .wrap-faq dd:before {
  bottom: 100%;
  left: 35px;
  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: #cccccc;
  border-width: 17px;
  margin-left: -17px;
}
.wrap-faq dd:after {
  margin-left: -16px;
  border-color: rgba(136, 183, 213, 0);
  border-color: transparent;
  border-bottom-color: #fff9fa;
  border-width: 16px;
}