@charset "utf-8";
/* ----------------------------------------------------------------------------------------
busuness
------------------------------------------------------------------------------------------- */
h2{
	letter-spacing: 0.1em;
}
.boxBusiness{
	border: 1px solid #DDD;
	margin-bottom: 4em;
	border-radius: 4px;
	overflow: hidden;
}
.boxBusiness .boxInner{
	padding: 30px 40px 10px;
}
.boxBusiness h3{
	padding: 15px 20px;
	background-color: #5472cd;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 0;
}
.business01Chart{
	height: 80px;
	font-size: 16px;
	line-height: 80px;
	background-image: url(../images/business_01_chartbg.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	margin-bottom: 30px;
}
.columnHalf .boxStyle1 .inner .listStyle1{
	margin-bottom: 0;
}

@media screen and (max-width: 765px) {
.boxBusiness .boxInner {
	padding: 15px 20px 10px;
}
}

@media screen and (max-width: 480px) {
.boxBusiness h3 {
	padding: 10px 10px;
	font-size: 16px;
}
.boxBusiness .boxInner {
	padding: 15px 10px 5px;
}
}