.select2-container {
	box-sizing: border-box;
	display: inline-block;
	width: 100% !important;
	max-width: 300px;
	margin: 0;
	position: relative;
	vertical-align: middle;
}
.select2-container .select2-selection--single {
	outline: none;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}
.select2-container[dir='rtl']
	.select2-selection--single
	.select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}
.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select2-container .select2-search--inline {
	float: left;
}
.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 7px;
	padding: 0;
}
.select2-container
	.select2-search--inline
	.select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
.select2-dropdown {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}
.select2-results {
	display: block;
}
.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}
.select2-results__option {
	padding: 6px 8px;
	user-select: none;
	-webkit-user-select: none;
}
.select2-results__option[aria-selected] {
	cursor: pointer;
}
.select2-container--open .select2-dropdown {
	left: 0;
}
.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-search--dropdown {
	display: block;
	padding: 4px;
}
.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
	display: none;
}
.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #cbcaca;
	border-radius: 4px;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	color: #303030;
	line-height: 28px;
	font-size: 14px;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__placeholder {
	color: #999;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: #888 transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}
.select2-container--default.select2-container--open
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: transparent transparent #888;
	border-width: 0 4px 5px;
}
.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 8px;
	width: 100%;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__rendered
	li {
	list-style: none;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice {
	background-color: #003550;
	border: 1px solid #003550;
	color: #fff;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove:hover {
	color: #e4e4e4;
}
.select2-container--default.select2-container--focus
	.select2-selection--multiple {
	outline: 0;
}
.select2-container--default.select2-container--open.select2-container--above
	.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
	.select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
	font-size: 15px;
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
	font-size: 15px;
}
.select2-container--default .select2-results__option[aria-disabled='true'] {
	color: #999;
}
.select2-container--default .select2-results__option[aria-selected='true'] {
	background-color: #ddd;
}
.select2-container--default
	.select2-results__option--highlighted[aria-selected] {
	background-color: #003550;
	color: #fff;
}
.location-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.location-item {
	margin: 2px;
	font-size: 14px;
	line-height: 16px;
	list-style: none;
}
.location-item a {
	display: block;
	width: 210px;
	color: #003550;
	padding: 4px 5px;
	border-radius: 3px;
}
.location-item a:hover {
	border-color: #e31837;
	color: #e31837;
}
.location-item-count {
	color: #000;
	font-style: italic;
	font-size: 12px;
}
.filter-container {
	display: block;
	background-color: #f7f7f7;
	padding: 0 0;
}
.filter-form {
	padding: 0 20px;
	max-width: 1680px;
	width: calc(100% - 40px);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.filter-item {
	width: 14%;
}
.filter-value {
	display: inline-block;
	width: 100%;
}
.filter-location {
	width: 16%;
	min-width: 180px;
}
.filter-title {
	text-align: center;
	font-size: 14px;
	margin-bottom: 2px;
}
.filter-button {
	width: 140px;
	padding-top: 20px;
	position: relative;
	justify-content: center;
	display: flex;
}
.filter-button input[type='submit'] {
	padding: 0;
	height: 40px;
	width: 140px;
	background-color: #013550;
	border: 0;
}
.filter-button input[type='submit']:hover {
	background-color: #407793;
}
.filter-result {
	position: absolute;
	top: -3px;
	text-align: center;
	width: 100%;
	color: gray;
	font-size: 14px;
}
.filter-services,
.filter-extra {
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
	flex-wrap: wrap;
}
.f_sttl {
	font-weight: 700;
	border-bottom: 1px solid #013550;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #013550;
	cursor: pointer;
}
.f_sttl:hover {
	color: #4a6a7e;
}
.f_sttl svg {
	margin-right: 5px;
	width: 15px;
	height: 15px;
	fill: #013550;
}
.f_sttl:hover svg {
	fill: #4a6a7e;
}
.f_sul {
	list-style: none;
	padding: 0 10px;
	margin-bottom: 10px;
	width: calc(33.3% - 20px);
}
.f_sul li a {
	display: block;
}
.f_sul li {
	padding: 5px 0;
}
.f_sul li:first-child::after {
	content: '';
	width: 8px;
	height: 8px;
	transition: transform 0.3s ease-in-out;
	border: solid #013550;
	border-width: 0 3px 3px 0;
	transform: rotate(225deg);
	position: relative;
	right: 3px;
	top: 5px;
}
.f_sul li:first-child:hover::after {
	border: solid #4a6a7e;
	border-width: 0 3px 3px 0;
}
.f_sul li.opened:first-child::after {
	transform: rotate(45deg);
	top: 0;
}
.irs {
	position: relative;
	display: block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
.irs-line {
	position: relative;
	display: block;
	overflow: hidden;
	outline: none !important;
}
.irs-bar {
	position: absolute;
	display: block;
	left: 0;
	width: 0;
}
.irs-shadow {
	position: absolute;
	display: none;
	left: 0;
	width: 0;
}
.irs-handle {
	position: absolute;
	display: block;
	box-sizing: border-box;
	cursor: default;
	z-index: 1;
}
.irs-handle.type_last {
	z-index: 2;
}
.irs-min,
.irs-max {
	position: absolute;
	display: block;
	cursor: default;
}
.irs-min {
	left: 0;
}
.irs-max {
	right: 0;
}
.irs-from,
.irs-to,
.irs-single {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	cursor: default;
	white-space: nowrap;
}
.irs-disable-mask {
	position: absolute;
	display: block;
	top: 0;
	left: -1%;
	width: 102%;
	height: 100%;
	cursor: default;
	background: rgba(0, 0, 0, 0);
	z-index: 2;
}
.lt-ie9 .irs-disable-mask {
	background: #000;
	filter: alpha(opacity=0);
	cursor: not-allowed;
}
.irs-disabled {
	opacity: 0.4;
}
.irs-hidden-input {
	position: absolute !important;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	width: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	outline: none !important;
	z-index: -9999 !important;
	background: none !important;
	border-style: solid !important;
	border-color: transparent !important;
}
.irs--round {
	height: 40px;
}
.irs--round.irs-with-grid {
	height: 65px;
}
.irs--round .irs-line {
	top: 0;
	height: 4px;
	background-color: #dee4ec;
	border-radius: 4px;
}
.irs--round .irs-bar {
	top: 0;
	height: 4px;
	background-color: #013550;
}
.irs--round .irs-bar--single {
	border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
	height: 4px;
	bottom: 21px;
	background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
	top: -10px;
	width: 24px;
	height: 24px;
	border: 4px solid #013550;
	background-color: #f7f7f7;
	border-radius: 24px;
	box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
	cursor: pointer;
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
	background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
	color: #333;
	font-size: 14px;
	line-height: 1;
	top: 20px;
	padding: 3px 5px;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
	font-size: 14px;
	line-height: 1;
	text-shadow: none;
	padding: 3px 5px;
	background-color: #013550;
	color: #fff;
	border-radius: 4px;
	top: 20px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
	position: absolute;
	display: block;
	content: '';
	top: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	overflow: hidden;
	border: 3px solid transparent;
	border-bottom-color: #013550;
}
.irs--round .irs-grid {
	height: 25px;
}
.irs--round .irs-grid-pol {
	background-color: #dedede;
}
.irs--round .irs-grid-text {
	color: silver;
	font-size: 13px;
}
@media screen and (max-width: 1300px) {
	.filter-extra ul.f_nat li {
		width: 13%;
	}
}
@media screen and (max-width: 960px) {
	.filter-extra ul {
		padding: 0 10px;
	}
	.filter-item {
		width: calc(50% - 20px);
	}
	.filter-location,
	.filter-button input[type='submit'],
	.filter-button {
		width: 100%;
	}
	.filter-location > .filter-value {
		display: flex;
		flex-flow: wrap;
		justify-content: center;
		margin: 5px 0 10px;
	}
	.filter-location > .filter-value > .select2-container {
		max-width: 600px;
	}
}
@media screen and (max-width: 800px) {
	.filter-extra ul.f_nat li {
		width: 20%;
	}
}
@media screen and (max-width: 600px) {
	.tab {
		font-size: 12px;
	}
	.f_sul {
		width: calc(50% - 20px);
	}
}
@media screen and (max-width: 500px) {
	.filter-extra ul.f_nat li {
		width: 33.333%;
	}
}
@media screen and (max-width: 460px) {
	.location-item a {
		width: 185px;
	}
}
@media screen and (max-width: 400px) {
	.filter-item {
		width: calc(100% - 20px);
	}
	.f_sul {
		width: calc(100% - 20px);
	}
	.location-item a {
		width: 170px;
	}
}
