/* =========================================
   Table of Contents
========================================= */

.tw-toc{
  margin:0 0 2.2rem;
  padding:1.3rem 1.5rem;

  background:#faf8f3;
  border:1px solid #e6dcc7;
  border-radius:10px;
}


/* 見出し */
.tw-toc::before{
  content:"Contents";
  display:block;

  margin-bottom:.9rem;

  font-size:.95rem;
  font-weight:700;
  letter-spacing:.08em;
  color:#8a6a3d;
}

/* サイドバー見出しと統一ライン */
.tw-toc::after{
  content:"";
  display:block;
  width:38px;
  margin-top:.8rem;
  border-bottom:1px solid #d8c7a4;
}


/* リスト */
.tw-toc ol{
  margin:.6rem 0 0;
  padding-left:1.25rem;
}

.tw-toc li{
  margin-bottom:.55rem;
}


/* リンク */
.tw-toc a{
  color:#555;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:.2s ease;
}

.tw-toc a:hover,
.tw-toc a:focus{
  color:#8a6a3d;
  border-bottom:1px solid #d8c7a4;
}


/* h3階層 */
.tw-toc li.toc-level-3{
  margin-left:1rem;
  font-size:.95em;
}