@charset "utf-8";
.report_item {
		max-width: 880px;
		margin: 0 auto 25px;
		height: 110px;
}
.report_item a {
		color: #1e1e1e;
		text-decoration: none;
}
.report_item_in {
		display: flex;
		align-items: center;
		height: 110px;
		background-color: #fff;
		border-radius: 20px;
		overflow: hidden;
		border: 1px solid #1e1e1e;
		box-sizing: border-box;
}
.report_item_thumb {
		width: 230px;
		margin-right: 15px;
}
.report_item_thumb img {
		width: 100%;
		height: 110px;
		object-fit: cover
}
.report_item_caption {
		flex: 1
}
.report_item_caption .date {
		font-size: 14px;
		font-family: "Baloo 2";
		line-height: 1;
		margin: 0 0 10px;
}
.report_item_caption .report_title {
		font-size: 16px;
		line-height: 1.8;
}