.business01{
	height: 610px;
	position: relative;
	top:-45px;
	background-image: url(../images/category_topbk/topbk_business.jpg);
	background-repeat: no-repeat;
	background-position: right top 0;
	background-size: auto 100%;
}

#category-business h1 span{padding: 0 0.3em;}
#category-business h1 span:first-child{padding: 0 0.3em 0 0 ;}

#category-business{width:100%;}

/*丸アイコン*/
.busi_all{width:645px;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.busi_all_box{text-align: center;margin-bottom: 10px;display:block;width:110px;}
.busi_all_box:hover{display:block;opacity: 0.8;}
/*丸アイコン終わり*/


/*保有機械*/
.machine_list{display: flex;justify-content: space-evenly;}
.machine_list ul{width: 430px;margin: 20px;}
.machine_list ul li{
	margin: 1em;
	border-bottom: dotted 1px #ccc;
	display: flex;
}
.machine_list ul li>div:nth-child(1){
	width: 80%;
	text-align: left;
}
.machine_list ul li>div:nth-child(2){
	width: 20%;
	text-align: right;
}
.machine_list_midashi{font-weight: bold;font-size: 1.5em;}
.machine_img{display: flex;justify-content: space-evenly;flex-wrap: wrap;}
.machine_img img{width:326px;margin-bottom: 20px;}
/*保有機械終わり*/


/*事業案内メッセージ*/
.business_messe_wrap span.kari{
	display: block;
	width: 1140px;
	height: 350px;
	background-color: #ccc;
}

.business_messe_box{margin: 50px 0;}

/*事業案内メッセージおわり*/

.busi-img{}

.busi-img img{width: 35%;height: auto;}
.busi-img video{width: 35%;height: auto;}


