@charset "UTF-8";


/*****************************************************
　サイトマップ　
*****************************************************/
.sitemap-list-area{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:30px 0 140px;
}
/* サイトマップリスト 
------------------------------------------------- */
.sitemap-list{
	box-sizing:border-box;
	margin:0 2.5% 2.5%;
	width:45%;
}
.sitemap-list,
.sitemap-list ul{
	padding:0 0 0 25px;
}
.sitemap-list li{
	letter-spacing:0.025em;
	line-height:1.7;
}


@media screen and (max-width:1024px){
	/*****************************************************
	　サイトマップ　
	*****************************************************/
	.sitemap-list-area{
		margin:3.75vw 0 17.5vw;
	}
	/* サイトマップリスト 
	------------------------------------------------- */
	.sitemap-list,
	.sitemap-list ul{
		padding:0 0 0 3.12vw;
	}
}

