@charset "utf-8";
/*------------------------------------------------------------
	business
------------------------------------------------------------*/
#main .business {
	padding-bottom: 18.5rem;
}
#main .imgBox:not(:last-child) {
	margin-bottom: 12rem;
}
#main .imgBox .photoBox {
	margin-right: 4rem;
	width: 40rem;
	border-radius: 0.6rem;
	overflow: hidden;
}
#main .imgBox .photoBox img {
	width: 100%;
}
#main .imgBox .textBox {
	flex: 1;
}
#main .imgBox .headLine03 {
	margin-bottom: 2.3rem;
}
#main .imgBox .textBox .title {
	margin-bottom: 2.5rem;
	font-size: 2.4rem;
	line-height: 1.4;
	letter-spacing: 0.072rem;
}
#main .imgBox .textBox .info {
	margin-bottom: 0.8rem;
	letter-spacing: 0.048rem;
}
#main .imgBox .textBox .info:last-of-type {
	margin-bottom: 2.4rem;
}
@media all and (max-width: 980px) {
	#main .pageTitle {
		padding-bottom: 5.5rem !important;
	}
	#main .business {
		padding-bottom: 12rem;
	}
	#main .imgBox {
		display: block;
	}
	#main .imgBox:not(:last-child) {
		margin-bottom: 11.2rem;
	}
	#main .imgBox .photoBox {
		margin: 0 0 2.5rem;
		width: auto;
		border-radius: 0.8rem;
	}
	#main .imgBox .headLine03 {
		margin-bottom: 2.3rem;
	}
	#main .imgBox .textBox .title {
		margin-bottom: 2.3rem;
		font-size: 2rem;
		letter-spacing: 0.06rem;
	}
	#main .imgBox .textBox .info {
		letter-spacing: 0.042rem;
	}
	#main .imgBox .comBtn01 {
		margin-left: auto;
	}
}