@charset "UTF-8";
/* CSS Document */

/*section0*/
.sec0{
	background: #bfbfbf; 
	
}
.subttl{
	background: #000;
	padding-bottom: 100px;
}
.ttl_m{
	padding-bottom: 30px;
}
/* サブタイトルbg */
h2{
	width: 100%;
	height: 300px;
	background-image: url("../img/business/bg_subtit.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

/* メイン */
.business_wrap{
	width: 1280px;
	margin: -50px auto 50px auto;
	background: #fff;
}
.business_inr{
	width: 1200px;
	margin: 0 auto;
	background: #fff;
}
.business_ttl{
	text-align: center;
	font-size: 20px;
	margin-bottom: 50px;
}
.business_group{
	display: flex;
	justify-content: space-between;
}
.business_left,.business_right{
	width: 560px;
	height: 800px;
}
.business_left h4,.business_right h4{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}
.business_left h4 img,.business_right h4 img{
	vertical-align: -15px;
	margin-right: 15px;
}
.business_left p,.business_right p{
	padding-bottom: 20px;
}

@media screen and (max-width: 1280px){

/* メイン */
.business_wrap{
	width: 95%;
	margin: -50px auto 50px auto;
	background: #fff;
}
.business_inr{
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
.business_group{
	display: flex;
	justify-content: space-between;
}
.business_left,.business_right{
	width: 45%;
	height: 800px;
}
.business_left p img,.business_right p img{
	width: 100%;

}
}
@media screen and (max-width: 815px){

/* メイン */
.business_ttl{
	text-align: left;
	font-size: 18px;
	margin: -130px 0 50px 0;
}
.business_group{
	flex-direction:column;
}
.business_left,.business_right{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

	}
@media screen and (max-width: 414px){
/* サブタイトルbg */
h2{
	width: 100%;
	height: 100px;
	background-image: url("../img/business/bg_subtit.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
}