/* 「詳しく見る」ボタン */
.detail-button a {
	color: #313131;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	width: 130px;
	padding: 5px 5px;
	border-radius: 14px;
	box-shadow: 0px 0px 6px 0px rgb(0, 0, 0, 0.3)
}
.detail-button a::after {
	content: url(/wp-content/themes/relltd2025/image/common/yaji_red.png);
	margin-left: 6px;
}
