.line-button.loading{
	opacity:0.5;
}

.line-button > a{
	background-color:#00C300;
	display:inline-block;
	color:#FFF;
	align-content:center;
	padding:12px 24px 12px 59px;
	box-sizing:border-box;
	border-radius:6px;
	font-size:13px;
	line-height:100%;
	position:relative;
	text-decoration:none !important;
}

.line-button > a::before, 
.line-button > a::after{
	content:'';
	position:absolute;
	height:35px;
	top:0;
}

.line-button > a::before{
	width:35px;
	background-image:url('../images/logo.svg');
	background-repeat:no-repeat;
	background-size:24px;
	background-position:50%;
	left:0;
}

.line-button > a::after{
	width:1px;
	left:35px;
	background-color:#00B300;
}

.line-button > a:hover{
	background-color:#00E000;
}

.line-button > a:hover::after{
  background-color:#00C900;
}
