@charset "UTF-8";


.sitemap_content_wrap{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -60px -60px 0;
}

.sitemap_content_wrap .sitemap_content{
	width: 50%;
	padding: 0 60px 60px 0;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width:700px) {
	
	.sitemap_content_wrap{
		margin: 0;
	}
	
	.sitemap_content_wrap .sitemap_content{
		width: 100%;
		padding: 0;
	}
	
}


.sitemap_list{
	flex-grow: 1;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

@media screen and (max-width:700px) {
	.sitemap_list{
		border-bottom: none;
	}
	
	.sitemap_content:last-child .sitemap_list{
		border-bottom: 1px solid #cccccc;
	}
	
}

.sitemap_list_block{
	border-bottom: 1px solid #cccccc;
	padding: 20px 0;
}

.sitemap_list_block:last-child{
	border-bottom: none;
}

.sitemap_list_title{
	position: relative;
	padding:  0 0 0 35px;
	font-size: 18px;
	line-height: 1.4;
}

.sitemap_list_title:before{
	content: "";
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 24px;
	height: 4px;
	margin: -2px 0 0 0;
	background-color: #efdd00;
}

/*  .sitemap_list01 */

.sitemap_list01{
	margin: 20px 0 30px 0;
}

.sitemap_list01:last-child{
	margin-bottom: 5px;
}

.sitemap_list01_block{
	
}

.sitemap_list01_title{
	
}


.sitemap_list01_child{
	margin: 0 -5px -5px 0;
}

.sitemap_list01_child > li{
	display: inline-block;
	vertical-align:  top;
	padding: 0 5px 5px 0;
}


