@charset "UTF-8";

.key-visual {
    background: url(../images/news-key-visual.jpg) no-repeat;
    background-position: center right;
    background-size: cover;
}
#news{
	position: relative;
	z-index: 9;
}
#news:after{
	content: "";
	display: block;
	width: 100%;
	height: 25px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/wave-bottom.png);
	background-position: center;
}
#news dl{
	line-height: 1.8;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
}
#news dt{
	padding: 10px 0 0 0;
	font-size: 14px;
}
#news dd{
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #c2c2c2;
}
#news dd a{
	color: #001273;
}
.pager{
	padding-top: 60px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.pager li{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 10px;
	background: #fff;
	display: flex;
	display: webkit-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}
.pager a{
	color: #fff;
	background: #777;
	display: flex;
	display: webkit-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}


@media screen and (max-width: 768px){
	header h1{
		//padding-right: 20px;
	}
	#news:after{
		height: 10px;
		width: 100%;
		background-size: auto 100%;
		background-position: center;
	}
	#news .sec-ttl{
		width: 100%;
		height: 6em;
		float: none;
	}
	#news dl{
		float: none;
		width: 100%;
		margin: auto;
		padding: 0;
		border: none;
	}
	#news dt{
		padding: 10px 0 0 0;
		font-size: 1.4rem;
	}
	.pager{
		padding-top: 30px;
	}
	.pager li{
		width: 40px;
		height: 40px;
		margin: 0 5px;
		box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
	}

}