/*
* 小学部・中等部・高等部
*/

.table-of-contents-list-item-alink:hover{
    color: rgba(255, 108, 4, 1);
}
.table-of-contents-list-item-number{
    background: linear-gradient(180deg, rgba(255, 151, 6, 1) 0%, rgba(255, 108, 4, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); */
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
}

.text-decoration-underline-pencil{
    padding-bottom: 6px;
    background-image: url(/img/common/underline.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 156px 7.5px;
}