.clamp_1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp_2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.faq__content:not(:last-child) {
  margin-bottom: 100px;
}
.faq__headline {
  font-size: 1.8rem;
  font-weight: bold;
}
.faq__item {
  margin-top: 50px;
}
.faq__q, .faq__a {
  position: relative;
  padding: 1rem 2rem 1rem 4.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5em;
}
.faq__q:before, .faq__a:before {
  content: "Q";
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  top: 1rem;
  left: 2rem;
  background: #A6A6A6;
  border-radius: 50%;
  color: #FFF;
  font-family: Arial;
}
.faq__q {
  background: #f0f0f0;
  border-radius: 8px;
}
.faq__a {
  margin-top: 1rem;
}
.faq__a:before {
  content: "A";
  background: #028442;
}
.faq__a--main {
  font-size: 1.2rem;
  font-weight: bold;
}
.faq__a--sub {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8rem;
}
.faq__a--sub img {
  width: 100%;
}
.faq__a .link-arrow {
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}/*# sourceMappingURL=faq.css.map */