@charset 'UTF-8';

*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sp{
	display: none;
}

@media screen and (max-width:700px){
.pc{
	display: none !important;
}
.sp{
	display: block;
}
}

/* ClearFix */
.clearfix{
  *zoom: 1;
}
.clearfix:before, .clearfix:after{
  content: "";
  display: table;
}
.clearfix:after{
  clear: both;
}

body,html{
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	height: 100%;
}
body{
	border-top: solid 3px #008F61;
}
.sp-frog,
.sp-menu-toggle,
.sp-bnr-area,
.sp-other-ul,
.sp-footer-submenu,
.pagetop{
	display: none;
}
.menu{
	clear: both;
	position: relative;
	z-index: 5000;
	height: 62px;
	background-image: none;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(254,254,254) 56%, rgb(239,239,239) 100%);
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(254,254,254) 56%,rgb(239,239,239) 100%);
	background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(254,254,254) 56%,rgb(239,239,239) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	border-top: solid 2px #008F61;
}
/*
.menu:before{
	display: block;
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #E6E6E6;
}
*/
.menu a{
	text-decoration: none !important;
}
.menu > .menu-ul{
	width: 980px;
	margin: auto;
}
.menu > .menu-ul > li{
	float: left;
	position: relative;
	width: 122px;
	letter-spacing: 0.2px;
}
.menu > .menu-ul > li:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 30px;
	margin-top: -15px;
	background-color: #CDCDCD;
}
.menu > .menu-ul > li:last-child:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 30px;
	margin-top: -15px;
	background-color: #CDCDCD;
}
.menu > .menu-ul > li > a{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 60px;
	padding: 20px 0 0;
	color: #565656;
	text-align: center;
	line-height: 1.2;
	font-size: 12px;
}
.menu > .menu-ul > li > a .en{
	font-family: 'Open Sans', sans-serif;
	display: block;
	font-weight: normal;
	font-size: 9px;
	transform: scale(0.9);
	color: #70BF76;
}
.menu > .menu-ul > li > a:hover,
.menu > .menu-ul > li > a:hover .en{
	color: #02A06D;
}
.menu > .menu-ul > li > a:hover{
	background: rgb(237,248,244);
	background: -moz-linear-gradient(top,  rgb(237,248,244) 0%, rgb(225,236,232) 100%);
	background: -webkit-linear-gradient(top,  rgb(237,248,244) 0%,rgb(225,236,232) 100%);
	background: linear-gradient(to bottom,  rgb(237,248,244) 0%,rgb(225,236,232) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf8f4', endColorstr='#e1ece8',GradientType=0 );
}

.menu li ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	width: 160px;
	background-color: #fff;
	border: solid 1px #ddd;
	border-top: 0;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
.menu li ul li{
	float: none;
	display: block;
	border-bottom: solid 1px #ddd;
	background: rgb(247,247,247);
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 1%, rgba(255,255,255,1) 1%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 98%, rgba(249,249,249,1) 99%, rgba(247,247,247,1) 99%);
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 1%,rgba(255,255,255,1) 1%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 98%,rgba(249,249,249,1) 99%,rgba(247,247,247,1) 99%);
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 1%,rgba(255,255,255,1) 1%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 98%,rgba(249,249,249,1) 99%,rgba(247,247,247,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7',GradientType=0 );
	font-size: 12px;
}
.menu li ul li:first-child{
	box-shadow:0 8px 8px -12px #222 inset;
}
.menu li ul li:last-child{
	border-bottom: 0;
}
.menu li ul li a{
	display: block;
	padding: 15px;
	color: #666;
	text-decoration: none;
}
.menu li ul li a:hover{
	background-color: #e9f4f0;
	color: #02A06D;
}

.head-top{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	padding: 10px 10px 0 0px;
	text-align: right;
}
.head-top ul{
	display: inline-block;
}
.head-top li{
	vertical-align: middle;
	display: inline-block;
	font-size: 12px;
	color: #000;
}
.head-top li + li{
	margin-left: 13px;
}
.head-top li a{
	color: #000;
	text-decoration: none;
}
.head-top li.home:before{
	font-family: "Ionicons";
	content: "\f38f";
	margin-right: 3px;
	font-size: 13px;
}
.head-top li.access:before{
	font-family: "Ionicons";
	content: "\f3a3";
	margin-right: 3px;
	font-size: 12px;
}
.head-top li.english:before{
	font-family: "Ionicons";
	content: "\f276";
	margin-right: 4px;
	font-size: 12.5px;
}
.head-top li.fb{
	width: 18px;
	height: 18px;
	padding-top: 3.5px;
	background-color: #3B5998;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.head-top li.fb a{
	color: #fff;
}
.head-top li.fb span{
	display: block;
}
.head-top li a:hover{
	text-decoration: underline;
}
.head-top li.fb:hover{
	opacity: 0.8;
}

.head-middle{
	position: relative;
	height: 60px;
}
.head-middle-inner{
	width: 980px;
	margin: auto;
}
.head-logo{
	float: left;
	display: block;
	margin-top: 6px;
}
.pd-wrap{
	display: inline-block;
}
.pd-menu-toggle{
	float: left;
	margin-top: 14px;
	margin-left: 15px;
	margin-right: 15px;
	cursor: pointer;
}
.pd-menu-toggle img{
	-webkit-transition: 0.3s;
	transition: 0.3s;
	vertical-align: middle;
	display: inline-block;
}
.pd-menu-toggle.on img{
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}
.pd-menu-toggle:hover{
	opacity: 0.8;
}
.pd-menu-toggle .arrow{
	-webkit-transition: 0.3s;
	transition: 0.3s;
	vertical-align: middle;
	display: inline-block;
	margin-top: 0;
	margin-left: 5px;
	font-size: 13px;
	color: #007A5E;
}
.pd-menu{
	position: relative;
	z-index: 200;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	display: none;
	vertical-align: middle;
	margin-top: 8px;
	padding: 2px;
/*青
	background: #2466c0;
	background: -moz-linear-gradient(top,  #2466c0 1%, #2466c0 46%, #245ea2 100%);
	background: -webkit-linear-gradient(top,  #2466c0 1%,#2466c0 46%,#245ea2 100%);
	background: linear-gradient(to bottom,  #2466c0 1%,#2466c0 46%,#245ea2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2466c0', endColorstr='#245ea2',GradientType=0 );
*/
	background: #29aa90;
	background: -moz-linear-gradient(top,  #29aa90 0%, #108a75 100%);
	background: -webkit-linear-gradient(top,  #29aa90 0%,#108a75 100%);
	background: linear-gradient(to bottom,  #29aa90 0%,#108a75 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29aa90', endColorstr='#108a75',GradientType=0 );
	font-size: 0;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}
.pd-menu li{
	position: relative;
	float: left;
	width: 143px;
	margin-right: 2px;
	padding: 3px;
/*
	border: solid 1px #3485D6;
*/
	border: solid 1px #83c1b4;
	font-weight: normal;
	letter-spacing: 1.5px;
	font-size: 10px;
	color: #fff;
}
.pd-menu li:last-child{
	margin-right: 0;
}
.pd-menu li:after{
	display: none;
	position: absolute;
	top: 15px;
	right: 8px;
	font-family: "Ionicons";
	content: "\f125";
	font-size: 11px;
	color: #fff;
}
.pd-menu li a{
	display: block;
	color: #fff;
	text-decoration: none;
}
.pd-menu li .thumb{
	display: block;
	float: left;
	width: 30px;
	height: 30px;
/*青
border: solid 1px #3485D6;
*/
	border: solid 1px #83c1b4;
}
.pd-menu li .text{
	display: block;
	float: left;
	width: 105px;
	padding-top: 10px;
	text-align: center;
}
.pd-menu li:hover{
/* 緑
	background: #2499dc;
	background: -moz-linear-gradient(top,  #2499dc 0%, #2475bc 100%);
	background: -webkit-linear-gradient(top,  #2499dc 0%,#2475bc 100%);
	background: linear-gradient(to bottom,  #2499dc 0%,#2475bc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2499dc', endColorstr='#2475bc',GradientType=0 );
	border: solid 1px rgba(255,255,255,0.7);
*/
	background: #14aa8c;
	background: -moz-linear-gradient(top,  #14aa8c 0%, #13a07d 99%);
	background: -webkit-linear-gradient(top,  #14aa8c 0%,#13a07d 99%);
	background: linear-gradient(to bottom,  #14aa8c 0%,#13a07d 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14aa8c', endColorstr='#13a07d',GradientType=0 );
}

/* 開閉後のアニメーション */
.pd-menu-toggle.on .arrow{
	-webkit-transform: rotateZ(-180deg);
	transform: rotateZ(-180deg);
}
.pd-menu.show{
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.site-descr{
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif, Osaka, Verdana;
	display: inline-block;
	margin-top: 16px;
	margin-left: 3px;
	letter-spacing: 1.8px;
	line-height: 1.4;
	font-size: 10px;
	color: #666;
}

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

.site-descr{
	margin-top: 8px;
}
.site-descr .br:before{
	content: "\A";
	white-space: pre;
}

}

/* トップコンテンツ */
.top-content{
	position: relative;
	height: 100%;
}

/* トップ右コンテンツ */
.top-right-column{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 500;
	width: 210px;
	height: 100%;
	padding: 10px;
	background-color: rgba(0,0,0,0.5);
}
.sp-pd-menu{
	display: none;
}
.top-right-column .bnr-area{
	text-align: center;
}
.top-right-column .bnr-area a{
	display: block;
	width: 190px;
	margin: auto;
	background-color: #fff;
	border-radius: 2px;
}
.top-right-column .bnr-area a + a{
	display: block;
	margin-top: 10px;
}
.top-right-column .bnr-area a img{
	width: 100%;
}
.top-right-column .bnr-area a img:hover{
	opacity: 0.8;
}

/* トップ左コンテンツ */
.top-left-column{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	width: auto;
	height: 100%;
	padding-top: 20px;
	padding-left: 3px;
}
.top-left-column:before{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 400;
	display: block;
	content: "";
	width: 5px;
	height: 100%;
/* 横バージョン
	background: #148c77;
	background: -moz-linear-gradient(top,  #148c77 0%, #148c77 66%, #009b6a 100%);
	background: -webkit-linear-gradient(top,  #148c77 0%,#148c77 66%,#009b6a 100%);
	background: linear-gradient(to bottom,  #148c77 0%,#148c77 66%,#009b6a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#148c77', endColorstr='#009b6a',GradientType=0 );
*/
/* 緑
	background: #148c77;
	background: -moz-linear-gradient(top,  #148c77 0%, #148c77 90%, #009a6a 98%, #009a6a 100%);
	background: -webkit-linear-gradient(top,  #148c77 0%,#148c77 90%,#009a6a 98%,#009a6a 100%);
	background: linear-gradient(to bottom,  #148c77 0%,#148c77 90%,#009a6a 98%,#009a6a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#148c77', endColorstr='#009a6a',GradientType=0 );
*/
	background: #245ea2;
	background: -moz-linear-gradient(top,  #245ea2 0%, #3567a0 100%);
	background: -webkit-linear-gradient(top,  #245ea2 0%,#3567a0 100%);
	background: linear-gradient(to bottom,  #245ea2 0%,#3567a0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#245ea2', endColorstr='#3567a0',GradientType=0 );
}
.nav-control{
	display: none;
}


@media screen and (max-height:836px){

.slide-left-nav{
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.slide-left-nav.up{
	margin-top: -114px;
}
.top-left-column-inner{
	position: relative;
	overflow: hidden;
	height: 492px;
}
.nav-control{
	cursor: pointer;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9999;
	width: 42px;
	padding: 8px 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
/* 緑
	background: #0c957a;
	background: -moz-linear-gradient(left,  #0c957a 0%, #3ab08d 39%, #0c977a 100%);
	background: -webkit-linear-gradient(left,  #0c957a 0%,#3ab08d 39%,#0c977a 100%);
	background: linear-gradient(to right,  #0c957a 0%,#3ab08d 39%,#0c977a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c957a', endColorstr='#0c977a',GradientType=1 );
*/
	background: #245ea2;
	background: -moz-linear-gradient(left,  #245ea2 0%, #406da0 49%, #245ea2 100%);
	background: -webkit-linear-gradient(left,  #245ea2 0%,#406da0 49%,#245ea2 100%);
	background: linear-gradient(to right,  #245ea2 0%,#406da0 49%,#245ea2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#245ea2', endColorstr='#245ea2',GradientType=1 );
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.nav-control:hover{
}
.nav-control i{
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: inline-block;
}
.nav-control.on i{
	-webkit-transform: rotateZ(-180deg);
	transform: rotateZ(-180deg);
}


}

.top-left-nav{
	position: relative;
	z-index: 100;
	width: 42px;
	margin-bottom: 5px;
}
.top-left-nav a{
	display: block;
	text-decoration: none;
}
.top-left-nav .item{
	position: relative;
	z-index: 50;
	width: 42px;
	height: 109px;
	padding: 10px 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
/* 緑
	background: #108a75;
	background: -moz-linear-gradient(left,  #108a75 0%, #3a9c8d 39%, #107e70 100%);
	background: -webkit-linear-gradient(left,  #108a75 0%,#3a9c8d 39%,#107e70 100%);
	background: linear-gradient(to right,  #108a75 0%,#3a9c8d 39%,#107e70 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#108a75', endColorstr='#107e70',GradientType=1 );
*/
	background: #245ea2;
	background: -moz-linear-gradient(left,  #245ea2 0%, #406da0 49%, #245ea2 100%);
	background: -webkit-linear-gradient(left,  #245ea2 0%,#406da0 49%,#245ea2 100%);
	background: linear-gradient(to right,  #245ea2 0%,#406da0 49%,#245ea2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#245ea2', endColorstr='#245ea2',GradientType=1 );
	
	letter-spacing: 2px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
}
.top-left-nav .item:before{
	content: "";
    display: block;
    width: 38px;
    height: 103px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    position: absolute;
    border: solid 1px #8ecdbf;
    top: 2px;
    left: 0px;
}
.top-left-nav .item:hover,
.top-left-nav .item.active{
/*
	background: #0c957a;
	background: -moz-linear-gradient(left,  #0c957a 0%, #3ab08d 39%, #0c977a 100%);
	background: -webkit-linear-gradient(left,  #0c957a 0%,#3ab08d 39%,#0c977a 100%);
	background: linear-gradient(to right,  #0c957a 0%,#3ab08d 39%,#0c977a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c957a', endColorstr='#0c977a',GradientType=1 );
*/
	background: #3969a0;
	background: -moz-linear-gradient(left,  #3969a0 0%, #507baf 49%, #3969a0 100%);
	background: -webkit-linear-gradient(left,  #3969a0 0%,#507baf 49%,#3969a0 100%);
	background: linear-gradient(to right,  #3969a0 0%,#507baf 49%,#3969a0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3969a0', endColorstr='#3969a0',GradientType=1 );
}
.top-left-nav .item span{
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	display: inline-block;
	width: 1px;
	margin-right: 12px;
	border-left: 0;
	word-break: break-all;
	line-height: 1.4;
}
.top-left-nav .item i{
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	vertical-align: top;
	display: inline-block;
	width: 1px;
	word-break: break-all;
	line-height: 1.4;
}
.top-left-nav .item.two-p span{
	margin-right: 11px;
}
.top-left-nav .item.two-p i{
	margin-right: 10px;
}
.top-left-nav .descr{
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	width: 450px;
	height: 109px;
	padding: 2px;
	background: #f9f9f9;
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #ffffff 56%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#ffffff 56%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f9f9f9 0%,#ffffff 56%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=0 );
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	cursor: pointer;
	-webkit-transform: translateX(-500px);
	transform: translateX(-500px);
}
.top-left-nav .descr.show{
	opacity: 1;
	-webkit-transform: translateX(42px);
	transform: translateX(42px);
}
.top-left-nav .descr img:hover{
	opacity: 0.8;
}
.top-left-nav .descr .inner{
	position: relative;
	height: 100%;
	padding-top: 11px;
	padding-left: 40px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border: solid 1px #ccc;
	border-left: 0;
}
.top-left-nav .descr .inner:before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 25px;
	width: 1px;
	height: 90px;
	margin-top: -45px;
	background-color: #D6D6D6;
}
.top-left-nav .descr .inner:after{
	display: block;
	position: absolute;
	top: 48%;
	left: 9px;
	font-family: "Ionicons";
	content: "\f125";
	font-size: 14px;
	color: #255EA2;
}
.top-left-nav .descr img{
	vertical-align: middle;
	display: inline-block;
	width: 80px;
	height: 80px;
	margin-right: 10px;
	border: solid 3px #f6f6f6;
	border-radius: 3px;
	box-shadow: 1px 1px 1px 1px  #ccc;
}
.top-left-nav .descr p{
	vertical-align: middle;
	display: inline-block;
	width: 300px;
	line-height: 1.6;
	font-size: 14px;
	color: #333;
}
.top-left-nav .descr p:hover{
	text-decoration: underline;
}

/* スライダー */
.main-slide{
	position: relative;
	width: 100%;
	height: 100%;
}
.main-slide .slick-slide img{
	width: 100%;
}
.slick-list{
	height: 100%;
}
.slick-track{
	height: 100%;
}
.slide-01,
.slide-02,
.slide-03,
.slide-04{
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.slide-demo{
	position: relative;
	background-repeat: no-repeat;
	background-position: 20% top;
}

@media screen and (max-height: 800px){
	.slide-demo{
		background-size: 1200px auto;
		background-position: left top;
	}
}

/* 水１→会社１→製品→水２→会社２ */
.slide-01{
	background-color: #fff;
}
.logo-70th{
	display: block;
	position: relative;
	top: 50%;
	left: 50%;
	width: 250px !important;
	margin-top: -130px;
	margin-left: -125px;
}
.slide-01{
	background-image: url(../image/w_1.jpg);
}
.slide-02{
	background-image: url(../image/c_1.jpg);
}
.slide-03{
	background-image: url(../image/w_2.jpg);
}
.slide-04{
	background-image: url(../image/c_2.jpg);
}
.slide-text{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5000;
	width: 100%;
	text-align: center;
	line-height: 1.6;
	font-size: 36px;
	color: #fff;
	text-shadow: 3px 3px 6px rgba(0,0,0,1);
}
.top-70th{
	font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
	position: absolute;
	top: 27%;
	left: 50%;
	margin-left: -185px;
	padding: 15px 25px 15px 120px;
	-webkit-transform: translateY(-29%);
	-ms-transform: translateY(-29%);
	transform: translateY(-29%);
	border-radius: 2px;
	background-color: rgba(255,255,255,0.4);
	background-image: url(../image/70_logo.png);
	background-repeat: no-repeat;
	background-position: 27px center;
	-webkit-background-size: 79px auto;
	background-size: 79px auto;
	line-height: 1.3;
	font-weight: bold;
	letter-spacing: 4px;
	font-size: 22px;
	color: #1a4e87;
}
.top-70th .num{
	font-size: 30px;
}

/* 事業図 */
.slide-04 { position: relative; z-index: 9999;}

.icon-wrap{
	position: relative;
	width: 1400px;
	height: 860px;
	margin-left: 9%;
	background-image: url(../image/field_slide01.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.icon-wrap .title{
	position: absolute;
	top: 20px;
	left: 50%;
	width: 628px;
	height: 83px;
	margin-left: -314px;
	background-image: url(../image/top_title.png);
	background-repeat: no-repeat;
	background-position: center;
}

#icon-toggle{
	position: absolute;
	left: 10px;
	z-index: 9999;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	vertical-align: middle;
	margin-top: -290px;
	padding: 2px;
	background: #108a75;
	background: -moz-linear-gradient(left,  #108a75 0%, #25a88b 100%);
	background: -webkit-linear-gradient(left,  #108a75 0%,#25a88b 100%);
	background: linear-gradient(to right,  #108a75 0%,#25a88b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#108a75', endColorstr='#25a88b',GradientType=1 );
	font-size: 0;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}
#icon-toggle li{
	overflow: hidden;
	clear: both;
	position: relative;
	width: 162px;
	padding: 3px;
	border: solid 1px #83c1b4;
	font-weight: normal;
	letter-spacing: 1.5px;
	font-size: 11px;
	color: #fff;
}
#icon-toggle li i{
	vertical-align: middle;
	display: inline-block;
	width: 16px;
	margin-right: 3px;
	padding: 2px 4px 1px;
	border-radius: 50%;
	border: solid 1px #107d59;
	background-color: #fff;
	text-align: center;
	line-height: 1;
	font-weight: bold;
	font-size: 11px;
	color: #107d59;
}
#icon-toggle li:hover i{
	background-color: #bd2c2a;
	color: #fff;
}
#icon-toggle li + li{
	margin-top: 2px;
}
#icon-toggle li:after{
	display: none;
	position: absolute;
	top: 15px;
	right: 8px;
	font-family: "Ionicons";
	content: "\f125";
	font-size: 11px;
	color: #fff;
}
#icon-toggle li .thumb{
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	border: solid 1px #83c1b4;
}
#icon-toggle li .text{
	display: block;
	float: left;
	width: 115px;
	padding-top: 8px;
}
#icon-toggle li:hover{
	background: #14aa8c;
	background: -moz-linear-gradient(top,  #14aa8c 0%, #13a07d 99%);
	background: -webkit-linear-gradient(top,  #14aa8c 0%,#13a07d 99%);
	background: linear-gradient(to bottom,  #14aa8c 0%,#13a07d 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14aa8c', endColorstr='#13a07d',GradientType=0 );
}
.icon{
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.icon p{
	display: none;
	width: 200px;
	position: absolute;
	padding: 10px;
	background-color: #ffe4e4;
	border: solid 2px #107D59;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55);
	line-height: 1.4;
	font-size: 13px;
	color: #333;
}
#icon-1{
	top: 173px;
    left: 444px;
	width: 78px;
    height: 52px;
	background-image: url(../image/1_off.png);
}
#icon-1 p{
	top: -50px;
    right: 108px;
}
#icon-2{
	top: 218px;
    left: 802px;
	width: 57px;
    height: 85px;
	background-image: url(../image/2_off.png);
}
#icon-2 p{
	top: -100px;
	right: -75px;
}
#icon-3{
	top: 486px;
    left: 942px;
    width: 57px;
    height: 86px;
	background-image: url(../image/3_off.png);
}
#icon-3 p{
	top: -150px;
	right: -77px;
}
#icon-4{
	top: 495px;
    left: 357px;
    width: 78px;
    height: 70px;
	background-image: url(../image/4_off.png);
}
#icon-4 p{
	top: -124px;
    right: -60px;
}
#icon-5{
	top: 517px;
    left: 560px;
    width: 56px;
    height: 89px;
	background-image: url(../image/5_off.png);
}
#icon-5 p{
	top: -23px;
    right: -238px;
}
#icon-6{
	top: 548px;
    left: 956px;
    width: 82px;
    height: 68px;
	background-image: url(../image/6_off.png);
}
#icon-6 p{
	top: 0;
	right: -220px;
}
#icon-7{
	top: 162px;
    left: 1148px;
    width: 79px;
    height: 71px;
	background-image: url(../image/7_off.png);
}
#icon-7 p{
	bottom: -150px;
	right: -57px;
}

#icon-1.on{ background-image: url(../image/1_on.png); }
#icon-2.on{ background-image: url(../image/2_on.png); }
#icon-3.on{ background-image: url(../image/3_on.png); }
#icon-4.on{ background-image: url(../image/4_on.png); }
#icon-5.on{ background-image: url(../image/5_on.png); }
#icon-6.on{ background-image: url(../image/6_on.png); }
#icon-7.on{ background-image: url(../image/7_on.png); }


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

.icon-wrap{
	width: 1200px;
	height: 737px;
	margin-left: 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#icon-toggle{
	left: 90px;
	margin-left: 0;
}
.icon-wrap .title{
	width: 500px;
	height: 70px;
	margin-left: -250px;
	background-image: url(../image/top_title_sp.png);
}

.icon p{
	font-size: 12px;
}

#icon-1{     top: 141px;
    left: 372px; }
#icon-1 p{
	top: -70px;
    right: 95px;
}
#icon-2{ top: 174px;
    left: 683px; }
#icon-3{ top: 403px; left: 804px; }
#icon-3 p{
	top: -120px;
	right: -50px;
}
#icon-4{     top: 429px;
    left: 300px;}
#icon-4 p{
	top: -150px;
	right: -100px;
}
#icon-5{ top: 427px;
    left: 476px; }
#icon-5 p{
	top: -14px;
    right: -219px;
}
#icon-6{ top: 460px;
    left: 819px; }
#icon-6 p{
	top: -114px;
    right: -195px;
}
#icon-7{ top: 141px; left: 976px; }
#icon-7 p{
	bottom: -120px;
	right: -55px;
}

}



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

.slide-text{
	font-size: 30px;
}

}

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

.icon-wrap{
	width: 100%;
	height: 200px;
	background-image: url(../image/field-slide-static.jpg);
}
.icon-wrap .title{
	top: 50%;
	width: 300px;
	height: 40px;
	margin-top: -20px;
	margin-left: -150px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.icon-wrap .icon,
#icon-toggle{
	display: none !important;
}

}


/* 新着情報 */
.news-title{
	margin-top: 10px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(255,255,255) 59%, rgb(240,240,240) 100%);
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(255,255,255) 59%,rgb(240,240,240) 100%);
	background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(255,255,255) 59%,rgb(240,240,240) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	border-bottom: solid 2px #008F61;
	font-size: 15px;
	line-height: 1.2;
}
.news-title .en{
	font-family: 'Open Sans', sans-serif;
	display: block;
	padding-bottom: 0;
	letter-spacing: 0.1px;
	font-weight: normal;
	font-size: 10px;
	color: #19c825;	
}
.news-title .news-link {
	display: block;
	position: absolute;
	top: 17px;
	right: 10px;
	font-size: 11px;
}
.news-title .news-link a {
	color: #1D9A72;
	text-decoration: underline;
}
.news-title .news-link a:hover {
	text-decoration: none;
}
.news-title-inner{
	position: relative;
	padding: 10px 10px 5px;
}
.top-news{
	background-color: #fff;
}
.top-news .date{
	display: block;
	line-height: 1;
	font-size: 10px;
}
.top-news ul{
	padding: 10px;
	border-top: solid 1px #008F61;
}
.top-news li{
	padding: 0 0 3px;
	line-height: 1.2;
	font-size: 11px;
	color: #1D9A72;
}
.top-news li + li{
	padding: 5px 0 0;
	border-top: dashed 1px #e6e6e6;
}
.top-news li a{
	display: block;
	padding: 5px 0;
	color: #1D9A72;
}
.top-news li a:hover{
	text-decoration: none;
}

.pagetop{
	display: none;
	opacity: 0.6;
	position: fixed;
	bottom: 40px;
	right: 10px;
	z-index: -1;
	padding: 8px 10px;
	background-color: #008F61;
	border-radius: 3px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	outline: none;
}

.big-footer{
	position: relative;
	z-index: 22222;
	padding-top: 50px;
	background: #009b6a;
	background: -moz-linear-gradient(top,  #009b6a 0%, #008f61 100%);
	background: -webkit-linear-gradient(top,  #009b6a 0%,#008f61 100%);
	background: linear-gradient(to bottom,  #009b6a 0%,#008f61 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009b6a', endColorstr='#008f61',GradientType=0 );
	color: #fff;
	text-align: center;
}

.foot-address-column{
	vertical-align: top;
	display: inline-block;
	margin-right: 50px;
	text-align: left;
}
.foot-logo{
	margin-bottom: 22px;
}
.foot-address-column address{
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 2px;
	font-size: 11px;
}
.foot-nav-column{
	position: relative;
	vertical-align: top;
	display: inline-block;
	min-height: 300px;
	padding: 0 10px;
	text-align: left;
	font-weight: normal;
}
.foot-nav-column{
	border-left: solid 1px #106B39;
}
.foot-nav-column:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #2caa74;
}
.foot-nav-column h3{
	margin-bottom: 25px;
	font-weight: normal;
	font-size: 14px;
}
.foot-nav-column h3 .en{
	display: block;
	margin-top: 7px;
	font-size: 9px;
	color: #6DC961;
}
.foot-nav-column h3 a{
	color: #fff;
	text-decoration: none;
}
.foot-nav-column li{
	margin-bottom: 15px;
	line-height: 1;
	font-size: 12px;
}
.foot-nav-column li a{
	padding-left: 10px;
	background-image: url(../image/foot_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 5px auto;
	background-size: 5px auto;
	color: #fff;
	text-decoration: none;
}
.foot-nav-column li a:hover{
	text-decoration: underline;
}

.big-footer-bottom{
	position: relative;
	margin-top: 20px;
	padding: 20px 0 18px;
	background: #076d48;
	background: -moz-linear-gradient(top,  #076d48 0%, #077248 100%);
	background: -webkit-linear-gradient(top,  #076d48 0%,#077248 100%);
	background: linear-gradient(to bottom,  #076d48 0%,#077248 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#076d48', endColorstr='#077248',GradientType=0 );
}
.big-footer-bottom .inner{
	max-width: 1225px;
	margin: auto;
}
.big-footer-bottom:before{
	display: block;
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #2e8f5d;
}
.big-footer-bottom ul{
	float: left;
	font-size: 0;
}
.big-footer-bottom ul li{
	vertical-align: middle;
	display: inline-block;
	font-size: 11px;
}
.big-footer-bottom ul li a{
	color: #8FC6AD;
	text-decoration: none;
}
.big-footer-bottom ul li a:hover{
	text-decoration: underline;
}
.big-footer-bottom ul li + li:before{
	content: "|";
	margin: 0 6px;
	color: #8FC6AD;
}
.big-footer-bottom .copyright{
	float: right;
	font-size: 11px;
	color: #8FC6AD;
}
.big-footer-bottom .copyright a{
	text-decoration: none;
	color: #8FC6AD;
}
.big-footer-bottom .copyright a:hover{
	text-decoration: underline;
}

@media screen and (max-width: 1360px){
	
.foot-address-column{
	margin:0 10px;
}
.foot-nav-column{
	padding: 0 12px;
}
.foot-nav-column h3{
	font-size: 14px;
}
.foot-nav-column li{
	margin-bottom: 15px;
	font-size: 12px;
}
.big-footer-bottom .inner{
	max-width: 1150px;
}

} 


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

.big-footer{
	width: 1160px;
}

}

@media screen and (max-width: 700px){
	
body{
	border-top: solid 3px #008F61;
}

.head-top,
.menu,
.pd-menu-wrap,
.pd-menu,
.pd-menu-toggle .arrow,
.site-descr,
.bnr-area{
	display: none;
}
.site-descr{
	display: none !important;
}
.head-middle{
	height: auto;
	padding: 10px 0;
}
.head-logo{
	margin: 0 0 0 10px;
}
.head-logo img{
	width: 130px;
}

.sp-frog{
	position: absolute;
	right: 55px;
	top: 13px;
	z-index: 100;
	display: inline-block;
}

.sp-menu-toggle{
	font-family: 'Open Sans', sans-serif;
	display: block;
	position: absolute;
	right: 10px;
	top: 14px;
	z-index: 100;
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	text-align: center;
}

.sp-menu-toggle span{
	-webkit-transition: 0.4s;
	transition: 0.4s;
	display: block;
	width: 25px;
	height: 3px;
	margin: auto;
	background-color: #008f61;
}
.sp-menu-toggle span + span{
	margin-top: 3px;
}
.sp-menu-toggle p{
	margin-top: 3px;
	font-size: 10px;
	color: #2BB085;
}
.sp-menu-toggle.active span:nth-child(2){
	opacity: 0;
}
.sp-menu-toggle.active span:nth-of-type(1){
	transform: rotateZ(-45deg) translate(-4px,5px);
}
.sp-menu-toggle.active span:nth-of-type(3){
	transform: rotateZ(45deg) translate(-3px,-5px);
}

/* グローバルメニュー */
.menu{
	height: auto;
	background: #008f61;
	border-top: 0;
}
.menu:before{
	display: none;
}
.menu > .menu-ul{
	width: 100%;
}
.menu > .menu-ul > li{
	display: block;
	float: none;
	width: 100%;
}
.menu > .menu-ul > li:before{
	position: static;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	margin: 0;
	border-top: solid 1px #0d694b;
	background-color: #1db584;
}
.menu > .menu-ul > li > a{
	height: auto;
	padding: 15px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.menu > .menu-ul > li > a .en{
	position: absolute;
	top: 20px;
	right: 10px;
	transform: scale(1);
	font-size: 10px;
	color: #B4DAC2;
}
.menu li ul{
	position: static;
	width: 100%;
}
.menu li ul li a{
	padding-left: 27px;
	background-image: url(../image/foot_arrow.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	-webkit-background-size: 5px auto;
	background-size: 5px auto;
}

.menu .sp-other-ul{
	overflow: hidden;
	display: block;
	background-color: #f9f9f9;
}
.menu .sp-other-ul li{
	float: left;
	width: 50%;
	text-align: center;
}
.menu .sp-other-ul li + li{
	border-left: solid 1px #ccc;
}
.menu .sp-other-ul li a{
	display: block;
	height: 60px;
	padding-top: 10px;
	text-decoration: none;
	color: #333;
}
.menu .sp-other-ul li.fb .ico{
	width: 23px;
	height: 23px;
	margin: 0 auto 2px;
	padding-top: 4px;
	background-color: #3B5998;
	border-radius: 50%;
	color: #fff;
}
.menu .sp-other-ul li.english .ico{
	font-size: 25px;
}
.menu .sp-other-ul li .ico{
	display: block;
	text-align: center;
}
.menu .sp-other-ul li .text{
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #333;
}

.sp-other-menu{
	display: block;
	background-color: #fff;
}
.sp-other-menu
.main-slide,
.slick-list,
.slick-track{
	height: 200px;
}

.top-content,
.top-left-column,
.top-right-column{
	position: static;
}

.top-content{
	height: auto !important;
}
.main-slide{
	border-bottom: solid 2px #008F61;
}
.logo-70th{
	width: 100px !important;
	margin-top: -50px;
	margin-left: -50px;
}
.slide-text{
	font-weight: bold;
	font-size: 15px;
}

.top-right-column{
	width: auto;
	padding: 15px 10px;
	background: none;
}
.sp-pd-menu{
	display: block;
	margin-bottom: 15px;
}
.accordion-toggle{
	position: relative;
	overflow: hidden;
	padding: 2px;
	background-color: #315694;
	font-weight: bold;
	color: #fff;
}
.accordion-toggle-inner{
	width: 100%;
	height: 100%;
	padding: 12px 10px;
	border: solid 1px rgba(255,255,255,0.4);
	line-height: 1;
}
.accordion-toggle .jp{
	font-size: 15px;
}
.accordion-toggle .en{
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	position: absolute;
	top: 17px;
	right: 10px;
	font-size: 10px;
}
.accordion-toggle .en:before{
	-webkit-transition: 0.4s;
	transition: 0.4s;
	font-family: "Ionicons";
	content: "\f123";
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
	font-weight: normal;
	font-size: 12px;
}
.accordion-toggle.active .en:before{
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
	margin-top: -2px;
}
.sp-pd-menu ul{
	display: none;
	background: #2466c0;
	background: -moz-linear-gradient(top,  #2466c0 1%, #2466c0 46%, #245ea2 100%);
	background: -webkit-linear-gradient(top,  #2466c0 1%,#2466c0 46%,#245ea2 100%);
	background: linear-gradient(to bottom,  #2466c0 1%,#2466c0 46%,#245ea2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2466c0', endColorstr='#245ea2',GradientType=0 );
	border: solid 1px #3485D6;
}
.sp-pd-menu li{
	overflow: hidden;
	position: relative;
	font-weight: normal;
	letter-spacing: 1.5px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
.sp-pd-menu li + li:before{
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	border-top: 1px solid #144271;
    background-color: #2378cd;
}
.sp-pd-menu li:hover{
	background: #2499dc;
	background: -moz-linear-gradient(top,  #2499dc 0%, #2475bc 100%);
	background: -webkit-linear-gradient(top,  #2499dc 0%,#2475bc 100%);
	background: linear-gradient(to bottom,  #2499dc 0%,#2475bc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2499dc', endColorstr='#2475bc',GradientType=0 );
}
.sp-pd-menu li:after{
	position: absolute;
	top: 50%;
	right: 32px;
	margin-top: -5px;
	font-family: "Ionicons";
	content: "\f125";
	font-size: 13px;
	color: #fff;
}
.sp-pd-menu li a{
	overflow: hidden;
	display: block;
	padding: 4px;
	color: #fff;
	text-decoration: none;
}
.sp-pd-menu li .thumb{
	vertical-align: middle;
	display: inline-block;
	width: 60px;
	height: auto;
	margin-right: 20px;
	border: solid 1px #3485D6;
}
.sp-pd-menu li .text{
	vertical-align: middle;
	display: inline-block;
	padding-top: 1px;
}

.news-title{
	font-size: 14px;
}
.news-title .en{
	font-size: 9px;
}

.sp-bnr-area{
	display: block;
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 30px 12px;
	background-color: #f9f9f9;
	border-top: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
}
.sp-bnr-area a{
	display: block;
}
.sp-bnr-area a + a{
	margin-top: 10px;
}
.sp-bnr-area img{
	display: block;
	width: 100%;
	margin: auto;
}
.top-news{
	margin-bottom: 20px;
}
.top-news ul{
	padding: 15px 0 0;
}
.news-title{
	font-weight: bold;
	font-size: 15px;
}
.news-title .en{
	font-weight: normal;
}
.top-news .date{
	font-size: 12px;
}
.top-news li{
	font-size: 13px;
}
.top-news li + li{
	padding: 7px 0 0;
}
.top-news li a{
	padding: 7px 0;
}

/* コンテンツメニュー */
.top-left-column-inner{
	overflow: auto;
	height: auto;
}
.slide-left-nav.up{
	margin: 0;
}
.nav-control{
	display: none;
}
.top-left-column:before{
	display: none;
}
.top-left-column{
	overflow: auto;
	width: 100%;
	height: auto;
	padding: 0 10px;
	border: 0;
}
.top-left-nav{
	width: 100%;
	margin-bottom: 20px;
}
.top-left-nav:last-child{
	margin-bottom: 15px;
}
.top-left-nav .item{
	width: auto;
	height: auto;
	padding: 12px 10px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	border-radius: 0;
	text-align: left;
	font-weight: bold;
	font-size: 0;
}
.top-left-nav .item:before{
	left: 0.5%;
	width: 98.5%;
    height: 86.5%;
	border-radius: 0;
}
.top-left-nav .item span{
	position: static;
	top: inherit;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	width: auto;
	border-left: 0;
	font-size: 15px;
}
.top-left-nav .item.two-p i{
	display: inline;
	position: static;
	top: inherit;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	margin: 0;
	font-size: 15px;
}
.top-left-nav .descr{
	position: static;
	opacity: 1;
	width: 100%;
	height: auto;
	margin-top: 5px;
	-webkit-transform: translateX(0);
    transform: translateX(0);
	border-radius: 0;
}
.top-left-nav .descr .inner{
	padding: 5px 5px 7px;
	border-left: solid 1px #ccc;
	border-radius: 0;
}
.top-left-nav .descr .inner a{
	padding: 10px;
}
.top-left-nav .descr .inner:before,
.top-left-nav .descr .inner:after{
	display: none;
}
.top-left-nav .descr img{
	width: 30%;
	height: auto;
}
.top-left-nav .descr p{
	width: 65%;
	font-size: 13px;
}
.top-left-nav .descr.show{
	height: auto !important;
	-webkit-transform: translateX(0);
    transform: translateX(0);
}

/* フッター */

.pagetop{
	display: none;
	opacity: 0.6;
	position: fixed;
	bottom: 40px;
	right: 10px;
	z-index: 9999;
	padding: 8px 10px;
	background-color: #008F61;
	border-radius: 3px;
	font-size: 18px;
	color: #fff;
}

.big-footer{
	z-index: 6666;
	width: 100%;
	padding-top: 25px;
}
.foot-logo{
	width: 200px;
}
.foot-address-column{
	display: block;
	min-height: 0;
	margin-right: 0;
	margin-bottom: 5px;
	padding-left: 15px;
}
.foot-address-column address{
	display: none;
}
.foot-address-column a{
	color: #fff;
	text-decoration: none;
}
.foot-nav-column{
	float: left;
	width: 33.3%;
	min-height: 0px;
	padding: 0 0px;
	border-left: 0;
	border-right: solid 1px #106B39;
	box-shadow: 1px 0 0 #2caa74;
	box-sizing: border-box;
	text-align:center;
}
.sp-three-col{

}
.foot-nav-column:nth-of-type(5){

}
.foot-nav-column h3{
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
}
.foot-nav-column ul{
	display: none;
}
.foot-nav-column li{
	margin-bottom: 12px;
}
.foot-nav-column li a{
	background-position: left 1px;
}
.foot-nav-column:before{
	display: none;
}

.sp-footer-submenu{
	clear: both;
	display: block;
	margin-top: 30px;
}
.sp-footer-submenu ul{
	overflow: hidden;
	padding-left: 17%;
}
.sp-footer-submenu li{
	float: left;
	width: 47%;
	margin-bottom: 15px;
	text-align: left;
	font-size: 12px;
}
.sp-footer-submenu li:nth-of-type(even){
	float: right;
}
.sp-footer-submenu li a{
	color: #B4DAC2;
	text-decoration: none;
}
.big-footer-bottom{
	clear: both;
	margin-top: 10px;
	padding: 15px 0;
}
.big-footer-bottom .inner{
	width: 100%;
}
.big-footer-bottom ul{
	display: none;
}
.big-footer-bottom .copyright{
	float: none;
	clear: both;
	font-size: 9px;
}
	
}

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

.foot-address-column{
	padding-left: 0;
}
.foot-nav-column{
	padding: 0 1px;
}

.sp-footer-submenu li{
	font-size: 10px;
}

}

i{
	font-style: normal !important;
}



