/* -------------------------------
   お知らせ・イベント　詳細ページ
-------------------------------- */
.single-page .container {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 3em;
  padding: 2em 1em;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.post-title {
  font-size: 2.2em;
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #0073aa;
}

.post-meta {
  font-size: 1em;
  color: #666;
  margin-bottom: 1.5em;
}

.post-content {
  font-size: 1.125em;
  line-height: 1.9;
  color: #333;
}

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

.related-posts {
  margin-top: 4em;
}

.related-posts .section-title {
  font-size: 1.5em;
  margin-bottom: 1em;
}

.related-list li {
  font-size: 1em;
  margin-bottom: 0.5em;
}
