/*
 Theme Name: Sankyohikari Media Child
 Template: sankyohikari_media
 Version: 1.0.0
*/

.entry-subtitle {
  margin-top: 5em;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  font-weight: 600;
  line-height: 1.5;
  color: #444;
}

/* サブタイトルのデザイン調整 */
.entry-subtitle {
  margin-top: 0.8em;               /* ← タイトルとの間隔を広げる（0.5〜1emくらいが自然） */
  font-size: clamp(1.1rem, 1.8vw, 1.35rem); /* ← 文字を少し大きく（タイトルよりやや小さい程度） */
  font-weight: 600;                /* ← 少し太字でメリハリ */
  line-height: 1.6;                /* ← 行間ゆったり */
  color: #444;                     /* ← 落ち着いたグレー */
}

/* 日付との間も軽く調整（任意） */
.entry-title .date {
  margin-top: 0.5em;
  font-size: 0.9rem;
  color: #666;
}


