.mainvis .title{
	letter-spacing:initial;
	margin:12% 0 0;
}
section h2{
	margin:0 auto 40px;
	color:#991700;
	font-size:20px;
	font-weight:500;
	line-height:1;
	letter-spacing:20px;
	text-align:center;
	background:none;
}

.lead{
	text-align:center;
	font-size:24px;
	line-height:2;
	padding:60px 0;
}

.subject{
	background:#F5F2ED;
}
.subject ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.subject ul li{
	position:relative;
	width:32%;
	margin:0 0 30px;
	font-size:0;
}
.subject ul li img{
	width:100%;
}
.subject ul li div{
	position:absolute;
	bottom:10px;
	width:100%;
	padding:15px 0;
	text-align:center;
	font-size:20px;
	font-weight:500;
	line-height:1;
	color:#333;
	background:rgba(255,255,255,0.5);
	backdrop-filter: blur(4px);
}

.about{
	font-size:20px;
	line-height:2;
}

.news{
	background:#F5F2ED;
}
.news h2{
	color:#333;
}
.news dl{
	height:400px;
	overflow-y:auto;
}
.news dt{
	margin:0 0 20px;
	font-weight:700;
	line-height:1.3;
}
.news dt span{
	display:block;
	margin:10px 0 0;
	font-size:20px;
	color:#991700;
	font-weight:400;
}
.news dd{
	margin:0 0 60px;
}

@media screen and (max-width: 980px) {
	.mainvis .title{
		margin:18% 0 0;
	}
	section.lead{
		padding: 30px 0;
		font-size:18px;
	}
	.subject ul li{
		width:100%;
		margin:0 0 20px;
	}
	
	.about{
		font-size:16px;
	}
	
}

