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


#kv-sp { display: none; }

#main {
	margin: 0;
	padding-bottom: 40px;
	background: no-repeat url(../images/main-bg.png) center top / cover;
	}

#kv {
	position: relative;
	width: 100%;
	height: 314px;
	margin: 0 0 85px 0;
	background: url(../images/kv-bg.png) no-repeat center top / auto 314px;
	overflow: hidden;
	}
	#kv h1 {
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		width: 272px;
		height: 75px;
		margin: -35px 0 0 0;
		background: url(../images/kv-title.png) no-repeat center / contain;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		}



.message-txt {
	display: block;
	width: 682px;
	margin: 0 auto 60px;
	color: #333;
	font-size: 12px;
	line-height: 2.0;
	}

.message-h3 {
	display: block;
	width: 682px;
	margin: 0 auto 28px;
	color: #0071bc;
	font-size: 22px;
	line-height: 1.8;
	text-align: center;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
	letter-spacing: .1em;
	}

.message-sign {
	width: 682px;
	height: 194px;
	margin: 0 auto 60px;
	background: url(../images/sign.png) no-repeat left top / auto 194px;
	}

.message-sign-sp {
	display: none;
}