@charset "utf-8";

/*---------------------------------
	Event記事　Report
---------------------------------*/
.event_content {
	padding-top: 50px;
}
.report_tit {
	text-align: center;
	margin-top: 25px;
}
.report_tit h1 {
	margin-bottom: 25px;
}
.report_tit .event_date {
	float: none;
	color: #44403f;
	margin-bottom: 25px;
}
.report-visual {
	width: 100%;
}
@media print, screen and (min-width:768px) {
	.report_tit {
		margin-top: 50px;
	}
	.report_tit h1 {
		margin-bottom: 35px;
		font-size: 32px;
	}
}