.news .article-inner {
  margin: 130px auto 100px;
  padding-left: 15px;
  padding-right : 15px;
  width: 100%;
  max-width: 1170px;
}
.news .post-thumbnail {
  position: relative;
}
.news .post-thumbnail figcaption {
  font-size: 4rem;
  font-weight: 700;
  padding-left: calc(70px + 1em);
  width: 100%;
  position: absolute;
  bottom: 1em;
}
.news .post-thumbnail figcaption::before,
.news .post-thumbnail figcaption::after {
  content: '';
  display: block;
  height: 2px;
  background-color: #707070;
  position: absolute;
  bottom: calc(1em * 1.78 /2);
}
.news .post-thumbnail figcaption::before {
  width: 70px;
  left: 15px;
}
.news .post-thumbnail figcaption::after {
  width: calc(100% - 70px - 6em);
  right: 15px;
}
.news h1 {
  margin-top: 60px;
  text-align: center;
  font-size: 3.4rem;
}
.news .entry-meta,
.news h2,
.news p {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
.news .entry-meta {
  margin-top: 30px;
  margin-bottom: 30px;
}
.news .entry-meta time {
  font-size: 2rem;
}
.news h2 {
  font-size: 2rem;
  font-weight: 700;
}
.news h2.wp-block-heading {
  margin-bottom: 1rem;
}
.news p {
  padding-left: 10px;
  font-size: 2rem;
}
.news .wp-block-image {
  margin-top: 20px;
  margin-bottom: 20px;
}
