.topLink {
	padding: 20px 16px 10px;
}

.topLink:active {
	opacity: 0.5;
}

.topLink a {
	display: inline-block;
	font-weight: bold;
	color: #0a6ac0;
	position: relative;
	padding-left: 18px;
}

.topLink a::after {
	content: " ";
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	background-image: url(https://asset01.suumo.jp/sp/img/my/common/arrow_blue.png?id=202601283903388fb1f);
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-position: 0 0;
	top: 0;
	left: 0;
}
