@charset "UTF-8";

/* ----------------------------------------------------------------------- 

 defoult

----------------------------------------------------------------------- */
html {
  box-sizing: border-box;
  width: 100%;
}

*, *::before, *::after {
  box-sizing: inherit;
}
body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: "Mplus 1p", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "メイリオ", Meiryo;
	font-size: 16px;
	line-height: 1.9;
	color: #040000;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	overflow-x: hidden;
}
body.open {
  overflow: hidden;
}
.layout_end {
	clear: both;
	float: none;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

a{
	color: #000;
	text-decoration:none;
}
a:hover,
a:hover img{
	opacity: 0.7;
}
img{
	max-width: 100%;
}

.spOnly{
	display: none!important;
}
.contentIn:after{
	content:"";
	display:block;
	clear:both;
}
@media screen and (min-width: 768px) {
	.contentIn{
    margin: 0;
	}
}
@media screen and (max-width: 767px) {
	body {
		font-size:14px;
	}
	.pcOnly{
		display:none!important;
	}
	.spOnly{
		display:block!important;
	}
	#main .contentIn{
		width:100%;
		padding:0 4%;
	}
}


/* ----------------------------------------------------------------------- 

 header & footer & pagetop

----------------------------------------------------------------------- */

/* header
----------------------------------------------------------------------- */
#header{
	position: relative;
	width: 100%;
	z-index: 999;
	background-color: #FFF;
    height: 205px;
    border-bottom: 1px solid #f3f3f3;
}
#header_logo01-01 {
    margin: 40px 10px;
    text-align: center;
}
.header_logo01 {
	max-width: 200px;
	/* [disabled]width: 100%; */
}


@media screen and (max-width: 768px) {
#header{
	position:fixed;
	height:52px;
	padding-top:0px;
}
#menuBtn{
	position: absolute;
	top: 0px;
	right: 4%;
	display: block;
	width: 36px;
	height: 41px;
	cursor: pointer;
	margin-top: 0px;
}
#header_logo01-01 {
	text-align: left;
	margin-top: 16px;
	margin-left: 10px;
    }
.header_logo01 {
    max-width: 90px;
}


}


/* gNavi
----------------------------------------------------------------------- */
/*-------------------------------------------------------------------
	button　pattern
-------------------------------------------------------------------*/

.bttype01{
	width: 100%;
	height: 60px;
	text-align: center;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	float: left;
    border-bottom: solid 2px #ec7f60;
}
.bttype01 a{
	font-size: 14px;
	font-family: さわらび明朝;
	color: black;
	text-decoration: none;
	line-height: 60px;
	transition: all .3s ease;
	z-index: 2;
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0;
	left: -3px;
	background-color: #fff;
}

.bttype01_eff{
	width: 100%;
	height: 60px;
	bottom: -60px;
	background: rgba(236,127,96,0.9);
	position: absolute;
	transition: all .3s ease;
	z-index: 1;
}
.bttype01:hover .bttype01_eff{
  bottom:0;
}
.bttype01:hover a{
  color:#fff;
text-decoration: none;
}
.bttype01 a:hover{
	background: rgba(149,161,79,0);
}
@media screen and (max-width: 768px) {
.bttype01{
	height: 35px;
	margin-top: 3%;
	border: 1px solid #000;
	background-color: #fff;
	border-radius: 20px;
    margin: 0 auto;
	float: none;
}
.bttype01 a{
	color: #000;
	line-height: 35px;
	font-size: 100%;
}
.bttype01:hover a{
	background-color: #000;
}
}


#pcmainmenu.fixed ul li .bttype01{
	height: 40px;
}
#pcmainmenu.fixed ul li .bttype01 a{
	line-height: 40px;
}
#pcmainmenu.fixed ul li .bttype01_eff{
	height: 40px;
	bottom: -40px;
}





figure {
  position: relative;
  overflow: hidden;
}
figcaption {
	position: absolute;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
	top: -100%;
	padding: 8%;
}
figure:hover figcaption {
  top: 0;
  left: 0;
}
figcaption h3 {
	font-size: 150%;
	color: #FFF;
	font-weight: bold;
	margin-top: 5px;
}
figcaption p {
	font-size: 90%;
	color: #FFF;
}
figure a {
  opacity: 1;
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  cursor: default;
}

@media screen and (max-width: 768px) {
figcaption h3 {
	font-size: 15px;
	color: #FFF;
    padding: 10px 10px 0 10px;
	line-height: 150%;
}
figcaption p {
    padding: 0 10px;
}
}


/* page_title
----------------------------------------------------------------------- */
/*-------------------------------------------------------------------
	button　pattern
-------------------------------------------------------------------*/

.bttype02{
	width: 100%;
	height: 80px;
	text-align: center;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	float: center;
    border-bottom: solid 2px #ec7f60;
}
.bttype02 a{
	font-size: 18px;
	font-family: さわらび明朝;
	color: black;
	text-decoration: none;
	line-height: 80px;
	transition: all .3s ease;
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -3px;
}

.bttype02_eff{
	width: 100%;
	height: 80px;
	bottom: -80px;
	background: rgba(236,127,96,0.9);
	position: absolute;
	transition: all .3s ease;
	z-index: 1;
}
.bttype02:hover .bttype02_eff{
  bottom:0;
}
.bttype02:hover a{
  color:#fff;
}
.bttype02 a:hover{
	background: rgba(149,161,79,0);
}
@media screen and (max-width: 768px) {
.bttype02{
	height: 42px;
	margin-top: 3%;
	border: 1px solid #e4807b;
	border-radius: 20px;
    margin: 0 auto;
	float: none;
}
.bttype02 a{
	color: #000;
	font-size: 100%;
	line-height: 40px;
}
.bttype02:hover a{
	background-color: #000;
}
}


#pcmainmenu.fixed ul li .bttype02{
	height: 40px;
}
#pcmainmenu.fixed ul li .bttype02 a{
	line-height: 40px;
}
#pcmainmenu.fixed ul li .bttype02_eff{
	height: 40px;
	bottom: -40px;
}


.index02-02-03_bttype {
	margin: 0 auto;
	width: 380px;
}
.index02-02-03_bttype p {
	margin-top: 50px;
	margin-bottom: 40px;
	text-align: center
}

/* news
----------------------------------------------------------------------- */
/*-------------------------------------------------------------------
	button　pattern
-------------------------------------------------------------------*/


.bttype03{
	width: 80%;
	height: 80px;
	text-align: center;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	float: left;
    border-bottom: solid 2px #ec7f60;
}
.bttype03 a{
	font-size: 18px;
	color: black;
	text-decoration: none;
	line-height: 80px;
	transition: all .3s ease;
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -3px;
}

.bttype03_eff{
	width: 100%;
	height: 80px;
	bottom: -80px;
	background-color: rgba(236,127,96,0.9);
	position: absolute;
	transition: all .3s ease;
	z-index: 1;
}
.bttype03:hover .bttype03_eff{
  bottom:0;
}
.bttype03:hover a{
  color: #fff;
}
.bttype03 a:hover{
	background: rgba(149,161,79,0);
}

@media screen and (max-width: 768px) {
.bttype03{
	height: 42px;
	margin-top: 3%;
	border: 1px solid #e4807b;
	border-radius: 20px;
    margin: 0 auto;
	float: none;
}
.bttype03 a{
	color: #000;
	font-size: 100%;
	line-height: 40px;
}
.bttype03:hover a{
	background-color: #000;
}
}


#pcmainmenu.fixed ul li .bttype03{
	height: 40px;
}
#pcmainmenu.fixed ul li .bttype03 a{
	line-height: 40px;
}
#pcmainmenu.fixed ul li .bttype03_eff{
	height: 40px;
	bottom: -40px;
}
/* ----------------------------------------------------------------------------------------------------
*  PCメインメニュー
* --------------------------------------------------------------------------------------------------*/

#pcmainmenu.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 15;
	width: 100%;
	transition: .3s;
	transform: translateY(-100%);
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #fff;
}
#pcmainmenu.fixed.is-show {
  transform: translateY(0);
}

#pcmainmenu > ul{
	width: 100%;
    
	padding-right: 20px;
	padding-left: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
#pcmainmenu > ul > li{
	float: left;
	font-size: 14px;
	width: 18px;
	height: 60px;
}
#pcmainmenu.fixed > ul > li{
	height: 40px;
}

#pcmainmenu ul .mline_right {
	position: relative;
	width: 15%;
	margin-right: 2%;
}
#pcmainmenu ul .main_menupc_end{
    margin-right: 0%;
}
#pcmainmenu.fixed ul .mline_right {
	position: relative;
	font-size: 13px;
}
#pcmainmenu ul .mline_rightborder {
	position: relative;
    border-right: 1px solid #000;
}
#pcmainmenu.fixed ul .mline_rightborder {
	position: relative;
    border-right: 0 solid #000;
}
.mainmenuwaku001 {
	width: 100%;
}







/* smaller
----------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
	body.smaller{
		padding-top:266px;
        
	}
	#header.smaller{
		position:fixed;
		top:0;
		left:0;
		height:0px;
		padding-top:0px; 
        background-color: #fff;
	}
	#header.smaller .contentIn{
		width:100%;
		padding:0 12px;
        margin: 0 auto;
        background-color: #fff;
        border-bottom: 1px solid #f3f3f3;
	}
	#header.smaller #header_logo01-01{
	display:none;
	}
	#header.smaller #pcmainmenu{
	margin: 0 auto;
	float: center;
	width: 100%;
	padding-top: 0px;
	font-size: 13px;
	text-align: left;
    max-width: 1024px;
	}
	#header.smaller #pcmainmenu li bttype01 {
	padding: 0; 
	}

}


/* main menu
----------------------------------------------------------------------- */

.close-main_menu {
	position: absolute;
	right: 25px;
	top: 25px;
	font-size: 18px;
	cursor: pointer;
}
.close-main_menu img {
	height: 42px;
	width: 42px;
}
@media screen and (max-width: 768px) {

.close-main_menu {
	right: 6px;
	top: 13px;
}
.close-main_menu img {
	height: 85%;
	width: 85%;
}
}

.modal-content {
	max-width: 1200px;
	margin: 0 auto;
	font-size: 120%;
	padding-top: 10%;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-left: 80px;
	color: #FFF;
}
#main_menu .logo {
	margin-top: 15px;
	margin-left: 20px;
	height: 40px;
	width: 200px;
}
#main_menu .modal-content ul li {
    border-bottom: 1px solid #ffffff;
	padding-bottom: 10px;
	margin-top: 10px;
	padding-left: 5px;
    height: 40px;
    font-size: 16px;
}
#main_menu .modal-content ul li a{
	color: #FFF;
}
.modal-content-credit{
	font-size: 12px;
	color: #FFF;
	text-align: left;
	margin-top: 15px;
}
#main_menu .modal-content ul .home_icon {
	background-image: url(../img/_common/home_icon.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}

ul li {
    list-style: none;
    cursor:pointer;
}
.close{
    display: none;
}
#main_menu .modal-content ul #accordion {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3969c;
}
#main_menu .modal-content ul #accordion ul li {
	border-bottom-style: none;
	margin-bottom: 15px;
	padding-bottom: 0px;
	margin-top: 0px;
}
#main_menu .modal-content ul #accordion > .menu_info {
	border-bottom-width: 0px;
	margin-bottom: 0px;
	background-image: url(../img/_common/bt_icon2_pc.png);
	background-repeat: no-repeat;
	background-position: left 14px;
}
#main_menu .modal-content ul #accordion .menu_info:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
#main_menu .modal-content ul #accordion > .menu_info {
	border-bottom-width: 0px;
	margin-bottom: 0px;
	background-image: url(../img/_common/bt_icon2_sp.png);
	background-repeat: no-repeat;
	background-position: left 9px;
}
}

@media screen and (max-width: 768px) {
#main_menu {
	background-size:contain;
}
.close-main_menu {
	height: 36px;
	width: 36px;
}
#main_menu .logo {
	margin-top: 50px;
	width: 160px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.modal-content {
	max-width: 1200px;
	font-size: 115%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0%;
	padding-right: 5%;
	padding-bottom: 3%;
	padding-left: 5%;
}
#main_menu .modal-content ul li {
    border-bottom: 1px solid #f4c8bc;
	font-family: さわらび明朝;
}
#main_menu .modal-content ul {
    border-bottom: 2px solid #fbe5df;
    border-top: 2px solid #fbe5df;
}
#main_menu .modal-content ul .home_icon {
	background-image: url(../img/_common/home_icon_sp.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}	
}

.nav > li.arrow > button {
	left: 0;
	border: 0;
	background: none;
	outline: 0;
	z-index: 10;
	cursor: pointer;
	transition: all .3s;
}

.nav > li.arrow > button:hover {
  opacity: 0.7;
}

.nav > li.arrow.active > button {
  transform: rotate(90deg);
}

.nav02 {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-in-out,visibility 0.5s ease-in-out;
}

.nav02.active {
  max-height: 1000px;
}

.nav02 > li > a {
  display: inline-block;
}
#main_menu .modal-content .nav .arrow .nav02 .nav03 {
	border-bottom-width: 0px;
}
#main_menu .modal-content .nav .arrow span:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
.nav02 > li > a {
  }
}


.main_menu_left {
	float: left;
	width: 38%;
}
.main_menu_right {
	float: right;
	width: 58%;
}
@media screen and (max-width: 768px) {
.main_menu_right {
	float: none;
	width: 100%;
}
	
}

.main_menu_right a {
	color:#fff;
}
.main_menu_left_logo {
	width: 318px;
	margin-top: 17px;
}
.headerIn {
    margin: 0 auto;
    padding: 0 0 0 20px;
	z-index: 99999;
	position: relative;
}
.headerIn:after {
  content: "";
  display: block;
  clear: both;
}

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

.navBtn {
	right: 10px;
	width: 36px;
	position: fixed;
	z-index: 9998;
	margin-top: 9px;
}
.headerIn {
    width: auto;
  }
}


/* footer
----------------------------------------------------------------------- */

#footer {
	padding-top: 70px;
	background-image: url(../../images/luce-base/footer-bk.jpg);
    background-position: center top;
    background-repeat: repeat-x;
	margin-top: 30px;
}
.footer004 {
    display: flex;
}
.footer001 {
	max-width: 1024px;
	font-size: 14px;
	display: flex;
	line-height: 210%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 130px;
	padding-left: 25px;
	font-family: さわらび明朝;
}
.footer001-01 {
	width: 60%;
	background-repeat: no-repeat;
	margin-left: 0;
	padding-left: 25px;
}
.footer001-03 {
    margin-bottom: 0;
}
.footer001-03 img {
	max-width: 170px;
    margin-bottom: 0;
}
.footer001-04 {
	font-size: 16px;
    margin-top: 0;
}
.footer001-05 {
	font-size: 26px;
	line-height: 210%
}
.footer002 {
	margin: 0 auto;
	width: 30%;
    margin-right: 0;
    padding-right: 25px;
}
.footer002 a {
	color: #626d23;
	text-decoration: underline;
}

.footer002-01,.footer002-02 {
	max-width: 240px;
}
.footer003 {
	font-size: 14px;
    text-align: center
    
}
.footer003-01 {
    color: #fff;
    background-color: #ec7f60;
    line-height: 4;
    margin-top: 0;
    margin-bottom: 0;
}
.footer-kinobi {
    height: 6px;
    background-image: url(../../images/luce-base/kinobi-pc.jpg);
    background-repeat: repeat-x;
}

@media screen and (max-width: 767px) {
#footer {
	background-image: url(../../images/luce-base/footer-bk-sp.jpg);
	padding-top: 34px;
}
.footer001 {
	padding-bottom: 3%;
	margin-top: 0px;
}
.footer003 {
	font-size: 90%;
}
.footer001-01 {
	float: none;
	width: 100%;
	margin-bottom: 6%;
	padding-left: 0px;
	line-height: 185%;
}
.footer002 {
	float: none;
	width: 100%;
	padding-left: 50px;
	background-size: 38px;
}
.footer001-03 img {
	max-width: 145px;
	margin-bottom: 0%;
	line-height: 0px;
}
.footer001-04 {
	font-size: 100%;
	margin-bottom: 30px;
	line-height: 0px;
}
.footer001-05 {
	font-size: 155%;
}
.footer004-02,.footer004-03 {
	padding: 0 25px;
	padding-bottom: 10px;
	width: 150px;
	text-align: center;
	border-bottom: solid 2px #ec7f60;
	margin-right: auto;
	margin-left: auto;
	}
.footer004-02 img,.footer004-03 img {
	width: 90%;
	}
.footer004-moji:hover {
  	color:#fff;
	font-size: 14px;
}
.footer004-01 {
	display: flex;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	}
}


/*-------------------------------------------------------------------
	bottom PAGE TOP
-------------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 25px;
    right: 15px;
    font-size: 77%;
	z-index: 30;
}
#page-top a {
    width: 95px;
    padding: 15px 0;
    text-align: center;
    display: block;
}
#page-top a img {
    width: 50px;
}
#page-top a:hover {
	text-decoration: none;
	background: rgba(236,127,96,0.4);
}

@media screen and (max-width: 768px) {
#page-top {
    bottom: 15px;
    font-size: 100%;
}
#page-top a {
    width: 90px;
    padding: 15px 0;
    border-radius: 0px;
}
#page-top a img {
    width: 50px;
}
}

/*-------------------------------------------------------------------
	bottom pdf01
-------------------------------------------------------------------*/

#pdf0001 {
    font-size: 20px;
}
#pdf0001 a {
    background: rgba(210,36,101,1);
    text-decoration: none;
    color: #fff;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#pdf0001 a:hover {
	text-decoration: none;
	background: rgba(125,22,60,1);
}

@media screen and (max-width: 768px) {
#pdf0001 {
    font-size: 120%;
}
#pdf0001 a {
    width: 100%;
    padding: 5px 0;
    border-radius: 0px;
}
}


/*-------------------------------------------------------------------
	page title
-------------------------------------------------------------------*/
#page_title {
    display: flex;
    justify-content: space-between;
}

/*-------------------------------------------------------------------
	page contents
-------------------------------------------------------------------*/

.contents {
	padding-top: 50px;
	padding-bottom: 50px;
}
.contents-top {
	padding-top: 50px;
}
#contents002 {
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	color: #6c880b;
	max-width: 1250px;
	overflow: hidden;
	position: relative;
}
#contents002:before,
#contents002:after {
    content: "";
    display: table;
}
#contents002:after {
    clear: both;
}
#contents002 {
    zoom: 1;
}

.contents003 {
	color: #F00;
}
.contents004 {
	margin-top: 50px;
}
.contents005 {
	width: 47%;
	float: left;
}
.contents006 {
	width: 47%;
	float: right;
}
.contents007 {
	margin-top: 25px;
}
.contents008 {
	margin-top: 0px;
}
.contents009 li {
	list-style-type: disc;
	margin-left: 30px;
}
.contents010 {
	width: 67%;
	float: left;
}
.contents011 {
	width: 27%;
	float: right;
}
.contents012 {
	width: 27%;
	float: left;
}
.contents013 {
	width: 67%;
	float: right;
}
.contents014 {
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	max-width: 1250px;
	color: #6c880b;
}


@media screen and (max-width: 768px) {
.contents {
	padding-top: 6%;
	padding-bottom: 6%;
}
.contents-top {
	padding-top: 6%;
	padding-bottom: 6%;
}
#contents002 {
	padding-right: 6%;
	padding-left: 6%;
}
.contents004 {
	margin-top: 6%;
}
.contents005 {
	width: 100%;
	float: none;
}
.contents006 {
	width: 100%;
	float: none;
}
.contents007 {
	margin-top: 3%;
}
.contents008 {
	margin-top: 6%;
}
.contents009 li {
	margin-left: 20px;
}
.contents010 {
	width: 100%;
	float: none;
}
.contents011 {
	width: 100%;
	float: none;
}
.contents012 {
	width: 100%;
	float: none;
}
.contents013 {
	width: 100%;
	float: none;
}
.contents014 {
	padding-right: 6%;
	padding-left: 6%;
}
}

.mini_title01 {
	font-size: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d3be;
	background-image: url(../../images/base/mini_title01_pc.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 60px;
	margin-bottom: 20px;
}
.mini_title02 {
	font-size: 19px;
	font-weight: bold;
}
.mini_title03 {
	font-size: 16px;
	font-weight: normal;
}
.mini_title04 {
	font-size: 85%;
}
.mini_title05 {
	font-size: 19px;
	color: #F00;
}
.mini_title06 {
	font-weight: bold;
}
.mini_title07 {
	text-align: center;
}

@media screen and (max-width: 768px) {
.mini_title01 {
	font-size: 135%;
	background-image: url(../../images/base/mini_title01_sp.gif);
	padding-left: 34px;
	margin-bottom: 3%;
	background-position: left 4px;
}
.mini_title02 {
	font-size: 115%;
}
.mini_title03 {
	font-size: 14px;
}
.mini_title05 {
	font-size: 115%;
	color: #F00;
}
}


.contents0 {
	background-image: url(../../images/base/pc_back01.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.contents1 {
	background-image: url(../../images/base/pc_back02.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

@media screen and (max-width: 768px) {
.contents0 {
	background-image: none;
}
.contents1 {
	background-image: none;
}
}



/*-------------------------------------------------------------------
	contents button
-------------------------------------------------------------------*/

.button_center{
	width: 100%;
	height: 60px;
	text-align: center;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #95a14f;
	display: flex;
	margin-bottom: 15px;
}
.button_center a{
	font-size: 16px;
	color: #000;
	text-decoration: none;
	line-height: 60px;
	transition: all .5s ease;
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -1px;
}
.button_center_eff{
	width: 100%;
	height: 60px;
	bottom: -60px;
	background: rgba(149,161,79,0.9);
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.button_center:hover .button_center_eff{
  bottom:0;
}
.button_center:hover a{
  color:#fff;
}

@media screen and (max-width: 767px) {
.button_center{
	width: 100%;
	height: 45px;
	text-align: center;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	margin-bottom: 3%;
	border: 1px solid #95a14f;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 22px;
}
.button_center a{
  font-size:14px;
  line-height:45px;
}
.button_center:hover a{
	color: #fff;
	background-color: #95a14f;
}
}
