.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 a:hover {
  color: #fd3a8a;
}
.wrap-faq ul, .wrap-faq ol {
  padding-left: 20px;
}
.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: #fdfcfa;
  border-radius: 5px;
  border: 1px solid #f2eee6;
}
.wrap-faq dd a {
  color: #ff6e72;
}
.wrap-faq dd a:hover {
  color: #ffb0b4;
}
.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;
}

.lfmenu-box {
  width: 277px;
  height: 257px;
  background: url(../images/lfmenu-box.png) no-repeat;
}
.lfmenu-box .lfmenu-title {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  padding-top: 80px;
}
@media (max-width: 992px) {
  .lfmenu-box {
    display: none;
  }
}