/*査定ボタン・LINE査定ボタン
--------------------------------*/
#side .form-link {
	margin-bottom: 40px;
	& a {
		width: 100%;
		display: flex;
		align-items: center;
		background-color: var(--color-button-transition);
		padding-left: 1rem;
		color: #fff;
		line-height: 1.4em;
		font-size: 2rem;
		text-decoration: none;
		height: 90px;
		font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E',
		'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
		font-weight: 500;
		border-radius: 6px;
	}
	& .sid-btn_fonsiz {
		font-size: 1.8rem;
	}
}
