.news-header {
  background-color: #F7F8F8;
  padding-top: 60px;
  font-feature-settings: normal;
}
.news-header__inner {
  max-width: none;
  padding: 36px 24px;
  margin: 0 auto;
}
@media screen and (min-width: 821px) {
  .news-header__inner {
    padding: 48px 20px;
    max-width: 780px;
  }
}
.news-header__inner .news-header__date {
  margin: 0;
  line-height: 1.6;
  margin-bottom: 14px;
  font-size: 0.95em;
}
@media screen and (min-width: 821px) {
  .news-header__inner .news-header__date {
    font-size: 0.9em;
  }
}
.news-header__inner .news-header__title {
  margin: 0;
  font-weight: bold;
  line-height: 1.4;
  font-size: 2.55rem;
}
@media screen and (min-width: 821px) {
  .news-header__inner .news-header__title {
    font-size: 1.75em;
  }
}

.post-contents {
  padding: 40px 0 64px;
}
@media screen and (min-width: 821px) {
  .post-contents {
    padding: 56px 0 100px;
  }
}
.post-contents__inner {
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (min-width: 821px) {
  .post-contents__inner {
    padding: 0 20px;
    max-width: 780px;
  }
}
.post-contents__inner p {
  margin: 0;
  line-height: 1.6;
  font-weight: 400;
  font-feature-settings: normal;
  font-size: 1.07em;
  margin-bottom: 48px;
}
@media screen and (min-width: 821px) {
  .post-contents__inner p {
    margin-bottom: 56px;
    font-size: 1em;
  }
}
.post-contents__inner p a {
  color: #E93817;
}
.post-contents__inner .post-contents__image {
  margin: 0 auto;
  width: 67.2514619883%;
}
@media screen and (min-width: 821px) {
  .post-contents__inner .post-contents__image {
    width: 34.5945945946%;
    min-width: 230px;
    margin: 0;
  }
}
.post-contents__inner .post-contents__image img {
  width: 100%;
  height: auto;
}