@charset "UTF-8";

/**==============================================**/
/*
/*			共通設定
/*
/**==============================================**/

.sub-page .main-img-wrap .box-headd {
	top: 50%;
	bottom: auto;
	left: 50%;
}

.sitemap-list dl dt {
	background: #1e3557;
	color: #fff;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #1e3557;
}
.sitemap-list dl dt span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	display: inline-block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sitemap-list dl dt {
	height: 64px;
}
.l-link a {
	width: 100%;
	height: 64px;
}



/**==============================================**/
/*
/*			SP
/*
/**==============================================**/

@media screen and (max-width:639px) {

	.main-img-wrap {
		position: relative;
		height: 160px;
	}
	.sub-page .main-img-wrap .box-headd {
		margin: auto;
		width: 80%;
		padding: 2em 0;
		position: absolute;
	}



	/* sec-01 */
	.sec-01 {}
	.sec-01 .inner-wrap {
		width: 91.6%;
	}
	.sitemap-list > li {
		margin-bottom: 30px;
	} 
	.sitemap-list dl dt {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	.inner-list li {
		margin-bottom: 20px;
	}



}



/*@media screen and (min-width:480px) and (max-width:639px) {}*/



/**==============================================**/
/*
/*			sp-l ～ tab
/*
/**==============================================**/

@media screen and (min-width:640px) and (max-width:1159px) {

	.main-img-wrap {
		height: 300px;
	}
	.sub-page .main-img-wrap .box-headd {
		width: 60%;
		height: 120px;
	}
	.sub-page .box-headd h1 {
		width: 90%;
	}



	/* sec-01 */
	.sec-01 {}
	.sec-01 .inner-wrap {
		max-width: 898px;
		width: 91.6%;
	}
	.sitemap-list > li {
		margin-bottom: 30px;
	} 
	.sitemap-list dl dt {
		width: 49%;
		margin-bottom: 20px;
	}
	.inner-list li {
		width: 49%;
		float: left;
		margin-bottom: 20px;
	}
	.inner-list li:nth-child(even) {
		float: right;
	}




}




/**==============================================**/
/*
/*			sp tab 共通
/*
/**==============================================**/

@media screen and (max-width:1159px) {

	.main-img-wrap {
		width: 100%;
	}
	.sub-page .main-img-wrap .box-headd {
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}



	/* sec-01 */
	.sec-01 {
		width: 91.6%;
		margin-right: auto;
		margin-left: auto;
	}
	#breadcrumbs {
		max-width: 898px;
		width: 83.6%;
	}



}



/**==============================================**/
/*
/*			PC
/*
/**==============================================**/
@media print, screen and (min-width:1160px){

	.main-img-wrap {
		width: 100%;
		height: 420px;
	}
	.sub-page .main-img-wrap .box-headd {
		-webkit-transform: translate(-50%, -13%);
		-ms-transform: translate(-50%, -13%);
		transform: translate(-50%, -13%);
	}
	.sub-page .main-img-wrap .box-headd {
		width: 414px;
		height: 120px;
	}
	
	#breadcrumbs {
		max-width: 898px;
	}



	/* sec-01 */
	.sec-01 {}
	.sec-01 .inner-wrap {
		max-width: 898px;
	}
	.sitemap-list > li {
		margin-bottom: 30px;
	} 
	.sitemap-list dl dt {
		width: 219px;
		margin-bottom: 20px;
	}
	.inner-list li {
		width: 24.4%;
		float: left;
		margin-bottom: 10px;
	}
	.inner-list li:not(:nth-child(4n)) {
		margin-right: .8%;
	}



}
