.accordion__header {
  padding: 1.25rem 0;
  padding-left: 2.375rem;
  font-size: 1.125rem;
  font-weight: 500;
  border-bottom: thin solid #A7A7A7;
  cursor: pointer;
  position: relative;
}

.accordion__content {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 0 2rem;
  padding-left: 2.375rem;
  margin-top: 1.0625rem;
  border-bottom: thin solid #A7A7A7;
}

.infomation_item__content .accordion__content a {
  font-size: 1rem;
}

.infomation_item__content .accordion__content a:hover {
  text-stroke: unset;
  -webkit-text-stroke: unset;
  color: #000;
}

.accordion.active .accordion__header {
  color: #45B148;
}

.accordion.active .accordion__content {
  display: block;
}

.accordion:last-child .accordion__header {
  border-color: transparent;
}

.accordion.active:last-child .accordion__header {
  border-color: #A7A7A7;
}

.accordion:last-child .accordion__content {
  border: none;
}

.accordion__icon {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: .5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.accordion__icon-1,
.accordion__icon-2 {
  width: 1rem;
  height: .1875rem;
  background: #45B148;
  display: block;
  position: absolute;
  top: 0.425rem;
  left: 0;
}

.accordion__icon-2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq-btns {
  margin: 1.75rem 0;
  text-align: center;
}

.faq-btns a:not(:first-child) {
  margin-left: 1rem;
}

.faq-btns a {
  text-transform: uppercase;
}

.faq-bg img {
  height: 38.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.faq {
  padding: 1rem 0 6rem;
}

.faq .section-title {
  font-size: 2.25rem;
  font-weight: 700;
}

.faq-search {
  margin: 0 0 1.5rem;
}

.faq-search-form {
  max-width: 49.375rem;
  margin: auto;
  position: relative;
}

.search-faq {
  width: 100%;
  height: 3.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 1.25rem;
  border: thin solid transparent;
  border-radius: 3.125rem;
  background: transparent;
}

#searchfaqsvg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 3.125rem;
}

.faq-search-form .btn {
  position: absolute;
  right: 0;
  height: 100%;
  opacity: .3;
}

.search-not-found-wrapper {
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 2rem 0 3rem;
}

.accordion__content ul {
  margin: .5rem 0;
}

@media screen and (max-width: 1023px) {
  .faq-bg img {
    height: 13.42rem;
  }
  .faq .section-title {
    font-size: 1.714rem;
  }
  #searchfaqsvg {
    max-width: 100%;
  }
  .accordion__header {
    font-size: 1rem;
  }
  .accordion__content {
    font-size: .875rem;
  }
  #searchfaqsvg rect {
    width: calc(100% - .25rem);
  }
}
/*# sourceMappingURL=faq.css.map */