@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&family=Zen+Old+Mincho:wght@400;500;700;900&display=swap");
#toc_container {
  width: 100%;
  margin: 30px 0 0;
  padding: 24px;
  border: 1px solid #cbcbcb;
  background: #FCFAF3;
}

#toc_container p.toc_title {
  margin: 0 0 16px;
  color: #F7BE6A;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: left !important;
}

#toc_container .toc_list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent;
  border-radius: 0;
}

#toc_container .toc_list li::before {
  content: none;
}

#toc_container .toc_list a {
  color: #3C2A21;
  text-decoration: none;
}

#toc_container .toc_list > li + li {
  margin-top: 20px;
}

#toc_container .toc_list > li > a {
  display: block;
  padding-bottom: 8px;
  border-bottom: 1px solid #d9d9d9;
  color: #3C2A21;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

#toc_container .toc_list ul {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  background: transparent;
  border-radius: 0;
}

#toc_container .toc_list ul li + li {
  margin-top: 8px;
}

#toc_container .toc_list ul a {
  color: #3C2A21;
  font-size: 1.4rem;
  line-height: 2;
}

#toc_container .toc_list ul ul a {
  position: relative;
  padding-left: 18px;
  color: #5c5c5c;
}

#toc_container .toc_list ul ul a::before {
  position: absolute;
  top: .55em;
  left: 0;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #9b9494;
  border-left: 1px solid #9b9494;
  content: "";
}

#toc_container .toc_list ul ul ul {
  padding-left: 18px;
}

@media screen and (min-width: 768px) {
  #toc_container {
    width: 600px;
    margin-top: 40px;
    padding: 40px;
  }
  #toc_container p.toc_title {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}

@media (any-hover: hover) {
  #toc_container .toc_list a:hover {
    text-decoration: underline;
  }
}
