@charset "utf-8";
/* ============================================================ */
/*	サイトマップ
	#sitemap_index */
/* ============================================================ */
#sitemap_index #main {
	display : -webkit-flex;
	display : -ms-flexbox;
	display : flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 980px;
	margin: 0 auto;
	line-height: 1.6;
}

#sitemap_index .sitemap_column {
	flex: 0 1 45.9%;
}

#sitemap_index .sitemap_column .midashi03 + .midashi03 {
	margin-top: 30px;
}

#sitemap_index .sitemap_column ul {
	display : -webkit-flex;
	display : -ms-flexbox;
	display : flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 40px;
	font-size: 1.4rem;
}

#sitemap_index .sitemap_column ul li {
	flex: 0 1 50%;
	margin: 0 0 10px;
}

#sitemap_index .sitemap_column ul li a {
	display: flex;
}

#sitemap_index .sitemap_column ul li a i {
	margin: 0 5px 0 0;
}


#sitemap_index .sitemap_npo li:nth-child(2n+1),
#sitemap_index .sitemap_organization li:nth-child(2n+1),
#sitemap_index .sitemap_newbie li:nth-child(2n+1) {
	flex: 0 1 60%;
}

#sitemap_index .sitemap_npo li:nth-child(2n),
#sitemap_index .sitemap_organization li:nth-child(2n),
#sitemap_index .sitemap_newbie li:nth-child(2n) {
	flex: 0 1 40%;
}


