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

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

#about {
	margin-bottom: 60px;
}

#about p:first-child {
	margin-bottom: 10px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
	font-size: 21px;
	line-height: 1.4;
	color: #99516d;
}

#about p:first-child span {
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
	font-size: 26px;
}

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

#access {
	margin: 0 20px 60px;
	font-size: 0;
}

#access .h3 {
	margin-bottom: 25px;
}

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

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

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

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

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

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

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

#company dt {
	padding: 8px 12px;
	background: rgba(204, 168, 182, 0.2);
}

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

#company dd li {
	margin-left: 20px;
	list-style: disc;
}

#company .flexslider {
	position: relative;
}

#company .flex-control-paging {
	width: 100%;
	text-align: center;
	font-size: 0;
	position: absolute;
	bottom: 12px;
	left: 0;
	z-index: 4;
}

#company .flex-control-paging li {
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 10px;
	margin: 0 5px;
}

#company .flex-control-paging li a {
	display: block;
	height: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(255,255,255,0.5);
}

#company .flex-control-paging li a.flex-active {
	background: rgba(255,255,255,1.0);
}

/* ---------------------------------------------------------
	CSS Document privacy
--------------------------------------------------------- */

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

#privacy .h3 {
	margin-bottom: 25px;
}

#privacy h4 {
	margin-top: 20px;
	font-weight: normal;
	font-size: 15px;
}

#privacy ul li:not(.decimal) {
	padding-left: 1em;
	position: relative;
}

#privacy ul li:not(.decimal):before {
	content: '';
	width: 3px;
	height: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #323232;
	position: absolute;
	top: 12px;
	left: 5px;
}

#privacy ol li {
	padding-left: 1.4em;
	text-indent: -1.4em;
	counter-increment: cnt;
}

#privacy ol li:before {
	display: marker;
	content: "(" counter(cnt) ") ";
}
