/* ============================================================
   single.css — お知らせ個別ページ専用 (single.php)
   ============================================================ */
.single-news-body{
  font-family:"Shippori Mincho",serif;
  font-size:15px;line-height:2;
  color:var(--ink);
}
.single-news-body p{margin-bottom:24px}
.single-news-body p:last-child{margin-bottom:0}
.single-news-body a{color:var(--copper);border-bottom:1px solid var(--copper)}
.single-news-body img{margin:32px 0;border:1px solid var(--line)}
.single-news-body h2,.single-news-body h3{
  font-weight:600;letter-spacing:.05em;
  color:var(--sumi);
  margin:40px 0 20px;
}
.single-news-body h2{font-size:26px}
.single-news-body h3{font-size:20px}
.single-news-body ul,.single-news-body ol{
  margin:0 0 24px 1.5em;
}
.single-news-body:empty::before{
  content:"詳細は準備中です。";
  color:var(--text-mute);
  font-size:14px;
}
