


/* 共通 */
.news dl:first-child {
	margin-top: 0;
}

/* PC */
.news {
	margin-top: 60px;
	margin-bottom: 60px;
	overflow: hidden;
}

.news dl {
	margin-top: 18px;
}

.news dl:nth-child(n+6) {
	display: none;
}

.news dl dt {
	color: #666;
	float: left;
}

.news dl dd {
	margin-left: 128px;
}

.news dl dd a {
	color: #003a91;
}

.news dl dd a:hover {
	color: #5378c6;
}

/* SP */
@media screen and (max-width: 767px) {
	.news {
		margin-bottom: 40px;
		padding: 0 2%;
	}

	.news dl {
		margin-top: 15px;
	}

	.news dl dt {
		font-weight: bold;
		line-height: 1.8;
	}

	.news dl dd a:hover {
		color: #003a91;
	}
}