.news .news-heading {
  font-size: 1.75rem;
  font-weight: 700;
  max-width: 800px;
  margin: 5rem auto 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.5px solid #212121;
}
.news .news-eyecatch-image {
  max-width: 600px;
  margin: 0 auto 3rem;
}
.news .news-eyecatch-image > img {
  width: 100%;
  object-fit: cover;
}
.news article {
  max-width: 800px;
  margin: 0 auto 8.6rem;
}
@media (max-width: 960px) {
  .news article {
    margin-bottom: 6.4rem;
  }
}
@media (max-width: 768px) {
  .news article {
    margin-bottom: 5.2rem;
  }
}
@media (max-width: 480px) {
  .news article {
    margin-bottom: 4rem;
  }
}
.news .common-button {
  margin: 0 auto;
  margin-bottom: 5rem;
}/*# sourceMappingURL=style-single.css.map */