@charset "utf-8";
/*------------------------------------------------------------
	company-business-logistics
------------------------------------------------------------*/
#page-path {
	margin-bottom: 65px;
}
#main .headline06 {
	margin-bottom: 88px;
}
#main .text-img {
	margin-bottom: 30px;
}
#main .text {
	margin-bottom: 120px;
}
#main .com-btn01 a {
	margin: 0 auto;
}
#main .bg-box {
	margin-bottom: 160px;
	padding-bottom: 219px;
	position: relative;
	background: url("../images/company-business-logistics/bg01.jpg") no-repeat center bottom;
	background-size: 940px auto;
}
#main .bg-box::before {
	position: absolute;
	width: 100%;
	height: 100px;
	left: 0;
	bottom: -100px;
	background-color: #3B7FC5;
	content: "";
}
@media all and (max-width: 896px) {
	#main .headline06 {
		margin-bottom: 40px;
	}
	#main .text {
		margin-bottom: 50px;
	}
	#main .bg-box {
		margin-bottom: 60px;
		padding-bottom: 150px;
    background-size: 100%;
}
	#main .bg-box::before {
		display: none;
	}
}