/* Blog/news article page content. */
.single-post .site-content {
  background: #f5f4f0;
}

.single-post .ast-container {
  max-width: 1040px;
}

.single-post .site-main > article {
  margin: 72px 0 96px;
  border: 1px solid rgba(166, 154, 69, .22);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.single-post .entry-header,
.single-post .entry-content,
.single-post .entry-footer {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.single-post .entry-title {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  line-height: 1.6;
}

.single-post .entry-content {
  color: #444;
  font-size: 16px;
  line-height: 2;
}

.single-post .entry-content h2,
.single-post .entry-content h3 {
  color: #4f5547;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}

.ebanat-article-back {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid rgba(166, 154, 69, .22);
}

.ebanat-article-back a {
  display: inline-flex;
  color: #4f5547;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .06em;
  text-decoration: none;
  transition: color .3s ease;
  align-items: center;
  gap: 14px;
}

.ebanat-article-back a span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border: 1px solid #a69a45;
  border-radius: 50%;
  color: #7e7540;
  font-size: 18px;
  transition: background-color .3s ease, color .3s ease, transform .3s ease;
  align-items: center;
  justify-content: center;
}

.ebanat-article-back a:hover {
  color: #7e7540;
}

.ebanat-article-back a:hover span {
  background: #a69a45;
  color: #fff;
  transform: translateX(-3px);
}

@media (max-width: 680px) {
  .single-post .site-main > article {
    margin: 32px 0 56px;
  }

  .single-post .entry-content {
    font-size: 15px;
  }

  .ebanat-article-back {
    margin-top: 48px;
    padding-top: 26px;
  }
}
