@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document company
--------------------------------------------------------- */

#company {
	margin: 0 5vw 15vw;
}

#company .table {
}

#company dl {
	padding: 6vw 0;
	border-bottom: solid 1px #d6dce9;
	text-align: left;
}

#company dt {
	font-weight: 600;
	font-size: 4vw;
	color: #1c509d;
}

#company figure {
	margin-top: 6vw;
}

#company figure img {
	height: 144.8917333333333vw;
}

/* ---------------------------------------------------------
	CSS Document facility
--------------------------------------------------------- */

#facility {
	margin: 0 5vw 15vw;
}

#facility ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#facility li {
	margin: 0 1vw 2vw;
	padding: 0.5em 1em;
	border-radius: 10vw;
	background: #eff3f6;
	line-height: 1.3;
}

/* ---------------------------------------------------------
	CSS Document map
--------------------------------------------------------- */

#map {
	margin: 0 5vw 20vw;
}

#map .row {
	margin-bottom: 10vw;
}

#map .row dl {
	margin-bottom: 15px;
}

#map .row dt {
	font-weight: 600;
	font-size: 4vw;
	color: #1c509d;
}

#map .iframe {
	height: 70vw;
	background: #ddd;
}

#map .iframe iframe {
	vertical-align: top;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 0;
}