/* --------------------
   ブログ記事ページ（詳細）
-------------------- */
.post-content {
  max-width: 800px;
  margin: 0 auto;
}

.post-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

.post-meta {
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 2.5rem;
  display: block;
}

.post-thumbnail {
  margin-bottom: 2rem;
}
.post-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.post-body {
  margin-bottom: 60px;
}

.post-body h2 {
  font-size: 28px;
  font-weight: 600;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.post-body h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0.8rem;
}

.post-body p {
  margin-bottom: 15px;
}

.post-body ul,
.post-body ol {
  margin: 1.5rem 0;
  padding-left: 1rem;
  line-height: 1.8;
}

.post-body ul li {
  font-size: 15px;
}
.post-body ul li::marker {
  color: #111;
}

/* .post-body blockquote {
  border-left: 4px solid #ccc;
  padding-left: 1rem;
  margin: 2rem 0;
  color: #666;
  font-style: italic;
  background-color: #f9f9f9;
} */

/* レスポンシブ */
@media (max-width: 768px) {

  .post-title {
    font-size: 26px;
  }

  .post-body {
    font-size: 0.95rem;
  }

  .post-body h2 {
    font-size: 22px;
  }

  .post-body h3 {
    font-size: 20px;
  }
}