a.button_box
{
	display:flex;
	width:100%;
	box-sizing:border-box;
	align-items:center;
	height:120px;
	padding:8px;
	margin-bottom:15px;
	border:1px solid #bbb;
	background:#f7f7f7;
	text-transform:uppercase;
	font-size:1.1em;
}
a.button_box:hover
{
	background:#fbfbfb;
}

/* ikona */
a.button_box span
{
	display:block;
	margin-left:10px;
	margin-right:20px;
	font-size:54px;
	color:#666;
}

a.button_box div
{
	max-width:70%;
	word-wrap: break-word;
}
