@charset "UTF-8";

.profile:first-of-type {
	padding: 0 15px 30px;
}

.profile_detail {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 10px;
	line-height: 1.5;
}
.profile_detail dt,
.profile_detail dd {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
  align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 5px 10px 10px;
}
.profile_detail dt {
	width: 36.206896551724138%;
	background: #ebebeb none;
	border-top: 1px solid #fff;
	font-weight: bold;
}
.profile_detail dd {
	width: 63.793103448275862%;
	background: #f8f8f8 none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.profile_detail p {
	margin: 1em 0 0;
}
.profile_detail p:first-child {
	margin: 0;
}

.access {
	font-size: 10px;
	line-height: 1.5;
}
.img_building {
	margin: 0 10px 10px 0;
}
.route_from_urawa_sta {
	clear: both;
}
.m__column_wrap p.route_from_urawa_sta {
	line-height: 1.5;
}

.map_wrap {
	margin: 10px 0 0;
	font-size: 10px;
	line-height: 1.5;
}
.map {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 205px;
	margin: 10px 0 8px;
	border: 1px solid #ededed;
}

