/* mokuji.css */
.table-of-contents {
    background: #f5f5f5;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
    background-image: url(./images/背景画像/028.webp);
}

.table-of-contents ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.table-of-contents li {
    margin: 10px 0;
}

.table-of-contents a {
    color: #333;
}

