@charset "UTF-8";
.searchBox {
	position: relative;
	margin: 0 auto 30px;
	padding: 0;
	width: 1000px;
}

.tabTargets {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.tabTargetsItem {
	display: block;
	margin: 0;
	padding: 0 15px;
	background: #f00;
	border: 1px solid #f00;
	border-bottom: 0;
	color: #ffffff;
	width: 30%;
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	font-weight: normal;
	border-radius: 12px 12px 0 0;
}

.tabTargetsItem[aria-selected="true"],
.tabTargetsItem:hover {
	background: #ffffff;
	border: 1px solid #ffffff;
	border-bottom: 0;
	color: #f00;
}

.tabTargetsItem > .icon {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 24px;
	height: 24px;
	vertical-align: middle;
}

.tabTargetsItem > .icon::before {
	content: '';
	display: block;
	position: absolute;
	top: -4px;
	left: 0;
	width: 24px;
	height: 24px;
	background-size: contain;
}

.tabTargetsItem > .icon-area::before {
	background-image: url('../img/icons/icon_area_w.png');
}
.tabTargetsItem[aria-selected="true"] > .icon-area::before,
.tabTargetsItem:hover > .icon-area::before {
	background-image: url('../img/icons/icon_area_g.png');
}

.tabTargetsItem > .icon-business::before {
	background-image: url('../img/icons/icon_business_w.png');
}
.tabTargetsItem[aria-selected="true"] > .icon-business::before,
.tabTargetsItem:hover > .icon-business::before {
	background-image: url('../img/icons/icon_business_g.png');
}

.tabTargetsItem > .icon-service::before {
	background-image: url('../img/icons/icon_service_w.png');
}
.tabTargetsItem[aria-selected="true"] > .icon-service::before,
.tabTargetsItem:hover > .icon-service::before {
	background-image: url('../img/icons/icon_service_g.png');
}

.tabTargetsItem > .strong {
	font-size: 120%;
	font-weight: bold;
}

.tabContents {
	margin: 0;
	padding: 0 0 30px;
	box-shadow: 0 4px 6px #ddd;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
}

.tabContent[role="tabpanel"] {
	display: none;
	margin: 0;
	padding: 0;
}

.tabContent[role="tabpanel"][aria-hidden="false"] {
	display: block;
}

.tabContent.active {
	display: block;
}

.tabContents .button {
	display: block;
	margin: 0;
	padding: 15px 0;
	border-radius: 2em;
	background: #797dba;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.tabContents .button.icon {
	vertical-align: middle;
}
.tabContents .button:hover {
	opacity: 0.65;
}

.tabContentTitle {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 15px;
	background: #f00;
	border: 1px solid #f00;
	border-bottom: 0;
	color: #ffffff;
	width: auto;
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}

.tabContentTitle::after {
	content: '';
	display: block;
	position: absolute;
	top: 17px;
	right: 25px;
	width: 1em;
	height: 1em;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transition: all .6s ease;
	transform: rotate(45deg);
}

.tabContentTitle.active::after {
	transform: rotate(135deg);
}

.tabContentTitle > .icon {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 24px;
	height: 24px;
	vertical-align: middle;
}
.tabContentTitle > .icon::before {
	content: '';
	display: block;
	position: absolute;
	top: -4px;
	left: 0;
	width: 24px;
	height: 24px;
	background-size: contain;
}
.tabContentTitle > .icon-area::before {
	background-image: url('../img/icons/icon_area_w.png');
}
.tabContentTitle > .icon-business::before {
	background-image: url('../img/icons/icon_business_w.png');
}
.tabContentTitle > .icon-service::before {
	background-image: url('../img/icons/icon_service_w.png');
}
.tabContentTitle > .strong {
	font-size: 120%;
	font-weight: bold;
}

.tabContentBody {
	display: none;
	margin: 0;
	padding: 15px 30px;
}

.tabContentTitle.active + .tabContentBody {
	display: block;
}

.tabContents_footer {
	margin: 0;
	padding: 30px 30px 0;
	border-top: 1px solid #ddd;
}

.tabContent_map {
	float: left;
	width: 409.5px;
}

.tabContent_list {
	width: 100%;
}

.tabContent_map + .tabContents_list {
	float: right;
	width: calc(100% - 450px);
}

.tabContent_button {
	display: block;
	width: 300px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	background: #feb92e;
	color: #fff;
	border-radius: 6px;
	text-align: center;
}
.tabContent_button:hover {
	opacity: 0.65;
}

.tabContent_list label {
	display: inline-block;
	width: 24%;
	margin: 0 0 15px;
}

.tabContent_list label {
	display: inline-block;
	width: 24%;
	margin: 0 0 15px;
}

.tabContent_list.col_3 label {
	width: 32%;
}

#tabService .tabContent_list > .item > .title {
	width: 8em;
}

#tabService .tabContent_list > .item > .freeword,
#tabService .tabContent_list > .item > .checkboxes {
	margin: 0 0 0 13em;
}

#tabService .tabContent_list > .item > .checkboxes > label {
	width: 33%;
}

.tabContents_list {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-flow: wrap;
	align-items: start;
	justify-content: start;
	margin: 0;
	padding: 0;
}

.arrow-right {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
.arrow-right::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAUVBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAAgx90pAAAAGnRSTlMAqlVs8bbKW/Tb08GxmIB7XUASpJ1QOzQhHaeVGicAAAFHSURBVFjDpddJcgMhFANQOUDP89y6/0FT9iZOpzEQvb1UZfxtPvAah751lbWVa/thRJozny1/sXN+ItLU1bxVdxMimJJepUFInvGjLMcnm2OQ2+BlCkYoDDwWRlpwK2O0DDeYBH80TNLgwjDR5SRXJlvxZrdMZnf8cPwH9za/vPd48JM8NAEP4BE1DcabDzQYvEylLx9qKCc8db58uKHDU+3LhxtqADh46yuq4XgdodBgADQUGhoABYWGAhhJpWHEQKlhQE+poUdLqaGFo9TgUFFqqGApNVi5QP4I8iHKX6M8SPIo6z8mWCVvAcxCnjOAXMgzB3AKeZ7y37p+sehXm3656te7vmDoKw62Ij1fbJc1UVwUl9T8IqzaT5m+bEvrdoNbJv78PFYbE7crvPaYR9euPvv0h6f+9A07TFNcJr8xB+7Iz/9vjjAfYvZ4Nc4AAAAASUVORK5CYII=');
	background-size: contain;
}

.tabContents_listItem {
	margin: 0 0 15px;
	width: 25%;
}

.tabContents_listItem .title {
	margin: 0 0 10px;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
}

.tabContents_listItem .links {
	margin: 0 25px;
	padding: 0;
}

.tabContents_listItem .links > a {
	display: block;
	margin: 0 5px 5px;
}

.tabContents_listItem .sublinks {
	margin: 0 0 0 10px;
	padding: 0;
}

.tabContents_listItem .sublinks > a {
	display: inline-block;
	margin: 0 5px 5px;
	font-size: 12px;
}

.checkboxes {
    margin: 0 0 0 15px;
    font-size: 13px;
}

.checkboxes > label {
    display: inline-block;
    margin: 0 0.5em 0.5em 0;
    min-width: 6em;
}

.serviceList {
	margin: 0;
	padding: 0;
}

.serviceList > dt {
	margin: 0 0 15px;
	padding: 7.5px 0 0;
	font-size: 120%;
	font-weight: bold;
	color: #f00;
}

.serviceList > dd {
	margin: 0;
	padding: 0;
}

.serviceList > dd > label {
	display: inline-block;
	margin: 0 0 15px;
	width: 33%;
}

.selectbox {
	display: block;
	margin: 0 0 15px;
	padding: 0;
}

.selectbox [name=salary_type] {
	padding: 0.5em;
	width: 200px;
	height: 36px;
	line-height: 36px;
	box-sizing: border-box;
}

.salaryMin,
.salaryMax {
	display: inline-block;
	margin: 0 15px;
	padding: 0;
}

.salaryMin > [name=salary_min],
.salaryMax > [name=salary_max] {
	margin: 0;
	padding: 0.5em;
	width: 280px;
	height: 36px;
	box-sizing: border-box;
}

.salarySep {
	display: inline-block;
	width: auto;
	height: 36px;
	line-height: 36px;
}

.search_desc_btn {
	margin: 0 auto;
	padding: 0 0 30px;
	width: 600px;
}

.search_desc_btn > a {
	display: block;
	margin: 0;
	padding: 0;
}

.search_desc_btn > a:hover {
	opacity: 0.65;
}

.jobsearch_footer {
    margin: 0;
    padding: 30px 15px;
}

.jobsearch_freeword {
	margin: 0;
	padding: 0 15px 0 0;
	width: 950px;
}

.jobsearch_freeword .index {
	float: left;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	box-sizing: border-box;
	width: 180px;
	height: 48px;
	line-height: 48px;
}

.jobsearch_freeword [name=keywd] {
	float: left;
	padding: 0 1em;
	border: 1px solid #ddd;
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	line-height: 48px;
}

.jobsearch_button {
	width: 100%;
}

.jobsearch_button a {
	display: block;
	margin: 0;
	padding: 0;
	background: #ffa500;
	color: #fff;
	font-size: 16px;
	text-align: center;
	height: 48px;
	line-height: 48px;
	border-radius: 6px;
}

.jobsearch_button a:active,
.jobsearch_button a:hover {
	opacity: 0.65;
}

.jobsearch_button a span {
	display: inline-block;
	margin-right: 0.5em;
}


.jobsearchField {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #fff;
	overflow: hidden;
}

.jobsearchFieldMain {
	float: left;
	width: 250px;
}

.jobsearchFieldMain .category {
	padding: 12px 10px;
	background: #ffebeb;
	vertical-align: top;
	cursor: pointer;
	border-top: 1px dotted #ddd;
	box-shadow: -1px 0 0 #ddd inset;
	box-sizing: border-box;
}

.jobsearchFieldMain .category.selected {
	border-top-color: #fff;
	background: #fff;
}

.jobsearchFieldMain .category > span {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

.jobsearchFieldMain .category.checked > span::after {
	content: '選択中';
	display: block;
	margin: 0;
	padding: 0.5em 1em;
	position: absolute;
	top: 50%;
	right: 0;
	border: 1px solid #f00;
	background: #fff;
	color: #f00;
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
	transform: translateY(-50%);
}

.jobsearchFieldContents {
	float: left;
	width: calc(100% - 250px);
	line-height: 1;
}

.jobsearchFieldTable .category {
	width: 27%;
	padding: 12px 10px;
	background: #eaf9fc;
	vertical-align: top;
	cursor: pointer;
	border-top: 1px dotted #cfe0e3;
	box-shadow: -1px 0 0 #cae6eb inset;
	box-sizing: border-box;
}

.jobsearchFieldContents .selectList {
	display: none;
	margin: 0;
	padding: 0;
	height: 550px;
	overflow: auto;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
}

.jobsearchFieldContents .selectList label {
	position: relative;
	display: block;
	cursor: pointer;
	padding-left: 35px;
}

.jobsearchFieldContents .selectList.selected {
	display: block;
}

.jobsearchFieldContents .selectList .categorySelect {
	margin: 0;
	padding: 0;
}

.jobsearchFieldContents .selectList .categorySelect .categoryCheck {
	padding: 10px 6px 15px 0px;
	font-size: 18px;
	font-weight: bold;
}

.jobsearchFieldContents .selectList .categorySelect .subCategorySet .subCategoryCheck {
	padding: 12px 6px 12px 15px;
	font-size: 15px;
	font-weight: bold;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fafafa;
}

.jobsearchFieldContents .selectList .categorySelect .subCategorySet .subCategoryCheck label {
	font-size: 13px;
}

.jobsearchFieldContents .selectList .subCategorySet .inputList {
	width: 100%;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.jobsearchFieldContents .selectList .categorySelect .subCategorySet .inputList .list {
	padding: 0 0 0 30px;
	display: inline-block;
	width: 33%;
	vertical-align: top;
	margin-left: -4px;
	font-size: 14px;
	box-sizing: border-box;
}

.jobsearchFieldContents .selectList .categorySelect .subCategorySet .inputList .list:first-child,
.jobsearchFieldContents .selectList  .categorySelect .subCategorySet .inputList .list:nth-child(2) {
	background: none;
}

.jobsearchFieldContents .selectList .categorySelect .subCategorySet .inputList .list label {
	position: relative;
	padding: 15px 10px 15px 35px;
	font-size: 13px;
}