@charset "utf-8";

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

section {
	width: calc(100% - 20px);
	max-width: 1280px;
	margin: 65px 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;
		font-size: 1.2em;
	}
	
	section > div.list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
	}
	
		section > div.list > img {
			display: block;
			width: calc(50% - 20px);
			margin: 65px 0 0;
		}

@media screen and (max-width:750px){
		section > div.list > img {
			width: calc(50% - 10px);
		}
}

@media screen and (max-width:550px){
	section > h2 {
		font-size: 1.8em;
	}
	
		section > div.list > img {
			width: 100%;
		}
}
