.faq_item {
  margin-bottom: 10px;
}
.faq_item:last-of-type {
  margin-bottom: 50px;
}

.faq_q {
  display: block;
  font-size: 1.6rem;
  cursor: pointer;
  margin-bottom: 10px;
}
.faq_q::before {
  content: "\f0fe";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}
.faq_q.faq_open::before {
  content: "\f146";
}
.faq_q:hover {
  text-decoration: none;
}

.faq_a {
  display: none;
  padding-left: 2rem;
  margin-bottom: 20px;
}
