@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css?230323_1909);

/*-------------------------------------------------------------------
	#company
-------------------------------------------------------------------*/
#company table {
	margin-bottom: 40px;
}
#company table th {
	width: 30%;
}
#company table th,
#company table td {
	padding: 3px 9px 1px;
}

/*-------------------------------------------------------------------
	#access
-------------------------------------------------------------------*/
#access .show {
  display: flex;
  justify-content: space-between;
	overflow: hidden;
	zoom: 1;
	clear: both;
}
#access .show li {
	/* float: left; */
}
#access .show li.none {
	/* float: right; */
  margin-left: 15px;
}
#access .show p {
	margin-bottom: 9px;
}
#access .info {
	margin-bottom: 22px;
}
#access p.way {
	clear: both;
	margin: 6px 0 22px;
}
#access #map {
	width: 640px;
	height: 400px;
	margin-bottom: 30px;
}
#access .method {
	margin: -4px 5px 33px 0;
}
#access .method dt {
	font-weight: bold;
	line-height: 1.4;
	padding: 12px 0 1px 2px;
}
#access .method dd {
	padding-left: 5px;
}
