@charset "UTF-8";
/* -------------------------------------------------------------- */
/* For Business */
/* -------------------------------------------------------------- */
main {
    background-color: #fff;
}

.area-sitemap .box-menu {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.area-sitemap .box-menu dl dt {
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 1rem;
}

.area-sitemap .box-menu dl dd ul li a, .area-sitemap .list-menu-sub li a, .area-sitemap .list-menu-other li a {
    color: #000;
}

.area-sitemap .is-web-color {
    color: #dc6027;
    border-bottom: #dc6027 solid 1px;
}

.area-sitemap .is-books-color {
    color: #48352c;
    border-bottom: #48352c solid 1px;
}

.area-sitemap .is-collabo-color {
    color: #2baf9d;
    border-bottom: #2baf9d solid 1px;
}

.area-sitemap .is-online-color {
    color: #33BFCC;
    border-bottom: #33BFCC solid 1px;
}

.area-sitemap a.link-shop {
    background-color: #e4b356;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

@media screen and (max-width:768px) {
    main {
        padding-bottom: 12vw;
    }
    
    .area-sitemap .box-menu dl dt {
        margin-left: 5.3vw;
    }
    
    .area-sitemap .box-menu dl dd ul {
        margin-left: 5.3vw;
        font-size: 0;
        padding: 2.6vw 2.6vw 5.3vw 5.3vw;
    }
    
    .area-sitemap .box-menu dl dd ul li, .list-menu-sub li, .list-menu-other li {
        display: inline-block;
        width: 48%;
        margin-right: 4%;
        vertical-align: top;
    }
    
    .area-sitemap .box-menu dl dd ul li:nth-child(2n), .area-sitemap .list-menu-sub li:nth-child(2n), .area-sitemap .list-menu-other li:nth-child(2) {
        margin-right: 0;
    }
    
    .area-sitemap .box-menu dl dd ul li a, .area-sitemap .list-menu-sub li a, .area-sitemap .list-menu-other li a {
        font-size: 4vw;
        padding: 2.6vw 0;
        line-height: 1.5;
    }
    
    .area-sitemap .list-menu-sub, .area-sitemap .list-menu-other {
        padding-left: 10.6vw;
        font-size: 0;
        text-align: left !important;
    }
    
    .area-sitemap a.link-shop {
        padding: .8em 0;
        margin: 7.2vw 5.3vw;
        font-size: 4.8vw;
        line-height: 1.2
    }
    
    .area-sitemap .icn-shop img {
        display: inline-block;
        vertical-align: unset;
    }
}

@media print,screen and (min-width:769px) {
    .area-sitemap .box-menu, .area-sitemap .list-menu-sub {
        font-size: 0;
    }
    
    .area-sitemap .box-menu dl dt {
        font-size: 13px;
    }
    
    .area-sitemap .box-menu dl {
        display: inline-block;
        width: 240px;
        margin-right: 12px;
        vertical-align: top;
    }
    
    .area-sitemap .box-menu dl:last-child, .area-sitemap .list-menu-sub li:last-child, .area-sitemap .list-menu-other li:last-child {
        margin-right: 0;
    }
    
    .area-sitemap .box-menu dl dd ul li a {
        font-size: 16px;
    }
    
    .area-sitemap .box-menu dd ul li {
        margin-top: 10px;
    }
    
    .area-sitemap .list-menu-sub {
        margin-top: 60px;
    }
    
    .area-sitemap .list-menu-sub li, .area-sitemap .list-menu-other li {
        display: inline-block;
        font-size: 16px;
        margin-right: 40px;
    }
    
    .area-sitemap a.link-shop {
        width: 300px;
        margin: 30px auto;
        font-size: 16px;
        line-height: 1;
        padding: 12px 0;
    }
    
    .area-sitemap .list-menu-other {
        padding-bottom: 80px;
    }

    .area-sitemap .box-menu {
        text-align: center;
    }

    .area-sitemap .box-menu dl dd {
        text-align: left;
    }

}