@charset "utf-8";
/**
 * style.css
 */

/* index
--------------------------------------------------*/
/* layout */
#pageTitle {
	background-image: url(../imgs/bg-pagetitle.jpg);
}
#content .logo {
	margin-bottom: 80px;
	padding: 81px 79px;
	border: #e6e6e6 solid 1px;
	text-align: center;
}
#content .section {
	margin-top: 60px;
	padding-top: 60px;
	border-top: #eaeaea solid 1px;
}
#content .logo + .section {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
#content .section .title {
	float: left;
	margin-bottom: 0;
	text-align: left;
}
#content .section .body {
	margin-left: 200px;
}
#content .section .body p {
	margin-top: 2em;
}
#content .section .body p:first-child {
	margin-top: 0;
}
#content .section .body .text {
	box-sizing: border-box;
	float: left;
	width: 100%;
	margin-right: -300px;
	padding-right: 340px;
}
#content .section .body .image {
	float: right;
	width: 300px;
}
/* SP */
@media only screen and (max-width:767px) {
	#content .logo {
		margin-bottom: 30px;
		padding: 14px;
	}
	#content .section {
		margin-top: 30px;
		padding-top: 30px;
	}
	#content .section .title {
		float: none;
		margin-bottom: 10px;
	}
	#content .section .body {
		margin-left: 0;
	}
	#content .section .body .text {
		float: none;
		width: auto;
		margin-right: 0;
		padding-right: 0;
	}
	#content .section .body .image {
		float: none;
		width: auto;
		margin-top: 15px;
		margin-left: 0;
	}
}