@media screen and (min-width: 768px) {
	.h-md-215px {
		height: 215px;
	}
}

.object-fit-cover {
	object-fit: cover;
}

.news-title {
	height: 48px;
	/* 2行以上になる場合「…」で省略する */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
