@charset "utf-8";


#about #contents {
	background: url(../img/head_img_pageImg.jpg) center top no-repeat;
	background-size: 100% auto;
}
#about #bg-wp {
	width: 100%;
	background: #009944;
}
#about #flow {
	margin-top:0;
}
#about #contents .row {
	width: 100%;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#about #contents .note {
	font-size: 14px;
}

#about .headBox {
	color: #fff;
	border: 2px solid #fff;
	background: #009944;
	margin-bottom: 90px;
}

#about .ttlBlock:after {
	background: #fff;
}

#about .ttlBlock:after,
#about .ttlBlock h3 {
	color: #fff;
}

#about #aboutBox {
	padding-bottom: 120px;
}

#about #aboutBox .section {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 120px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#about #aboutBox h4 {
	color: #fff;
	padding-left: 20px;
	margin-bottom: 15px;
	background: url(../../common/img/icon_arrowY.gif) left center no-repeat;
	background-size: 15px 15px;
}

#about #aboutBox .detail {
	border-top: 1px solid #009944;
}

#about #aboutBox .detail strong {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7;
	display: block;
	margin-bottom: 20px;
}

#about #aboutBox .detail .txt {
	margin-bottom: 40px;
}

#about #aboutBox .detail .boxL {
	padding:0;
	margin-bottom: 15px;
}
#about #aboutBox .detail .boxR {
	padding:0;
}

/* sec03 */
#about #aboutBox #sec03 .graf {
	background: #eeede8;
}

/* sec04 */
#about #aboutBox #sec04.section {
	margin-bottom: 0 !important;
}

@media print, screen and (min-width: 768px) {
#about #contents {
	background-size: auto;
}
	#about #bg-wp {
		background: url(../img/bg_01.gif) center top repeat-y;
		background-size: 100% auto;
	}
	#about .headBox {
		min-height: 360px;
		height: auto !important;
		height: 360px;
	}
	#about .headBox .txt {
	}
	#about #aboutBox .section {
		width: 750px;
		margin: 0 auto;
		padding:0;
	}
	#about .ttlBlock .fig {
		float: right;
		margin-left: 15px;
	}
	#about #aboutBox h4 {
		padding-left: 35px;
		margin-bottom: 25px;
		background-size: 20px 20px;
	}
	#about #aboutBox .detail {
	}
	#about #aboutBox .detail strong {
		font-size: 24px;
	}
	#about #aboutBox .detail .boxL {
		margin-bottom: 0;
		padding-right: 15px;
	}
	#about #aboutBox .detail .boxR {
		padding-left: 15px;
	}
	/* #se03 */
	#about #aboutBox #sec03 .note {
		text-align: right;
	}
}

@media (min-width: 992px) {
	#about .headBox {
		min-height: 380px;
		height: auto !important;
		height: 380px;
	}
	#about #aboutBox .section {
		width: 920px;
		margin: 0 auto;
	}
	#about #aboutBox .detail {
		padding: 70px;
		padding-top: 50px;
		padding-right: 50px;
	}
}
@media print {
	#about .headBox {
		color: #3e3a39;
		background: #fff;
	}
	#about .headBox .ttlBlock h3,
	#about #aboutBox h4 {
		color: #3e3a39;
	}
	#about .ttlBlock:after {
		background: #009944;
	}
}