

* {padding: 0; margin: 0; text-decoration: none; list-style: none; box-sizing: border-box; word-break: keep-all;}

.sitemap {width: 100%; padding: 80px 0; font-family: 'Black Han Sans', sans-serif;}
.sitemap_wrap {width: 90%; margin: 0 auto;}
.sitemap_wrap > h1 {padding: 20px 10px; font-size: 25px; font-weight: bold; color: #444;}

.sitemap_wrap > .line1 {width: 100%; display: grid; grid-template-columns: 1fr 1fr;}
.sitemap_wrap > .line1 > ul {padding: 20px 10px; margin: 0 5px 5px 0;}
.sitemap_wrap > .line1 > ul > h3 {font-size: 18px; color: #fff; background-color: #2196F3; font-weight: bold; padding: 20px 10px; border-radius: 5px;}
.sitemap_wrap > .line1 > ul > li {border-bottom: 1px solid #ededed;}
.sitemap_wrap > .line1 > ul > li > a {display: block; padding: 10px 5px; width: 100%; font-size: 14px; font-weight: bold; color: #777; font-weight: bold;}
.sitemap_wrap > .line1 > ul > li > a:hover {background-color: #ededed; color: #333;}

.sitemap_wrap > .line {width: 100%; height: 2px; background-color: #999; margin: 30px 0;}

.sitemap_wrap > .line2 {width: 100%; display: grid; grid-template-columns: 1fr 1fr;}
.sitemap_wrap > .line2 > ul {padding: 20px 10px; margin: 0 5px 5px 0;}
.sitemap_wrap > .line2 > ul > h3 {font-size: 18px; color: #fff; background-color: #2196F3; font-weight: bold; padding: 20px 10px; border-radius: 5px;}
.sitemap_wrap > .line2 > ul > li {border-bottom: 1px solid #ededed;}
.sitemap_wrap > .line2 > ul > li > a {display: block; padding: 10px 5px; width: 100%; font-size: 14px; color: #777; font-weight: bold;}
.sitemap_wrap > .line2 > ul > li > a:hover {background-color: #ededed; color: #333;}



@media all and (min-width:480px) {}

@media all and (min-width:768px) {
	.sitemap_wrap {width: 100%; max-width: 900px; margin: 0 auto;}

}

@media all and (min-width:1080px) {
	.sitemap_wrap > .line1 {width: 100%; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr;}
	.sitemap_wrap > .line2 {width: 100%; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr;}
}