@charset "utf-8";
@import url("base.css");



/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/

/*メイン*/
h1{
	background-image: url(../img/policy/top_img.png);
}
#policy{
	margin: 4em auto;
}
#policy dt{
	width: 100%;
	font-size: 118%;
	color: #2e3c9b;
	font-weight: bold;
	border-bottom: 1px solid #E7E7E7;
	margin: 0 0 0.5em;
}
#policy dt:nth-child(n+2){
	margin: 2em 0 0.5em;
}
#policy dd{
	width: 99%;
	margin: 0 0 0 1%;
}


/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/

/* pc */
@media screen and (min-width: 1300px)  {

/*メイン*/
#policy{
	width: 1280px;
}
}

/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px)  {
	
/*メイン*/
#policy{
	width: 96%;
}
}
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/

/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px)  {

/*メイン*/
}

/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {

/*メイン*/
.facility_top dt{
	position: relative;
}
.facility_top dt img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
}

/* tablet3  */
@media only screen and (max-width: 767px) {

/*メイン*/
	#policy{
	margin: 2em auto;
}
}
