@charset "utf-8";
/*-----------------------------------------------------------------------------
basic
-----------------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
}

html {
	overflow-y: scroll;

}


body {
	color:#250302;
	font-size: 0.9em;
    line-height: 2em;
	font-family:"Font Awesome 5 Free", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#fff;
	z-index:0;
}


.wrap {
	overflow: hidden;

}

.serif {
	font-family: Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}


strong {
	font-weight: bold;
}
.x-small { font-size: 0.7em; line-height: 1.6; }
.small { font-size: 0.8em; line-height: 1.6;}
.middle { font-size: 1em; }
.large { font-size: 1.2em; }
.x-large { font-size: 1.4em; }
.xx-large { font-size: 1.6em; }
.x3-large { font-size: 1.8em; }
.x4-large { font-size: 2em; }
.x5-large { font-size: 2.1em; }
.italic {
	font-style: italic;
}
img {
	vertical-align: bottom;
	border: none;
}
img.frame {
	padding: 8px;
	background-color: #fff;
	border: 1px solid #eee;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
.white { color: #ffffff; }
.red { color: #f8251f; }
.l-blue { color: #37b6d6; }
.blue { color: #0243a4; }
.d-blue { color: #3a4582; }
.pink{color:#ffa4a4;}

.orange { color: #fd8301; }
.l-green { color: #8cc63f; }
.green { color: #006c31; }
.yellow{color:#ac9f2d;}
.black{color:#000; !important}
.brown { color: #59493f; }
.gray { color: #a6a6a6; }



.bg_orange{
background:#fd8301;
box-sizing:border-box;
}

.bg_gray{
background:#eee;
box-sizing:border-box;
}
.bg_lb{
background:#2e6ebc;
box-sizing:border-box;
}

.bg_b{
background:#384381;
box-sizing:border-box;
vertical-align:middle !important;
}

.bg_lg{
background:#d3fbe5;
box-sizing:border-box;
}

.bg_green{
background:#006c31;
box-sizing:border-box;
}


.headline_bgclr{
padding:0.5em;
border-radius:15px;
}

.radius_5{
border-radius:15px;
}


.f-right {
	float: right;
	margin-left: 15px !important;
}
.f-left {
	float: left;
	margin-right: 15px !important;
}

.f-bold{
font-weight:700;
}


.img-responsive-center{
    margin: 0px auto;
	text-align:center;
}

.pointer {
	cursor: pointer;
}
.clear {
	clear: both;
}

.w20 { width: 20%; }
.w25 { width: 25%; }
.w33 { width: 33.33333333%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w70 { width: 70%; }
.w80 { width: 80%; }
.w350 { width: 350px !important; }
a {
	font-size: 100%;
	vertical-align: baseline;
	
}

a.uline{
color:#37b6d6 !important;
text-decoration: underline;
}

a:link {
	color: #333;
	/*text-decoration: underline;*/
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
a:active {
	color: #dedede;
	text-decoration:none;
}
.pc a.opacity {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pc a.opacity:hover {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}
a.opacity img {
	box-shadow: #000 0 0 0;
}
.indent {
	padding-left: 1.2em;
	text-indent: -1.2em;
}
.indent-icon {
	position: relative;
	padding-left: 1.2em;
}
.indent-icon::after {
	position: absolute;
	font-family: FontAwesome;
	top: 0;
	left: 0;
	color: #bb2525;
}
.indent-icon.dot::after {
	content: "\f192";
}
.indent-icon.check::after {
	content: "\f046";
}
.indent-icon.color-2::after {
	color: #c00;
}
.bb {
	padding-bottom: 10px;
	border-bottom: 2px solid #ddd;
}



a.btn2,
button.btn2,input.btn2,
.btn2 {
	display: inline-block;
	max-width:100%;
	min-width:180px;
	height:auto;
	padding:0.5em 0.5em;
	margin:1em 0;
	line-height: 1;
	color:#fff !important;
	border:3px solid #006c31;
	background:#006c31;
	border-radius:20px;
	text-decoration: none;	
	line-height:130%;
letter-spacing:0.06em;
z-index:999;
font-weight:400;
text-align:center;
cursor:pointer;
box-shadow: 2px 3px 0 #bbbbbb;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

button.btn2,input.btn2{

}


a.btn2:hover, .btn2:hover{
color:#006c31 !important;
background:#fff;
}

button.btn2:hover,input.btn2:hover{
background:#006c31;
color:#fff;
}





.btn_arrow_r{
background:#ffffff url(../images/btn_arrow_r.png) no-repeat 90% center;
transition: all 0.5s;
padding:0.8em 1em 0.8em 0.5em;
min-width:250px !important;
}

.btn_arrow_r:hover{
background:#24936e url(../images/btn_arrow_r_w.png) no-repeat 90% center !important;
}


.btn2 i{
margin:0 0 0 5px;
}



a.btn2_w,
button.btn2_w,input.btn2_w,
.btn2_w {
	display: inline-block;
	max-width:100%;
	min-width:180px;
	height:auto;
	padding:0.7em 0.5em;
	margin:7px 0;
	line-height: 1;
	color:#006c31;
	background:#fff;
	border:2px solid #006c31;
	border-radius:15px;
	text-decoration: none;	
letter-spacing:0.06em;
z-index:999;
font-weight:400;
font-size:0.9em;
text-align:center;
cursor:pointer;
box-shadow: 2px 3px 0 #bbbbbb;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}



a.btn2_w:hover, .btn2_w:hover{
color:#fff;
background:#006c31;
}

button.btn2_w:hover,input.btn2_w:hover{
color:#fff;
background:#006c31;
}



.btn2_w i{
margin:0 5px;
}



a.btn2_h,
button.btn2_h,input.btn2_h,
.btn2_h {
	display: inline-block;
	max-width:100%;
	min-width:180px;
	height:auto;
	padding:1.6em 0.5em;
	margin:1em 0;
	line-height: 1;
	color:#000000 !important;
	border:3px solid #24936e;
	border-radius:10px;
	text-decoration: none;	
	line-height:130%;
letter-spacing:0.06em;
z-index:999;
font-weight:400;
text-align:center;
cursor:pointer;
box-shadow: 2px 3px 0 #bbbbbb;
transition: all 0.5s;
}



a.btn2_h:hover, .btn2_h:hover{
color:#fff !important;
background:#24936e;
}

button.btn2_h:hover, input.btn2_h:hover{
background:#24936e;
color:#fff;
}


a.btn3,
button.btn3,input.btn3,
.btn3 {
	display: inline-block;
	max-width:100%;
	min-width:120px;
	height:auto;
	padding:0.4em 1em;
	/*margin:0.5em 0;*/
	line-height: 1;
	color:#ffffff !important;
	border:1px solid #006c31;
	background:#006c31;
	text-decoration: none;	
	line-height:130%;
letter-spacing:0.06em;
z-index:999;
font-weight:400;
text-align:center;
cursor:pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}



a.btn3:hover, .btn3:hover{
color:#24936e !important;
background:#fff;
}

button.btn3:hover,input.btn3:hover{
color:#24936e !important;
background:#fff;
}

.btn_arrow_r2{
background:#24936e url(../images/btn_arrow_r_w.png) no-repeat 90% center !important;
transition: all 0.5s;
}

.btn_arrow_r2:hover{
background:#ffffff url(../images/btn_arrow_r.png) no-repeat 90% center !important;
}


.w250 { width: 250px !important; }

.pc a.btn:hover {
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}


.btn_btm_l{
color:#333;
border-bottom:2px solid #333;
padding-bottom:5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.btn_btm_l:hover{
color:#999;
border-bottom:2px solid #999;
}


@media (max-width: 1140px) {
	img.frame {
		padding: 4px;
	}
	.indent {
		padding-left: 1em;
		text-indent: -1em;
	}
	.text-center.left-md {
		text-align: left;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 14px;
		line-height: 1.6;
	}
	.x-small { font-size: 10px; }
	.small { font-size: 12px; }
	.middle { font-size: 14px; }
	.large { font-size: 16px; }
	.x-large { font-size: 18px; }
	.xx-large { font-size: 20px; }
	.xxx-large { font-size: 22px; }
	.xxxx-large { font-size: 24px; }
	.text-center.left-xs {
		text-align: left;
	}
	.btn {
		padding: 5px;
	}
	.indent {
		padding-left: 1em;
		text-indent: -1em;
	}
	a.btn,
button.btn,input.btn,
.btn {
		max-width: 100%;
		font-size: 14px;
		
	}
	.text-center.left-xs {
		text-align: left;
	}
}


/*-----------------------------------------------------------------------------
header
-----------------------------------------------------------------------------*/
.header {
	width:100%;
	height:100px;
	padding:0 0 0;
	margin:0 0 0 0;
	line-height:1;
display:block;
background:#ffffff;
z-index:999;
position:absolute;
top:0;
left:0;
/*box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.1);*/
	}

.home .header {
top:800px;
	}


@media (max-width: 1199px) {

.home .header {
top:650px;

	}

}

@media (max-width: 991px) {

.home .header {
top:550px;

	}

}


@media (max-width: 767px) {
.home .header {
	width:100%;
	height:70px;
	padding:0 0 0;
	margin:0;
	line-height:1;
top:450px;
left:0;
display:block;
background:#ffffff;
z-index:999;
/*position:fixed;
box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.1);*/
	}

}


@media (max-width: 546px) {

.home .header{
top:350px;
}

}

.header{
z-index:999;
}

.header_wrapper{
width:100%;
height:100px;
position:relative;
z-index:999;
}

.header.small_header .header_wrapper{
width:100%;
height:70px;
position:relative;
z-index:999;
}


.logo{
width:35%;
height:100px;
max-width:274px;
max-height:59px;
overflow:hidden;
box-sizing:border-box;
position:absolute;
left:20px;
top:20px;
}


.logo a{
width:100%;
height:100%;
display:block;
position:relative;
z-index:30;
}

.logo img{
width:99%;
height:auto;
max-width:274px;
max-height:59px;
box-sizing:border-box;
margin:auto;
top:0;
bottom:0;
right:0;
position:absolute;
}

.header.small_header .logo{
left:0px;
top:15px;
width:30%;
height:40px;
}


.header.small_header .logo img{
width:auto;
height:100%;
box-sizing:border-box;
left:0;
}


@media (max-width: 991px) {
.logo{
width:25%;
height:100px;
max-width:274px;
max-height:59px;
overflow:hidden;
box-sizing:border-box;
position:absolute;
left:10px;
top:10px;
}


}

@media (max-width: 767px) {
.content .header {
	width:100%;
	height:70px;
	
	}

.logo{
width:45% !important;
height:80px;
max-width:274px;
max-height:59px;
overflow:hidden;
box-sizing:border-box;
position:absolute;
left:5px !important;
top:5px;
}

.logo img{
width:99% !important;
height:auto !important;
/*max-width:274px;
max-height:59px;*/
box-sizing:border-box;
margin:auto;
top:0;
bottom:0;
right:0;
position:absolute;
}

.header.small_header .logo{
width:45% !important;
height:70px;
max-width:274px;
max-height:59px;
overflow:hidden;
box-sizing:border-box;
position:absolute;
left:5px !important;
top:5px;
}

.header.small_header .logo img{
width:99% !important;
height:auto !important;
/*max-width:274px;
max-height:59px;*/
box-sizing:border-box;
margin:auto;
top:0;
bottom:0;
right:0;
position:absolute;
}

}


/*-----------------------------------------------------------------------------
header_tel,mail
-----------------------------------------------------------------------------*/
.header_box{
position:absolute;
right:0 !important;
bottom:120px;
width:100%;
height:35px;
display:flex;
justify-content:flex-end;
color:#24936e;
}


.tel_box{
/*border-radius:10px;
border:3px solid #24936e;*/
padding:0.8em 0.5em;
box-sizing:border-box;
margin-right:1em;
line-height:1;
}

.fax_box{
/*border-radius:10px;
border:3px solid #24936e;*/
padding:0.8em 0.5em 0 0.5em;
box-sizing:border-box;
line-height:1;
}

.tel_box a, .mail_box a{
width:100%;
display:inline-block;
}

.tel_box i, .mail_box i{
display:none;
}




@media (max-width: 991px) {
.header_box{
width:100%;
height:50px;
display:flex;
}

.tel_box{
/*border-radius:10px;
border:3px solid #24936e;*/
padding:0.8em 0.5em;
box-sizing:border-box;
margin-right:0.3em;
line-height:1;
width:200px;
}

.fax_box{
/*border-radius:10px;
border:3px solid #24936e;*/
padding:0.8em 0.5em 0 0.5em;
box-sizing:border-box;
line-height:1;
width:200px;
}

}

@media (max-width: 767px) {
.header_box{
position:absolute;
top:5px;
left:-55px;
height:50px;
display:flex !important;
}

.tel_box{
background:#24936e;
padding-top:0;
padding-left:0em;
padding-right:0em;
text-align:center;
border-radius: 5px;
height:49px !important;
width:49px !important;
margin-left:0px;
z-index:100;
}

.fax_box{
display:none;
}

.mail_box{
background:#24936e;
padding-left:0em;
padding-right:0em;
text-align:center;
border-radius: 5px;
height:49px !important;
width:49px !important;
margin-right:2px;
}

.tel_box img, .mail_box img{
display:none;
}

.tel_box i, .mail_box i{
display:inline-block;
color:#ffffff;
line-height:45px;
}

}


.home .header.small{
/*background:rgba(255,255,255,0.3);*/
}


.header.small_header{
height:70px;
position:fixed;
z-index:999 !important;
top:0 !important;
animation:DownAnime 0.5s forwards;
box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.1);
}


@keyframes DownAnime{
from{
opacity:0;
transform:translateY(-125px);
}
to{
opacity:1;
transform:translateY(0);
}

}




/*-----------------------------------------------------------------------------
nav
-----------------------------------------------------------------------------*/

#nav {
	padding: 0;
	margin:0;
	height:100%;
position:absolute;
top:35px;
right:200px;
width:calc(70% - 200px);
	}


.navbar-nav{
position:absolute;
right:0;
}


.navbar-light{
background:none;
font-size:1em;
color:#ffffff;
}

.navbar-light .nav-item{
  position: relative;
  z-index: 1;
}

.navbar-light .nav-item a.nav-link{
padding:0em 0.7em;
box-sizing:border-box;
transition: .2s;
color:#000000;
font-family:'Noto Sans JP', serif;
font-weight:400;
font-size:1em;
display:inline-block;
text-align:center;
letter-spacing:0.09em;
}


.navbar-light .active a.nav-link, .navbar-light a.nav-link:hover{
color:#006c31 !important;
}

.contact_btn{
height:100px;
width:200px;
position:absolute;
right:0;
background:url(../images/menu_contact_bg.png) no-repeat left center;
vertical-align:middle;
padding:40px 0 0 0;
}

.contact_btn a{
color:#fff;
width:100%;
height:30px;
display:inline-block;
text-align:center;
}


.header.small_header #nav {
top:25px;
	}


.header.small_header .contact_btn{
height:70px;
padding:25px 0 0 0;
}



@media (max-width: 991px) {
#nav {
	padding: 0;
	margin:0;
	height:100%;
position:absolute;
top:40px;
right:120px;
width:calc(75% - 120px);
	}

.navbar-light .nav-item a.nav-link{
padding:0em 0.5em;
box-sizing:border-box;
transition: .2s;
color:#000000;
font-family:'Noto Sans JP', serif;
font-weight:400;
font-size:1em;
display:inline-block;
text-align:center;
letter-spacing:0.04em;
}

.contact_btn{
height:100px;
width:120px;
position:absolute;
right:0;
background:url(../images/menu_contact_bg.png) no-repeat left center;
vertical-align:middle;
padding:40px 5px 0 0;
}

.contact_btn a{
color:#fff;
width:100%;
height:30px;
display:inline-block;
text-align:right;
}

}


@media (max-width: 767px) {

#nav {
	padding:0;
	margin:0;
	width:100%;
	height: 100%;
position:absolute;
top:0px;
right:0;
bottom:0;
	}

.header.small_header #nav {
top:0px;
	}
	
.navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  padding: 0px;
  width: 50px;
  height: 50px;
  border:3px solid #24936e !important;
  border-radius:5px;
  box-sizing: border-box;
  position: relative;
  right:3px;
  top:5px;
  outline:0;
  margin-bottom:10px;
}

.navbar-toggler:focus{
  outline: 0;
}

.navbar-light .navbar-toggler-icon {
  background-image:none; /* この行で背景画像を無効化 */
  background-color: #24936e;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  transition: ease .5s;
}

/* 3本のバーそれぞれの座標を設定 */
.navbar-toggler-icon:nth-of-type(1) {top:10px; left:8px;}
.navbar-toggler-icon:nth-of-type(2) {top:18px; left:8px;}
.navbar-toggler-icon:nth-of-type(3) {top:26px; left:8px;}

/* メニューが開いている時の　3本のバーそれぞれの座標および角度を設定 */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
top:18px;
transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
top:18px;
transform: rotate(-45deg);
}

.navbar-toggler .open{
font-family:'M PLUS Rounded 1c' ,sans-serif;
display:block;
font-size:9px;
color: rgba(36, 147, 110, 1) !important;
position: absolute;
bottom:4px;
left:8px;
}

.navbar-toggler[aria-expanded="true"] .open{
display:none;
}

.navbar-toggler .close_menu{
display:none;
}

.navbar-toggler[aria-expanded="true"] .close_menu{
display:block;
font-size:9px;
font-family:'M PLUS Rounded 1c' ,sans-serif;
color: rgba(36, 147, 110, 1) !important;
position: absolute;
bottom:4px;
left:8px;
font-weight:400;
}	

.navbar-nav{
position:absolute;
right:0;
background:rgba(36,147,110,0.9);
height:100vh;
}


.navbar-light{
background:none;
font-size:1em;
color:#ffffff;

}

.navbar-light .nav-item{
  position: relative;
  z-index: 1;
margin-right:0em;
padding:0.2em 1em;
}

.navbar-light .nav-item a.nav-link{
padding:0.9em 0.5em 0.5em 0.2em;
width:100%;
height:100%;
box-sizing:border-box;
transition: .2s;
color:#ffffff;
font-family:'Noto Sans JP', serif;
font-weight:400;
font-size:1em;
display:inline-block;
margin-left:0.7em;
text-align:left;
letter-spacing:0.09em;
}


.navbar-light .nav-item a.nav-link:after{
  content: '';
  position: absolute;
  left: 0.3em;
  bottom: -5px;/*テキストからの距離*/
  width: 0%;/*初期状態では下線非表示*/
  height: 1px;/*下線の高さ*/
  background: #ffffff;/*下線の色*/
  z-index: -1;
  transition: all 0.4s;/*アニメーション速度*/
}


.navbar-light .nav-item:hover a.nav-link:after, .navbar-light .active a.nav-link:after{
  width:100%;/*hover時に表示*/
}

.navbar-light .active a.nav-link{
color:#ffffff !important;
}

.navbar-nav .nav-item a.nav-link:hover{
color:#ffffff !important;
}



}






/*-----------------------------------------------------------------------------
common
-----------------------------------------------------------------------------*/
.headline01 {
	font-size:2.1em;
	line-height: 1.3;	
	letter-spacing:0.04em;
	box-sizing:border-box;

}




.headline02{
	font-size:1.9em;
	line-height: 1.3em;	
	letter-spacing:0.04em;
box-sizing:border-box;

}


.headline03{
	font-size:1.6em;
	line-height: 1.3;	
	letter-spacing:0.04em;
box-sizing:border-box;

}

.headline04{
	font-size:1.3em;
	line-height: 1.3;
	letter-spacing:0.04em;
}

.headline05{
	font-size:1.1em;
	line-height: 1.3;
	letter-spacing:0.04em;
}

.notoS{
font-family: 'Noto Sans JP', sans-serif;
}

.Lato{
font-family: 'Lato', sans-serif;
}

.Mont{
font-family: 'Montserrat', sans-serif;
}

.headline01_top{
	font-size:3.5em;
	line-height: 1.3;	
	letter-spacing:0.04em;
	box-sizing:border-box;

}
.headline01_top span{
	font-size:0.4em;
	line-height: 1.3;	
	letter-spacing:0.04em;
	box-sizing:border-box;
display:block;
}



.headline_uline{
  position: relative;
  display:block;
  /*margin-bottom: 1em;*/
text-align:center ;
line-height:1.2em;
}

.headline_uline:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 80px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background:#006c31;
  border-radius:5px;
}



.headline_uline_left{
  position: relative;
  display:block;
  /*margin-bottom: 1em;*/
text-align:left;
line-height:1.2em;
width:100%;
}

.headline_uline_left:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background:#15284c;
  border-radius: 0px;
}





.headline_a_uline{
border-bottom:3px solid #006c31;
padding:0 0px 0px 7px;
box-sizing:border-box;
}

.headline_circle{
min-height:80px;
width:100%;
position:relative;
}

.headline_circle .circle_green{
position:absolute;
width:80px;
height:80px;
background:#10c964;
border-radius:50%;
z-index:1;
}

.headline_circle span.sub_t{
position:absolute;
height:22px;
left:20px;
top:15px;
z-index:2;
font-size:1.2em;
background:linear-gradient(180deg, transparent 0%, transparent 70%, #ecfff5 70%, #ecfff5 100%); 
padding:0 0.3em;
}

.headline_circle span.main_t{
position:absolute;
min-height:50px;
left:50px;
top:45px;
z-index:2;
}



.line-left_g {
	padding-left: 0.5em;
	border-left: 0.3em solid #333;
}

.line-left_p {
	padding-left: 0.4em;
	border-left: 0.3em solid #ffa1a1;
}

.line-bottom {
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}

.line-bottom_d {
	padding-bottom:5px;
	border-bottom:1px dashed #ccc;
}


.line-top {
	border-top:1px solid #dcdcdc;
}

.line-top i{
margin-right:5px;
}


.line_btm_cc{
  border-bottom: solid 2px #ffe1e1;
  position: relative;
  padding-bottom:0.5em;
}

.line_btm_cc:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #ffa1a1;
  bottom: -2px;
  width: 20%;
}


.head-border {
    display: flex;
    align-items: center;
}

.head-border:before,
.head-border:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #006c31;
}

.head-border:before {
    margin-right: 1rem;
}

.head-border:after {
    margin-left: 1rem;
} 
	

.bdr_g{
border:3px solid #006c31;
}

.bdr_gray{
border:2px solid #ccc;
}


@media (max-width: 767px) {
.headline01 {
	font-size:1.8em;
	line-height: 1.2;

	/*text-align:center;*/
}
.headline02{
	font-size:1.5em;
	line-height: 1.2;

}

.headline03{
	font-size:1.3em;
	line-height: 1.2;

}

.headline04{
	font-size:1.2em;
	line-height: 1.2;

}

.headline05{
	font-size:1.1em;
	line-height: 1.2;

}
	
}



/*-----------------------------------------------------------------------------
top
-----------------------------------------------------------------------------*/


.mt-8{
margin-top: 4rem !important;
}
.mt-10{
margin-top: 6rem !important;
}
.mt-15{
margin-top: 9rem !important;
}

.mb-10{
margin-bottom: 6rem !important;
}

main{
margin-top:100px;
}

.content main{
margin-top:100px;
}

@media (max-width: 767px) {

.content main{
margin-top:70px;
}


}

/*-----------------------------------------------------------------------------
top_wrapper
-----------------------------------------------------------------------------*/
.top_wrapper{
position:relative;
height:900px;
z-index:999;
}

@media (max-width: 1199px) {
.top_wrapper{
height:750px;
}

}

@media (max-width: 991px) {

.top_wrapper{
height:650px;
}

}

@media (max-width: 767px) {

.top_wrapper{
height:450px;
}

}

@media (max-width: 546px) {
.top_wrapper{
height:350px;
}

}

.top_wrapper h1{
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
margin:auto;
width:50%;
height:20%;
text-align:center;
}


.top_wrapper h1 img{
width:100%;
height:auto;
max-width:521px;
max-height:107px;
}

.top_box_wrapper{
background:#fff;
}

.top_box_wrap{
padding:0;
margin:0;
height:420px;
box-sizing:border-box;
background:#fff;
position:relative;
}


@media (max-width: 1199px){
.top_box_wrap{
height:520px;
}



}


@media (max-width: 991px){

.top_box_wrap{
height:500px;
}

}


@media (max-width: 767px){
.top_box_wrap{
height:550px;
box-sizing:border-box;

}
}

@media (max-width: 546px){
.top_box_wrap{
height:500px;
box-sizing:border-box;

}
}


.top_box_wrap .num{
position:absolute;
width:135px;
height:135px;
top:0;
left:30px;
right:0;
margin:auto !important;
z-index:30;
}


.hishi_num{
width:95px;
height:95px;
border:2px solid #006c31;
background:#fff !important;
transform:rotate(45deg);
position:relative;
}

.hishi_num span{
width:55px;
height:40px;
font-size:40px;
color:#006c31;
font-weight:700;
font-family: 'Noto Sans JP', sans-serif;
text-align:center;
transform:rotate(-45deg);
position:absolute;
margin:auto !important;
top:0;
bottom:0;
left:0;
right:0;
}

@media (max-width: 767px) {

.hishi_num span{
width:40px;
height:35px;
font-size:35px;
position:absolute;
top:-20px;
left:-25px;
}

}

.top_box{
border:3px solid #006c31;
position:absolute;
top:45px;
width:100%;
background:#fff;
}



.top_box .photo{
color:#fff;
position:relative;
display:block;
width:100%;
height:200px;
cursor:pointer;   
}

.top_box .photo img{
width:100%;
height:200px;
 object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: center;';
}


@media (max-width: 1199px){

}


@media (max-width: 991px){
.top_box .photo{
width:100%;
height:260px;
box-sizing:border-box;
}

.top_box .photo img{
width:100%;
height:260px;
 object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: center;';
}

}


@media (max-width: 767px){
.top_box a img.photo{
width:100%;
height:250px;
box-sizing:border-box;

}

.top_box .photo img{
width:100%;
height:250px;
 object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: center;';
}
}

@media (max-width: 546px){
.top_box a img.photo{
width:100%;
height:250px;
box-sizing:border-box;

}

.top_box .photo img{
width:100%;
height:250px;
 object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: center;';
}
}


.top_box2{
border:3px solid #006c31;
}

.top_box2 p{
line-height:1.3em;
}

.line-right_g {
	border-right: 0.3em solid #006c31;
}

@media (max-width: 991px){

.top_box2 .line-right_g {
	border-right:0em solid #333;
}


}




.news_top_wrap{
overflow-y:auto;
height:300px;
padding:0.５em;
scrollbar-width:thin;
scrollbar-color:#262626;
}

.news_table{
width:98%;
margin-left:auto;
margin-right:auto;
}

.news_table > thead > tr > th,
.news_table > tbody > tr > th,
.news_table > tfoot > tr > th,
.news_table > thead > tr > td,
.news_table > tbody > tr > td,
.news_table > tfoot > tr > td {
padding:1.5em 0.8em;
line-height: 1.62857143;
font-weight:normal;
border-top:0;
border-bottom:2px solid #ccc;
vertical-align:top;
}

.news_table > thead > tr > th,
.news_table > tbody > tr > th,
.news_table > tfoot > tr > th{
white-space:nowrap;
border-bottom:2px solid #ccc;
width:200px;
}
.news_table_btn{
width:200px;
}

.new{
color:#006c31;
display:inline-block;
margin-left:1em;
}

@media (max-width: 767px) {
.news_table > thead > tr > th,
.news_table > tbody > tr > th,
.news_table > tfoot > tr > th{
white-space:nowrap;
border-bottom:0px solid #ccc;
width:100%;
}
.news_table > thead > tr > td,
.news_table > tbody > tr > td,
.news_table > tfoot > tr > td {
border-bottom:0px solid #ccc;
}


.news_table_btn{
width:100%;
border-bottom:2px solid #ccc !important;
}

}



.home .footer_contact_wrapper{
height:35rem;
}


.footer_contact{
text-align:center;
padding:1em 0;
position:static !important;
height:auto;
}

.footer_contact span.tel{
font-size:2em;
letter-spacing:0.08em;
}

.bdr-r-g{
border-right:1px solid #24936e;
}

@media print, screen and (max-width: 767px){
.home .footer_contact_wrapper{
height:780px;
}

.home .footer_contact_wrapper .container{
height:50px;
}


.bdr-r-g{
border-right:0px;
border-bottom:1px solid #24936e;
}

}




.table_float th {display: block;}
.table_float td {display: block;}

@media (min-width: 768px) {
  .table_float th {display: table-cell;}
  .table_float td {display: table-cell;}
}

.home .hgt250{
border:0;
}


/*-----------------------------------------------------------------------------
contents_header,
-----------------------------------------------------------------------------*/
.con_h2_wrapper{
width:100%;
height:300px;
/*position:relative;*/
margin-bottom:4em;
}

.news_bg{
background:url(../images/news_bg.jpg) no-repeat center center;
}

.busi_bg{
background:url(../images/busi_bg.jpg) no-repeat center center;
}


.adva_bg{
background:url(../images/adva_bg.jpg) no-repeat center center;
}


.company_bg{
background:url(../images/company_bg.jpg) no-repeat center center;
}

.recruit_bg{
background:url(../images/recruit_bg.jpg) no-repeat center center;
}

.contact_bg{
background:url(../images/contact_bg.jpg) no-repeat center center;
}


.con_h2_wrapper h2{
box-sizing:border-box;
/*position:absolute;*/
display:block !important;
font-size:2.5em;
letter-spacing:0.06em;
line-height:1.1em;
text-align:center;
font-family: 'Noto Sans JP', sans-serif;
font-weight:700;
padding:3.5em 0 0 0;
margin:0;
color:#ffffff;
background:linear-gradient(90deg, rgba(0,108,49,0.9) 0%, rgba(0,108,49,0.6) 50%, transparent 100%); 
height:100%;
text-shadow: rgba(0,0,0,0.4) 2px 2px 6px;
box-sizing:border-box;
/*box-shadow: rgba(0,0,0,0.8) 0 0 6px;*/
/*background:url(../images/top_main_h2_bg.png) no-repeat right bottom;
background-size:150px auto;*/
}


.con_h2_wrapper h2 span{
font-family: 'Noto Sans JP', sans-serif;
font-size:0.5em;
display:block;
}



@media (max-width: 767px) {
.con_h2_wrapper{
width:100%;
height:150px;
}

.con_h2_wrapper h2{
box-sizing:border-box;
/*position:absolute;*/
display:block !important;
font-size:2em;
letter-spacing:0.1em;
line-height:1.1em;
padding:2em 0 0 0;
color:#ffffff;
/*text-shadow: rgba(255,255,255,0.8) 2px 2px 6px;
box-shadow: rgba(0,0,0,0.8) 0 0 6px;*/
box-sizing:border-box;
}
}

.content section{
margin:0 0 0 0;
}

.breadcrumb{
background:#fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: ">";
}

/*-----------------------------------------------------------------------------
business
-----------------------------------------------------------------------------*/

.busi_box{
width:100%;
margin-bottom:1em;
}

.busi_box a{
color:#000;
outline:0;
}

.busi_box a:hover{
color:#000;
text-decoration:none;
}


.busi_box a .photo{
width:100%;
height:200px;
position:relative;
border:1px solid #dedede;
margin-bottom:1em;
}

.busi_box a .photo img{
position:absolute;
width:auto;
height:auto;
max-width:100%;
max-height:100%;
top:0;
bottom:0;
left:0;
right:0;
margin:auto;
}


.busi_box a:hover .photo img{
opacity:0.8;
}


.busi_box table{
border-collapse:collapse;
width:100%;
border:1px solid #ccc;
}

.busi_box table th{
background:#d3fbe5;
font-weight:normal;
padding:0.3em;
border:1px solid #ccc;
text-align:center;
vertical-align:center;
width:100px !important;
white-space:nowrap;
}

.busi_box table td{
padding:0.3em;
border:1px solid #ccc;
}

/*__ pageng __*/

div.paging span.current,
div.paging span.paging-text{margin:0px 2px;color:#333;border:1px solid #ccc;display:inline;zoom:1;display:inline-block;overflow:hidden;text-decoration:none;

}

div.paging span.paging-text a{padding:3px 8px; display:block;
transition: .3s;
}

div.paging span.current{background: #24936e;border:1px solid #dedede;color:#fff;display:inline;zoom:1;padding:3px 8px;text-decoration:none;display:inline-block; cursor:pointer;
}

div.paging span.paging-text a:hover{background: #24936e;color: #fff;text-decoration:none;cursor:pointer;

}

/*-----------------------------------------------------------------------------
advantage
-----------------------------------------------------------------------------*/
.ad_tit{
position:relative;
height:135px;
}

.ad_tit .hishi_num{
position:absolute;
}

.ad_tit h3{
height:40px;
position:absolute;
bottom:30px;
margin:auto;
left:100px;
}




.swip_slide_inner{
text-align:center;
}

.swip_slide_inner img{

}


.thumb-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start !important;
 }
 
 .thumb-item {
  list-style: none;
  width: 120px;
  height:120px;
/*  border:1px solid #ccc;*/
  margin:0.5em;
}
 
.thumb-link {
  display: block;
  width: 100%;
  height: 100%;
position:relative;
}

.thumb-link img{
  width:auto;
  height:auto;
  max-width: 120px;
  max-height: 120px;
  position:absolute;
margin:auto;
top:0;
bottom:0;
left:0;
right:0;
}


@media (max-width: 1199px) {
 .thumb-item {
  list-style: none;
  width: 90px;
  height:90px;
  border:1px solid #ccc;
  margin:0.5em;
}
 
.thumb-link {
  display: block;
  width: 100%;
  height: 100%;
position:relative;
}

.thumb-link img{
  width:auto;
  height:auto;
  max-width: 90px;
  max-height: 90px;
  position:absolute;
margin:auto;
top:0;
bottom:0;
left:0;
right:0;
}

}


@media (max-width: 767px) {

 .thumb-item {
  list-style: none;
  width: 80px;
  height:80px;
  border:1px solid #ccc;
  margin:0.5em 0.2em;
}
 
.thumb-link {
  display: block;
  width: 100%;
  height: 100%;
position:relative;
}

.thumb-link img{
  width:auto;
  height:auto;
  max-width: 80px;
  max-height: 80px;
  position:absolute;
margin:auto;
top:0;
bottom:0;
left:0;
right:0;
}

}



@media (max-width: 546px){

.thumb-item {
  list-style: none;
  width: 80px;
  height:80px;
  border:1px solid #ccc;
  margin:0.2em auto;
}
 
.thumb-link {
  display: block;
  width: 100%;
  height: 100%;
position:relative;
}

.thumb-link img{
  width:auto;
  height:auto;
  max-width: 80px;
  max-height: 80px;
  position:absolute;
margin:auto;
top:0;
bottom:0;
left:0;
right:0;
}

}



/*-----------------------------------------------------------------------------
company
-----------------------------------------------------------------------------*/
.comp_table{
margin:1em auto ;
width:94%;
}


.comp_table > thead > tr > th,
.comp_table > tbody > tr > th,
.comp_table > tfoot > tr > th,
.comp_table > thead > tr > td,
.comp_table > tbody > tr > td,
.comp_table > tfoot > tr > td {
padding:0.9em 0.5em;
line-height: 1.62857143;
font-weight:normal;
border-top:0;

}

.comp_table > thead > tr > th,
.comp_table > tbody > tr > th,
.comp_table > tfoot > tr > th {
text-align:center;
border-bottom:3px solid #006c31;
vertical-align:middle;
white-space:nowrap;
box-sizing:border-box;
}

.comp_table > thead > tr > td,
.comp_table > tbody > tr > td,
.comp_table > tfoot > tr > td {
border-bottom:3px solid #ccc;
padding-left:15px;
}




@media (max-width: 767px) {

.comp_table{
margin:1em auto ;
width:100%;
}

.comp_table > thead > tr > th,
.comp_table > tbody > tr > th,
.comp_table > tfoot > tr > th{


}

.comp_table > thead > tr > td,
.comp_table > tbody > tr > td,
.comp_table > tfoot > tr > td {
border-top:0;
}
}


.googlemap{
height:450px;
width:100%;
position:relative;
box-shadow: 4px 4px #006c31;
}

.googlemap a.btn2{
display:block;
position:absolute;
right:60px;
bottom:20px;
width:160px;
height:35px;
line-height:35px;
padding:0;
text-align:center;
z-index:5;
}


.anchor{
padding-top: 90px;
margin-top: -90px;
}

/*-----------------------------------------------------------------------------
recruit
-----------------------------------------------------------------------------*/

.rec_table{
width:98%;
margin:1em auto;
}

.rec_table > thead > tr > th,
.rec_table > tbody > tr > th,
.rec_table > tfoot > tr > th,
.rec_table > thead > tr > td,
.rec_table > tbody > tr > td,
.rec_table > tfoot > tr > td {
padding:0.9em 0.5em;
line-height: 1.62857143;
font-weight:normal;
border-top:0;

}

.rec_table > thead > tr > th,
.rec_table > tbody > tr > th,
.rec_table > tfoot > tr > th {
text-align:center;
border:1px solid #006c31;
border-bottom:1px solid #ccc;
background:#006c31;
color:#fff;
vertical-align:middle;
white-space:nowrap;
box-sizing:border-box;
}

.rec_table > thead > tr > td,
.rec_table > tbody > tr > td,
.rec_table > tfoot > tr > td {
border:1px solid #ccc;
padding-left:15px;
}




@media (max-width: 767px) {

.comp_table{
margin:1em auto ;
width:100%;
}

.comp_table > thead > tr > th,
.comp_table > tbody > tr > th,
.comp_table > tfoot > tr > th{


}

.comp_table > thead > tr > td,
.comp_table > tbody > tr > td,
.comp_table > tfoot > tr > td {
border-top:0;
}
}


/*-----------------------------------------------------------------------------
contact 
-----------------------------------------------------------------------------*/
.contact_box{
padding:1.5em 0;
margin:3em auto 0.4em auto;
text-align:center;
line-height:1;
border:1px solid #ccc;
box-shadow:3px 3px #006c31;
}



.contact_box span.tel{
/*background:#fff;*/
font-size:1.5em;
padding:0 0.5em;

}

.contact_box span.num{
font-size:2em;
font-family:'Lato';
}

.bdr_rb{
box-shadow: 5px 5px #10c964;
border:1px solid #efefef;
}

	
.require{
display:inline-block;
padding:0em 0.5em;
margin:0 0 0 0.3em;
line-height:1.5;
color:#fff;
background:#d32828;
font-size:0.8em;
border-radius:3px;
}

.option{
display:inline-block;
padding:0.1em 0.5em;
margin:0 0 0 0.3em;
line-height:1.2;
color:#fff;
background:#9fd0f6;
font-size:0.8em;
}


.contact_wrap table th{
width:20% !important;
white-space:nowrap;
box-sizing:border-box !important;
font-weight:normal;
border-top:0;
background:#d2f1e6;
border-bottom:1px solid #999;
}

.contact_wrap table td{
width:80% !important;
box-sizing:border-box !important;
border-top:0;
border-bottom:1px solid #ccc;
}

@media (max-width: 767px) {
.contact_wrap table th{
width:100% !important;
white-space:nowrap;
box-sizing:border-box !important;
font-weight:bold;
padding:0.3em 0.3em !important;
}

.contact_wrap table td{
width:100% !important;
box-sizing:border-box !important;
text-align:left;
padding:0.5em 0.3em !important;
}

.conta_table_inner{
width:100%;
}
.conta_table_inner th{
background:#fff !important;
}

}

input,label{
font-weight:normal;
margin-bottom:10px;
text-align:left !important;
}

input[type="radio"], input[type="checkbox"]{
display: inline-block;
  margin: 0 5px 0 15px;
  padding: 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
  cursor: pointer;
}

.form-control, .form-control-md, .form-control-sm{
padding-left:3px;
padding-right:3px;
box-sizing:border-box !important;
border:1px solid #ccc !important;
}


.form-control-md:focus, .form-control-sm:focus{
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

@media (max-width: 767px) {

.contact #main01 .row{
margin-top:10px;
}



input,label{
font-weight:normal;
margin-bottom:10px;
text-align:left;
box-sizing:border-box !important;
width:98% !important;
}

.form-control, .form-control-md, .form-control-sm{
box-sizing:border-box !important;
width:98% !important;
}

.control-label{
font-size:16px;
font-weight:normal;
text-align:left;
margin-bottom:0;
}

span.checkbox_cont{
/*padding:10px;*/
font-size:16px;
margin-right:10px;
display: inline-block;
top:-3px;
}

input[type="radio"], input[type="checkbox"]{
display: inline-block;
  margin: 0 2px;
  padding: 0;
  vertical-align: middle;
  cursor: pointer;
  width:15px !important;
  height:15px !important;

}


.contact_wrap{
margin:30px 0 50px 0;
}
.contact_wrap .table, .contact_wrap .table th, .contact_wrap .table td{
border-top:0;
}

.contact_wrap .table{
margin-bottom:20px;
box-sizing:border-box;
}

.contact_wrap .table th, .contact_wrap .table td{
padding:15px 0 0 0;
border-bottom:1px solid #dedede;
box-sizing:border-box !important;
}

.contact_wrap .form-group{
}

.contact_wrap .table th{
border-bottom:0 !important;
white-space:nowrap;
}

.contact_wrap .table td .w350{
width:98% !important;
}

}

  
.hgt250{
height:250px;
overflow:auto;
border:1px solid #dedede;
padding:1em;
font-size:0.9;
}


.contact_ol,
.contact_b{
	/*border-top:1px dotted #666;*/
	padding-top:10px;
	padding-left:0px;
	margin-bottom:2em;
}
.contact_ol li{ margin-left:1.5em; list-style:decimal}
	




.hgt250 ul{

}

.hgt250 ul li{
list-style:circle outside;
margin-left:1em;
margin-bottom:0.8em;
}

/*-----------------------------------------------------------------------------
privacy policy
-----------------------------------------------------------------------------*/
.number_circle{
background:#10c964;
width:60px;
height:60px;
display:inline-block;
border-radius:50%;
font-size:30px;
line-height:60px;
text-align:center;
margin-right:0.3em;
color:#ffffff;
}

.green_uline{
background:linear-gradient(180deg, transparent 0%, transparent 70%, rgba(36,147,110,0.4) 70%, rgba(36,147,110,0.4) 100%); 
padding:0 0.3em;
}



ol.privacy  {
  position: relative;
  margin: 0;
  padding: 0
}
ol.privacy li  {
  list-style: none;
  list-style-position: outside;
  margin: 0 0 0.5em 0;
  line-height:1.3em;
  padding-left: 1.25em
}
ol.privacy li span {
  position: absolute;
  left: 0;
  margin: 0
}



/*-----------------------------------------------------------------------------
footer 
-----------------------------------------------------------------------------*/

#footer {
	width:100%;
	padding:2em 0 0 0;
	margin:0 0 0 0;
	font-size:1em;

}


#footer h3 {

}


#footer p{
letter-spacing:0.1em;
	/*font-family:'M PLUS Rounded 1c' ,sans-serif;
	font-weight:500;*/
}



.footer_btn{
border:5px solid #006c31;
background:#fff;
font-size:2em;
font-weight:bold;
padding:0.4em 0.5em;
width:100%;
display:block;
color:#006c31 !important;

-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.footer_btn:hover{
border:5px solid #006c31;
background:#006c31;
font-size:2em;
font-weight:bold;
padding:0.4em 0.5em;
width:100%;
display:block;
color:#ffffff !important;
	text-decoration:none;

}


.footer_menu {
display:flex;
flex-wrap: wrap;
justify-content:center;
margin:0 0 1em 0;
	/*font-family:'M PLUS Rounded 1c' ,sans-serif;
	font-weight:500;*/
}


.footer_menu li{
letter-spacing: 0.01em;
line-height:1em;
text-align:left !important;
box-sizing:border-box;
margin:0.5em 0;
/*position:relative;
width:auto;*/
height:100%;
display:block;
}

.footer_menu li + li{
 border-left:1px solid #000000;
 }

.footer_menu li a{
padding:0 0.8em;
display:block;
width:100%;
height:100%;
text-decoration:none !important;
transition: all  0.3s ;
-webkit-transition:all  0.3s ;
-moz-transition:all  0.3s ;
-o-transition:all 0.3s ;
}

.footer_menu li.active a{
color:#006c31 !important;
}


/*.footer_menu li:before {
  content: '・';
  position: absolute;
  top:0px;
  display: inline-block;
  left:0;
}*/




.footer_menu li a:hover {
color:#006c31 !important;
text-decoration:underline !important;
}

.copyright{
text-align:center;
font-size:1em;
letter-spacing:0.03em;
color:#fff;
background:#006c31;
padding:0.8em 0;
}



@media (max-width: 991px) {
#footer {
padding-top:5em 0 0 0;
}

.footer_menu {
		/*background-color: #fff;*/
		display:block;
		position:static;
		margin:0 0 1em 0;
		display:block !important;
	}

 .footer_menu ul{
display: block;

}

	
 .footer_menu li{
 position:static;
padding:0px 0 0px 0px !important;
box-sizing:border-box;
width:100%;
border-bottom:#ccc 1px solid;
	transition: all  0.5s ;
-webkit-transition:all  0.5s ;
-moz-transition:all  0.5s ;
-o-transition:all 0.5s ;
	}
	

.footer_menu li + li{
 border-left:0px solid #000000;
 }

.footer_menu li:before {
  content: '';
  position: absolute;
  top:0px;
  display: inline-block;
  left:0;
}
	
.footer_menu li.active, .footer_menu li:hover{
border-bottom:#24936e 1px solid;
background:rgba(255,255,255,1);
color:#24936e !important;
 }
 
	
	
	
.footer_menu li a, .footer_menu li a:visited{
		display: block;
		padding:0.8em 0 0.8em 0.6em !important;
		box-sizing:border-box;
		font-size: 12px;
text-align:left !important;
	}

	
.footer_menu li:hover a{
color:#24936e !important;
}


.footer_menu li.active a{
text-decoration:none !important;
color:#24936e !important;
 }
 
 
.footer_menu li a:hover, .footer_menu li a:visited:hover{
text-decoration:none !important;
 }
 

.copyright{
text-align:center;
font-size:0.8em;
color:#fff;
background:#006c31;
margin:0;
padding:1em;
}


}



#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
    cursor: pointer;
}

#pagetop img:hover {
opacity:0.8;
}



@media (max-width: 767px) {

#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
    cursor: pointer;
}
#pagetop img{
    width:45px;
    height:45px;
}
#pagetop img:hover {
opacity:0.8;
}

}



