@charset "utf-8";



/* サイトマップ---------- */
.sitemap_list{
    width: 50%;
}

.sitemap_list_item{
    width: 100%;
}
ul.left .sitemap_list_item:nth-child(2){
    /* margin-top: 1em; */
}
ul.left .sitemap_list_item:nth-child(3){
    margin-top: 1em;
}
ul.left .sitemap_list_item:nth-child(4){
    /* margin-top: 2em;*/
    /* margin-top: 1em; */
}
ul.left .sitemap_list_item:nth-child(5){
    /* margin-top: 1em; */
}
ul.left .sitemap_list_item:nth-child(6){
    /* margin-top: 1em; */
}

ul.right .sitemap_list_item:nth-child(2){
    /* margin-top: 1em; */
}
ul.right .sitemap_list_item:nth-child(3){
    /* margin-top: 1em; */
}
ul.right .sitemap_list_item:nth-child(4){
    /* margin-top: 1em; */
    /*margin-top: 2em; */
}
ul.right .sitemap_list_item:nth-child(5) {
    /* margin-top: 1em; */
    margin-top: 2em;
}

ul.right .sitemap_list_item:nth-child(6){
    /* margin-top: 1em; */
}
ul.right .sitemap_list_item:nth-child(7){
    /* margin-top: 1em; */
}
.page_sitemap .sitemap_list_item a {
    color: #000;
}


.sitemap_list_item h3{
    padding: 1em;
    font-size: 1.5rem;
    font-weight: 500;
}
.sitemap_list_item h3 a{
font-weight: bold;
}

.sitemap_list_item h3 a::before{
content: '';
color: inherit;
font-family: "Font Awesome 5 Free";
font-weight: 700;
content: '\f054';
margin-right: 10px;
color: #1155d0;
}

/* .sitemap_list_item h3.mgt4{
    margin-top: 4em;
} */


.sitemap_sub_list_item{
    padding: 0.5em 1em;
    margin-left: 2.5em;
    border-left: 2px solid #b1c1de;
}



@media screen and ( max-width: 1000px) {
   
}

@media screen and ( max-width: 900px) {
    br.sp{
        display: block;
    }
}



@media screen and ( max-width: 850px) {
  

}

@media screen and ( max-width: 600px) {

    .page_sitemap.flex{
        display: block;
    }
    .sitemap_list{
        width: 100%;
    }
  
    ul .sitemap_list_item{
        margin-top: 1em!important;
    }
}