@charset "utf-8";
/* CSS Document */
.bg-light {
	background-color: var(--bg-color-light) !important;
}
.page-filter {
	padding-left: 0 !important;
}
.page-filter li {
	margin-right: 1.5rem;
}
.page-filter li a {
	position: relative;
	padding-bottom: 8px;
	color: var(--dark);
}
.page-filter li.active a:before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: var(--bg-color);
	position: absolute;
	left: 0;
	bottom: 0;
}
.page-filter li.active a, .page-filter li:hover a {
	color: var(--color-link);
}
.page-filter li.active a .st0, .page-filter li a:hover .st0 {
	fill: var(--color-link);
}

.shop .product_price_sell {
	font-weight: normal;
	font-size: 0.9rem;
	color: var(--color-text);
}
.shop .product_price_sell span {
	font-weight: bold;
	font-size: 1.75rem;
}
.shop .product-title {
	margin-bottom: 16px;
}
.shop .product-title h3 {
	font-size: 1.5rem;
}
.shop .product-bref div {
	margin-top: 12px;
	font-size: 0.85rem;
	color: #666;
}
.shop .product-bref div span {
	margin-left: 24px;
	position: relative;
	display: inline-block;
}
.shop .product-bref div span:before {
	content: '';
	display: block;
	width: 1px;
	height: 0.85rem;
	background-color: #ccc;
	position: absolute;
	left: -12px;
	top: 2px;
}
.shop .product-bref div span:first-child {
	margin-left: 0;
}
.shop .product-bref div span:first-child:before {
	display: none;
}

.lease-detail-list ul {
	font-size: 1rem;
}
.lease-detail-list li {
	margin-top: 0.4rem;
}
.lease-detail-list li:first-child {
	margin-top: 0;
}
.lease-detail-list li span {
	opacity: 0.7;
}
.inquiry_button_box {
	padding: 15px;
	border: solid 1px #dfe9f7;
	background-color: #fafcff;
}