/* 全体的なスタイルをリセットし、記事内のみに影響するようにスコープを限定 */ .entry-content .section, .entry-content .site-title, .entry-content .main-visual { box-sizing: border-box; /* ほとんどの要素に適用されるが、念のため */ } .entry-content { font-family: 'Noto Sans JP', sans-serif; line-height: 1.8; color: #333333; /* --color-black */ background-…