@charset "utf-8";
/* サイトマップのcss */

/*=========================================
		サイトマップ
=========================================*/
#sitemap_wrap h4 { margin-bottom: 2rem; }
#sitemap_wrap h4.ttl-mark { line-height: 1.5;}
#sitemap_wrap ul li ul li { margin-bottom: 1.5rem; }
#sitemap_wrap ul li a { 
	position: relative;
	padding-left: 12px;
	width: auto;
	display: inline-block;
	/*border-bottom: 1px solid #545454;
	line-height: 1;*/
}
#sitemap_wrap ul li a:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f101";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-size: 16px;
	font-size: 1.6rem;
	color: #141414;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-weight: 300;
}
#sitemap_wrap ul li a p { display: inline-block; }

@media screen and (max-width: 480px) {
	/*=========================================
			サイトマップ
	=========================================*/	
	#sitemap_wrap > ul > li { margin-top: 4rem; }
	#sitemap_wrap > ul > li:first-of-type { margin-top: 0; }
	#sitemap_wrap h4 { margin-bottom: 1.5rem; }
}