@charset "utf-8";

/* kv
---------------------------------------------- */

#kv {
	position:relative;
	margin-bottom:150px;
	background:url(../images/kv.jpg) center center no-repeat;
	background-size:cover;
}
	@media(max-width:767px) {
		#kv {
			margin-bottom:100px;
		}
	}

.wrap {
	margin-bottom:150px;
}

.wrap table {
	border-collapse:collapse;
	margin:0 auto 100px auto;
}
	@media(max-width:980px) {
		.wrap table {
			width:auto;
		}
	}

.wrap table th, .wrap table td {
	padding:12px;
	border:1px solid #999;
	vertical-align:middle;
	line-height:1.3;
}
.wrap table th {
	background-color:#F6F6F6;
}
.wrap div.link  {
	text-align:center;
}
.wrap div.link p  {
	line-height:1.3;
	margin-bottom:15px;
}
.wrap div.link img  {
	width:221px;
	margin-bottom:10px;
}
.wrap div.link > .btn {
	max-width:400px;
	margin:0 auto;
}