@charset "utf-8";
/*--京sitemap.css--*/
/* ##########PC########## */
.sitemap{}

    .sitemap a{
        color: var(--base_color1);
        text-decoration: none;
    }

    .sitemap a:hover{
        text-decoration: underline;
    }

    .sitemap > ul > li{
        padding-left: 0;
        padding-bottom: 0.7em;
        margin-bottom: 0.7em;
        border-bottom: 1px solid #ccc;
    }

    .sitemap > ul > li::before{
        content: none;
    }


    .sitemap > ul > li > a{
        font-size: 1.1em;
        font-weight: 500;
    }

    .sitemap > ul > li > .child_nav{
        margin: 0.5em 0.5em 0 0.5em;
    }

        .sitemap > ul > li > .child_nav > ul > li::before{
            font-family: FontAwesome;
            content:"\f0da";
            width: auto;
            height: auto;
            top: 0;
            left: 0;
            background: none;
            color: #2db1b9;
        }

        .sitemap > ul > li > .child_nav > ul > li > ul{
            margin-top: 0.5em;
        }



@media screen and (min-width:1px) and (max-width:1400px) {
}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){

}

/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {


}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {


}


/* ##########印刷用########## */
@media print{

}