@charset "utf-8";
/* CSS Document */


/*-----------------------------------------

Last update:    2025-11-18

---------------------------------------*/

/*=============================
index
=============================*/
#sitemap_area .sitemap_left{
    float: left;
    width: 47.5%;
}
#sitemap_area .sitemap_right{
    float:right;
    width:47.5%;
}
#sitemap_area ul{
    text-indent:-1.25em;
    padding-left:1.25em;
    line-height: 1.2;
    margin-bottom: 1em;
}
#sitemap_area li{
    margin-bottom: 1em;
}
#sitemap_area li a{
    color: #333;
}
#sitemap_area ul a:before{
    font-family:"icomoon";
    content:"\e101";
    color: #0877be;
    font-size: 90%;
    padding-right: 0.25em;
}
#sitemap_area ul a:hover:before{
    color: #43aaeb;
}

@media screen and (max-width:600px){
    #sitemap_area .sitemap_left{
        float: none;
        width: 100%;
    }
    #sitemap_area .sitemap_right{
        float: none;
        width: 100%;
    }
}



