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

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

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

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

#about {
	margin: 0 20px 40px;
	text-align: left;
}

#about p:first-child {
	margin: 0 -20px 20px;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.5;
}

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

#about p:last-child {
	margin: 30px -20px 0;
}

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

#company {
	margin: 0 20px 40px;
	text-align: left;
}

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

#company p {
	margin-bottom: 15px;
	word-break: normal;
}

#company .section {
	margin-bottom: 20px;
}

#company dl {
	margin-top: -1px;
	border: solid 1px #e7e9ec;
}

#company dt {
	padding: 8px 12px;
	background: #e7e9ec;
}

#company dd {
	padding: 10px 12px;
}

#company dd span {
	display: block;
	width: 80px;
	height: 24px;
	margin-bottom: 5px;
	box-shadow: 0 0 0 1px #171925 inset;
	text-align: center;
	line-height: 24px;
}

#company dd span:last-of-type {
	margin-top: 10px;
}

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

#access {
	font-size: 0;
}

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