@charset "utf-8";

@media screen and (max-width: 1199px) {
	.c-sitemapList .g-menu__item {
		width: calc(100% / 3);
	}
	
	.c-sitemapList .g-menu__item-child {
		width: 100%;
	}
	
} /* END Responsive 1199px */

@media screen and (max-width: 767px) {
	.c-sitemapList__items {
		padding: 0 .75em;
		display: block;
	}
	
	.c-sitemapList .g-menu__item {
		width: 100%;
	}
	
	
	
	
} /* END Responsive 767px */

@media screen and (max-width: 374px) {
} /* END Responsive 374px */
