@charset "utf-8";
/* サイトマップ css */

#sitemap {
	width: 80%;
    margin: 0 auto;
}
#sitemap div {
	width: 46.512%;
	float: left;
}
#sitemap div:first-child { margin-right: 5.814%; }
#sitemap h4 {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 0.5rem;
	margin-bottom: 2rem;
	padding-left: 10px;
	margin-top: 2rem;
}
#sitemap div ul { margin-left: 10px; }
#sitemap div ul li { 
	margin-bottom: 1.8rem;	
}
#sitemap div ul li a {
	color: #3d342f;
	font-weight: 500;
	font-weight: bold;
	display: inline;
}
#sitemap div ul li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: “alpha( opacity=50 )”;
	 -webkit-transition: all 0.05s linear;
    -moz-transition: all 0.05s linear;
    -o-transition: all 0.05s linear;
    -ms-transition: all 0.05s linear;	
    transition: 0.1s linear;
}

@media screen and (max-width: 480px) {
	#sitemap { width: 100%; }
	#sitemap div { 
		width: 100%;
		float: none;
	}
	#sitemap .square-arrow::before { margin-top: 2px; }
	#sitemap .square-arrow::after { top: 6px; }
	#sitemap div.fm-site { margin-top: 4.5rem; }
	#sitemap div ul li { margin-bottom: 1.5rem; }
}