@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 > h2 {
	padding-bottom:8px;
	margin-bottom:12px;
	border-bottom:1px solid #333;
}
.wrap > p {
	font-size:16px;
	line-height:1.5;
	margin-bottom:2em;
}
.wrap > span {
	display:block;
	font-size:16px;
	line-height:1.5;
	margin-left:1em;
	text-indent:-1em;
}