.headlist .toc-002 {
  margin-bottom: 30px;
  border: 2px solid #7fbc32;
  border-radius: 3px;
}

.headlist .toc-002 div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  background-color: #7fbc32;
  color: #fff;
  font-weight: 600;
  font-size: 1.1em;
}

.headlist .toc-002 div::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 4H21V6H8V4ZM3 3.5H6V6.5H3V3.5ZM3 10.5H6V13.5H3V10.5ZM3 17.5H6V20.5H3V17.5ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
  content: "";
}

.headlist .toc-002 ol {
  list-style-type: disclosure-closed;
  margin: 0;
  overflow: hidden;
}

.headlist .toc-002 > ol {
  padding: 1em 1em 1em 2em;
  border: none;
}

.headlist .toc-002 ol ol {
  margin-top: 5px;
  padding-left: 1.1em;
}

.headlist .toc-002 li {
  padding: 5px 0;
  font-weight: 600;
}

.headlist .toc-002 ol ol li {
  font-weight: 500;
  font-size: 0.9em;
}

.headlist .toc-002 a {
  color: #333;
  text-decoration: none;
}

.headlist .is-hidden {
  display: none !important;
}

.headlist #js-toc .toc__item a {
  color: #333333;
}
