@charset "utf-8";
#fwCms_wrapper .bestselection_nav01 li a,
#fwCms_wrapper .bestselection_nav02 li a {
    background-color: #af0614;
    color: #fff570;
    font-weight: bold;
}
#fwCms_wrapper .teika_nav li:nth-of-type(n+2) {
    margin-top: 10px;
}
@media screen and (min-width: 768px) {
    #fwCms_wrapper .bestselection_nav02 li {
        width: calc((100% - 22px)/3);
    }
    #fwCms_wrapper .bestselection_nav02 li:nth-of-type(n+3) {
        margin-top: 0px;
    }
    #fwCms_wrapper .teika_nav {
        display: flex;
        gap: 10px;
    }
    #fwCms_wrapper .teika_nav ul li {
        width: calc(100% /2);
        justify-content: space-between;
    }
    #fwCms_wrapper .teika_nav li:nth-of-type(n+2) {
        margin-top: 0px;
    }
}