#MDQ{display:block;}

.ds_pc{display:inline;}
.ds_sp{display:none;}
.pcNone{display:none !important;}


/*---------------------------------------------------------------------------
　コンテンツ大枠
---------------------------------------------------------------------------*/
#container {
	width:100%;
}

#contents_window a:hover img{
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}

#contents_window {
	clear: both;
	margin:0 auto;
	min-width:1100px;
	overflow:hidden;
}

.ContentsBox980{width:980px; margin:0 auto;}
.ContentsBox1100{width:1100px; margin:0 auto;}



/*---------------------------------------------------------------------------
共通CSS
---------------------------------------------------------------------------*/

.caMainVisual{
	width: 100%;
}

.caMainImg{
	width: 100%;
	height: 200px;
}

h3{
	display: inline-block;
	font-size: 28px;
	color: #016433;
	padding: 0 40px 5px;
	border-bottom: 1px solid #016433;
	margin: 0 0 30px;
}

h3 span{
	display: block;
	margin: 0 auto 15px;
}

/*------------　ページトップ　-----------*/

.page-top {
    position: fixed;
    bottom: 70px;
    right: 30px;
    padding: 10px;
    background:#96c814;
	border:2px solid #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 14px;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	text-decoration:none;
	color:#fff;
	z-index:2500;
}

.page-top:hover {
	-moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
	color:#fff;
	text-decoration:none;
}



/*----------------------------------------------------------------------------------------
ヘッダー
----------------------------------------------------------------------------------------*/

.spmenu_drawr,
.spmenu_close,
.spMenu{display:none;}

#header{
	width:100%;
	min-width:1100px;
	margin:0 auto;
	padding:0;
	background-color: #FFF;
}

.headerContents{
	width:1100px;
	margin:0 auto;
	overflow: hidden;
}

#header .head_logo{
	float:left;
	width: 580px;
	padding: 20px 0 0;
	text-align: left;
}

#header .head_logo h1{
	margin:0;
	padding:0;
}

#header .head_logo h1 span{
	font-size: 12px;
	display: block;
	color: #333;
	padding: 0 0 15px;
	font-weight: normal;
}

#header .head_logo h1 a img{
	-webkit-box-reflect:below 0px -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(0.6, transparent), to(rgba(0,0,0,0.1)));
}

#header .reflection{
	position: relative;
	margin: 0;
	padding: 0;
	height: 25px;
	overflow: hidden;
}
#header .reflection img{
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: flipv; opacity:0.10;
    filter: alpha(opacity='10');
}

#header .overlay{
	padding: 0;
	margin: 0;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image: -moz-linear-gradient( center bottom, rgb(255,255,255) 50%, rgba(255,255,255,0) 100%);
	background-image: -o-linear-gradient( rgba(255,255,255,0) 0%, rgb(255,255,255) 50%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, rgb(255,255,255)), color-stop(1, rgba(255,255,255,0)));
	background:linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgb(255,255,255) 50%);
	filter: progid:DXImageTransform.Microsoft.Gradient( gradientType=0, startColor=0, EndColorStr=#ffffff);
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	#header .head_logo h1 a img{margin: 0 0 40px;}
	#header .reflection{display: none!important;}
}

#header .head_rBox{
	float: right;
	width: 382px;
	padding: 40px 0 30px;
}

#header .headTel{
	float: left;
	width: 272px;
}

#header .headTel p{
	font-size: 13px;
	margin-bottom: 15px;
	text-align: center;
}

#header .headTel a{cursor: default;}

#header .headMail{
	float: right;
	width:88px;
}

#header .headMail a{
	display: block;
	background: #016433;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 15px 15px;
}

#header .headMail a img{
	width: 25px;
	margin: 0 auto 10px;
	display: block;
}

#header .headMail a:hover{
	-moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}


/*----- ヘッダーメニュー -----*/

.headerMenu{
	width:100%;
	min-width:1100px;
	margin:0 auto;
	background-color:#96c814;
}

.headerMenu ul.dropmenu{
  *zoom: 1;
  list-style-type: none;
  padding: 0;
	width:1100px;
	margin:0 auto;
	display: table;
}

.headerMenu ul.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.headerMenu ul.dropmenu:after{
  clear: both;
}

.headerMenu ul.dropmenu li{
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
	width:auto;
    height: 50px;
    display: table-cell;
	vertical-align: middle;
	font-size: 1rem;
	line-height: 1.5;
	text-align:center;
	border-right:1px solid #fff;
}

.headerMenu ul.dropmenu li:first-child{position: relative; width: 55px; border-left: 1px solid #fff;}

.headerMenu ul.dropmenu li a{
  display: block;
  margin: 0;
	padding:13px 0;
	color: #fff;
	font-size: 17px;
}
.headerMenu ul.dropmenu li a.active{background-color:#016433;}

.headerMenu ul.dropmenu li a:hover{background-color:#016433; text-decoration:none; color: #fff;}

.fixed {
	position: fixed;
	top: 0;
	z-index: 200;
}

/*----- ヘッダーメニューここまで -----*/



/*---------------------------------------------------------------------------
フッター
---------------------------------------------------------------------------*/

#footer {
	width:100%;
	min-width:1100px;
	clear:both;
	margin:0 auto;
	background-color: #fff;
	border-top:7px solid #96c814;
}

.footer_contents{
	width: 1100px;
	margin: 0 auto;
	padding: 30px 0 25px;
}

.footer_contents h2{
	float: left;
	width: 332px;
	height: 90px;
	overflow: hidden;
}

#footer .footer_contents h2 a img{
	-webkit-box-reflect:below 0px -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(0.6, transparent), to(rgba(0,0,0,0.1)));
}

#footer .reflection{
	position: relative;
	margin: 0;
	padding: 0 0 15px;
	height: 25px;
	overflow: hidden;
	display: block;
}
#footer .reflection img{
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: flipv; opacity:0.10;
    filter: alpha(opacity='10');
}

#footer .overlay{
	padding: 0 0 15px;
	display: block;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image: -moz-linear-gradient( center bottom, rgb(255,255,255) 50%, rgba(255,255,255,0) 100%);
	background-image: -o-linear-gradient( rgba(255,255,255,0) 0%, rgb(255,255,255) 50%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, rgb(255,255,255)), color-stop(1, rgba(255,255,255,0)));
	background:linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgb(255,255,255) 50%);
	filter: progid:DXImageTransform.Microsoft.Gradient( gradientType=0, startColor=0, EndColorStr=#ffffff);
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	#footer .reflection{display: none!important;}
}

.footer_rBox{
	float: right;
	width: 500px;
}

.footer_rBox ul{width: 100%;}

.footer_rBox ul li{
	float: left;
	margin: 0 0 10px;
}
.footer_rBox ul li:nth-child(5){clear: both;}

.footer_rBox ul li a{
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	padding: 0 15px;
	border-left: 1px solid #dcdcdc;
}
.footer_rBox ul li:nth-child(4n) a{border-right: 1px solid #dcdcdc;}

.footer_rBox .fCopy{
	font-size: 0.7rem;
	color: #808080;
}

.footer_rBox ul li a:hover{
	-moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}



/*---------------------------------------------------------------------------
　トップページ
---------------------------------------------------------------------------*/

/*------------　トップスライダー　-----------*/

.topMainArea{
	width: 100%;
	min-width: 1100px;
	position: relative;
}

.mainSliderBox{
	width: 100%;
	height: auto;
}

.mainSliderBox .slick-slide img {
	width:100%;
	height: 100%;
}

.slick-slide {
	opacity: 0.5;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}
.slick-current {
	opacity: 1;
}

.mypattern{}

.slide-arrow{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 64px;
	height: 129px;
	z-index: 99;
}
.slide-arrow.prev-arrow{left: -1000px;}
.slide-arrow.next-arrow{right: -1000px;}

.slide-arrow:hover{cursor: pointer;}

.topSlider{
	position: relative;
}

.topSlider_Text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.topSlider_Text img{
	max-width: 100%;
}

/*------------　トップスライダーここまで　-----------*/


.top_menuArea{
	width:100%;
	padding:60px 0;
	text-align:center;
}

.top_menuArea h3{
	display: inline-block;
	font-size: 32px;
	color: #016433;
	text-align: center;
	padding: 0 40px 5px;
	border-bottom: 1px solid #016433;
	margin: 0 0 30px;
}

.top_menuArea .ContentsBox1100 > p{
	font-size: 19px;
	line-height: 39px;
}

/*20200825*/

.high-protection{
	padding: 30px 55px;
	border: 5px solid #D8D8D8;
}

.high-protection h4{
	margin-bottom: 20px;
	font-size: 25px;
	color: #fff;
	background-color: #016433
}

.high-left{
	float: left;
	width: 460px;
}

.high-right{
	float: right;
	width: 460px;
}

.high-protection h5{
	margin-bottom: 10px;
	font-size: 20px;
	color: #016433;
	border-bottom: 1px solid #016433;
}

.high-protection ul{
	margin-bottom: 10px;
	text-align: left;
}

.high-protection li{
	margin-left: 20px;
	text-align: left;
	list-style-type:disc;

}

.high-em{
	margin-bottom: 1em;
}

.high-em2{
	margin-bottom: 2em;
}

.top_menu{margin: 80px 0 40px;}

.top_menu ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.top_menu ul li{
	width: 340px;
	text-align: left;
}
.top_menu ul li p{ color: #333;}

.top_menu ul li a{display: block; margin: 0 0 15px;}

.top_menu ul li a img{width: 100%;}

.top_menu ul li a span{
	display: block;
	padding: 15px 10px 15px 30px;
	box-sizing: border-box;
	color: #fff;
	font-size: 22px;
}

.top_menu ul li a span img{
	width: 11px;
	float: right;
	margin: 9px 0 0;
}

.top_menu ul li:nth-child(1) a span{background: #009245;}
.top_menu ul li:nth-child(2) a span{background: #427687;}
.top_menu ul li:nth-child(3) a span{background: #96c814;}

.top_menu ul li a:hover{
	-moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}

.top_infoArea{
	width:100%;
	padding:60px 0;
	background: #f0f4f2;
}

.top_infoArea > .ContentsBox1100{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;	
}

.top_infoBox{
	width: 725px;
	height: 100%;
	box-sizing: border-box;
	background: #fff;
	padding: 25px 25px;
}

.top_infoBox .top_infoTitle{
	width: 100%;
	padding: 0 0 10px;
	border-bottom: 1px solid #016433;
	margin: 0 0 20px;
}

.top_infoBox .top_infoTitle h4{
	font-size: 16px;
	font-weight: normal;
	color: #808080;
	border-left: 5px solid #016433;
	padding-left:18px;
	display: inline-block;
	line-height: 23px;
}
.top_infoBox .top_infoTitle h4 img{
	width: 153px;
	padding-right: 35px;
	vertical-align: text-bottom;
}

.top_infoBox .top_infoTitle a{
	display: inline-block;
	float: right;
	color: #808080;
	font-size: 12px;
	padding: 5px 10px;
	border: 1px solid #707070;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}
.top_infoBox .top_infoTitle a img{
	width: 5px;
	margin: 0 0 0 15px;
	vertical-align: middle;
}

.top_infoBox .top_infoTitle a:hover{
	-moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}

.top_infoBox dl dt{
	width: 110px;
	float: left;
	clear: left;
	color: #016433;
}

.top_infoBox dl dd{
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 20px 110px;
	border-bottom: 1px dotted #939393;
	margin: 0 0 20px;
}

.top_infoBox dl dd a:hover{text-decoration: underline;}

.top_infoBox dl dd:last-child{margin: 0;}

.top_BnrBox{width: 330px;}

.top_BnrBox a{
	display: block;
	width: 330px;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	text-align: left;
	position: relative;
	margin: 0 0 20px;
}

.top_BnrBox a span{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	right: 0;
	margin: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.top_BnrBox a:hover{
	-moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}

/*---------- FB ----------*/
.top_FBdesc{
	float: right;
	width: 330px;
	height: 472px;
	background-color: #ccc;
}

.top_FBdesc .facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.top_FBdesc .facebook-wrapper > .fb-page {
    width: 100%;
}
.top_FBdesc .facebook-wrapper > .fb-page > span,
.top_FBdesc .facebook-wrapper iframe {
    width: 100% !important;
}


/*---------------------------------------------------------------------------
　スポーツ施設事業
---------------------------------------------------------------------------*/

.caSports .caMainImg{
	background: url(../sports/image/main.png) top -100px center no-repeat;
	background-size: cover;
}

.sports_Title{
	width: 100%;
	text-align: center;
	padding: 50px 0 60px;
}

.sports_feature{
	width: 680px;
	margin: 0 auto;
	padding: 50px 0 0;
	text-align: center;
}

.sports_feature h4{
	display: inline-block;
	font-size: 21px;
	border-left: 7px solid #96c814;
	padding: 0 0 0 10px;
	line-height: 21px;
	margin: 0 0 30px;
}

.sports_feature ul li{
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
.sports_feature ul li:last-child{margin: 0;}

.sports_feature ul li p span{
	font-size: 20px;
	font-weight: bold;
	color: #016433;
}
.sports_feature ul li p{}

.sports_ImgContents{
	width: 100%;
	background: #f0f4f2;
	padding: 50px 0 60px;
}

.sports_ImgContents ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.sports_ImgContents ul li{
	width: 48%;
}

.sports_LinkBnr{
	width: 680px;
	margin: 0 auto;
	padding: 50px 0 0;
}

.sports_LinkBnr a{display: block;}
.sports_LinkBnr a img{ width: 100%;}


/*---------------------------------------------------------------------------
　防水事業
---------------------------------------------------------------------------*/

.caPainting .caMainImg{
	background: url(../painting/image/main.png) center center no-repeat;
	background-size: cover;
}

.painting_Title{
	width: 100%;
	text-align: center;
	padding: 50px 0 30px;
}

.painting_contentsBox{margin: 10px 0 0;}

.painting_contentsBox h4{
	display: inline-block;
	font-size: 21px;
	border-left: 7px solid #96c814;
	padding: 0 0 0 10px;
	line-height: 21px;
	margin: 0 0 20px;
}

.painting_contentsBox ul{
	width: 860px;
	margin: 20px auto 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.painting_contentsBox ul li{
	width: 30%;
	margin: 0 0 60px;
}
.painting_contentsBox ul li:nth-last-child(-n+3){
	width: 400px;
	margin: 0;
}
.painting_contentsBox ul li:nth-child(5){
	width: 50px;
	-webkit-align-self: center;
	align-self: center;
}

.painting_contentsBox ul li p{
	display: block;
	padding: 10px 15px;
	color: #fff;
	background: #016433;
	font-size: 20px;
	font-weight: bold;
}

.painting_contentsBox ul li span.Arr{
	display: block;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #016433;
}

.painting_ListBox{
	width: 100%;
	background: #f0f4f2;
	padding: 50px 0 10px;
	text-align: center;
}

.painting_ListBox h4{
	display: inline-block;
	font-size: 21px;
	border-left: 7px solid #96c814;
	padding: 0 0 0 10px;
	line-height: 21px;
	margin: 0 0 20px;
}

.painting_ListBox p{margin: 0 0 40px;}

.painting_List{	margin: 0 0 50px;}

.painting_List h5{
	display: block;
	color: #fff;
	text-align: center;
	padding: 10px 15px;
	box-sizing: border-box;
	background: #016433;
	font-size: 18px;
	letter-spacing: 10px;
}

.painting_List ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border-left: 1px solid #016433;
	border-right: 1px solid #016433;
	background: #fff;
	text-align: left;
}

.painting_List ul li{
	border-bottom: 1px solid #016433;
	border-right: 1px solid #016433;
	box-sizing: border-box;
	padding: 15px 20px;
	-webkit-justify-content: center;
	justify-content: center;
}

.painting_List ul li:nth-child(3n+1){
	width: 25%;
	background: #96c814;
	color: #fff;
	font-size: 16px;
	display: -webkit-flex;
	display: flex;
}
.painting_List ul li:nth-child(3n+1) span{
	-webkit-align-self: center;
	align-self: center;
}
.painting_List ul li:nth-child(3n+2){
	width: 50%;
}
.painting_List ul li:nth-child(3n+3){
	width: 25%;
	border-right: none;
	display: -webkit-flex;
	display: flex;
	background: #eee;
}
.painting_List ul li:nth-child(3n+3) span{
	-webkit-align-self: center;
	align-self: center;
}

.painting_List ul.List02 li:nth-child(2n+1){
	width: 75%;
	background:#fff;
	color: #1a1a1a;
}
.painting_List ul.List02 li:nth-child(2n+2){
	width: 25%;
	border-right: none;
	display: -webkit-flex;
	display: flex;
	background: #eee;
}
.painting_List ul.List02 li:nth-child(2n+2) span{
	-webkit-align-self: center;
	align-self: center;
}

.painting_List ul.List03 li{
	width: 100%;
	background:#fff;
	color: #1a1a1a;
	border-right: none;
}


/*---------------------------------------------------------------------------
　海外輸出入事業
---------------------------------------------------------------------------*/

.caImporting .caMainImg{
	background: url(../importing/image/main.jpg) bottom 35% center no-repeat;
	background-size: cover;
}

.importing_Title{
	width: 100%;
	text-align: center;
	padding: 50px 0 30px;
}

.importing_contentsBox{
	width: 100%;
	background: #f0f4f2;
	padding: 50px 0 60px;
}

.importing_contentsBox ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.importing_contentsBox ul li:first-child{width: 58%;}
.importing_contentsBox ul li:last-child{width: 35%;}


/*---------------------------------------------------------------------------
　会社概要
---------------------------------------------------------------------------*/

.caCompany .caMainImg{
	background: url(../company/image/main.png) center center no-repeat;
	background-size: cover;
}

.company_contents{
	width: 100%;
	text-align: center;
	padding: 50px 0 30px;
}

.company_List{
	width: 800px;
	margin: 0 auto 50px;
}

.company_List dl{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #ccc;
}

.company_List dl dt{
	width: 25%;
	background: #016433;
	color: #fff;
	padding: 15px 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	-webkit-justify-content: center;
	justify-content: center;
	display: -webkit-flex;
	display: flex;
}
.company_List dl dt span{
	-webkit-align-self: center;
	align-self: center;
}

.company_List dl dd{
	width: 75%;
	padding: 15px 25px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	text-align: left;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.company_voiceBox{
	width: 100%;
	background: #f0f4f2;
	padding: 50px 0 60px;
	text-align: center;
}
.company_voiceBox p{
	text-align: left;
	margin: 0 0 20px;
	line-height: 38px;
}

.company_voiceBox p span{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #016433;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
	margin: 0 0 10px;
	text-align: center;
}

.company_voiceImg{
	margin: 50px 0 0;
}

.company_voiceImg ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.company_voiceImg ul li{
	width: 230px;
}



/*---------------------------------------------------------------------------
　採用情報
---------------------------------------------------------------------------*/

.caRecruit .caMainImg{
	background: url(../recruit/image/main.png) bottom -200px center no-repeat;
	background-size: cover;
}

.recruit_contents{
	width: 100%;
	text-align: center;
	padding: 50px 0 70px;
}

.recruit_List{
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

.recruit_List h4{
	font-size: 18px;
	color: #cc0000;
	margin: 0 0 15px;
}

.recruit_List p{
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.recruit_List dl{
	margin: 0 0 15px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #ccc;
}

.recruit_List dl dt{
	width: 25%;
	background: #016433;
	color: #fff;
	padding: 15px 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	-webkit-justify-content: center;
	justify-content: center;
	display: -webkit-flex;
	display: flex;
}
.recruit_List dl dt span{
	-webkit-align-self: center;
	align-self: center;
}

.recruit_List dl dd{
	width: 75%;
	padding: 15px 25px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	text-align: left;
}


/*---------------------------------------------------------------------------
　施工事例
---------------------------------------------------------------------------*/

.caWorks .caMainImg{
	background: url(../works/image/main.png) center center no-repeat;
	background-size: cover;
}

.works_Title{
	width: 100%;
	text-align: center;
	padding: 50px 0 30px;
}

.works_contents{
	width: 100%;
	padding: 40px 0 30px;
}

.works_ListArea{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.works_ListArea .Inner{
	width: 254px;
	margin-right: 28px;
	margin-bottom: 50px;
}

.works_ListArea .Inner:nth-child(4n+4){
	margin-right: 0;
}

.works_ListArea .Img{
	width: 100%;
	height: 180px;
	background-color: #f0f4f2;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

.works_ListArea .Img img{
	max-width: 254px;
	max-height: 180px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.works_ListArea .Caption{
	width: 100%;
	text-align: left;
}

.works_ListArea .Inner a{
	display: block;
	text-decoration: underline;
}
.works_ListArea .Inner a:hover{
	text-decoration: none;
}

.works_underLink{
	width: 350px;
	margin: 0 auto;
	padding: 0 0 10px;
}

.works_underLink a{
	display: block;
	background: url(../works/image/arr_white.png) center right 10px no-repeat, #016433;
	background-size: 10px;
	padding: 20px 15px;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.works_underLink a span{
	font-size: 15px;
}

.works_underLink a:hover{
	-moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}


/*--- 施工事例詳細 ---*/

.works_Inner{
	margin: 30px 0 0;
	text-align: left;
}

.works_Inner .works_data{
	font-size: 18px;
	color: #016433;
	margin: 0 0 10px;
}

.works_Inner h4{
	padding: 0 0 15px;
	margin: 0 0 25px;
	border-bottom: 1px solid #016433;
	font-size: 22px;
}

.works_Inner h4 span{
	display: block;
	border-left:  5px solid #016433;
	padding-left: 15px;
}

.works_innerBox{margin: 0 0 50px;}

.works_innerBox > p{max-width: 100%; margin: 0 0 30px;}
.works_innerBox > p:nth-child(2n+1) img{
	float: left;
	max-width: 750px;
	padding: 0 20px 0 0;
}
.works_innerBox > p:nth-child(2n) img{
	float: right;
	max-width: 750px;
	padding: 0 0 0 20px;
}

.works_backBtn{
	margin: 50px 0;
	text-align: center;
}

.works_backBtn a{
	display: inline-block;
	color: #808080;
	padding: 5px 15px;
	border: 1px solid #707070;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.works_backBtn a img{
	width: 5px;
	margin: 0 0 0 15px;
	vertical-align: middle;
}

.works_backBtn a:hover{
	-moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}


/*--- 過去の施工事例 ---*/

.works_resultPeriod{
	color: #016433;
	font-size: 18px;
	font-weight: bold;
	margin: -20px 0 20px;
}

.works_resultList h4{
	display: inline-block;
	font-size: 22px;
	border-left: 7px solid #96c814;
	padding: 0 0 0 10px;
	line-height: 21px;
	margin: 0 0 20px;
}

.works_resultList ul{
	width: 100%;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	border: 1px solid #ccc;
	border-bottom: none;
	margin: 0 0 30px;
}

.works_resultList li{
	padding: 10px 25px;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.works_resultList li:nth-child(3n+1){width: 10%;}
.works_resultList li:nth-child(3n+2){
	width: 60%;
	text-align: left;
}
.works_resultList li:nth-child(3n+3){
	width: 30%;
	border-right: none;
}

.works_resultList li:nth-child(-n+3){
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #016433;
}


/*---------------------------------------------------------------------------
　取扱商品のご案内
---------------------------------------------------------------------------*/

.caProducts .caMainImg{
	background: url(../products/image/main.png) bottom -200px center no-repeat;
	background-size: cover;
}

.products_contents{
	width: 100%;
	text-align: center;
	padding: 50px 0 60px;
}

.products_contentsList{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.products_contentsList li{
	width: 100%;
	margin: 0 15px 0 0;
}
.products_contentsList li:last-child{margin: 0;}

.products_contentsList li a{display: block;}

.products_contentsList li p{
	height: 70px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	background: url(../products/image/arr_white.png) center right 10px no-repeat, #016433;
	background-size: 10px;
	color: #fff;
	padding: 5px 20px 5px 10px;
	box-sizing: border-box;
	text-align: left;
	font-size: 16px;
	line-height: 18px;
}

.products_contentsList li a:hover{
	-moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}

.products_FeatureBox{ margin: 0 0 60px;}
.products_FeatureBox ul{
	margin: 20px 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.products_FeatureBox ul li{
	width: 48%;
	border: 1px solid #016433;
	margin: 0 0 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.products_FeatureBox ul li:nth-last-child(-n+2){margin: 0;}

.products_FeatureBox ul li div{
	display: block;
	width: 100%;
	height: 55px;
	background: #016433;
	color: #fff;
	padding: 15px 10px;
	box-sizing: border-box;
	text-align: center;
}

.products_FeatureBox ul li p{
	padding: 15px 15px;
	box-sizing: border-box;
	text-align: left;
}


/*--- ハイプロテクション　フェンス　クリーンガード ---*/

.products_fenceBox{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.products_fenceImg{
	width: 350px;
}

.products_fenceText{
	width: 600px;
	text-align: left;
	padding: 20px 0 0;
}

.products_fenceText h4{
	display: inline-block;
	background: #016433;
	color: #fff;
	padding: 10px 20px;
	box-sizing: border-box;
	font-size: 20px;
	margin: 0 0 15px;
}

.products_fenceText p{
	font-size: 18px;
	margin: 0 0 50px;
}

.products_CleanGuard{
	width: 100%;
	background: #f0f4f2;
	padding: 50px 0 60px;
	text-align: center;
}

.product_cleanguardBox{
	margin: 20px 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.product_cleanguardBox .inner{
	width: 45%;
}

.product_cleanguardBox .inner p{
	margin: 15px 0 0;
	text-align: left;
	text-indent:-1em;
	padding-left:1em;
}


/*--- ハイプロテクション　フェンスT140 ---*/

.products_FenceT140{
	width: 100%;
	padding: 50px 0 40px;
	text-align: center;
}

.products_FenceT140 h4{
	display: block;
	width: 100%;
	background: #016433;
	color: #fff;
	padding: 10px 20px;
	box-sizing: border-box;
	font-size: 20px;
	margin: 0 0 30px;
	text-align: center;
	letter-spacing: 10px;
}

.products_fenceT140Inner{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.products_fenceT140Text{
	text-align: left;
	width: 500px;
	margin: 20px 0 0;
}

.products_fenceT140Text dl{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
}

.products_fenceT140Text dl dt{
	width: 40px;
	padding: 0 0 20px;
	margin: 0 0 20px;
}
.products_fenceT140Text dl dt:nth-last-child(-n+2){margin: 0;}

.products_fenceT140Text dl dt span{
	width: 40px;
	height: 40px;
	display: block;
	font-size: 24px;
	line-height: 40px;
	background: #96c814;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.products_fenceT140Text dl dd{
	width: 450px;
	font-size: 17px;
	margin: 0 0 20px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px;
}
.products_fenceT140Text dl dd:last-child{margin: 0;}

.products_fenceT140Img{
	width: 430px;
}

.products_FenceT140example{
	width: 100%;
	background: #f0f4f2;
	padding: 50px 0 30px;
}

.products_FenceT140example h4{
	display: block;
	background: #016433;
	color: #fff;
	padding: 10px 20px;
	box-sizing: border-box;
	font-size: 20px;
	margin: 0 0 30px;
	text-align: center;
	letter-spacing: 10px;
}

.products_FenceT140example ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.products_FenceT140example ul li{
	width: 45%;
	text-align: center;
	margin: 0 0 30px;
}
.products_FenceT140example ul li:nth-child(3n+2){width: 10%;}

.products_FenceT140example ul li span{
	margin: 0 auto;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17.5px 0 17.5px 20px;
	border-color: transparent transparent transparent #016433;
}

.products_FenceT140example ul li img{margin: 0 0 15px;}


/*--- ハイプロテクション　カバー ---*/

.products_Cover{
	width: 100%;
	padding: 50px 0 40px;
	text-align: center;
}
 
.products_coverList ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.products_coverList ul li{
	width: 230px;
}

.products_coverImg{
	width: 100%;
	background: #f0f4f2;
	padding: 50px 0;
	text-align: center;
}

.products_coverImg  p{
	padding: 10px 10px;
	background: #fff;
	display: inline-block;
}


/*--- ステップカバー蓋 ---*/

.products_StepCover{
	width: 100%;
	padding: 50px 0 40px;
	text-align: center;
}

.products_scBG{background: #f0f4f2;}

.products_stepcoverBox{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.products_stepcoverText{
	width: 600px;
	text-align: left;
}

.products_stepcoverText h4{
	display: inline-block;
	font-size: 22px;
	border-left: 7px solid #96c814;
	padding: 0 0 0 10px;
	line-height: 21px;
	margin: 0 0 20px;
}

.products_stepcoverText dl{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #ccc;
}

.products_stepcoverText dl dt{
	width: 30%;
	background: #CCE0D6;
	border-bottom: 1px solid #ccc;
	padding: 15px 10px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
}

.products_stepcoverText dl dd{
	width: 70%;
	background: #fff;
	border-bottom: 1px solid #ccc;
	padding: 15px 15px;
	box-sizing: border-box;
}
.products_stepcoverText dl dd p{
	text-indent:-1em;
	padding-left:1em;
}

.products_stepcoverImg{
	width: 350px;
	padding: 40px 0 0;
}

.products_stepcoverImg p:first-child{margin: 0 0 30px;}

.products_caution{
	text-align: left;
	margin: 15px 0 0;
	text-indent:-1em;
	padding-left:1em;
}

/*--- 超速硬化スプレーフェンス ---*/

.products_SprayFence{
	width: 100%;
	padding: 50px 0 40px;
	text-align: center;
}
.products_sfBG{background: #f0f4f2;}

.products_SFtext ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.products_SFtext ul li{
	width: 30%;
	box-sizing: border-box;
	border: 1px solid #016433;
	text-align: left;
}

.products_SFtext ul li p{padding: 10px 15px;}

.products_SFtext ul li div{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #016433;
	padding: 5px 15px;
	text-align: center;
}

.products_SFcontents{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	text-align: left;
}

.products_SFfeature{width: 60%;}
.products_SFstadium{width: 35%;}

.products_SFfeature .inner{
	background: #fff;
	padding: 20px 15px;
}

.products_SFfeature .inner h4{
	border-bottom: 1px solid #eee;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.products_SFfeature .inner h4 span{
	font-size: 21px;
	border-left: 7px solid #96c814;
	padding: 0 0 0 10px;
	line-height: 21px;
}

.products_SFfeature .inner:first-of-type{margin: 0 0 40px;}

.products_SFstadium .innerImg img{width: 100%;}

.products_SFstadium .innerText{
	padding: 20px 0 0;
	display: -webkit-flex;
	display: flex;
}
.products_SFstadium .innerText p span{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #016433;
}
.products_SFstadium .innerText div{
	width: 100px;
	padding: 0 20px 0 0;
}
.products_SFstadium .innerText div img{width: 100%;}


/*---------------------------------------------------------------------------
　お知らせ
---------------------------------------------------------------------------*/

.caInfo .caMainImg{
	background: url(../info/image/main.png) center center no-repeat;
	background-size: cover;
}

.info_List{
	width: 100%;
	text-align: center;
	padding: 50px 0 60px;
}

.info_List dl{
	margin: 30px 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.info_List dl dt{
	width: 25%;
	box-sizing: border-box;
	color: #016433;
	padding: 0 0 20px 30px;
	margin: 0 0 20px;
	border-bottom: 1px dotted #939393;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.info_List dl dd{
	width: 75%;
	box-sizing: border-box;
	text-align: left;
	padding: 0 0 20px 10px;
	margin: 0 0 20px;
	border-bottom: 1px dotted #939393;
}

.info_List dl dd a:hover{text-decoration: underline;}

.info_pager{
	text-align: center;
	padding: 0 0 30px 0;
}

.info_pager ul li{
	display: inline-block;
	color: #888;
	font-weight: bold;
	padding: 0 10px;
}

.info_pager ul li.now{color:#016433; }

.info_pager ul li a{color: #888;}
.info_pager ul li a:hover{text-decoration: underline;}


/*--- お知らせ詳細 ---*/

.info_contentsBox{
	width: 100%;
	text-align: center;
	padding: 50px 0 60px;
}

.info_Inner{
	margin: 30px 0 0;
	text-align: left;
}

.info_Inner .info_data{
	font-size: 18px;
	color: #016433;
	margin: 0 0 10px;
}

.info_Inner h4{
	padding: 0 0 15px;
	margin: 0 0 25px;
	border-bottom: 1px solid #016433;
	font-size: 22px;
}

.info_Inner h4 span{
	display: block;
	border-left:  5px solid #016433;
	padding-left: 15px;
}

.info_TextBox{margin: 0 0 50px;}

.info_backBtn{
	margin: 50px 0;
	text-align: center;
}

.info_backBtn a{
	display: inline-block;
	color: #808080;
	padding: 5px 15px;
	border: 1px solid #707070;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.info_backBtn a img{
	width: 5px;
	margin: 0 0 0 15px;
	vertical-align: middle;
}

.info_backBtn a:hover{
	-moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}


/*---------------------------------------------------------------------------
　お問合せ
---------------------------------------------------------------------------*/

.caContact .caMainImg{
	background: url(../contact/image/main.png) center center no-repeat;
	background-size: cover;
}

.contact_Box{
	width: 100%;
	text-align: center;
	padding: 50px 0 60px;
}

.contact_Box div > p{text-align: left; padding: 0 0 30px;}

.contact_Box span.redText{color: #cc0000;}

.contact_formBox{
	width:100%;
	padding:0;
	margin: 0 0 30px;
} 

.contact_formBox dl{
	width:805px;
	margin:0 auto 70px;
	box-sizing:border-box;
	border:1px solid #016433;
	border-bottom:none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contact_formBox dl dt{
	width:213px;
	font-size:17px;
	padding:20px 15px;
	box-sizing:border-box;
	border-bottom:1px solid #016433;
	font-weight:bold;
	background:#CCE0D6;
	color: #016433;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.contact_formBox dl dt span{margin-left: 5px;}

.contact_formBox dl dd{
	width:590px;
	box-sizing:border-box;
	padding:15px 20px;
	border-bottom:1px solid #016433;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.contact_formBox dl dd input{
	-webkit-appearance: none;
	border:1px solid #ccc;
	padding:10px 15px;
	width:100%; 
	box-sizing:border-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.contact_formBox dl dd textarea{
	-webkit-appearance: none;
	border:1px solid #ccc;
	padding:10px 15px;
	width:100%;
	box-sizing:border-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.submit_btn_co input{
	-webkit-appearance: none;
	display:block;
	width:300px;
	box-sizing: border-box;
	margin:0 auto;
	border:none;
	background:url(../image/arr_white.png) center right 15px no-repeat, #016433;
	background-size: 10px;
	color:#fff;
	padding:20px 10px;
	font-size:18px;
	font-weight:bold;
}

.submit_btn_co input:hover{
	cursor:pointer;
	-moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}

.contact_pp{
	width:100%;
	box-sizing:border-box;
	border:1px solid #016433;
	padding:10px 15px;
	height:250px;
	overflow:auto;
	text-align: left;
	margin: 0 0 50px;
}

.contact_pp h4{
	color:#016433;
	font-size:16px;
}

.contact_pp p{
	margin:0 0 30px;
}

.contact_pp p span{
	display:block;
	padding-left:1rem;
	text-indent:-1rem;
}


/*---------------------------------------------------------------------------
　お知らせ
---------------------------------------------------------------------------*/
.top_infoBox .top_infoTitle p{
	display: inline-block;
	float: right;
}
.top_infoBox .top_infoTitle .date {
	color:#016433;
}
.top_infoBox .new {
	color: #ff0000;
	padding-left: 5px;
	font-weight: bold;
}

.top_infoBox dl dt{
	width:100px;	
}
.top_infoBox dt span{
	display:inline-block;
	width:100px;
	padding:2px 0px;
	margin:0;
	text-align:center;
	color:#fff;
	font-size: 13px;
}

.info_List dt span{
	display:inline-block;
	width:100px;
	padding:2px 0px;
	margin:0 20px;
	text-align:center;
	color:#fff;
	font-size: 13px;
}

.info_cinfo{background:#96c814;}
.info_c001{background:#009245;}
.info_c002{background:#016433;}
.info_c003{background:#427687;}


/*---------------------------------------------------------------------------
　施工事例
---------------------------------------------------------------------------*/

.work_List{
	width: 100%;
	text-align: center;
	padding: 50px 0 60px;
}

.work_List dl{
	margin: 30px 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.work_List dl dt{
	width: 25%;
	box-sizing: border-box;
	color: #016433;
	padding: 0 0 20px 30px;
	margin: 0 0 20px;
	border-bottom: 1px dotted #939393;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.work_List dl dd{
	width: 75%;
	box-sizing: border-box;
	text-align: left;
	padding: 0 0 20px 10px;
	margin: 0 0 20px;
	border-bottom: 1px dotted #939393;
}

.work_List dl dd a:hover{text-decoration: underline;}

.work_List dt span{
	display:inline-block;
	width:100px;
	padding:2px 0px;
	margin:0 20px;
	text-align:center;
	color:#fff;
	font-size: 13px;
}

.work_c001{background:#009245;}
.work_c002{background:#016433;}
.work_c003{background:#427687;}

.work_pager{
	text-align: center;
	padding: 0 0 20px 0;
}

.work_pager ul li{
	display: inline-block;
	color: #888;
	font-weight: bold;
	padding: 0 10px;
}

.work_pager ul li.now{color:#016433; }

.work_pager ul li a{color: #888;}
.work_pager ul li a:hover{text-decoration: underline;}
