@charset "utf-8";

/*====================================================================================================

	Style Info: 会社概要

====================================================================================================*/

@media screen and (max-width: 750px) {
	.pd-s40{padding: 0;	}	
}


.overview {
	width:100%;
	border-collapse:collapse;
	margin-top:-15px;
	}

.overview th {
	width:10%;
	white-space:nowrap;
	border-bottom:1px solid #000;
	padding:18px 0;
	vertical-align:top;
	}

@media screen and (max-width: 750px) {
	.overview th {
		display: block;
		width: 100%;
		box-sizing: border-box;
		background-color: #d7d7d7;
		padding:15px;
		border-bottom: none;
		line-height: 1.2;
	}
}


.overview th span {
	/letter-spacing:0 !important;
	}

.overview td {
	border-bottom:1px solid #d7d7d7;
	padding:18px 0 18px 1.8em;
	}

@media screen and (max-width: 750px) {
	.overview td{
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding:15px;
		line-height: 1.2;
		border-bottom: none;
	}
}

@media screen and (max-width: 750px) {
	#map_canvas{
		display: block;
		width: 100%!important;
		box-sizing: border-box;
	}
}