@charset "utf-8";

.secCmnTit{
    background: url(../img/sitemap/bgTop.jpg) center top no-repeat;
}
@media only screen and (max-width:767px){
    .secCmnTit{
        background: url(../img/sitemap/bgTop_sp.jpg) center top no-repeat;
        background-size: cover;
    }
}

/*-----------------------------------------------
    index
-----------------------------------------------*/
/* secMap */
.secMap{
    margin-top: 70px;
}
.secMap .mapBox{
    display: flex;
    justify-content: space-between;
}
.secMap .mapBox.spOnly{
    display: none;
}
.secMap .linkBox .item:nth-child(n+2){
    margin-top: 44px;
}
.secMap .link{
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    color: #212329;
    font-weight: bold;
}
@media only screen and (max-width:767px){
    .secMap{
        margin-top: 30px;
    }
    .secMap .mapBox{
        display: block;
        width: 100%;
    }
    .secMap .mapBox .linkBox:nth-child(n+2){
        margin-top: 24px;
    }
    .secMap .linkBox .item:nth-child(n+2){
        margin-top: 24px;
    }
    .secMap .link{
        font-size: 12px;
        position: relative;
        padding-left: 14px;
    }
    .secMap .link::after{
        position: absolute;
        content: "";
        width: 5px;
        height: 7px;
        left: 0;
        top: calc(50% - 4px);
    }
    .secMap .link.lazyloaded::after{
        background: url(../img/sitemap/icon01.gif) center top no-repeat;
        background-size: contain;
    }
}
@media only screen and (max-width:374px){
    .secMap .link{
        margin-left: 10px;
        padding-left: 10px;
    }
}
