@charset "utf-8";

.sitemap{position:relative;overflow:hidden;border-bottom:solid 1px #9aa2ac;}
.sitemap div{border-top:solid 2px #9aa2ac;padding-bottom:30px;overflow:hidden;}
.sitemap div p.tit{text-align:center;padding:30px 0;font-weight:600;font-size:20px;border-bottom:solid 1px #9aa2ac;margin-bottom:30px;background:#f7f7f7;}
.sitemap div p.tit a{color:#000;}
.sitemap div p.tit a span{display:inline-block;width:40px;height:40px;margin-bottom:10px;border-radius:50px;}
.sitemap div li{float:left;width:50%;line-height:24px;}
.sitemap div li b{display:inline-block;font-weight:600;background:url("/images/01_potal/sub/li01.png") no-repeat left 8px;padding:0 0 0 16px;}
.sitemap div li b a{color:#333;}
.sitemap div li ul{display:none;}



@media all and (min-width:768px) {

.sitemap div li{width:100%;}
.sitemap div li ul{overflow:hidden;display:block;padding:10px 0 30px 0}
.sitemap div li ul li{float:left;margin-right:40px;width:auto;}

}


@media all and (min-width:1023px) {
.sitemap div{padding:0;}
.sitemap div p.tit,
.sitemap div ul{display:table-cell;}
.sitemap div p.tit{width:170px;border-right:solid 1px #9aa2ac;border-bottom:none;}
.sitemap div ul{width:720px;padding-left:30px;padding-top:30px;}

}
                                                                                           