#toc_container{
    position: relative;
}
/* 
11番目以降の目次を完全に非表示
上限が8のとき+3して11を設定する
*/
#toc_container .toc_list > li:nth-of-type(n + 5){
    display: none!important;
}
.more_btn_div{
    position:absolute;
    bottom:20px;
    text-align: center;
    background: linear-gradient(rgba(255, 255, 255, 0.7),rgba(255, 255, 255, 1));
    height:80px;
    width:96%;
    padding-top: 25px;
}
.close_btn_div{
    text-align: center;
    height:40px;
}
.more_btn_div button, .close_btn_div button{
    background-color: silver;
    color:white;
    border-radius:6px;
    height:30px;
    line-height: 8px;
    width:200px;
}