body { font-family: Arial, sans-serif; } .toc-box { background-color: #f0f0f0; border: 1px solid #ccc; border-radius: 5px; padding: 10px; width: 600px; /* 横幅の調整 */ } .toc-title { text-align: center; font-size: 18px; font-weight: bold; } .toc-list { list-style-type: none; padding: 0; } .toc-item { ma…