.c-faqs__list {
  margin: 0;
}
.c-faqs__item {
  border-bottom: 1px solid #cccccc;
}
.c-faqs__item:first-child {
  border-top: 1px solid #cccccc;
}
.c-faqs__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 40px 0;
  text-align: left;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .c-faqs__question {
    padding: 2.4242424242vw 0;
  }
}
.c-faqs__question-text {
  font-size: 1.2857142857em;
  font-weight: 500;
  color: #000000;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .c-faqs__question-text {
    padding: 0;
    font-size: 1.1428571429em;
  }
}
.c-faqs__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.c-faqs__chevron {
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-top: -4px;
}
.c-faqs__item.is-active .c-faqs__chevron {
  transform: rotate(-135deg);
  margin-top: 4px;
}
.c-faqs__answer {
  display: none;
  padding: 0 100px 30px 30px;
  font-size: 1em;
}
@media (max-width: 1199.98px) {
  .c-faqs__answer {
    padding: 0 6.0606060606vw 30px 1.8181818182vw;
    font-size: 0.9285714286em;
  }
}
@media (max-width: 767.98px) {
  .c-faqs__answer {
    padding: 0 0 20px 0;
  }
}