@charset "utf-8";

#contents .ms-section .sort-wrap .sort-right .select-wrap {
	padding-left: 22px;
}
#contents .ms-section .sort-wrap .sort-right .select-wrap::before {
	position: absolute;
	top: 2px;
	left: -18px;
	width: 22px;
	height: 22px;
	background-image: url(/contents/nikki/pc/naitei/img/icon_sort_outlined.svg);
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateX(50%) translateY(50%);
	content: '';
}
#contents .ms-section .sort-wrap .sort-right select {
	width: 170px;
}

#contents .ms-section .naitei-cond-wrap .select-wrap select {
	position: relative;
	width: 100%;
	height: 47px;
	padding: 0 32px 0 16px;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	background: #fff;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	outline: none;
	cursor: pointer;
	appearance: none;
}
#contents .ms-section .naitei-cond-wrap .select-wrap::after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 16px;
	z-index: 2;
	width: 16px;
	height: 16px;
	background: url(/contents/nikki/pc/naitei/img/icon_arrow_bottom_filled_blue.svg) no-repeat center;
	background-size: contain;
	transform: translateY(-50%);
	content: '';
	pointer-events: none;
}
#contents .ms-section .naitei-cond-wrap .select-wrap {
	position: relative;
}
#contents .ms-section .cond-wrap {
	padding: 0 16px 8px;
	border-bottom: 2px solid #002896;
}

#contents .ms-section .cond-wrap .cond-title {
	position: relative;
	margin-bottom: 8px;
	padding-left: 22px;
}
#contents .ms-section .cond-wrap .cond-items {
	display: flex;
	flex-wrap: wrap;
}
#contents .ms-section .cond-wrap .cond-item {
	display: flex;
	align-items: center;
	margin-right: 24px;
}
#contents .ms-section .cond-wrap .cond-item .select-title {
	margin-right: 8px;
}
#contents .ms-section .cond-wrap .cond-title::before {
	position: absolute;
	top: -12px;
	left: -12px;
	width: 22px;
	height: 22px;
	background-image: url(/contents/nikki/pc/naitei/img/icon_filter_outlined.svg);
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateX(50%) translateY(50%);
	content: '';
}
#contents .ms-section .cond-wrap .checkbox-wrap {
	display: flex;
	position: relative;
}
#contents .ms-section .cond-wrap .checkbox-wrap input[type='checkbox'] {
	display: none;
	margin: 0 !important;
	padding: 0 !important;
}
#contents .ms-section .cond-wrap .checkbox-wrap .checkbox-label-wrap {
	display: block;
	position: relative;
	padding: 5px 0 0 32px;
	border: 1px solid transparent;
	border-radius: 3px;
	background: transparent;
	cursor: pointer;
}
#contents .ms-section .cond-wrap .checkbox-wrap .checkbox-label-wrap::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	background-color: #fff;
	content: '';
}
#contents .ms-section .cond-wrap .checkbox-wrap input[type='checkbox']:checked ~ .checkbox-label-wrap::before {
	border-color: #002896;
	background: url(/contents/nikki/pc/naitei/img/icon_checkbox_check_white.svg) no-repeat 50% #002896;
	background-size: 78%;
}
#contents .ms-section .cond-wrap .checkbox-wrap .checkbox-label-wrap label {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
	border: none;
	cursor: pointer;
}
#contents .ms-section .cond-wrap .cond-item {
	display: flex;
	align-items: center;
	margin-right: 24px;
}
#contents .ms-section .cond-wrap .cond-item:last-of-type {
	margin-right: 0;
}
#contents .ms-section .cond-wrap .button-wrap {
	width: 139px;
}
#contents .ms-section .cond-wrap .button-wrap button {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 48px;
	border-radius: 3px;
	background-color: #002896;
	transition: opacity .3s ease;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
#contents .ms-section .cond-wrap .button-wrap .filter-btn {
	font-weight: bold;
}
#contents .ms-section .cond-wrap .button-wrap button:hover {
	opacity: .85;
}
