/* CSS Document */

#sitemap #map_wrap{
    margin: 120px auto 0;
    display: flex;
    justify-content: space-between;
    text-align: left;
    font-size: 15px;
}
#sitemap #map_wrap .map_inner{
    width: 40%;
}
#sitemap #map_wrap p{
    border-bottom: 1px solid #707070;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
#sitemap #map_wrap dl{
    border-bottom: 1px solid #707070;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
#sitemap #map_wrap dt{
    font-weight: bold;
    margin-bottom: 10px;
}
/*#sitemap #map_wrap dl:nth-of-type(1) a::after{
    content: ""; 
  display: inline-block;
  width: 16px; 
  height: 16px; 
  background-image: url("../img/sitemap/link.png");
  background-size: contain;
  background-repeat: no-repeat;
}*/
#sitemap #map_wrap .map_inner a[target=_blank]{
    padding-right: 20px;
    background: url(../img/sitemap/link.png) right center/16px auto no-repeat;
}


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

.spbr{
    display: block;
}
    #sitemap #map_wrap{
        flex-direction: column;
        margin-top: 30px;
    }

    #sitemap #map_wrap .map_inner{
    width: 100%;
}
    #sitemap #map_wrap dl {
    padding-top: 20px;
}




}













