@charset "UTF-8";
.faq__detail__wrap h1 {
  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__detail__wrap p {
  font-weight: 500;
  letter-spacing: 0.02em;
}
.faq__detail__wrap .to__detail a {
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #1D9BF0;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .faq__detail__wrap h1 {
    font-size: 1.7rem;
    line-height: 1.45;
    padding: 0.7em 0.76em;
    min-height: 50px;
  }
  .faq__detail__wrap p {
    font-size: 1.5rem;
    line-height: 1.45;
    margin-top: 16px;
  }
  .faq__detail__wrap .to__detail {
    margin-top: 20px;
  }
  .faq__detail__wrap .to__detail a {
    font-size: 1.5rem;
    line-height: 1.45;
  }
}

@media screen and (min-width: 768px) {
  .faq__detail__wrap h1 {
    font-size: 2.2rem;
    line-height: 1.45;
    padding: 1em 1.04em;
    min-height: 75px;
  }
  .faq__detail__wrap p {
    font-size: 1.5rem;
    line-height: 1.45;
    margin-top: 16px;
  }
  .faq__detail__wrap .to__detail {
    margin-top: 20px;
  }
  .faq__detail__wrap .to__detail a {
    font-size: 1.5rem;
    line-height: 1.45;
  }
}