.red {
  color: red;
}

.bold {
  font-weight: bold;
}

.faq-conts {
  margin: 40px 0;
}
.faq-conts__inner {
  width: 690px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .faq-conts__inner {
    width: 100%;
  }
}
.faq-conts__ttl {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .faq-conts__ttl {
    font-size: 7vw;
  }
}
.faq-conts__desc {
  margin-top: 10px;
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .faq-conts__desc {
    font-size: 4.5vw;
  }
}
.faq-conts__block {
  margin-top: 30px;
}
.faq-conts__block + .faq-conts__block {
  margin-top: 60px;
}
.faq-conts__block-ttl {
  padding: 16px 0;
  font-size: 22px;
  font-weight: bold;
  background-color: #0087C7;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .faq-conts__block-ttl {
    font-size: 4.5vw;
  }
}
.faq-conts__item {
  margin-top: 30px;
}
.faq-conts__item + .faq-conts__item {
  margin-top: 30px;
}
.faq-conts__question {
  margin-bottom: 10px;
}
.faq-conts__question dt {
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 8px;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .faq-conts__question dt {
    height: auto;
    font-size: 4vw;
  }
}
.faq-conts__answer dd p {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .faq-conts__answer dd p {
    font-size: 3.8vw;
  }
}
.faq-conts__answer dd p.img {
  line-height: 1;
}
.faq-conts__answer dd p.img img {
  width: 100%;
}
.faq-conts__answer dd p.img + .note {
  margin-top: 5px;
}
.faq-conts__answer dd p.note {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .faq-conts__answer dd p.note {
    font-size: 3vw;
  }
}
.faq-conts__answer dd p + p {
  margin-top: 16px;
}
.faq-conts .faq-ttl dd {
  padding-top: 4px;
}
.faq-conts a {
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */
