@charset "utf-8";
/* CSS Document */
#company .google-maps {
	position: relative;
	padding-bottom: 25%; // これが縦横比
	height: 0;
	overflow: hidden;
}
#company .google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
#company section:last-of-type{
	padding-bottom:0;
}