/* ------------------------------------ */
/* ▼topマウスオーバー*/
/* ------------------------------------ */	
.t_btn, button {
	border: none;
	background-color: #5B9B39;
	text-transform: uppercase;
	padding: 40px 0 0 0;
	transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
	display: inline-block;
	cursor: pointer;
	width: 150px;
	height: 120px;
	outline: none;
	vertical-align: middle;
	text-align: center;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.t_btn:hover, button:hover {
	background: #f5ba04;
}



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

	
	
}
