@charset "utf-8";

.content__wrap {
  max-width: 1000px;
  margin: 50px auto 100px;
  padding: 0 20px;
}
.content__wrap a {
  text-decoration: underline;
}
.content__wrap h3 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}
.content__wrap h4 {
  font-weight: bold;
  line-height: 1.5;
}
.content__wrap dt {
  font-weight: bold;
}

@media screen and (max-width: 759px) {
  .content__wrap h3 {
    font-size: 16px;
  }
}