@charset "utf-8";

#cmeMain.subCatTop #cmeCont {
	padding-bottom: 120px;
}

.cat1 ~ #cmeMain.subCatTop #cmeCont .visualHeader {
	color: #fff;
	background-image: none;
	background-color: #75a1ef;
}

.cat1 ~ #cmeMain.subCatTop #cmeCont .visualHeader .cFrame {
	background-image: url(../images/header_bg.jpg);
	background-position: 543px 0;
}


.eventReport .yReportBlock {
	margin: 0 0 40px;
}

.eventReport .yReportBlock a {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	padding: 40px;
	background: #f7f7f7;
	text-decoration: none;
	transition: all 0.3s ease;
}

.eventReport .yReportBlock a:after {
	content: '';
	display: block;
	position: absolute;
	right: 25px;
	bottom: 25px;
	width: 7px;
	height: 7px;
	margin: 0;
	border-top: 2px solid #c00;
	border-right: 2px solid #c00;
	transform: rotate(45deg);
	transition: all 0.3s ease;
}

.eventReport .yReportBlock a:hover {
	opacity: 0.7;
}

.eventReport .yReportBlock .thumb {
	width: 32.983508%;
	margin-bottom: 0;
}

.eventReport .yReportBlock .thumb img {
	width: 100%;
	height: auto;
}

.eventReport .yReportBlock .textArea {
/*	flex: 1;*/
	width: 67.016492%;
	padding: 0 16.491754% 0 3.598201%;
}

.eventReport .yReportBlock .year {
	position: absolute;
	top: 40px;
	right: 48px;
	color: #7a9099;
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
}

.eventReport .yReportBlock.new .titleArea:before {
	display: inline-block;
	content: 'NEW';
	margin: 0 0 12px;
	padding: 3px 10px;
	color: #c00;
	border: 1px solid #c00;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.03em;
}

.eventReport .yReportBlock .summary {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: calc(12/7);
}



.eventReport .reportList {
	justify-content: space-around;
	margin: 80px -2.61669% 75px;
}

.eventReport .reportBlock {
	width: 45.026882%;
	padding: 0;
}

.eventReport .reportBlock .blockTitle {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
}



@media only screen and (max-width:767px) {
	
	
	#cmeMain.subCatTop #cmeCont {
		/*padding-bottom: 120px;*/
	}
	
	.cat1 ~ #cmeMain.subCatTop #cmeCont .visualHeader {
		
	}
	
	.cat1 ~ #cmeMain.subCatTop #cmeCont .visualHeader .cFrame {
		background-image: url(../images/header_bg_sp.jpg);
		background-position: 50% 100%;
		background-size: 100% auto;
	}
	
	
	.eventReport .yReportBlock {
		margin: 0 0 40px;
	}
	
	.eventReport .yReportBlock a {
		display: block;
		padding: calc(100vw/(750/24));
	}
	
	.eventReport .yReportBlock a:after {
		right: calc(100vw/(750/25));
		bottom: calc(100vw/(750/25));
		width: calc(100vw/75);
		height: calc(100vw/75);
	}
	
	
	.eventReport .yReportBlock .thumb {
		width: 100%;
		margin-bottom: calc(100vw/(750/40));
	}
	
	.eventReport .yReportBlock .thumb img {
		width: 100%;
		height: auto;
	}
	
	.eventReport .yReportBlock .textArea {
		width: 100%;
		padding: 0;
	}
	
	.eventReport .yReportBlock .year {
		display: none;
	}
	
	.eventReport .yReportBlock.new .titleArea:before {
		margin: 0 0 calc(100vw/(750/12));
		padding: calc(100vw/(750/7)) calc(100vw/(750/12));
		font-size: calc(100vw/(750/22));
	}
	
	.eventReport .yReportBlock .summary {
		margin: calc(100vw/(750/18)) 0 0;
		font-size: calc(100vw/(750/26));
		line-height: 2;
	}
	
	
	
	.eventReport .reportList {
		margin: calc(100vw/(750/120)) 0 calc(100vw/(750/105));
	}
	
	.eventReport .reportBlock {
		width: 100%;
		margin: 0 0 calc(100vw/(750/105));
		padding: 0;
	}
	
	.eventReport .reportBlock .blockTitle {
		font-size: calc(100vw/(750/30));
	}
	
	.eventReport .reportBlock .summary {
		font-size: calc(100vw/(750/26));
		line-height: 2;
	}

	
	
}