.small_link {
	color: #a78900;
	font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	padding-bottom: 3px;
	position: relative;
	display: block;
	padding-left: 15px;
}

.small_link::before {
	content: url("../_img/arrow_sankaku_l_br.svg");
	position: absolute;
	left: 3px;
}
