@charset "shift_jis";
 /* Updated 2019/12/18,T  */
button{
    font-size: 1.4rem;
    font-family:'Meiryo','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif;
    line-height:1.5;
    -webkit-text-size-adjust: 100%;
}
.btn01 button{
	display:inline-block;
    background:#a0c81e url(/global/common/images/ico_rightArrow01.png) 10px 49% no-repeat;
    border: none;
	padding:8px 10px 6px 28px;
    color:#fff;
	line-height: 1.2;
	text-align:left;
	font-weight:bold;
	text-decoration:none;
}
.btn01 button:hover{
	opacity:0.8;
}
.col div[class^="btn"] > button{
	display:table-cell;
	width:100%;
	vertical-align:middle;
}
