@charset "utf-8";

/*  --------------------------------------------------
------------- 概要 ----------------
-----------------------------------------------------*/
#about_g dl {
	margin-bottom:80px;
}

#about_g dl::after {
	content: "";
	clear: both;
	display: block;
}

#about_g dl dt,
#about_g dl dd {
	display: block;
	padding: 25px;
}

#about_g dl dt {
	border-top:solid 1px #333;
	float: left;
	clear: left;
	width: 23%;
	font-weight:500;
	white-space:nowrap;
}
#about_g dl dd {
	border-top:solid 1px #ccc;
	float: left;
	width: 77%;
}

#about_g dl dd img {
	width:100%;
	height:auto;
	max-width:588px;
}

#about_g #access {
	margin-top:80px;
}

#about_g .textr .fas {
	font-size:11px;
}

#about_g iframe {
	margin-top:50px;
}

@media all and (max-width: 768px) {
#about_g dl dt,
#about_g dl dd {
	float: none;
	width: 100%;
}
}

