@import url(reset.css);
@import url(base.css);
@import url(common.css);


#container .p_title {
	padding: 65px 0;
	margin: 0;
}


#container .p_title h1 {
	display: inline-block;
	font-size: 2.4em;
	position: relative;
	font-weight: 400;
	padding: 0 0 30px;
	letter-spacing: 0.05em;
}


#container .p_title h1:after {
	background: #595757;
	width: 50px;
	height: 1px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}


/*-------------------------------------------------------------------
	sitemap
-------------------------------------------------------------------*/

#sitemap {
	margin: 0 0 -50px;
}

#sitemap .same {
	overflow: hidden;
	zoom:1;
	margin: 0 0 60px;
}


#sitemap .same .box {
	width: 306px;
	float: left;
	margin-right: 35px;
}

#sitemap .same .box.last {
	margin-right: 0;
}


#container #sitemap .subt01 {
	color: #53488f;
}

#sitemap .same .box .links li {
	margin: 0 0 10px;	
}

#sitemap .same .box .links li:last-child {
	margin: 0;
}

#sitemap .same .box .links li.sub {
	padding-left: 18px;
}

#sitemap .same .box .links li a,
#sitemap .same .box .links li span {
	position: relative;
	display: block;
	padding-left: 18px;
}

#sitemap .lists li a {
	position: relative;
	display: block;
	padding-left: 20px;
}



#sitemap .same .box .links li a:before,
#sitemap .same .box .links li span:before {
	width: 7px;
  height: 7px;
  border: 2px solid;
  border-color: #53488f #53488f transparent transparent;
  transform: rotate(45deg);
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
}

#sitemap .lists li a:before {
	width: 7px;
  height: 7px;
  border: 2px solid;
  border-color: #53488f #53488f transparent transparent;
  transform: rotate(45deg);
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
}

#sitemap .lists {
	overflow: hidden;
	zoom:1;
}


#sitemap .lists li {
	width: 306px;
	float: left;
	margin-right: 35px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #9fa0a0;
	font-size: 1.2em;
}

#sitemap .lists li:nth-child(3n) {
	margin-right: 0;
}




/*===============================================
  画面の横幅が1024px以下に適用
===============================================*/
@media screen and (max-width: 1024px){
	
	
	/* sitemap */



	#sitemap .same .box {
		width: 32%;
		float: left;
		margin-right: 2%;
	}

	#sitemap .same .box.last {
		margin-right: 0;
	}

	#sitemap .lists li {
		width: 32%;
		margin-right: 2%;
	}

	#sitemap .lists li:nth-child(3n) {
		margin-right: 0;
	}
}

/*===============================================
  画面の横幅が768px以下に適用
===============================================*/
@media screen and (max-width: 768px){
	
	#container .p_title h1 {
		font-size: 1.6em;
	}
	
}

/*===============================================
  画面の横幅が640px以下に適用
===============================================*/
@media screen and (max-width: 640px){
	
	
	/* sitemap */

	#sitemap {
		margin: 0 0 -30px;
	}

	#sitemap .same {
		overflow: hidden;
		zoom:1;
		margin: 0 0 30px;
	}


	#sitemap .same .box {
		width: auto;
		float: none;
		margin: 0 0 30px;
	}

	#sitemap .same .box.last {
		margin: 0;
	}



	#sitemap .lists li {
		width: auto;
		float: none;
		margin:0 0 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #9fa0a0;
		font-size: 1.2em;
	}

	#sitemap .lists li:nth-child(3n) {
		margin:0 0 10px;
	}
	
	#sitemap .lists li:last-child {
		margin:0;
	}
}

/*===============================================
  画面の横幅が380px以下に適用
===============================================*/
@media screen and (max-width: 380px){
}