@charset "utf-8";

/* ------------------------------
    about
------------------------------ */

/* about-top */

.about-top #group .map {
	width: 531px;
	margin: 0 auto;
}
.about-top #group .map td {
	font-size: 0;
	line-height: 0;
}
.about-top #group table a {
	color: #29478c;
	text-decoration: underline;
}

/* about-group */

.about-group .map iframe {
	width: 100%;
	height: 300px;
}

@media screen and (max-width : 767px) {

	.about-group .imgCol .imCol_i p img {
		text-align: center;
	}
	.about-group .map {
		text-align: center;
	}
	.about-group .map iframe {
		width: 100%;
		height: 30vw;
	}

}