/* ───────────────
　見出し（h2）
──────────────── */
.entry-content h2 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 1.3em;
  font-weight: 600;
  color: #3a3228;
  border-left: 6px solid #d2b48c;
  padding: 8px 12px;
  background: #fdfaf3;
  margin: 2.2em 0 1em;
  border-radius: 2px;
}

/* ───────────────
　見出し（h3）
──────────────── */
.entry-content h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.1em;
  font-weight: 500;
  color: #4b3e2b;
  border-bottom: 1px solid #e0d7c8;
  padding-bottom: 4px;
  margin: 1.8em 0 0.8em;
}
