.sec1{
	padding: 7.7% 0 11.45%;
}
.sec1 .list-box{
	margin-bottom: 4.375em;
}
.sec1 .list-box a{
	border-bottom: 1px solid #d1d1d1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
	padding-left: 1.125em;
	padding-right: 0.875em;
	height: 5.75em;
}
.sec1 .list-box h5{
	font-size: 1.25em;
	color: #333;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 1em;
}
.sec1 .list-box p{
	font-size: inherit;
	color: #666666;
}

@media only screen and (min-width:1024px){
	.sec1 .list-box a:hover{
		border-color: #00a4ff;
		color: #00a4ff;
	}
	.sec1 .list-box a:hover h5,.sec1 .list-box a:hover p{
		color: #00a4ff;
	}
}

@media only screen and (max-width:1024px) {
	.ban{
		background-position: 70% center;
	}
	.sec1{
		padding: 7.5% 0 15%;
	}
	.sec1 .list-box{
		margin-bottom: 10%;
	}
	.sec1 .list-box a{
		display: block;
		height: auto;
		padding: 2em 0;
	}
	.sec1 .list-box h5{
		font-size: 1.125em;
		margin-right: 0;
		margin-bottom: 1em;
	}
}