@charset "UTF-8";

.First-view-category {
	background-image:url(/img/common/category-bg-contact.min.jpg);
}

.CompanySprit {
	padding: 0 0.3rem;
}

/*------------------------------------------------CEO message */
#message {
	width: 70%;
	float: right;
	line-height: 180%;
	padding: 0 1rem 0;
}

#pic {
	width: 30%;
	float: left;
}

@media only screen and (max-width:680px){
	#message {
	width: 100%;
}

#pic {
	width: 100%;
}
}
/*--------------------------------------------- Access map */
.Access {
	width: 100%;
	height: 350px;
	display: inline-block;
}
@media only screen and (max-width:1023px){
	.Access {
		height: 500px;
	}
}

.Access__address {
	height:100%;
}
.Access__google-map {
	position:relative;
    height: 100%;
    padding: 0 1rem 0 0;
    display: inline-block;
}
.Access__google-map iframe {
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}



@media only screen and (max-width:1023px){
	.Access__address {
		max-height: 150px;
		width: 100%;
	}
	.Access__google-map{
		height: 350px;
		width: 100%;
	}
}

.Access__building {
	width: 200px;
	float: right;
	
}