@charset "UTF-8";


.omi-top {
	margin-bottom: 40px;
}
.omi-top h2 {
	margin-top: 40px;
}
.more {
	border-top: 1px solid #e5e5e5;
}
.omi-top .box-group .box .img {
	padding-top: 56.25%;
	background: url('/2019/shared/images/no_image.jpg') center center no-repeat transparent;
	background-size: contain;
}
.omi-top .more {
	margin-top: 50px;
}

@media screen and (max-width: 768px) {
	.omi-top {
		margin-bottom: 30px;
	}
	.omi-top .read {
		margin-bottom: 1.5em;
	}
	.omi-top h2 {
		margin-top: 20px;
	}
	.omi-top .more {
		margin-top: 30px;
	}
}