@charset "utf-8";
/* CSS Document */


/* accentBox
--------------------------------*/


.accentBox{
	z-index:1;
	position:relative;
	width:100%;
	text-align:center;
	overflow:hidden;
	margin:0 auto;
}

.accentBox .bx-wrapper {
    position: relative;
    margin: 0 auto 0px;
    padding: 0;
	height:543px;
}

.accentBox .bx-wrapper ul li {
	position:relative;
    display: block;
    width:1300px;
    height: 543px;
	background:#fafafa 50% 50% no-repeat;
	background-size:cover;
}

.accentBox .bx-wrapper ul li a{
	display:block;
	width:100%;
	height:100%;
	text-decoration: none;
}

.accentBox .bx-wrapper img {
	position:absolute;
	top: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left:50%;
	margin-left:-22%;
	min-height: 90%;
	width:auto;
    display: block;
}


.bx-wrapper .bx-next {
    right: 10px;
}

.bx-wrapper .bx-prev {
    left: 10px;
}

p.bnr{
    text-align: center;
    margin: 30px 0 45px;
}

@media (min-width: 0) {
	.accentBox .bx-wrapper img {
		top: 50%;
	}
}

.ctlbtn {
	position:relative;
	top:-30px;
	text-align:right;
	z-index:10;
}
	.ctlbtn li {
		display: inline;
		margin-right: 10px;
		line-height: 1;
		font-size: 1px;
	}
	
	.ctlbtn li a {
		width:15px;
		height:15px;
		display: inline-block;
		text-align: left;
		background: #fff;
		border-radius: 20px;
	}
	
	.ctlbtn li a.active,
	.ctlbtn li a:hover{
		background: #008001;
	}
	

/* --------------------------------
   □ section
-------------------------------- */
main section{
	margin-bottom:46px;
}

main section h2.title{
	margin-bottom:32px;
	background:url(../../images/common/line.gif) 0 50%  repeat-x;
}

main section h2.title em{
	display:inline-block;
	background:#fff;
	padding:0 24px;
	font-size:187%;
}

main section h2.title em span{
	display:block;
	font-size:53%;
	color:#008001;
}

/* --------------------------------
   □ service-box
-------------------------------- */

#service-box .message{
	margin-bottom:39px;
	text-align:center;
}

#service-box ul.list li{
	overflow:hidden;
	float:left;
	display:table;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	font-size:142%;
	line-height:1.3;
	font-weight:700;

	min-height:281px;
	box-sizing:border-box;
}

#service-box ul.list li a{
	display:table-cell;
	vertical-align:middle;
	color:#fff;

	background:0 0 no-repeat;
	background-size:cover;
	background-color:#CCC;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

	#service-box ul.list li a:hover{
		-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}

#service-box ul.list li a span{
	display:inline-block;
	padding-right:30px;
	background:url(../../images/common/icon/arrow/circle-white.png) 100% 50% no-repeat;
}

#service-box ul.list li.column3{
	width:33.3%;
}

#service-box ul.list li.column4{
	width:25%;
}

#service-box ul.list li.facility a{
	background-image:url(../../images/index/facility.jpg);
}
#service-box ul.list li.building a{
	background-image:url(../../images/index/building.jpg);
}

#service-box ul.list li.parking a{
	background-image:url(../../images/index/parking.jpg)
}

#service-box ul.list li.patrol a{
	background-image:url(../../images/index/patrol.jpg);
}

#service-box ul.list li.trafficinduction a{
	background-image:url(../../images/index/trafficinduction.jpg);
}

#service-box ul.list li.security a{
	background-image:url(../../images/index/security.jpg);
}

#service-box ul.list li.personalprotection a{
	background-image:url(../../images/index/personalprotection.jpg)
}



/* --------------------------------
   □ about-box
-------------------------------- */

#about-box .about-selector{
	box-sizing:border-box;
	background:url(../../images/index/greeting_bg.jpg) 0 0 no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	min-height:372px;
	padding:76px 0 20px 0;
}

#about-box .about-selector ul{
	max-width:1000px;
	margin:0 auto;
	overflow:hidden;
}

#about-box .about-selector ul li{
	box-sizing:border-box;
	display:table;
	width:48%;
	min-height:217px;
	float:left;
	padding:50px 38px;
	background:#ffffff;
	border-radius:8px;
	text-align:left;
	border-left:1px solid #aeb3b4;
	border-bottom:2px solid #aeb3b4;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#about-box .about-selector ul li.greeting{
	float:right;
}
	
	#about-box .about-selector ul li a{
		display:table-cell;
		width:100%;
		height:100%;
		text-decoration:none;
		color:#333;
	}
	
	#about-box .about-selector ul li dl dt{
		font-size:192%;
		padding-left:25px;
		color:#008001;
		background:url(../../images/common/icon/arrow/square-green.png) 0 50% no-repeat;
	}

	#about-box .about-selector ul li.outline{
		background:#008001;
	}

	#about-box .about-selector ul li.outline a,
	#about-box .about-selector ul li.outline dl dt{
		color:#fff;
	}

	#about-box .about-selector ul li.outline dl dt{
		background:url(../../images/common/icon/arrow/square-white.png) 0 50% no-repeat;
	}

	#about-box .about-selector ul li.outline dl{
		min-height:110px;
		padding-right:32%;
		background:url(../../images/index/about-btn-image.png) 96% 50% no-repeat;
		background-size:auto 100%;
	}

	#about-box .about-selector ul li:hover{
		background:#efefef;
	}

	#about-box .about-selector ul li.outline:hover{
		background:#007101;
	}


/* --------------------------------
   □ news-box
-------------------------------- */
#news-box{
	margin-bottom:70px;
}

#news-box h2{
	text-align:left;
	font-size:187%;
	margin-bottom:0;
}

#news-box h2 span{
	display:inline-block;
	margin-left:17px;
	font-size:53%;
	color:#008001;	
}

#news-box p.link{
	position:relative;
	margin-bottom:32px;
}

#news-box p.link a{
	position:absolute;
	top:-2em;
	right:0;
	color:#008001;
	padding-left:20px;
	background:url(../../images/common/icon/list.png) 0 40% no-repeat;
	background-size:0 80% no-repeat;
}


#news-box ul{
	border-bottom:1px dotted #8f8f8f;
	text-align:left;
}


#news-box ul li{
	padding:23px;
	border-top:1px dotted #8f8f8f;
}

#news-box ul li.even{
	background:#f5f5f5;
}


#news-box ul li dl{
	display:table;
	width:100%;
}


#news-box ul li dl dt,
#news-box ul li dl dd{
	display:table-cell;
}

#news-box ul li dl dt{
	width:8em;
	color:#7b7b7b;
}

#news-box ul li dl dd a{
	color:#333;
}


/* --------------------------------
   □ map-box
-------------------------------- */
#map-box{
	overflow:hidden;
	background:#f2f2f2;
}
#map-box div.address{
	display:table;
	height:417px;
	width:50%;
	float:left;
}

#map-box div.address dl{
	display:table-cell;
	vertical-align:middle;
	
}

#map-box div.address dl dt{
	margin-bottom:24px;
}

#map-box div.address dl dd{
	width:353px;
	margin:0 auto;
}

#map-box div.address dl dd p.address{
	font-weight:700;
	margin-bottom:14px;
}

#map-box div.address dl dd p.tel{
	font-weight:700;
	margin-bottom:15px;
	line-height:1.1;
	font-size:257%;
	color:#008001;
	font-weight:700;
	padding-left:30px;
	background:url(../../images/common/icon/tel.gif) 0 50% no-repeat;
}

#map-box .map{
	width:50%;
	float:right;
}
/* SP以外 */	
@media screen and (min-width: 741px)  {
	
.accentBox .bx-wrapper {
	min-width:960px;
}

}

@media only screen and
(max-width : 740px) {
	

.accentBox{

}

.accentBox .bx-wrapper ul li {
    width:auto;
}

.accentBox .bx-wrapper img {
	position:absolute;
	top: 50%;
	left:50%;
	margin-left:-35%;
	height: 80%;
	min-height:auto;
	width:auto;
    display: block;
}



/* --------------------------------
   □ section
-------------------------------- */
main section{
	margin:0 2%;
	margin-bottom:12%;
}

main section h2.title{
	margin-bottom:8%;
}

main section h2.title em{
	font-size:137%;
}

/* --------------------------------
   □ service-box
-------------------------------- */

#service-box .message{
	margin-bottom:5%;
	text-align:left;
}

#service-box ul.list li{
	overflow:hidden;
	float:none;

	font-size:122%;

	width:100%;
	height:6em;
	min-height:2em;
	box-sizing:border-box;
}


#service-box ul.list li.column3{
	width:100%;
}

#service-box ul.list li.column4{
	width:100%;
}



/* --------------------------------
   □ about-box
-------------------------------- */

#about-box .about-selector{
	min-height:100px;
	padding:5%;
	margin:0 -2%;
}

#about-box .about-selector ul{
	max-width:auto;
	margin:0 auto;
	overflow:hidden;
}

#about-box .about-selector ul li{
	box-sizing:border-box;
	display:table;
	width:100%;
	min-height:3em;
	float:none;
	padding:4%;
	margin:4% 0
}

#about-box .about-selector ul li.greeting{
	float:none;
}
	
	
	#about-box .about-selector ul li dl dt{
		font-size:142%;
		padding-left:25px;
		color:#008001;
	}

	#about-box .about-selector ul li.outline dl{
		min-height:2em;
		padding-right:35%;
		background:url(../../images/index/about-btn-image.png) 96% 50% no-repeat;
		background-size:auto 80%;
	}

	#about-box .about-selector ul li:hover{
		background:#efefef;
	}

	#about-box .about-selector ul li.outline:hover{
		background:#007101;
	}


/* --------------------------------
   □ news-box
-------------------------------- */
#news-box{
	margin-bottom:15%;
}

#news-box h2{
	font-size:137%;
}


#news-box p.link a{
	top:-1.5em;
}


#news-box ul li{
	padding:5% 2%;
	border-top:1px dotted #8f8f8f;
}


#news-box ul li dl{
	display:block;
	width:auto;
}


#news-box ul li dl dt,
#news-box ul li dl dd{
	display:block;
}

#news-box ul li dl dt{
	width:auto;
	font-size:92%;
}

/* --------------------------------
   □ map-box
-------------------------------- */
#map-box{
	padding:0 2%;
}
#map-box div.address{
	display:block;
	height:auto;
	width:auto;
	float:none;
	margin-top:5%;
	box-sizing:border-box;
}

#map-box div.address dl{
	display:block;
}

#map-box div.address dl dt{
	margin-bottom:4%;
	text-align:left;
}

#map-box div.address dl dt img{
	width:80%;
}

#map-box div.address dl dd p.address{
	margin-bottom:4%;
}

#map-box .map{
	width:auto;
	float:none;
}

p.bnr {
    margin: 0 0 50px;
}
}



