@charset "UTF-8";
/* CSS Document */
/*会社名*/
.about-us_txt_tit {
	margin: 0 0 40px 16px;
}
/*会社情報左右レイアウト*/
.about-us_lay_txt {
	float: left;
	width: calc(50% - 16px);
	margin: 0 0 72px 16px;
}
/*会社情報項目*/
.about-us_lay_item {
	display: flex;
	min-height: 56px;
}
/*会社情報項目名*/
.about-us_txt_item {
	width: 96px;
	min-width: 96px;
	color: rgba(150,150,150,1.00);
	font-weight: bold;
	font-size: 16px;
}
/* グーグルマップで開く*/
.about-us_btn {
	display: block;
	-ms-grid-column: 1;
	grid-column: 1 / 3;
	width: 220px;
	height: 40px;
	margin: 32px auto;
	line-height: 34px;
}
/*Google Map*/
.about-us_lay_map {
	width: 100%;
	height: 320px;
	margin: 80px 0;
	clear: both;
}
.about-us_frame_map {
	width: 100%;
	height: 100%;
	border: none;
}

@media (max-width: 481px) {
/*会社情報項目*/
.about-us_lay_item {
	flex-direction: column;
	line-height: 40px;
}
/*会社情報左右レイアウト*/
.about-us_lay_txt {
	float: none;
	display: block;
	width: calc(100% - 16px);
	margin-bottom: 40px;
}
.about-us_lay_txt:first-of-type {
	margin-bottom: 24px;
}
}
