@charset "utf-8";
/* CSS Document */

#sitemap {
	padding: 3%;
	padding-bottom: 30vh;
}
#sitemap #sitemap_box {
	padding: 3%;
}
#sitemap .cate{
	background-color: rgba(255,255,255,1.00);
	color: #333;
	margin-bottom: 30px;
	padding: 10px;
}
#sitemap ul li {
	text-align: center;
	margin: 3% 0;
	box-shadow: 0 2px 4px #4d4d4d;
}
#sitemap ul li a{
	color: #fff;
	display: block;
	padding: 10px 0;
	position: relative;
	border-bottom: 1px solid #fff;
	background-color: #00ABF0;
}

#sitemap ul li a::after{
	font-family: "FontAwesome";
	content: '\f0da';
	position: absolute;
	top: 1rem;
	right: 3rem;
}

/*タブレット以上*/
@media screen and (min-width: 700px){
	#sitemap{
		padding: 5% 8%;
		padding-bottom: 50%;
	}
}
/*横向き*/
@media screen and (orientation: landscape){
@media screen and (max-height: 700px){
}
@media screen and (min-height: 700px){
}
}