.table-of-contents {
  margin-bottom: 15px;
  background: #fff;
  padding: 20px 0;
  border-radius: .25rem;
}

.mucluc {
  font-size: 22px;
  color: #333;
  font-weight: 600;
  margin-bottom: 24px;
}

.table-of-contents ul {
  padding-left: 20px;
  color: #ccc;
  font-weight: 500;
  position: relative;
}

.table-of-contents ul::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 14px;
  bottom: 10px;
  width: 1px;
  background: #ccc;
  z-index: 0;
}

.table-of-contents ul li {
  list-style-type: disc;
  color: #999;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
  font-weight: 500;
}

.table-of-contents ul li.act {
  color: #8dc63f;
}

.table-of-contents ul li:hover {
  color: #8dc63f;
  cursor: pointer;
}
.box_wp{
  padding: 20px 15px;
  border-radius: .25rem;
  background: #f8f8f8;
}
.box_wp .tt_wp {
  font-size: 22px;
  color: #333;
  font-weight: 600;
  margin-bottom: 1rem;
}