@charset "UTF-8";
.faq__content h2 {
  background-color: #F9F9F9;
  font-weight: 500;
  letter-spacing: 0.02em;
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
}
.faq__content p {
  font-weight: 500;
  letter-spacing: 0.02em;
}
.faq__content .to__detail a {
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #1D9BF0;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .faq__content__wrap {
    margin-top: 20px;
  }
  .faq__content + .faq__content {
    margin-top: 38px;
  }
  .faq__content h2 {
    font-size: 1.7rem;
    line-height: 1.45;
    padding: 0.7em 0.76em;
    min-height: 50px;
  }
  .faq__content p {
    font-size: 1.5rem;
    line-height: 1.45;
    margin-top: 16px;
  }
  .faq__content .to__detail {
    margin-top: 20px;
  }
  .faq__content .to__detail a {
    font-size: 1.5rem;
    line-height: 1.45;
  }
}

@media screen and (min-width: 768px) {
  .faq__content__wrap {
    margin-top: 20px;
  }
  .faq__content + .faq__content {
    margin-top: 38px;
  }
  .faq__content h2 {
    font-size: 1.7rem;
    line-height: 1.45;
    padding: 0.7em 0.76em;
    min-height: 50px;
  }
  .faq__content p {
    font-size: 1.5rem;
    line-height: 1.45;
    margin-top: 16px;
  }
  .faq__content .to__detail {
    margin-top: 20px;
  }
  .faq__content .to__detail a {
    font-size: 1.5rem;
    line-height: 1.45;
  }
}