@charset "UTF-8"; 
.secTitle{display:table;position:relative;width:90%;max-width:990px;margin:0 auto 3rem;text-align:left;table-layout:fixed}
.secTitle .titleTxt{display:table-cell;font-size:1.8rem;font-weight:bold;line-height:2rem;vertical-align:middle}
.sitemapListArea{width:90%;max-width:990px;margin:0 auto 2rem}
.sitemapListArea .listInner+.listInner{margin-top:2rem}
.sitemapListArea .listTitle{margin-bottom:.5rem;padding-bottom:.3rem;border-bottom:2px solid #E5E5E5;font-size:1.4rem;font-weight:bold;line-height:2.5rem}
.sitemapListArea .listContents{width:24%;margin:0 0 0 1%;padding:0 0 0.2rem;float:left;font-size:1rem;line-height:2.5rem}
@media (max-width: 767px){
    .sitemapListArea .listContents{width:100%;margin:0 auto;float:none}
}
