@charset "utf-8";

header {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/*----------------------------------------------------
  aside #localAside each page
  --------------------------------------------------- */
#building #localAside li.local01 a,
#equipment #localAside li.local01 a,
#cleaning #localAside li.local02 a,
#guard #localAside li.local03 a,
#education #localAside li.local04 a,
#emergency #localAside li.local05 a,
#qs #localAside li.local06 a,
#disaster #localAside li.local07 a,
#safety #localAside li.local08 a {
  background: url(../../../img/common/bg_aside_on.png) no-repeat left top;
}


/*----------------------------------------------------
#equipment
--------------------------------------------------- */
/*sec01------------------------------------------ */
.sec01{
	height: 240px;
}
.sec01 .inner{
	height: 240px;
	width: 1018px;
	margin: 0 auto;
    overflow: hidden;
	/*margin-left: -353px;
	position: absolute;
	left: 50%;
	background: url(../img/equipment/bg_sec01.png) no-repeat center bottom;*/
}
.sec01 h2{
	display: block;
	height: 154px;
	color: #1c4879;
	font-size: 42px;
	line-height: 1.5;
	text-align:center;
}
#cleaning .sec01 h2,
#guard .sec01 h2,
#equipment .sec01 h2,
#education .sec01 h2,
#emergency .sec01 h2,
#qs .sec01 h2,
#disaster .sec01 h2{
	margin: 50px 0 0 0;
}

#safety .sec01 h2{
	margin: 30px 0 0 0;
}

/*sec02------------------------------------------ */
.sec02{
	background: #e8e8e8;
	padding: 70px 0;
}
.sec02 .wbox{
	background: #fff;
		-webkit-border-radius: 3px;
	        border-radius: 3px;
}
.sec02 .head{
	height: 404px;
	padding: 50px 50px 50px 50px;
	-webkit-border-radius: 3px 3px 0 0;
	        border-radius: 3px 3px 0 0;
    
}
#fire .sec02 .head{
	background: url(../img/index/bg_sec02.jpg) no-repeat center top;
    background-size: cover;
}
#building .sec02 .head{
	background: url(../img/building/bg_sec02.jpg) no-repeat center top;
    background-size: cover;
}
#prevention .sec02 .head{
	background: url(../img/prevention/bg_sec02.jpg) no-repeat center top;
    background-size: cover;
}
#air .sec02 .head{
	background: url(../img/air/bg_sec02.jpg) no-repeat center top;
    background-size: cover;
}
#office .sec02 .head{
	background: url(../img/office/bg_sec02.jpg) no-repeat center top;
    background-size: cover;
}
.sec02 .head h3{
color: #fff;
font-size: 30px;
font-weight: bold;
line-height: 1;
width: 420px;
margin: 0 0 15px 420px;
}
.sec02 .head p{
color: #fff;
font-size: 18px;
line-height: 1.5;
width: 420px;
margin: 0 0 0 420px;
}
.sec02 .bodytxt{
	padding: 20px 50px 20px 50px;
	-webkit-border-radius: 0 0 3px 3px;
	        border-radius: 0 0 3px 3px;
}
.sec02 .bodytxt h4{
color: #1D2960;
font-size: 30px;
line-height: 39px;
margin: 30px 0 30px;
}
.sec02 .bodytxt p{
font-size: 16px;
line-height: 1.8;
margin: 30px 0 40px;
}

/*secProductbox------------------------------------------ */
.secProductbox {
	padding: 50px 0 30px;


}
.secProductbox h3 {
	color: #1D2960;
	font-size: 40px;
	text-align: center;
	line-height: 40px;
	padding-bottom: 40px;
	border-bottom: 2px solid #1D2960;
}
.secProductbox .box {
	margin-top: 60px;
}
.secProductbox .box .text {
	vertical-align:top;
}
.secProductbox .box .text h4 {
	color: #1D2960;
	font-size: 28px;
	line-height: 1.8;
	margin-bottom:10px;
}
.secProductbox .box .text h5 {
	color: #1D2960;
	font-size: 16px;
	line-height: 1;
	font-weight:bold;
	margin-left: 2px;
}

.secProductbox .box .text h6 {
	color: #1D2960;
	font-size: 18px;
	line-height: 1;
	font-weight:bold;
}
.secProductbox .box .text p {
	font-size: 16px;
	line-height: 1.8;
}

.secProductbox .box ul {
	font-size: 16px;
	line-height: 1.8;
	list-style-type:disc;
	padding-left: 28px;
}
.secProductbox .box ul.none {
    list-style-type: none;
    padding-left: 0;
}
.secProductbox .box ol {
	font-size: 16px;
	line-height: 1.8;
	list-style-type: decimal;
	padding-left: 28px;
}

.secProductbox .box ul li {
	margin-bottom: 10px;
}
.secProductbox .box ul li span {
	border-bottom: 1px solid #000;
}
.secProductbox .box ul li strong {
	font-weight: bold;
}
.secProductbox .box table{
	width: 100%;
	border-top: 1px #c4c4c4 solid;
	border-left: 1px #c4c4c4 solid;
}
.secProductbox .box table th:first-of-type{
	background: #238cc3;
    width: 5%;
	color: #FFF;
	padding: 0 20px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px #c4c4c4 solid;
	border-bottom: 1px #c4c4c4 solid;
	font-size:16px;
	line-height:1.8;
}
.secProductbox .box table th:nth-of-type(n+2){
	background: #238cc3;
	color: #FFF;
	width: 25%;
	padding: 0 20px;
	text-align: left;
	vertical-align: middle;
	border-right: 1px #c4c4c4 solid;
	border-bottom: 1px #c4c4c4 solid;
	font-size:16px;
	line-height:1.8;
}
.secProductbox .box table td{
    width: 70%;
	padding: 15px;
	text-align: left;
	border-right: 1px #c4c4c4 solid;
	border-bottom: 1px #c4c4c4 solid;
	background: #fdfdfd;
	font-size:16px;
	line-height:1.8;
}

.secProductbox .box table.table02 th{
	background: #238cc3;
	color: #FFF;
	width: 25%;
	padding: 0 20px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px #c4c4c4 solid;
	border-bottom: 1px #c4c4c4 solid;
	font-size:16px;
	line-height:1.8;
}
.secProductbox .box table.table02 td{
    width: 75%;
	padding: 15px;
	text-align: left;
	border-right: 1px #c4c4c4 solid;
	border-bottom: 1px #c4c4c4 solid;
	background: #fdfdfd;
	font-size:16px;
	line-height:1.8;
}
.secProductbox .box table.table03 th{
	background: #238cc3;
	color: #FFF;
	width: 20%;
	padding: 0 20px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px #c4c4c4 solid;
	border-bottom: 1px #c4c4c4 solid;
	font-size:16px;
	line-height:1.8;
}
.secProductbox .box table.table03 td{
	width: 30%;
	padding: 0 20px;
	text-align: left;
	vertical-align: middle;
	border-right: 1px #c4c4c4 solid;
	border-bottom: 1px #c4c4c4 solid;
	font-size:16px;
	line-height:1.8;
}
.secProductbox .box table.table03 td:last-of-type{
    width: 50%;
	padding: 15px;
	text-align: left;
	border-right: 1px #c4c4c4 solid;
	border-bottom: 1px #c4c4c4 solid;
	background: #fdfdfd;
	font-size:16px;
	line-height:1.8;
}
.secProductbox .box table.table04 th{
	background: #238cc3;
	color: #FFF;
	width: 20%;
	padding: 0 20px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px #c4c4c4 solid;
	border-bottom: 1px #c4c4c4 solid;
	font-size:16px;
	line-height:1.8;
}
.secProductbox .box table.table04 td{
	width: 35%;
	padding: 0 20px;
	text-align: left;
	vertical-align: middle;
	border-right: 1px #c4c4c4 solid;
	border-bottom: 1px #c4c4c4 solid;
	font-size:16px;
	line-height:1.8;
}
.secProductbox .box table.table04 td:last-of-type{
    width: 10%;
	padding: 15px;
	text-align: center;
	border-right: 1px #c4c4c4 solid;
	border-bottom: 1px #c4c4c4 solid;
	background: #fdfdfd;
	font-size:16px;
	line-height:1.8;
}
.secProductbox .rbox {
	overflow: hidden;
	display: table;
	margin-top: 60px;
	width:100%;

}
.secProductbox .rbox .img{
	float: right;
	margin-left: 30px;
    width: 450px;
}
.secProductbox .rbox .img img{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 100%;
}

.secProductbox .rbox .text {
	display: table-cell;
	vertical-align:top;
}

/*sec03------------------------------------------ */
.secGbox,
.secRbox,
.sec05,
.secClbox {
	padding: 50px 0 30px;;

}
.secGbox h3,
.secRbox h3,
.sec05 h3,
.secClbox h3{
color: #1D2960;
font-size: 40px;
text-align: center;
line-height: 40px;
padding-bottom: 40px;
	border-bottom: 2px solid #1D2960;
}
.secRbox h5{
color: #1D2960;
font-size: 16px;
line-height:1.8;
font-weight:bold;
}
.secGbox .text p,
.secClbox .text p {
	font-size: 16px;
	line-height: 1.8;
		margin-top: 40px;
}
.secGbox .gridbox{

}
.secGbox .box{
	width: 450px;
	margin-top: 40px;
	float:left;
}
.secGbox .box img{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

}
.secGbox .box h4{
	color: #1D2960;
	font-size: 28px;
	line-height: 2.6;
}
.secGbox .box p{
	color: #2F3350;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 20px 0;
}
.secGbox .box p.legal{
	background: url(../img/equipment/icon_bg_orange.png) no-repeat left top;
	width: 86px;
	height: 23px;
	color: #FFF;
	line-height: 23px;
	font-size: 14px;
	text-align: center;
	margin: 0 0 5px 0;
}
.secGbox .box p.self{
	background: url(../img/equipment/icon_bg_blue.png) no-repeat left top;
	width: 86px;
	height: 23px;
	color: #FFF;
	line-height: 23px;
	font-size: 14px;
	text-align: center;
		margin: 0 0 5px 0;
}

.m5 {
	margin-bottom: 5px;
}
.m25 {
	margin-bottom: 25px;
}

.m30 {
	margin-bottom: 30px;
}

.m35 {
	margin-bottom: 35px;
}

/*secRbox------------------------------------------ */

.secRbox .box {
	overflow: hidden;
	display: table;
	margin-top: 60px;
		
	width:100%;

}
.secRbox .box .img{
	float: right;
	margin-left: 30px;
}


.secRbox .box .img img{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.secRbox .box .text {
	display: table-cell;
	vertical-align:top;
}
.secRbox .box .text h4 {
	color: #1D2960;
	font-size: 28px;
	line-height: 1.4;
	margin-bottom:10px;
}
.secRbox .box .text p {
	font-size: 16px;
	line-height: 1.8;
}

.secRbox .box .text li {
	font-size: 16px;
	line-height: 1.8;
	list-style-type:disc;
	margin-left:1.5em;
}
/*cleaningColumn------------------------------------------ */

.secClbox .cleaningbox {
}
.secClbox .cleaningbox h4 {
	font-size: 18px;
	color: #238cc3;
	text-align:left;
}
.secClbox .cleaningbox {
	margin-top: 50px;
	

}
.secClbox .cleaningbox > h4 {
}
.secClbox .cleaningbox > p {
	margin-top: 15px;
}
.secClbox .cleaningbox > ul {
	overflow: hidden;
}
.secClbox .cleaningbox > ul li {
	float: left;
	margin-top: 55px;
	width: 430px;
	margin-left: 18px;	border: 1px solid #900;
}
.secClbox .cleaningbox > ul li.clear {
	margin-left: 0;
	clear: both;
}
.secClbox .cleaningbox > ul li .image {
	text-align: center;
}
.secClbox .cleaningbox > ul li .name {
	font-size: 24px;
	line-height: 1.8;
	color: #1D2960;
	margin-top: 5px;
}
.secClbox .cleaningbox > ul li .text {
	font-size: 16px;
	line-height: 1.8;
}


.bt_detail{
  width: 320px;
  height: 60px;
  background: #2e97cd;
  border:2px solid #2e97cd;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto;
  font-weight:bold;
}
.bt_detail a{
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 24px;
  line-height: 60px;
  font-weight:bold;
  text-align: center;
}
.bt_detail a:hover{
  	color: #2e97cd;
	background:#FFF;
	-webkit-border-radius: 3px;
}

/*-----------------------------------------------
 contents
-----------------------------------------------*/
#contents {
	width: 100%;
}
#contents .box_content.main {
	width: 100%;
	min-width: 1250px;
	height: auto;
	position: relative;
/*	min-height: 100vh;
	background-size: cover;
	background-position: center;
	position: relative;*/
}
#equipment #contents .box_content.main {
/*	background-image: url(../img/equipment/main.jpg);*/
}
#contents .box_content .breadclumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	color: #fff;
	font-size: 12px;
	padding: 24px 0 0 0;
	letter-spacing: 0.075em;
	z-index: 10;
}
#contents .box_content .breadclumb .inner {
	width: 1250px;
	margin: 0 auto;
}
#contents .box_content .breadclumb a {
	text-decoration: underline;
	color: #fff;
}
/*#contents .box_content h2 {
	display: block;
	position: absolute;
	left: 0;
	top: 55%;
	margin: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	z-index: 10;
}
#contents .box_content h2 .title {
	display: block;
	background-color: #fff;
	font-size: 80px;
	font-family: 'Noto Serif Japanese', serif, sans-serif;
	font-weight: 500;
	height: 76px;
	line-height: 68px;
	padding: 0 0 0 22px;
}
#contents .box_content .bg {
	z-index: 1;
}
*/
#contents .box_content h2 span:nth-of-type(n+2) {
	margin-top: 14px;
}

.bt_pdf{
  width: 360px;
  height: 80px;
  background: #24B939;
  border:2px solid #24B939;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 20px auto;
  font-weight:bold;  
}
.bt_pdf a{
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 24px;
  line-height: 80px;
  text-align: center;
}
.bt_pdf a:hover{
  	color: #24B939;
	background:#FFF;
	-webkit-border-radius: 3px;
}


.sub_link {
	background: #e5e5e5;
	text-align: center;
}

.sub_link ul {
	width: 100%;
	padding: 3.5% 6.5%;
	box-sizing: border-box;
}
.sub_link li {
    width : 48%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
}

.sub_link li a {
	display: block;
	position: relative;
	box-sizing: border-box;
}
.sub_link li figure {
	z-index: 1;
}
.sub_link li figure img {
	width: 100%;
	height: auto;
/*    -webkit-filter: brightness(0.45);
    -moz-filter: brightness(0.45);
    -o-filter: brightness(0.45);
    -ms-filter: brightness(0.45);
    filter: brightness(0.45);*/
}
/*.sub_link li a:hover figure img {
    -webkit-filter: brightness(0.55);
    -moz-filter: brightness(0.55);
    -o-filter: brightness(0.55);
    -ms-filter: brightness(0.55);
    filter: brightness(0.55);
}*/
.sub_link .titlebox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
	text-align: center;
	line-height: 1.5;
	color: #fff;
	z-index: 10;
}
.sub_link .titlebox h3 {
	font-size: 38px;
}


