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

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

#about {
	margin-bottom: 90px;
}

#about p:first-child {
	margin-bottom: 15px;
	font-family: "A-OTF Ryumin Pro KL", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 36px;
	line-height: 1.4;
	color: #99516d;
}

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

#access {
	margin-bottom: 90px;
	font-size: 0;
}

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

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

#company {
	margin-bottom: 90px;
	font-size: 0;
	position: relative;
}

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

#company p {
	margin-bottom: 40px;
	font-size: 15px;
}

#company .section {
	height: 440px;
}

#company dl {
	width: 590px;
	margin-top: -1px;
	border-bottom: solid 1px #d6d6d6;
	text-align: left;
}

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

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

#company .flexslider {
	width: 350px;
	height: 440px;
	font-size: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

#company .slides li {
	float: left;
	width: 350px;
	height: 440px;
	margin-right: -100%;
	background: url(../images/01_pc.jpg) no-repeat 0 0;
	opacity: 0;
	position: relative;
	z-index: 2;
}

#company .slides img {
	opacity: 0;
	filter: Alpha(opacity=0);
}

#company .slides li.slides_02 {
	background-image: url(../images/02_pc.jpg);
}

#company .slides li.slides_03 {
	background-image: url(../images/03_pc.jpg);
}

#company .slides li.slides_04 {
	background-image: url(../images/04_pc.jpg);
}

#company .slides li.slides_05 {
	background-image: url(../images/05_pc.jpg);
}

#company .slides li.slides_06 {
	background-image: url(../images/06_pc.jpg);
}

#company .slides li.slides_07 {
	background-image: url(../images/07_pc.jpg);
}

#company .slides li.slides_08 {
	background-image: url(../images/08_pc.jpg);
}


#company .flex-control-paging {
	width: 100%;
	font-size: 0;
	position: absolute;
	bottom: 19px;
	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 .h3 {
	margin-bottom: 20px;
}

#privacy .section {
	text-align: left;
}

#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: 14px;
	left: 5px;
}

#privacy ol li {
	counter-increment: cnt;
}

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