@charset "UTF-8";
/* CSS Document */


	
	
/* sitemap
--------------------- */
#sitemap .box {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 70px;
}
#sitemap .box:nth-child(3n) {
	margin-right: 0;
}
	#sitemap .box a.head {
		display: block;
		border-bottom: solid 1px #ddd;
		padding-bottom: 18px;
	}
	#sitemap .box a.head:hover {
		opacity: 0.7;
	}
		#sitemap .box a.head .en {
			display: block;
			font-size: 1.4rem;
			line-height: 1;
			margin-bottom: 8px;
		}
		#sitemap .box a.head .jp {
			display: block;
			font-size: 2.0rem;
			line-height: 1.3em;
		}

	#sitemap .box ul {
		margin-top: 15px;
	}
		#sitemap .box ul li {
			margin-bottom: 5px;
		}
			#sitemap .box ul li a {
				display: block;
				font-size: 1.5rem;
			}
			#sitemap .box ul li a:hover {
				opacity: 0.7;
			}





/* 1024px */
@media screen and (max-width: 1024px) {


	
	
/* sitemap
--------------------- */
#sitemap .box {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 70px;
}
#sitemap .box:nth-child(3n) {
	margin-right: 4%;
}
#sitemap .box:nth-child(2n) {
	margin-right: 0;
}
		#sitemap .box a.head .en {
			font-size: 1.2rem;
		}
		#sitemap .box a.head .jp {
			font-size: 1.8rem;
		}

		#sitemap .box ul li a {
			font-size: 1.4rem;
		}



}





/* max 768px */
@media screen and (max-width: 768px) {


	
	
/* sitemap
--------------------- */
#sitemap .inner {
	display: block;
}
	#sitemap .box {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}
	#sitemap .box:nth-child(3n) {
		margin-right: 0;
	}



}