
/* --------------------------　メインスライダー　-------------------------- */

#business-content .page_main {
	background: url("../../images/business/page_main.jpg") no-repeat;
	background-position: top center;
	background-size:cover;
}
.business-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.business-boxL {
	width: 49%;
}
.business-boxR {
	width: 49%;
	display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
}
.business-boxL img {
	width: 100%;
	height: auto;
}
.business-boxR h3 {
	font-family: 'Noto Serif JP', serif;
	 font-size: 3rem !important;
padding: 0;
	margin: 0;
	margin-bottom: 20px !important;
	line-height: 1.5;
	color:#0d2f45;
}

.reverse {
	flex-direction: row-reverse;
}


@media screen and (max-width: 768px) {
	
	
#business-content .page_main {
	background: url("../../images/business/page_main_sp.jpg") no-repeat;
	background-position: top center;
	background-size:cover;
}
	

.business-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 25px;
}
.business-boxL {
	width: 100%;
	margin-bottom: 20px;
}
.business-boxR {
	width: 100%;
	display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
}
.business-boxL img {
	width: 100%;
	height: auto;
}
.business-boxR h3 {
	font-family: 'Noto Serif JP', serif;
	 font-size: 1.8rem !important;
padding: 0;
	margin: 0;
	margin-bottom: 10px !important;
	line-height: 1.5;
	color:#0d2f45;
}

.reverse {
	flex-direction: column;
}
}



