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

/* ---------------------------------------------------------
	CSS Document heading
--------------------------------------------------------- */

html, body {
	background-image: url(../images/visual.jpg);
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-bottom: 60px;
	font-size: 17px;
}

#about p:nth-of-type(1) {
	margin-bottom: 30px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 46px;
	color: #000;
}

#about p:last-child {
	margin-top: 40px;
}

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

#company {
	margin-bottom: 60px;
	background: rgba(231, 233, 236, 0.2);
	font-size: 0;
}

#company .container {
	padding: 50px 80px;
	text-align: left;
}

#company .h4 {
	margin-bottom: 15px;
}

#company dl {
	border-bottom: solid 1px #e7e9ec;
	padding: 15px 0;
	text-align: left;
}

#company dt {
	display: inline-block;
	vertical-align: middle;
	width: 230px;
	font-size: 15px;
}

#company dd {
	display: inline-block;
	vertical-align: middle;
	width: 580px;
	font-size: 15px;
}

#company dd span {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 24px;
	margin-right: 10px;
	box-shadow: 0 0 0 1px #171925 inset;
	text-align: center;
	line-height: 24px;
}

/* ---------------------------------------------------------
	CSS Document access
--------------------------------------------------------- */

#access {
	font-size: 0;
}

#access #map_canvas {
	height: 500px;
	background: #d6d6d6;
}
