@charset "UTF-8";

/*------------------------------
     	キービジュアル
------------------------------*/
#key {
	z-index: -9999;
}
#key #key-inner {
	max-width: 1000px;
	margin: 0 auto;
	height: 450px;
	background: url(../img/top.png) center bottom no-repeat;
}
#key #key-inner .key-cnt {
	max-width: 960px;
	position: relative;
}

#key h1 {
	position: absolute;
	top: 200px;
	left: 100px;
	padding: 1em;
	font-size: 1.2em;
	display: table;	
	background: url(../img/h1-bg.png);
	display: none;
}
#key {
	width: 100%;
	background: url(../img/main1.jpg) bottom center no-repeat #fff;
	background-size: cover;
	height: 450px;
	box-shadow: 0 2px 3px 1px rgba(0,0,0,0.2);
}
.contact {
	display: none;
}
.wrap {
	margin-top: 40px;
}
.wrap h2 {
	color: #555;
	text-align: center;
}
.topBx h2 {
	font-size: 1.2em;
	line-height: 1.5;
}

.wrap-inner {
	margin: 0 auto;
	padding: 0px 0 0;
}

.wrap .top-cnt {
	margin: 40px auto;
	list-style: none;
	text-align: center;
	position: relative;
	z-index: 0;
	display: table;
	font-size:0;
	width: 960px;
	max-width: 100%;
}
.wrap .top-cnt li {
	display: inline-block;
	margin-left: 10px;
}
.wrap .top-cnt li:first-child {
	margin: 0;
}

#h2Cnt {
	display: table;
	max-width: 960px;
	margin: 0 auto;
}
#h2Cnt h2, #voice #h2Cnt p {
	display: table-cell;
	vertical-align: middle;
	text-align: justify;
}
#h2Cnt h2 {
	width: 13em;
	text-align: left;
}


@media screen and (min-width: 969px) {
	#topNews.view {
		width: 960px;
		display: table;
	}
	#topNews h2,
	#topNews ul {
		display: table-cell;
		vertical-align: middle;
	}
	#topNews ul {
		padding-left: 15px;
	}
}
#topNews.view {
	max-width: 100%;
	margin: 30px auto 0;
	padding: 15px;
	background: #fff;
}
#topNews h2 {
	font-size: 1.2em;
	line-height: 1.5;
	width: 13em;
	width: calc( 13em - 6px );
	border: solid 3px #666;
	padding: 0.5em;
	border-radius: 0px;
}
#topNews ul {
	list-style: none;
}
#topNews li {
	border-bottom: solid 1px #666;
}
#topNews li + li {
	margin-top: 5px;
}
#topNews li .date {
	display: inline-block;
	width: 8em;
}