@charset "utf-8";

/* ========================================================
	information.css => Information用CSS
======================================================== */


/* information
============================================================================================================ */
#information {
	margin-bottom: 120px;
}
#information article:nth-child(odd) {
	background-color: #f7f7f7;
}
#information article > .w {
	padding: 60px 0 40px;
}
#information article > .w:after {
	content: ""; display: table; clear: both;
}
#information article .img {
	float: left;
	width: 280px;
}
#information article .img img {
	max-width: 100%;
}
#information article .img ~ * {
	margin-left: 320px;
}

@media screen and (max-width: 768px) {
	#information {
		margin-bottom: 60px;
	}
	#information article > .w {
		padding: 0;
	}
	#information article .img {
		float: none;
		width: auto;
		text-align: center;
	}
	#information article .img ~ * {
		margin-left: 0;
		margin-top: 15px;
	}

}


