@media print, screen and (min-width: 769px) {
.main .company p {
	margin-bottom:20px;
}
.main .company dl {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:30px;
}
.main .company dl dt {
	width:25%;
	font-weight:bold;
	padding:8px;
	border-bottom:#CCC 1px dotted;
}
.main .company dl dt:nth-of-type(odd), .main .company dl dd:nth-of-type(odd) {
	background:#f0f0f0;
}
.main .company dl dd {
	width:75%;
	padding:8px;
	border-bottom:#CCC 1px dotted;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom:10px;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}
