@charset "utf-8";

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

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

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

	section > h2 {
		font-size: 2.2em;
		text-align: center;
		margin: 0 auto;
	}
	
	section > h3 {
		font-size: 1.6em;
		text-align: center;
		margin: 30px auto 0;
	}
	
		section > h3 > br {
			display: none;
		}
	
	
	section > p {
		margin: 40px auto 0;
		line-height: 2em;
	}
	
	section > h3 + p {
		margin: 30px auto 0;
	}

@media screen and (max-width:550px){
section + section {
	margin: 100px auto 0;
}

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

		section > h3 > span {
			display: none;
		}
		
		section > h3 > br {
			display: inline;
		}
}
