@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document estimate
--------------------------------------------------------- */

#estimate .box {
	margin-bottom: 15vw;
	padding: 10vw 8vw 1px;
	background: linear-gradient(135deg, #f0f0f0 40%, #e6e6e6 40%);
}

#estimate .row {
	margin-bottom: 10vw;
}

#estimate h4 {
	margin-bottom: 5vw;
	background: linear-gradient(to bottom, var(--black) 0%, #1a1a1a 100%);
	font-weight: 500;
	font-size: 3.5vw;
	line-height: 10vw;
	color: #fff;
}

#estimate figure {
	margin-bottom: 3vw;
}

#estimate figure img {
	height: 60vw;
}
