@charset "utf-8";

.dm {}

/* --------------------------------- access */
#mapImage {
  margin: 0 auto 30px;
}
#mapMarker h2 {
  margin: 0 auto 15px;
  line-height: 30px;
  color: #ff7200;
}
#mapMarker h2::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 30px;
  background-image: url(../images/access/marker_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align:   middle;
  margin: -6px 8px 0 0;
}

#mapMarker ul {
  margin: 0 0 15px;
	list-style-type: none;
}
#mapMarker ul li {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
  width: 30%;
  float: left;
  margin: 0 5px 15px;
	border-bottom: 1px solid rgb(255, 165, 91);
}
#mapMarker ul li::after,
#mapMarker ul li::before{
	content:'';
	position: absolute;
	border-radius: 50%;
}
#mapMarker ul li::before {
	top: 50%;
	left: 0.2em;
	width: 17px;
	height: 17px;
	background: rgb(255, 156, 47);
	transform: translateY(-50%);
}
#mapMarker ul li::after {
	top: 1.1em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(255, 163, 116, 0.5);
}