/* ==========================================================================
  Project
========================================================================== */
.p-access {
	padding: 30px 0;
	border-bottom: 1px dotted #000;
	display: -webkit-flex;
	display: flex;
}
.p-access dt {
	font-size: 14px;
	font-size: 0.875rem;
	width: 12.5%;
}
.p-access dd {
	width: 87%;
}
.p-ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom:15px;
}
.p-ggmap iframe,
.p-ggmap object,
.p-ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 768px) {
.p-access {
	padding: 5px 0;
	display: block;
	border: none;
}
.p-access dt {
	width: auto;
	display: block;
	font-weight: bold;
	margin: 0 0 5px;
}
.p-access dd {
	width: auto;
	display: block;
	margin: 0 0 10px;
}
.p-ggmap {
	margin-bottom:5px;
}
}
