@charset "utf-8";
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#main {
	margin-bottom: 34.5rem;
}
#main .comNewsUl > li:first-child {
	border-top: 0;
	padding-top: 1.7rem;
}
#main .comNewsUl > li {
	padding: 4.7rem 0 6rem 0.8rem;
	display: block;
}
#main .comNewsUl .infoBox {
	margin: 0.3rem 0 0.2rem;
	padding-left: 0;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#main .comNewsUl .infoBox .tagUl {
	margin-left: 1.5rem;
	position: static;
}
#main .comNewsUl .infoBox time {
	margin-top: 0.2rem;
}
#main .comNewsUl .text {
	margin-bottom: 1rem;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.83;
}
#main .comNewsUl .info {
	line-height: 2;
}
@media all and (max-width: 896px) {
	.pageTitle {
		padding-bottom: 1.9rem !important;
	}
	.headLine01 .en {
		margin-bottom: 5.3rem;
	}
	#main {
		margin-bottom: 11.5rem;
	}
	#main .comNewsUl > li:first-child {
		border-top: 1px solid #999;
	}
	#main .comNewsUl > li {
		padding: 2.5rem 0 3.8rem !important;
	}
	#main .comNewsUl .infoBox {
		margin: 0;
		width: auto;
	}
	#main .comNewsUl .infoBox .tagUl {
		margin: 0.4rem 0 0 0.6rem;
	}
	#main .comNewsUl .infoBox time {
		margin-top: 0.2rem;
	}
	#main .comNewsUl .text {
		margin: 0 0 1rem;
		font-family: "Montserrat", sans-serif;
		font-size: 1.6rem;
		font-weight: 900;
		line-height: 1.73;
	}
	#main .comNewsUl .info {
		line-height: 2;
		font-size: 1.4rem;
		line-height: 1.42;
		font-weight: 400;
	}
	
}