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

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

#company {
	margin-bottom: 80px;
}

#company .container {
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
	padding: 80px 80px 80px 0;
	background: #fff;
}

#company .table {
	display: table;
	width: 660px;
	height: 842px;
	border-top: solid 1px #d6dce9;
}

#company .table dl {
	display: table-row;
	border-bottom: solid 1px #d6dce9;
	text-align: left;
	line-height: 1.7;
}

#company .table dt {
	display: table-cell;
	vertical-align: middle;
	width: 180px;
	padding: 15px 0;
	font-weight: 600;
}

#company .table dd {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 0;
}

#company figure {
	margin-left: -140px;
}

#company figure img {
	height: 842px;
}

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

#facility {
	margin-bottom: 90px;
}

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

#facility li {
	height: 40px;
	margin: 0 8px 16px;
	padding: 0 1em;
	border-radius: 40px;
	background: #fff;
	line-height: 40px;
}

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

#map .flex {
	display: flex;
	margin-bottom: 130px;
}

#map .row {
	width: 50%;
}

#map .row dl {
	width: 600px;
	margin-bottom: 30px;
	text-align: left;
}

#map .row:first-of-type dl {
	margin-left: auto;
}

#map .row:last-of-type dl {
	margin-right: auto;
	margin-left: 70px;
}

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

#map .iframe {
	height: 450px;
	background: #ddd;
}

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