@charset "UTF-8";

main{
    margin: 0px 1em;
}
.sitemap_list h2{
    font-size: 1.2em;
    padding-left: .5em;   
    margin-left: 1em;
    border-left: 1em solid #1a0089;
    border-bottom: 1px dashed #1a0089;
}
@media screen and (max-width: 700px) {
    .sitemap_list h2{
        font-size: 1em;
    }
}
.sitemap_list p{
    margin-left: 2em;
}
.sitemap_list ul{
    display: block;
    flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
.sitemap_list ul{
    display: block;
}
}

.sitemap_list ul li{
    
    padding-left: 20px;
    
    list-style: none;
    font-size: 1.0em;
    line-height: 1.6em;
    
    background: url(../common/image/triangle.png) left 0px top 3px no-repeat;
    background-size: 15px auto;     
}
@media screen and (max-width: 700px) {
    .sitemap_list ul li{
        width: 95%;
    }
}