@charset "shift_jis";

#kv {
	height: 350px;
	margin: 0 auto;
	background: url("../../images/kv.jpg") no-repeat center center / cover;

	position: relative;
}

#kv::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 200px;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
}

#kv .kvText {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	z-index: 1;
}

#kv .kvText span {
	display: inline-block;
	padding: 0 3px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

#content h2 {
	margin-bottom: 20px;
}
#content p {
	margin-bottom: 15px;
	font-size: 15px;
}

#content .article ul li:nth-of-type(n+3){
	display: none;
	
}
