}

.header-image-only #blog-title #blog-title-inner {
  position: relative;
  background-size: cover;
  height: auto;
}

.header-image-only #blog-title #blog-title-inner:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: （画像の縦÷横）%;
}

.header-image-only #blog-title #blog-title-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* ==== Hatena [:contents:] 目次デザイン ==== */
/* ==== Hatena [:contents:] カスタム（大人っぽいグレー／シンプルアイコン） ==== */
.entry-content .table-of-contents{
  border: 1.5px solid #E0D6D2;
  background: #F8F6F4;       /* 温かい白グレー */
  padding: 1.2rem;
  border-radius: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,.04);
  margin: 1.6rem 0;
  position: relative;
}

/* ここで “目次” を強制表示（テーマが出さない場合に備える） */
.entry-content .table-of-contents::before{
  content: "目次";
  display: block;
  text-align: center;
  margin: 0 0 .6rem;
  color: #7A5E5B;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: .02em;
}

/* テーマ由来の箇条書き・疑似要素をリセット */
.entry-content .table-of-contents ul,
.entry-content .table-of-contents li{
  list-style: none !important;   /* 既存ドットを無効化 */
  margin: 0;
  padding: 0;
}

/* 行スタイル */
.entry-content .table-of-contents li{
  position: relative;
  padding-left: 1.1rem;          /* アイコンぶん余白 */
  margin: .48rem 0;
}

/* シンプルアイコン ▶ を付与（最上位） */
.entry-content .table-of-contents > ul > li::before{
  content: "▶";
  position: absolute;
  left: 0; top: .1rem;
  color: #C98F8A;                /* ローズトープのアクセント */
  font-size: .8rem;
}

/* 階層は › にしてトーンも少し落とす */
.entry-content .table-of-contents ul ul li{
  padding-left: 1rem;
  margin: .34rem 0;
  opacity: .95;
}
.entry-content .table-of-contents ul ul li::before{
  content: "›";
  position: absolute;
  left: 0; top: .12rem;
  color: #BD9C97;
  font-size: .82rem;
}

/* リンク色とホバー */
.entry-content .table-of-contents a{
  text-decoration: none;
  color: #493A38;                 /* 深めブラウンで可読性 */
  transition: color .2s ease, padding-left .2s ease;
}
.entry-content .table-of-contents a:hover{
  color: #9370bd;                 /* ほんのり華やぐムラサキ*/
  padding-left: .12rem;
}

/* 行の高さ＆下線で区切り */
.entry-content .table-of-contents li{
  position: relative;
  padding: .4rem 0 .4rem 1.1rem;   /* 左はアイコンぶん */
  line-height: 1.6;
  border-bottom: 1px dashed #E8E1DE;
}
.entry-content .table-of-contents li:last-child{
  border-bottom: none;
}

/* 上位（h3相当） */
.entry-content .table-of-contents > ul > li > a{
  font-weight: 600;
  font-size: 1.02rem;
}

/* 下位（h2相当） */
.entry-content .table-of-contents ul ul li > a{
  font-size: .97rem;
  opacity: .95;
}

.entry-content .table-of-contents li:hover{
  background: rgba(201,143,138,.07);  /* ローズのごく薄い影 */
  border-radius: 8px;
}
.entry-content .table-of-contents a:focus-visible{
  outline: 2px solid #C98F8A; outline-offset: 2px;
  border-radius: 6px;
}

/* 上位 */
.entry-content .table-of-contents > ul > li::before{
  content: "▶";
  color: #C98F8A;
  font-size: .9rem;  /* 少し大きめ */
  top: .45rem;
}
/* 下位 */
.entry-content .table-of-contents ul ul li::before{
  content: "›";
  color: #BD9C97;
  font-size: .8rem;
  top: .5rem;
}

.entry-content .table-of-contents li a{
  display: block;           /* リンクを行全体に */
  padding: .35rem 0;        /* 行に高さを出す */
}

/* 上位（h2相当） */
.entry-content .table-of-contents > ul > li > a{
  font-weight: 600;
  font-size: 1.02rem;
  color: #493A38;
}

/* 下位（h3相当） */
.entry-content .table-of-contents ul ul li > a{
  font-size: .95rem;
  color: #5B4B49;
  opacity: .9;
}

.entry-content .table-of-contents > ul > li::before{
  content: "▶"; color:#C98F8A; font-size:.9rem; top:.5rem;
}
.entry-content .table-of-contents ul ul li::before{
  content: "›"; color:#BD9C97; font-size:.8rem; top:.55rem;
}

/* 最上位：▶ を強制表示 */
.entry-content .table-of-contents > ul > li::before{
  content: "▶" !important;
  position: absolute; left: .2rem; top: .55rem;
  color: #C98F8A; font-size: .9rem;
}

/* 下位：› を強制表示 */
.entry-content .table-of-contents ul ul li::before{
  content: "›" !important;
  position: absolute; left: .25rem; top: .52rem;
  color: #BD9C97; font-size: .86rem;
}

.table-of-contents li,
.table-of-contents ul{
    list-style-type: decimal;
}

/* 記事タイトルのリンク色を上書き */
.entry-title a {
  color: #111;              /* 通常テキスト色（黒や濃いグレー） */
  text-decoration: none;    /* 下線を消す */
}

/* ホバー時の色変化も落ち着かせる */
.entry-title a:hover {
  color: #;fffafa/* 落ち着いたピンクやお好みの色 */
  text-decoration: none;
}

.entry-content {
  line-height: 1.9;    /* 行間を広めに */
  font-size: 16px;     /* 読みやすい標準サイズ */
}
.entry-content p {
  margin: 1em 0;       /* 段落の余白をしっかり */
}

.entry-content {
  max-width: 720px;    /* 本文幅を制限 */
  margin: 0 auto;      /* 中央寄せ */
  padding: 0 1rem;
}

.entry-content h2 {
  margin: 2.2rem 0 1rem;
  padding: .4rem .8rem;
  border-left: 6px solid #C98F8A;   /* ローズトープのアクセント */
  background: #F8F6F4;              /* 温かい白グレー */
  font-size: 1.2rem;
  font-weight: 700;
}
/* 大見出し（h3） */
.entry-content h3 {
  margin: 2.4rem 0 1.2rem;       /* 上下余白をしっかり */
  padding: .6rem .8rem;
  border-left: 6px solid #C98F8A;  /* ローズトープのアクセント */
  background: #F8F6F4;             /* 温かい白グレーの背景 */
  font-size: 1.2rem;
  font-weight: 700;
  color: #493A38;
  border-radius: 6px;              /* 角を少し丸く */
  box-shadow: 0 2px 4px rgba(0,0,0,0.04); /* 影で浮かせる */
}

/* 中見出し（h4） */
.entry-content h4 {
  margin: 1.8rem 0 1rem;
  padding: .4rem .6rem;
  border-left: 4px solid #C98F8A;   /* 大見出しより細いけど色は揃える */
  background: #FAF7F5;              /* ほんのりベージュ背景 */
  font-size: 1.08rem;
  font-weight: 600;
  color: #493A38;
  border-radius: 4px;
}

/* 中見出し（h4）の下に余白を追加 */
.entry-content h4 {
  margin: 1.8rem 0 1.4rem;  /* ← 最後の値が margin-bottom */
  padding: .4rem .6rem;
  border-left: 4px solid #C98F8A;
  background: #FAF7F5;
  font-size: 1.08rem;
  font-weight: 600;
  color: #493A38;
  border-radius: 4px;
}

.entry-title {
  max-width: 720px;   /* 本文と同じ幅にする */
  margin: 0 auto 1.6rem;
  line-height: 1.4;
}

.entry-title {
  font-size: 1.6rem;   /* 少し小さめに */
  line-height: 1.5;    /* 行間を広めに */
}