@charset "utf-8";
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#main {
	margin-bottom: 12rem;
}
#main .comNewsList {
	margin-bottom: 9rem;
}
@media all and (min-width: 897px) {
	#main .comNewsList li a {
		padding: 3.7rem 5rem 3.5rem 2rem;
		background-position: right 2rem center;
	}
	.comNewsList .date {
		margin-right: 2.4rem;
		font-size: 1.4rem;
	}
	.comNewsList .ttl {
		font-weight: 400;
	}
	.comNewsList .tag span {
		margin-bottom: -0.2rem;
		padding: 0.3rem 0.5rem 0.4rem;
		min-width: 7.5rem;
	}
}
@media all and (max-width: 896px) {
	#main .comNewsList {
		margin-bottom: 4rem;
	}
}