.toc.js-toc {display: none;}
@media only screen and (min-width: 1200px) {
.swiper-wrapper, .swiper-container { z-index: unset !important;}
.toc.js-toc {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 0 0 0 100px;
    width: 100%;
    border-radius: 2px;
    background: #FFF;
    /* border: none;
    border-radius: 0; */
    filter: drop-shadow(0px 2px 6px #aaa);
    overflow: hidden;
    opacity: .8;
    transition: all ease .3s;
}
.toc.js-toc:hover {
    /* padding: 20px 0 20px 100px; */
    opacity: 1;
}
.toc.js-toc a {
    transition: all ease .3s;
}
.toc.js-toc:hover a {
    padding: 20px 0;
}
.toc.js-toc:hover a {
    /* font-size: 1.1em; */
}
.ttl_fhrase_palu {
    display: block;
    text-decoration: none;
}
.harrow {
    display: none;
    margin: 0 30px;
}
.harrow.is-active {
    display: block;
}
ul#js-toc-list,
ul#js-toc-list li {
    display: unset;
    padding: 0;
}
ul#js-toc-list li a {
    display: none;
    text-decoration: none;
    transition: 0.1s ease-in-out;
    color: #aaa;
}
ul#js-toc-list li a.is-active{
    display: block;
    font-weight: 600;
    color: #313131;
}
ul#js-toc-list li a:hover {
    color: #555;
}
}