@charset "utf-8";
/* CSS Document */
.head-img {
		width: auto;
		background: url("../images/company/message/title.jpg") no-repeat top center;
		background-size: cover;
}
.business-box,
.business-map{
	width: auto;
	height: auto;
	min-height: 360px;
	margin: 100px 0 180px;
	text-align: center;
}
.business-map{
	margin-bottom: 78px;
	min-height: inherit;
}
.business-box figure {
	position: relative;
	margin: 0;
	padding: 0;
}
.business-box figure .img {
	float: right;
}
.business-box figure figcaption {
	position: absolute;
	width: 615px;
	min-height: 360px;
	padding: 0 57px;
	top: 60px;
	left: 0;
	background-color:#fff;
	z-index: 1;
	text-align: left;
}

.business-box figure figcaption:before {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	content: "";
	width: 10px;
	height: 350px;
	background-color: #FADBDA;
	margin: auto;
}

.business-box figure figcaption:after {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	content: "";
	width: 510px;
	height: 10px;
	background-color: #FADBDA;
	margin: auto;
}


.business-box figure figcaption h3 {
	font-size: 25px;
	color: #960600;
	margin: 64px 0 40px;
	line-height: 1;
}
.business-box figure figcaption p {
	margin: 0;
	padding: 0;
	font-weight: 600;
}

.left-img  figure .img {
	float: left;
}

.left-img figure figcaption {
	right: 0;
	left: auto;
}
.left-img figure figcaption:before {
	right: 0;
	left: auto;	
}
.left-img figure figcaption:after {
	right: 0;
	left: auto;
}

@media screen and (max-width: 767px) {
	.business-box,
	.business-map {
			margin: 60px 0 50px;
	}
	.business-box figure .img {
    float: none;
}
	
	.business-box figure figcaption {
    position: relative;
    width: auto;
    min-height:inherit;
    padding: 0;
    top: auto;
    left: auto;
}
	
.business-box figure figcaption:before,
	.business-box figure figcaption:after {
		display: none;
	}	
	.business-box figure figcaption h3 {
    font-size: 20px;
    margin: 20px 0;
}
	
}