@charset "utf-8";
/*-----------------------------------------------
    secCmnHero
-----------------------------------------------*/
.secCmnHero{
    background-image: url(../img/sitemap/bgCmnHero.jpg);
}
@media only screen and (max-width:1215px){
    .secCmnHero{
        background-image: url(../img/sitemap/bgCmnHero_sp.jpg);
    }
}
.wrapper1250{
    max-width:calc(100% - 10rem);
    width: 125rem;
    margin: 0 auto;
}
@media only screen and (max-width:1215px){
    .wrapper1260{
        max-width:none;
        width: 100%;
}
}
.secSitemap{
    margin-top: 21rem;
}
.secSitemap .boxlink{
    display: flex;
    justify-content: center;
}
.secSitemap .linkList{
    display: flex;
    flex-direction: column;
    margin-left: 2rem;
}
.secSitemap .boxlink .linkList:nth-child(n+2){
    margin-left: 10.7rem;
}
.secSitemap .boxlink .linkList:nth-child(3){
    margin-left: 9.3rem;
}
.secSitemap .boxlink .linkList:nth-child(4){
    margin-left: 8rem;
}
.secSitemap .linktxt{
    font-size: var(--pcFontSize20);
    font-weight: bold;
    line-height: var(--pcLineHeight20_45);
    display: block;
    width: 100%;
    color: var(--blackColor_light);
}
.secSitemap .linktxt01{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_36);
    color: var(--blackColor_light);
}
@media only screen and (max-width:1215px){
    .secSitemap{
        margin-top: 3.5rem;
    }
    .secSitemap .boxlink{
        display: block;
        justify-content: center;
    }
    .secSitemap .linkList{
        display: flex;
        flex-direction: column;
        margin-left: 0;
    }
    .secSitemap .boxlink .linkList:nth-child(n+2){
        margin-left: 0rem;
    }
    .secSitemap .boxlink .linkList:nth-child(3){
        margin-left: 0;
        margin-top: 2rem;
        border-top: 0.1rem solid var(--grayColor_light3);
    }
    .secSitemap .boxlink .linkList:nth-child(4){
        margin-left: 0;
        margin-top: 2.2rem;
    }
    .secSitemap .linktxt{
        border-top: 0.1rem solid var(--grayColor_light3);
    }
    .secSitemap .boxlink .linkList:nth-child(2){
        border-top: 0.1rem solid var(--grayColor_light3);
    }
    .secSitemap .linktxt{
        font-size: var(--spFontSize14);
        font-weight: bold;
        line-height: normal;
        padding: 1.5rem 0 1.3rem;
        padding-left: 1rem;
    }
    .secSitemap .boxlink .linkList:nth-child(2) .linktxt{
        border-top: none;
        padding: 1.5rem 0 0.8rem;
        padding-left: 1rem;
    }
    .secSitemap .boxlink .linkList:nth-child(2) .linkItem.sub{
        padding: 0 1rem;
    }
    .secSitemap .boxlink .linkList:nth-child(3) .linktxt{
        border-top: none;
        padding: 1.5rem 0 0.8rem;
        padding-left: 1rem;
    }
    .secSitemap .boxlink .linkList:nth-child(3) .linkItem.sub{
        padding: 0 1rem;
    }
    .secSitemap .boxlink .linkList:nth-child(4) .linkItem:nth-child(4) .linktxt{
        padding-bottom: 1.7rem;
    }
    .secSitemap .linktxt01{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_30);
    }
}
