.lt__faq {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 25px;
  color: #1b1b1b;
}
.lt__faq ul, .lt__faq dl {
  width: 100%;
}
.lt__faq ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  padding-bottom: 50px;
}
.lt__faq a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 86px;
  border-radius: 100em;
  background: #fff;
}
.lt__faq dt, .lt__faq dd {
  position: relative;
}
.lt__faq dt {
  line-height: 1;
  padding: 1em;
  border-bottom: 1px solid #000;
  cursor: pointer;
}
.lt__faq dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 1.7em;
  height: 1.7em;
  background: url(/skin/latest/FAQ/img/plus.svg) center/contain no-repeat;
}
.lt__faq dt.--active::after {
  background: url(/skin/latest/FAQ/img/minus.svg) center/contain no-repeat;
}
.lt__faq dd {
  font-size: 20px;
  overflow: hidden;
  background: #f0f0f0;
  max-height: 0;
  padding: 0.1em 1.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lt__faq dt.--active + dd {
  max-height: 50em;
  padding: 1.5em;
}
.lt__faq .lt__more {
  font-size: 26px;
  width: 14.8em;
  height: 3.3em;
  border-radius: 10em;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #fff;
  background: none;
  color: #fff;
}
.lt__faq .lt__more::after {
  content: "";
  width: 1em;
  height: 0.6em;
  margin-left: 3em;
  -webkit-filter: brightness(100);
          filter: brightness(100);
  background: url(/skin/latest/news/img/arrow.png) center/contain no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lt__faq .lt__more:hover::after {
  margin-left: 4em;
}/*# sourceMappingURL=style.css.map */