body {
	min-width:none;
	-webkit-text-size-adjust:100%;
	height:100%;
}

#MDQ{display:none;}

.ds_pc{display:none;}
.ds_sp{display:inline;}
.spNone{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;
	width: auto;
	margin:0 auto;
}

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



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

.caMainVisual{
	width: 100%;
}

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

h3{
	display: inline-block;
	font-size: 22px;
	color: #016433;
	padding: 0 20px 5px;
	border-bottom: 1px solid #016433;
	margin: 0 0 30px;
}
h3 span{
	display: block;
	margin: 0 auto 15px;
}


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

.page-top {
    position: fixed;
    bottom: 20px;
    right: 15px;
    padding: 5px 8px;
    background:#96c814;
	border:2px solid #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 12px;
    -ms-filter: "alpha(opacity=85)";
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
	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;
}



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

#header{
	width:100%;
	margin:0;
	background-color:#FFF;
}

.headerContents{
	width:auto;
	margin:0 auto;
	padding:0;
	text-align:left;
}

#header .head_logo{
	margin: 0 0 10px;
	padding: 10px 15px 0;
	text-align: left;
}

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

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

#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 !important;
	height: 20px;
	width:100%!important;
	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{
	width: 100% !important;
	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 20px;}
	#header .reflection{display: none!important;}
}

#header .head_rBox{
	padding: 0 15px 20px;
}

#header .headTel{
	float: none;
	width: 100%;
	text-align: center;
	margin: 0 0 20px;
}

#header .headTel img{
	width: 70%;
}

#header .headTel p{
	font-size: 0.8rem;
	margin-bottom: 5px;
}

#header .headMail{
	float: none;
	width:100%;
}

#header .headMail a{
	display: block;
	width: 70%;
	box-sizing: border-box;
	margin: 0 auto;
	background: #016433;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 10px 10px;
}

#header .headMail a img{
	width: 25px;
	padding: 0 15px 0 0;
}

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


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

.spmenu_drawr {
    display:block;
    width:35px;
    height: 37px;
    position: fixed;
    top:10px;
    right:10px;
    cursor: pointer;
    z-index: 7777;
	background-color:#FFF;
	padding:8px 8px 4px;
	filter: alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity: 0.90;
	border:2px solid #96c814;
	border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
}

.spmenu_drawr div {
    position: relative;
}
.spmenu_drawr span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #96c814;
    left: 0;
}

.spmenu_drawr span:nth-child(1) {
    top: 0;
}
.spmenu_drawr span:nth-child(2) {
    top: 10px;
}

.spmenu_drawr span:nth-child(3) {
    top: 20px;
}

.spmenu_drawr p{
	color:#96c814;
	font-size:10px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	margin: auto;
}

.headerMenu {
    display: none;
    background-color:#016433;
    position: fixed;
    top: 0px;
    right:0;
    width:100%;
	height:120%;
    z-index: 8888;
}

@media (max-width: 321px) {
.headerMenu {
	display: none;
    background-color:#333;
    position: fixed;
    top: 0px;
    right:0;
    width:100%;
	height:100%;
    z-index: 8888;
	overflow:auto;
	max-height:415px;
}
}

.headerMenu dl.spMenu{
	height:550px;
	overflow:auto;
	margin:0 auto auto;
}

.headerMenu dl.spMenu dt,
.headerMenu dl.spMenu dd {
    list-style: none;
	margin:0 20px;
	overflow:hidden;
	white-space: nowrap;
}

.headerMenu dl.spMenu dt{
	display:block;
	cursor:pointer;
	background:url(../image/header/spmenu_bg_arr.png) 100% 50% no-repeat;
	background-size:13px auto;
	border-bottom:1px solid #FFF;
	padding:0 30px 0 0;
	color:#FFF;
}

.headerMenu dl.spMenu dt.spMdw{
	padding:8px 30px 8px 0;
	background:url(../image/header/spmenu_bg_plus.png) 100% 50% no-repeat !important;
	background-size:12px auto !important;
}

.headerMenu dl.spMenu dt.spMdw.active{
	background:url(../image/header/spmenu_bg_minus.png) 100% 50% no-repeat !important;
	background-size:12px auto !important;
}

.headerMenu dl.spMenu dd{
	display:none;
	color:#FFF;
}

.headerMenu dl.spMenu dt a {
    color:#FFF;
    display: block;
    padding: 8px 0;
    font-size: 14px;
	text-decoration:none;
}

.headerMenu dl.spMenu dd a {
    color:#FFF;
    display: block;
    padding: 4px 0;
    font-size: 14px;
	text-decoration:none;
}

.headerMenu dl.spMenu dd a:nth-child(1){padding:8px 0 4px 0;}
.headerMenu dl.spMenu dd a:last-child{padding:4px 0 8px 0;}
 
.headerMenu dl.spMenu a:hover{
	text-decoration:none;
}

.spmenu_close{
    display: block;
    width:45px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    z-index: 9999;
    font-size: 39px;
    margin:15px 0 18px 15px;
    text-align: center;
}



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

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

.footer_contents{
	margin: 0 15px;
	padding: 20px 0 20px;
}

.footer_contents h2{
	width: 70%;
	margin: 0 auto;
	overflow: hidden;	
	text-align: center;
}

#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;
	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 5%;
	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 .footer_contents h2{padding: 0 0 5%;}
	#footer .reflection{display: none!important;}
}
.footer_rBox{
	margin: 10px 0 0;
	text-align: center;
}

.footer_rBox ul{display: none;}

.footer_rBox .fCopy{
	font-size: 0.7rem;
	color: #808080;
	margin: 10px 0 0;
}


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

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

.topMainArea{
	width: 100%;
	position: relative;
}

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

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

.mypattern{}

.slide-arrow{display: none;}

.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 span{
	width: 80%;
}


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

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

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

.top_menuArea .ContentsBox1100 > p{
	font-size: 17px;
	text-align: left;
}

/*20200825*/

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

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

.high-left{
	/*
	float: left;
	width: 460px;
	*/
	margin-bottom: 30px;
}

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

.high-protection h5{
	margin-bottom: 10px;
	font-size: 18px;
	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: 1em;
}



.top_menu{margin: 40px 0 0;}

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

.top_menu ul li{
	width: 100%;
	text-align: left;
	margin: 0 0 30px;
}
.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: 18px;
}

.top_menu ul li a span img{
	width: 11px;
	float: right;
	margin: 2% 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:40px 0;
	background: #f0f4f2;
}

.top_infoArea > .ContentsBox1100{}

.top_infoBox{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: #fff;
	padding: 15px 15px;
	margin: 0 0 30px;
}

.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: block;
	line-height: 13px;
	margin: 0 0 15px;
}
.top_infoBox .top_infoTitle h4 img{
	width: 80%;
	padding-bottom: 10px;
	display: block;
}

.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: -2% 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: 100%;
	float: none;
	color: #016433;
}

.top_infoBox dl dd{
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 20px;
	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: 100%;}

.top_BnrBox a{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	position: relative;
	margin: 0 0 15px;
}

.top_BnrBox a span{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10%;
	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: none;
	height: 350px;
	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 center no-repeat;
	background-size: cover;
}

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

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

.sports_ImgContents ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.sports_ImgContents ul li{
	width: 100%;
	margin: 0 0 20px;
}
.sports_ImgContents ul li:last-child{margin: 0;}

.sports_LinkBnr{
	width: 100%;
	margin: 0 auto;
	padding: 30px 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_Title p{text-align: left;}

.sports_feature{
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 0;
	text-align: left;
}

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

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

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

.painting_contentsBox{margin: 10px 0 0;}

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

.painting_contentsBox ul{
	width: 100%;
	margin: 20px 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.painting_contentsBox ul li{
	width: 100%;
	margin: 0 0 20px;
}
.painting_contentsBox ul li:nth-child(3){margin: 0 0 60px;}
.painting_contentsBox ul li:last-child{margin: 0;}

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

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

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

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

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

.painting_List{	margin: 0 0 30px;}

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

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

.painting_List ul li{
	width: 100%;
	box-sizing: border-box;
	padding: 15px 20px;
	-webkit-justify-content: center;
	justify-content: center;
}

.painting_List ul li:nth-child(3n+1){
	background: #96c814;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.painting_List ul li:nth-child(3n+2){}
.painting_List ul li:nth-child(3n+3){
	background: #eee;
	border-bottom: 1px solid #016433;
}

.painting_List ul.List02 li:nth-child(2n+1){
	background:#fff;
	color: #1a1a1a;
	text-align: left;
}
.painting_List ul.List02 li:nth-child(2n+2){
	background: #eee;
	border-bottom: 1px solid #016433;
}

.painting_List ul.List03 li{
	width: 100%;
	background:#fff;
	color: #1a1a1a;
	text-align: left;
	border-bottom: 1px solid #016433;
}


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

.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: 40px 0 50px;
}

.importing_contentsBox ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.importing_contentsBox ul li:first-child{width:100%; margin: 0 0 20px;}
.importing_contentsBox ul li:last-child{width: 100%;}


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

.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: 100%;
	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 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	text-align: left;
}

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

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

.company_voiceImg{
	margin: 30px 0 0;
}

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

.company_voiceImg ul li{
	width: 48%;
	margin: 0 0 20px;
}
.company_voiceImg ul li:nth-last-child(-n+2){margin: 0;}


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

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

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

.recruit_List{
	width: 100%;
	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: left;
}

.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 20px;
	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 10px;
}

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

.works_ListArea{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 320px;
	margin: 0 auto;
}

.works_ListArea .Inner{
	width: 150px;
	margin-right: 0;
	margin-bottom: 40px;
}

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

.works_ListArea .Img img{
	max-width: 150px;
	max-height: 150px;
	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: 85%;
	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: 15px 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: 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: 18px;
}

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

.works_innerBox{margin: 0 0 50px;}

.works_innerBox > p{margin: 0 0 30px;}
.works_innerBox > p img{width: 100%; margin: 0 0 15px;}

.works_backBtn{
	margin: 30px 0 50px;
	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 0;
}

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

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

.works_resultList li{
	padding: 10px 15px;
	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%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.works_resultList li:nth-child(3n+2){
	width: 65%;
	text-align: left;
}
.works_resultList li:nth-child(3n+3){
	width: 25%;
	border-right: none;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

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




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

.caProducts .caMainImg{
	background: url(../products/image/main.png) center 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-flex-direction: column;
	flex-direction: column;
}

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

.products_contentsList li a{display: block;}

.products_contentsList li p{
	height: auto;
	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: 10px 15px 10px 20px;
	box-sizing: border-box;
	text-align: left;
	font-size: 16px;
}

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

.products_FeatureBox{ margin: 0 0 30px;}
.products_FeatureBox ul{
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.products_FeatureBox ul li{
	width: 100%;
	border: 1px solid #016433;
	box-sizing: border-box;
	margin: 0 0 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.products_FeatureBox ul li:last-child{margin: 0;}

.products_FeatureBox ul li div{
	display: block;
	width: 100%;
	height: auto;
	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-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.products_fenceImg{
	width: 100%;
}

.products_fenceText{
	width: 100%;
	text-align: left;
	padding: 0;
}

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

.products_fenceText p{
	font-size: 15px;
	margin: 0 0 30px;
}

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

.product_cleanguardBox{
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.product_cleanguardBox .inner{
	width: 100%;
	margin: 0 0 40px;
}
.product_cleanguardBox .inner:last-child{margin: 0;}

.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-flex-direction: column;
	flex-direction: column;
}

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

.products_fenceT140Text dl{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
}

.products_fenceT140Text dl dt{
	width: 15%;
	padding: 0 0 15px;
}

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

.products_fenceT140Text dl dd{
	width: 80%;
	display: block;
	font-size: 15px;
	margin: 0 0 15px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 15px;
}
.products_fenceT140Img{
	width: 100%;
	order: 3;
}

.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%; margin: -18% 0 0;}

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

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


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

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

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

.products_coverList ul li{
	width: 45%;
	margin: 0 0 20px;
}

.products_coverImg{
	width: 100%;
	background: #f0f4f2;
	padding: 40px 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-flex-direction: column;
	flex-direction: column;
}

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

.products_stepcoverText h4{
	display: inline-block;
	font-size: 20px;
	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: 100%;
	padding: 40px 0 0;
}

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

.products_caution{
	text-align: left;
	margin: 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;
	-webkit-display: flex;flex-direction: column;
	display: flex;flex-direction: column;
}

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

.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-display: flex;flex-direction: column;
	display: flex;flex-direction: column;
	text-align: left;
}

.products_SFfeature{width: 100%; margin: 0 0 30px;}
.products_SFstadium{width: 100%;}

.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: 18px;
	border-left: 7px solid #96c814;
	padding: 0 0 0 10px;
	line-height: 18px;
}

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

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

.products_SFstadium .innerText{
	padding: 15px 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: 30%;
	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 40px;
}

.info_List dl{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.info_List dl dt{
	width: 100%;
	box-sizing: border-box;
	color: #016433;
	padding:0;
	margin: 0;
	border-bottom:none;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.info_List dl dd{
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	padding: 0 0 20px;
	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: 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: 18px;
}

.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 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:100%;
	margin:0 auto 50px;
	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:30%;
	font-size:15px;
	padding:15px 10px;
	box-sizing:border-box;
	border-bottom:1px solid #016433;
	font-weight:bold;
	background:#CCE0D6;
	color: #016433;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-align-items: center;
	align-items: center;
	text-align: left;
}
.contact_formBox dl dt span{margin-left: 5px;}

.contact_formBox dl dd{
	width:70%;
	box-sizing:border-box;
	padding:15px 10px;
	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 10px;
	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 10px;
	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:70%;
	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;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.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:200px;
	overflow:scroll;
	text-align: left;
	margin: 0 0 50px;
	-webkit-overflow-scrolling: touch;
}

.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:100%;	
}
.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 40px;
}

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

.work_List dl dt{
	width: 100%;
	box-sizing: border-box;
	color: #016433;
	padding: 0;
	margin: 0;
	border-bottom: none;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.work_List dl dd{
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	padding: 0 0 20px 0;
	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;}
