@charset "utf-8";

div#bg_box {
	background-image: url('../img/bg_event.jpg');
}
	
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
news
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

section {
	width: calc(100% - 20px);
	max-width: 860px;
	margin: 65px auto 0;
}

section + section {
	margin: 160px auto 0;
}

	section > h2 {
		font-size: 2.2em;
		text-align: center;
		margin: 0 auto;
	}
	
	section > p {
		margin: 40px auto 0;
		line-height: 2em;
		text-align: center;
	}
	
	section > p + p {
		margin: 20px auto 0;
	}
	
	
@media screen and (max-width:550px){
section + section {
	margin: 100px auto 0;
}

	section > h2 {
		font-size: 1.8em;
	}
}