@charset "utf-8";
.tb{
	display:grid;
	grid-template-columns:40% auto;
	column-gap:20px;
	row-gap:20px;
	margin:auto;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-bottom:40px;
}
@media (max-width:480px){.tb{grid-template-columns:auto;padding:20px;}}
.tb_left{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
.tb_right{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
#quandi_contact{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}

#quandi_map{
	display:block;
	width:auto;
	height:350px;
	overflow:hidden;
	margin:auto;
}