@charset "utf-8";
/*フィネスボタン*/
.finess_btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-radius: 10px;
	background-color: #4BA719;
	color: #ffffff!important;
	border-bottom: solid 7px #4f7b22;
	width: 100%;
	line-height: 1;
	max-width: 850px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 0;
	font-size: 300%;
	justify-content: center;
	height: 150px;
	align-items: center;
	text-align: left;
	border-top: 0;
	margin: 3rem auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-left: 0;
	border-right: 0;
	outline: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.finess_btn br {
	display: none;
}
.finess_btn:before {
	content: "\f061";
	color: #fff700;
	font-size: 8rem;
	line-height: 1;
	padding-right: 15px;
	box-sizing: border-box;
	font-family: FontAwesome;
}
.finess_btn:hover {
	opacity: 1;
	border: 0;
}
@media screen and (max-width:767px){
	.finess_btn {
		width: 90%;
		font-size: 6.5vw;
		line-height: 1.2;
        height: 27vw;
        margin: 2rem auto;
	}
	.finess_btn:before {
		content: "\f061";
		color: #fff700;
		font-size: 10vw;
		padding-right: 10px;
		box-sizing: border-box;
		font-family: FontAwesome;
	}
	.finess_btn br {
		display: block;
	}
}