.toc1 {
    padding: 1em;
    width: 100%;
	border:solid 1px #aaa;
	background: #efefef;
	margin-bottom:1em;
    border-radius: 5px;
}

.toc1-list {
    column-count: 2;
}

.toc1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.toc1 ul li {
    margin-bottom: 0.5em;
    break-inside: avoid-column;
}

.toc1 ul li a {
    font-size:12px;
	text-decoration:none;
	display:block;
	color:var(--color1);
}
.toc1 a:hover{
	background:#fff1ff;
}

.contents-title {
    font-size: 15px;
    text-align: center;
    width: 100%;
    background: var(--color1);
    color: #fff;
    margin-bottom: 10px;
}