.tog-buttonblock {
	text-align: center;
}
.tog-buttonblock a{
	text-align: center;
	display: inline-block;
	width: 100%;
	max-width: 280px;
	background: url(../../images/common/button01.svg) right 30px center no-repeat #fff;
	background-size: 8px;
	border-radius: 50px;
	padding: 16px 0;
	line-height: 1;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	color: #000;
	text-decoration: none;
}
@media screen and (max-width:767px) {
	.tog-buttonblock a{
		max-width: 240px;
		font-size: 13px;
	}
}