@charset "UTF-8";



/* event */
.event {
	margin-top:24px;
	padding-bottom:24px;
	background:url("../images/event/dot_line.png") left bottom / 4px auto repeat-x;
}

.event:first-of-type {margin-top:0;}

.event:last-of-type {
	padding-bottom:0;
	background:transparent;
}

.event_ttl {
	margin-bottom:24px;
	font-size:134%;
	font-weight:500;
	text-align:center;
}

.text {margin-top:24px;}


@media screen and (min-width:1024px) {
	.event {
		margin-top:48px;
		padding-bottom:48px;
		background:url("../images/event/dot_line.png") left bottom / 8px auto repeat-x;
	}

	.event_ttl {
		margin-bottom:48px;
		font-size:172%;
	}

	.text {margin-top:48px;}
}


