@charset "utf-8";

@media (max-width: 991px) {
    .sidebar {
        width: auto;
        position: fixed;
        top: 0;
        overflow: auto;
        bottom: 0;
        left: 0;
        z-index: 100;
        padding: 0 4rem 0 2rem;
        box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    }
}

/* liの点 */
.li-point {
    position: absolute;
    left: 0;
    top: 1.1vh;
}

.nav-item a.nav-link {
    /* background: url("/template3/img/list_icon.svg") no-repeat left center; */
    /* background-size: 16px; */
    padding-left: 1.25rem;
}

.nav-item a.nav-link.CateMiddle {
    color: black;
}

.ph.ph-nut {
    color: var(--main-red-color);
}

.nav-item a.nav-link.CateSmall {
    color: var(--main-red-color);
}

a.nav-link.active {
    font-weight: bold;
}
