/* 活動報告 */
.c_report__list__item__thumb img {
	aspect-ratio: 4/3;
	object-fit: cover;
}

.c_report__list__item__title {
	display: -webkit-box;
	height: auto !important;
	position: static;
	padding: 0;
	margin: 8px 0 12px;
	opacity: 1;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: wrap;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.c_report__list__item > a:hover:after {
	display: none;
}

/* ニュース */
.c_newsList__item {
	width: 100%;
}

.c_newsList__item tr:first-child{
	height: 20px;
}

.c_newsList__item th,
.c_newsList__item td {
	display: table-cell !important;
	margin: 0 !important;
	border: none;
	vertical-align: top ;
	float: none;
}

.c_newsList__date {
	float: none;
	padding: 0!important;
	font-size: 1.2rem;
	vertical-align: middle !important;
}

.c_newsList__title {
	margin: 0 0 !important;
	padding: 8px 0 0 !important;
	vertical-align: top !important;
	font-size: 1.4rem;
}

.c_newsList__title__text {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: wrap;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.c_newsList__category {
	overflow: hidden;
	width: auto;
	padding: 0 !important;
	text-align: left;
	font-size: 1.4rem;
}

.c_newsList__thumb {
	box-sizing: content-box;
	width: 80px;
	vertical-align: middle;
	padding: 0 16px 0 0 !important;
}

.c_newsList__thumb img {
	width: 80px;
	height: 80px;
}

@media only screen and (max-width: 767px) {
	.c_newsList > tbody > tr > td {
		padding: 1.42857em .35714em;
    border-bottom: 1px dotted #ccc;
	}

	.c_newsList__date {
		width: 8em;
	}

	.c_newsList__category {
		font-size: 1.2rem;
	}
}
