@charset "UTF-8";

.btn-green-ico {
	width: 290px;
	height: 70px;
	color: white;
	font-weight: bold;
	vertical-align: middle;
	font-size: 16px;
	position: relative;
}


.btn-green-ico:not(:lang(en)){
	font-size: 26px;
}

a .btn-green-ico::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.15);
	border-radius: 7px;
	opacity: 0;
}

.btn-green-ico:hover::before{
	opacity: 1;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.btn-green-ico small {font-size: 13px;}
.btn-green-ico span{
	position: relative;
	
}
.btn-green-ico .txt{
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	line-height: 1.3;
}


.btn-green-ico{
	/* background-image: url('green_btn_bg.png'); */
	background-color: #008945;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	/* background-color: #000; */
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 10px; 
  /* Firefox 1-3.6 */
  -moz-border-radius: 10px; 
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 10px; 
}

.btn-green-ico .ico{
	width: 40px;
	height: 40px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}


.btn-green-ico .ico-phone{
	background-image: url('ico_phone.svg');
}
.btn-green-ico .ico-phones {
	background-image: url('ico_phone_small.svg');
}
.btn-green-ico .ico-loc{
	background-image: url('ico_location.svg');
}

.btn-green-ico .ico-mou{
	background-image: url('ico_mouse.svg');
}

.btn-green-ico .ico-mou_mo{
	background-image: url('ico_mouse_mobile.svg');
}

.ico-linkout-white{
	background-image: url('ico_linkout_white.svg');
}

.ico-linkout-green{
	background-image: url('ico_linkout.svg');
}
.ico-linkout{
	width: 18px;
	height: 18px;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 5px;
}
.btn-green-ico .ico-linkout{
	width: 18px;
	height: 18px;
	margin-left: 5px;
}

.gbox1 .ico-linkout{
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 5px;
}



.ui-silver{
	color: #0D6C29;
}


.btn-large.ui-silver:lang(en) {
	width: auto;
}


@media (max-width: 768px) {
	.btn-large.ui-silver:lang(en) {
		width: auto;
		font-size: 20px;
	}
}

.btn-large.ui-silver {
	width: 220px;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	
}


.btn-large.ui-silver{
	font-size: 18px;
/*	width: 212px;*/
	margin-top: 1.3em;
	margin-bottom: 1em;
	height: 50px;
	line-height: 50px;
}

.btn-large.ui-silver::before{
	width: 15px;
	height: 15px;
	background-image: url("ico_more.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: text-bottom;
	margin-right: 10px;

}

.btn-large.ui-silver::after{
	content: "";
	width: 18px;
	height: 18px;
	background-image: url(ico_linkout.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 10px;
	display: inline-block;
	margin-left: 12px;
}


.btn-large.ui-silver:hover{
	-webkit-transition: 300ms color;
	transition: 300ms color;
}

.btn-large.ui-silver:hover::before{
	background-image: url("ico_more_hover.png");
	-webkit-transition: 300ms background;
	transition: 300ms background;
}

.btn-large.ui-silver:hover::after{
	background-image: url("ico_linkout_hover.svg");
	-webkit-transition: 300ms background;
	transition: 300ms background;
}


.btn_action {
  background-color: #008945;
}
.btn_action:after {
  background: url(icn_stroke_non_hase_link_white.svg) no-repeat;
  width: 22px;
  height: 22px;
  margin-left: 0;
  margin-top: -4px;
}
.btn_action:hover {
  background-color: #008945;
}
.btn_action:hover:after {
  background: url(icn_solid_external_link_white.svg) no-repeat;
}



 .green {
  background-color: #0d6c29;
}
 .green:after {
  background: url(icn_stroke_non_hase_link_white.svg) no-repeat;
  width: 22px;
  height: 22px;
  margin-left: 0;
  margin-top: -4px;
}
 .green:hover {
  background-color: #063414;
}
 .green:hover:after {
  background: url(icn_solid_external_link_white.svg) no-repeat;
}


.url {height: 24px;}
@media (max-width: 768px) {
.url {height: 20px;}
}