@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 BUSINESS
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

#business h3 {
	font-size: 26px;
	padding: 0 10px;
	margin: 0 0 10px;
	color: #339900;
	font-weight: normal;
	border-left: solid 8px #339900;
}
#business h4 {
	font-size: 26px;
	margin: 0 0 10px;
	color: #339900;
	font-weight: normal;
}
#business h5 {
	font-size: 20px;
	margin: 0 0 10px;
	color: #333;
}
#business section {
	margin: 0 0 50px;
}
#business section p {
	margin: 0 0 1em;
}
#business section .columnBlock01 { width: 200px; }
#business section .columnBlock02 { width: 585px; }

#business section .qu2Wrap {
	padding: 15px 0 0;
}
#business section .qu2Wrap .columnBlock01 { width: 200px; }
#business section .qu2Wrap .columnBlock02 { width: 580px; }

#business section#hoshin ul li {
	margin: 0 0 1.5em;
	line-height: 1.6;
}
/* PC向けレイアウトの指定：981px以上では固定レイアウト */
@media only screen and (max-width: 767px) {
	#business section .columnBlock01 { width: 100%; }
	#business section .columnBlock02 { width: 100%; }

	#business img { width: 100%; }
	#business section .columnBlock02 {
		padding: 2% 0 0;
	}
	#business section {
		margin: 0 0 5%;
	}
}