
/* --------------------------------------------------- */

.search_form {}

/* --------------------------------------------------- */

.search_box {}

/* --------------------------------------------------- */

#recruit_listWrap {}

.recruit_search {
    padding: 0;
    border: solid 3px #66b13d;
    box-shadow: 0 4px 0 rgba(0,0,0,.11);
    background: #fbfff9;
}

.recruit_search_switch { 
	width: 25%;
	float: right;
	text-align: right;
}
.recruit_search_accordion_head {
	margin-bottom:1em;
	display: inline-block;
	/* max-width: 220px; */
	float: right;
}
.recruit_search_accordion_head .btn {display: block;padding: 0.2rem 1rem!important;background: #fff;border: 1px solid #f60;color: #f60;/* font-weight: bold; */box-shadow: rgba(0,0,0,0.2) 0 1px 1px;}

.recruit_search_message { width: 100%;float: left;margin-bottom:15px;background: #FFFBE6;padding: 0px 8px 5px; }
.recruit_search_message em {
	font-weight:700;
	font-size:150%;
	margin:0 0.5em;
}

/* spview */
@media screen and (max-width:767px) {

	#recruit_listWrap {padding: 20px 15px;}

	.recruit_search {padding: 12px;}

	.recruit_search_switch {width: 100%;float: none;margin-bottom: 15px;}
	.recruit_search_switch .btn {font-size: 0.75rem;padding: 0.5rem 0;}
	
	.recruit_search_message {  width: 100%;float: none;text-align:center;font-size: 11px;line-height: 1.4; }
}

/* --------------------------------------------------- */

.search_result_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    background: #f5f5f5;
    padding: 0.5rem;
	border-radius: 0.2rem;
	flex-direction: column;
	margin-bottom: 1rem;
	

}

.result_message { margin-bottom:0.5em; }
.result_message em {
	font-weight:700;
	font-size:150%;
	margin:0 0.5em;
	
	    color: #ff6600;
}

.update {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.update p {
    font-weight: normal;
    margin-right: 15px;
}
.update span {
    background: #ff4600;
    color: #fff;
	font-size: 0.7rem;
    padding: 0 0.5rem 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* spview */
@media screen and (max-width:767px) {
	.search_result_wrap {
		flex-direction: column;
		margin-bottom: 1rem;
	}
	.update p {
		font-size: 0.875rem;
		margin-right: 7px;
	}
	.update span {}
}

/* --------------------------------------------------- */

.recruit_list:before,
.recruit_list:after { content: " "; display: table; }
.recruit_list:after { clear: both; }

.recruit_list { margin:0 -0.5rem; }

.recruit_list.col1 {}
.recruit_list.col2 {}
.recruit_list.col3 {}
.recruit_list.col4 {}
.recruit_list.col5 {}

.recruit_list_recommend {
	width: 33.3333333%;
	padding:0 0.5rem 35px;
	float:left;
}

.recruit_list_head {
	margin-bottom: 0;
	padding: 5px 40px 10px 10px;
	background: #fff9e9;
}

.category_wrap {padding: 8px 8px 3px 8px;}
.category_wrap li a {
    padding: 0.25rem;
    color: #10878e;
    display: block;
    text-align: center;
    border: 1px solid #10878e;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.category_wrap li {
    padding: 0.25rem;
    color: #10878e;
    display: block;
    text-align: center;
    border: 1px solid #10878e;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
/*
.category_wrap li.none {
	pointer-events: none;
}
.category_wrap li.none a {
	color: #aaa;
    border: 1px solid #aaa;
    background: #e9e9e9;
}
*/

.category_wrap li.none {
	pointer-events: none;
	color: #aaa;
    border: 1px solid #aaa;
    background: #e9e9e9;
    display: block;
    text-align: center;
    padding: 0.25rem;
}


.recruit_list_recommend .recruit_list .more {text-align: center;}


.recruit_list_head_main a {font-size: 14px;}
.recruit_list_head small {
	font-size: 16px;
	font-weight: bold;
}
.recruit_list_head_main {
	font-size: 14px;
	font-weight: normal;
}

.recruit_list.col1 .recruit_list_recommend { width:auto; float: none; }
.recruit_list.col2 .recruit_list_recommend { width:50%; }
.recruit_list.col3 .recruit_list_recommend { width:33.33%; }
.recruit_list.col4 .recruit_list_recommend { width:25%; }
.recruit_list.col5 .recruit_list_recommend { width:20%; }

/* spview */
@media screen and (max-width:767px) {
	
	.recruit_list { margin:0 }
	
	.recruit_list_recommend {
		width:auto !important;
		height: auto !important;
		padding:0;
		float:none;
		margin: 0 0 25px;
		font-size: 12px;
	}

}

/* --------------------------------------------------- */

.recruit_list_recommend .inner {
	
	border: solid 1px #e2e2e2;
	padding:0;
	position:relative;
	overflow: hidden;
	height:100%;
}

/* --------------------------------------------------- */

.recruit_list_ribon {
	font-size:200%;
	position:absolute;
	top:0;
	right:0;
	color:#F30007;
}

/* --------------------------------------------------- */

.recruit_list_head .recruit_titlewrap {
	
	font-size: 14px;
	margin-bottom:0;
	line-height: 1.5;
}
.recruit_list_head_main {
	
/* 	display:table;
	width:100%; */

	display:flex;
	flex-wrap:nowrap;
}
.recruit_list_head .recruit_titlewrap .recruit_list_head_main {
	
}
.recruit_list_head .recruit_titlewrap .recruit_list_head_main figure {
    margin-right:0.5rem;
}
.recruit_list_head .recruit_titlewrap .recruit_list_head_main figure img {
    height: 50px;
    object-fit:contain;
}
.recruit_list_head .recruit_titlewrap .recruit_list_head_main .title_wrap {
	line-height: 1.5;
}
.recruit_list_head .recruit_titlewrap .recruit_list_head_main .title_wrap a {
	display:block;
}
.recruit_list_head .recruit_titlewrap .recruit_list_head_main .title_wrap small {
	display:block;
	font-size:15px;
	color:#006400;
	font-weight:bold;
}


/* ----search---- */

.recruit_list.col1 .recruit_list_head {
	padding: 0.75em 1em;
	margin-bottom: 15px;
	background: #fff9e9;
	border-bottom: 2px solid #018b48;
}

.recruit_list.col1 .recruit_list_head_main { 
	height:auto;
/* 	margin-bottom: 5px; */
}
.recruit_list.col1 .recruit_list_head_main a {
	font-size: 18px;
    color: inherit;
}
.recruit_list.col1 .recruit_list_head small {font-size: 12px;}

.recruit_list.col1 .pr { padding: 0 15px 15px;}

.pr2 {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/* .recruit_list.col1 .category_wrap {padding: 0 8px 3px 0;} */

.recruit_list.col1 .category_wrap li {font-size: 14px;}

.recruit_list.col1 .recruit_list_data dt {

    clear: both;
  /*  width: 18%;*/
    width: 20px;;

    padding: 3px 0;
    margin-bottom: 10px;
    float: left;
    display: block;
  /*  background: #808080; */
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
/*	padding-bottom:10px;*/

}

.recruit_list.col1 .recruit_list_data dd {

/*	width: 82%;*/
	float: left;
	padding: 3px 0 0 15px;

	/*margin-bottom: 10px;*/

	margin-bottom: 4px;

/*	font-size: 14px;*/
	font-size: 1rem;
	/*margin-top:3px; */
    vertical-align: middle;
	
	width: calc(100% - 20px);
}
.recruit_list.col1 .recruit_list_data.area_container {
	width:inherit;
	display: flex;
	justify-content: start;
}
.recruit_list.col1 .recruit_list_data.area_container dt {

}
.recruit_list.col1 .recruit_list_data.area_container dd {
	margin-right: 20px;
	width: inherit!important;
}




/* spview */
@media screen and (max-width:767px) {
	
	.recruit_list.col1 .recruit_list_head {margin-bottom: 0;}

	.recruit_list.col1 .recruit_list_head_main {line-height: 1;}

	.recruit_list_head_main a {font-size: 15px !important;}

	.recruit_list_head small {font-size: 11px !important;}
	
	.recruit_list.col1 .pr { padding: 10px 10px 10px;}

	.recruit_list_recommend .inner {
		height: auto;
		background: #fff;
		box-shadow: 0 4px 0 rgba(0,0,0,.11);}
		
	.recruit_list_head {padding: 10px !important; margin-bottom: 0}
	
	.recruit_list.col1 .category_wrap {padding: 0 10px;margin-bottom: 10px;}
	
	.recruit_list.col1 .category_wrap li {
		font-size: 11px;
		margin: 0.1rem;
		width: 49%;
		width: calc(50% - 0.2rem);
		margin: 0 0 0.2rem 0;
		padding: 0;
	}
	.recruit_list.col1 .category_wrap li.none {
		display: none;
	}
	
	.recruit_list.col1 .recruit_list_data dt {padding: 3px 6px;
font-size: 10px;
	padding-right:0px;
	margin-right:0px;
	/*width:30px;*/
	width:10%;
}
	
	.recruit_list.col1 .recruit_list_data dd {
	margin-left:0px;
	padding-left:0px;
	/*font-size: 12px;*/
/*	font-size: 14px;*/
	font-size: 1rem;
	width:90%;
}
	.recruit_list.col1 .recruit_list_data.area_container {
		flex-wrap: wrap;
	}
	.recruit_list.col1 .recruit_list_data.area_container dd {
		width: calc(100% - 40px)!important;
		margin-right: 0;
	}
	
}



/* spview 追加*/
@media screen and (max-width:767px) {
	.recruit_detail_info .recruit_list_data dd {
	/*	width: 20px !important;*/
		padding-left:0px;
		font-size:16px;
	}
	.recruit_detail_info .recruit_list_data dt.icons:before {
		position: absolute;
		left: 5px;
	}
	.recruit_detail_info .recruit_list_data dt.icon_01:before {
		position: absolute;
		left: 5px;
	}
	.recruit_detail_info .recruit_list_data dt.icon_02:before {
		position: absolute;
		left: 7px;
	}
	.recruit_detail_info .recruit_list_data dt.icon_03:before {
		position: absolute;
		left: 7px;
	}
	.recruit_detail_info dt.icon_04:before {
		position: absolute;
		left: 8px;
	}
	.recruit_detail_info .recruit_list_data dt {
	/*	width: 32% !important; */
	/*	width: 10% !important; */
	/*	padding-left: 30px; */
	}
}


/* --------------------------------------------------- */
/* 1 col style */

.recruit_list.col1 .recruit_list_image {
	
	float: left;
	width: 33.33%;
	padding: 0 0 0 15px;
	margin-bottom: 1rem;
}
.recruit_list.col1 .recruit_list_image a,
.recruit_list.col1 .recruit_list_image p {
	
	display: block;
	width: 100%;
	/*padding: 65% 0 0;*/
	padding: 72% 0 0;
	position: relative;
}

.recruit_list.col1 .recruit_list_image .list_thumb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.recruit_list.col1 .recruit_list_image .list_thumb a,
.recruit_list.col1 .recruit_list_image .list_thumb p {
    width: 48.5%;
    padding: 34% 0 0;
}

.recruit_list.col1 .recruit_list_right {
	
	float: right;
	width: 66.66%;
	padding: 0 15px;
}

.recruit_list.col1 .search_overview_title {
    margin: 15px 0 5px;
    padding: 3px 0 3px 10px;
    border-left: 5px solid #018b48;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.6em;
}

.recruit_list.col1 .recruit_list_data {
	border-bottom: none;
	border-top: none;
/*	padding: 8px 0; */
	padding: 0;
	
/*
	display: flex;
    flex-wrap: wrap;
*/
	margin-bottom: 0;
}
.recruit_list.col1 .recruit_list_data:last-child {
	margin-bottom: 10px;
}


.recruit_list.col1 .more {
	border-top: solid 1px #e1e1e1;
	clear: both;
	text-align:center;
	padding: 15px 0 15px 0;
	
	background: #f5f5f5;
}

.recruit_list.col1 .more ul {
	width: 60%;
	margin: 0 auto;
}
.recruit_list.col1 .more .note {
    font-size: 14px;
    color: #666;
    margin-top: 0.5rem;
}

@media screen and (max-width:767px) {
	
	.recruit_list.col1 .recruit_list_image {
		float: none;
		width: auto;
		padding: 0;
		margin: 0 0 8px;
	}
	
	.recruit_list.col1 .recruit_list_image a { padding: 60% 0 0; overflow: hidden;}
	
	.recruit_list.col1 .recruit_list_image .list_thumb {
		padding: 10px 10px 10px;
		margin-top: 0;
	}
		
	.recruit_list.col1 .recruit_list_right {
		float: none;
		width: auto;
		padding: 0;
	}
	
	.recruit_list.col1 .search_overview_title {
		margin: 15px 0 5px 10px;
		padding: 3px 0 3px 6px;
		font-size: 0.875rem;
	}
	
	.recruit_list.col1 .recruit_list_data {padding: 10px;}
	
	.recruit_list.col1 .more ul{width: 100%;}
	.recruit_list.col1 .more .note {
		font-size: 12px;
		line-height: 1.6em;
	}
}

/* --------------------------------------------------- */

.recruit_list_pay {
	margin-bottom:0.5em;
}
.recruit_list_pay > span {
	display: inline-block;
    background: #ff4600;
    color: #fff;
    padding: 0.25em 0.5em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 1em;
    vertical-align: middle;
}
.recruit_list_pay > em {
	font-weight: 700;
    font-size: 150%;
    color: #ff4600;
    margin: 0 0 0 0;
    vertical-align: middle;
}


.recruit_pay_wrap {
	width: 100%;
    padding: 0.5rem 1rem;
    margin: 0 auto 1rem;
    background: #ffe9ef;
    overflow: hidden;
}
.recruit_pay_wrap .total {
	font-size: 1rem;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 5px;
}
.recruit_pay_wrap .total .nominal {
	padding-right: 20px;
}
.recruit_pay_wrap .total .amount {
	color: #f00;
    font-size: 28px;
    line-height: 1em;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
}
.recruit_pay_wrap .total .amount::before {
	content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/icon_pay_total.png) no-repeat;
    background-size: contain;
    margin-right: 5px;
}
.recruit_pay_wrap .total .yen {
    font-size: 100%;
    color: #f00;
}
.recruit_pay_wrap .items {
	padding: 8px 0 0 0;
    border-top: 1px solid #333;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.recruit_pay_wrap .items .nominal {}
.recruit_pay_wrap .items .amount {
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1;
	display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
/*
.recruit_pay_wrap .items .amount::before {
	content: "";
    display: inline-block;
    width: 16px;
    height: 18px;
    background: url(../images/icon_pay_items.png) no-repeat;
    background-size: contain;
    margin-right: 2px;
    margin-left: 3px;
}
*/
.recruit_pay_wrap .items .yen {font-weight: bold;}



.category_wrap {
	width:100%;
	clear: both;
	padding: 0 15px 15px 15px;
}
.category_wrap .label { 
/*	font-size:75%; */
	display: flex;
	flex-wrap: wrap;
/*	justify-content: space-between;*/
	justify-content: start;
}

.category_wrap li {
    font-size: 14px;
    display: inline-block;
    background: #fff;
    color: #10878e;
    /* padding: 0.25em 0.5em; */
    /* border: 1px solid #10878e; */
    vertical-align: middle;
    width: calc(25% - 0.2rem);
    margin: 0.1rem;
}
.table_recruit_detail_data .category_wrap {
	padding: 0;
	margin-bottom: 10px;
}

.table_recruit_detail_data .category_wrap li {
    font-size: 12px;
    display: inline-block;
    background: #fff;
    color: #10878e;
    vertical-align: middle;
	padding: 0.1rem 0.2rem;
    width: auto;
    margin: 0.1rem;
}

.table_recruit_detail_data .category_wrap li a{
	border: none;
	padding: 0;
}

@media screen and (max-width:767px) {
	.recruit_list_pay {
		text-align: center;
		padding: 0 10px;
		margin-bottom: 0;
	}
	
	.recruit_pay_wrap .total {font-size: 0.875rem;}
	.recruit_pay_wrap {
		padding: 0.5rem 0.5rem;
	}
	.recruit_pay_wrap .total .amount {font-size: 22px;}
	.recruit_pay_wrap .items {}
	.recruit_pay_wrap .items p {
		display: flex;
		align-items: flex-end;
		margin-bottom: 5px;
	}
	.recruit_pay_wrap .items .amount {
		font-size: 1rem;
		align-items: flex-start;
	}
/*
	.recruit_pay_wrap .items .amount::before {
		content: "";
		display: inline-block;
		width: 13px;
		height: 20px;
		background: url(../images/icon_pay_items.png) no-repeat;
		background-size: contain;
	}
*/
	
	.category_wrap {}
	.category_wrap li {padding: 0 3px;margin-right: 2px;margin-bottom: 8px;}
}

/* --------------------------------------------------- */

.table_recruit_list { margin-bottom:1em; }
.table_recruit_list th,
.table_recruit_list td { padding:1em; }

.table_recruit_list th {
	background:#E0FBFE;
	font-size:80%;
}

/* --------------------------------------------------- */

.recruit_list_image {
	width: 100%;
	padding: 60% 0 0;
	position: relative;
	overflow: hidden;
}
.recruit_list_image img {
	
	position: absolute;
	top: 50%;
	left: 50%;
	
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
	width: 100%;
/*	height: auto;*/
	height: 100%;
    object-fit: cover;
	border-radius: 8px;
}

.recruit_list .more {
	clear: both;
	padding: 1em 0 1.25em 0;
	text-align: center;
}
.recruit_list .more > ul {
	
	display: table;
	border-collapse: separate;
	border-spacing: 1rem 0;
	table-layout: fixed;
	width: 100%;
}
.recruit_list .more > ul.one_btn {
	width: 31%;
}
.recruit_list .more > ul > li {
	
	display: table-cell;
	vertical-align: middle;
}
.recruit_list .more > ul .btn {
	width: 100%;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	box-shadow: 0 4px 0 rgba(0,0,0,.11);
	font-size: 16px;
	display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:767px) {
	.recruit_list .more > ul.one_btn {
		width: 52%;
	}

	.recruit_list .more {padding: 10px 15px 15px;}
}

/* --------------------------------------------------- */

.recruit_list_bookmark {
	text-align:right;
	margin-bottom:1em;
}

.recruit_list .more .recruit_list_bookmark {
	
	text-align:left;
	margin-bottom:0;
}
.recruit_list_bookmark .btn.already span{
    display: flex;
	justify-content: center;
	align-items: center;
}
.recruit_list_bookmark .btn.already span:before{
	content: "";
    display: inline-block;
    width: 19px;
    height: 18px;
    background: url(../images/bookmark_icon_on.png) no-repeat;
    background-size: contain;
    margin-right: 5px;
}
.recruit_list_bookmark .btn.do_bookmark span:before{
	content: "";
    display: inline-block;
    width: 19px;
    height: 18px;
    background: url(../images/bookmark_icon_off.png) no-repeat;
    background-size: contain;
    margin-right: 5px;
}
@media screen and (max-width:767px) {

	.recruit_list .more > ul .btn {font-size: 12px !important;}
	
	.recruit_list_bookmark .btn {
		width: auto !important;
	}
	.recruit_list .more .recruit_list_bookmark { width: auto; }
	.recruit_list .more .recruit_list_bookmark .btn {
		width: 100% !important;
	}
}

/* --------------------------------------------------- */

.search_conditions {
	width:100%;
	overflow: hidden;
}
.search_conditions dt {
	display:inline-block;
	width: 7rem;
	vertical-align: top;
}
.search_conditions dd {
	display:inline-block;
	width: 92%;
	width: calc(100% - 7.2rem);
}
.search_conditions ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.search_conditions li {
	font-size: 12px;
	display: table;
	background: #fff;
	color: #333;
	padding: 0;
	border: solid 1px #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-right: 0.25em;
	margin-bottom: 0.5em;
	vertical-align: middle;
}
.search_conditions li span.tit {
	padding:0.1rem 0.3rem;
	background:#e9e9e9;
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}
.search_conditions li span.name {
	padding:0.1rem 0.3rem;
	background:#fff;
	display: table-cell;
	vertical-align: middle;
}


.accordion_style {
	padding: 1rem 1rem 0.5rem;
	clear: both;
	border-top: 1px solid #ccc;
	margin-top: 0.5rem;
	overflow: hidden;
	background: #fff;
}

/* spview */
@media screen and (max-width:767px) {

	.search_conditions {
		width: 100%;
		float: none;
	}
	.search_conditions dd {
		width: 100%;
	}
	.search_conditions dt {
		margin-bottom: 0.5rem;
	}
	.search_conditions li {
		
	}
}


/* --------------------------------------------------- */

.search_item_dl {}
.search_item_dl:last-child { margin-bottom:0; }

.search_item_dl + .search_item_dl {
	margin-top: 0.25rem;
}

.search_item_dl dt {
	display:inline-block;
	background:#FCF5CA;
	border: solid 1px #FCE865;
	padding:0.25em 0.5em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right: 10px;
}
.search_item_dl dd {
	display:inline-block;
	margin-bottom:0.5em;
}
.search_item_dl ul { display:inline-block; }
.search_item_dl li {
	display:inline-block;
	margin-right:1em;
	line-height:2;
}

.search_item_dl li input,
.search_item_dl li img {
	vertical-align:middle;
}

/* spview */
@media screen and (max-width:767px) {

	.search_item_dl dt {
		margin-right:0.5em;
		margin-bottom:0.5em;
	}
	.search_item_dl dd {
		margin-bottom:0.5em;
	}


}


/* --------------------------------------------------- */

.search_item_ul:before,
.search_item_ul:after { content: " "; display: table; }
.search_item_ul:after { clear: both; }
.search_item_ul {}

.search_item_ul li {
	display:inline-block;
	margin-right:1em;
	line-height:2;
}
.search_item_ul li input,
.search_item_ul li img {
	vertical-align:middle;
}
.search_item_ul .disabled,.search_item_dl .disabled { color:#9d9d9d; }

.search_item_ul label {
	position: relative;
	padding-left: 1.25rem;
}
.search_item_ul label input[type='checkbox'],
.search_item_ul label input[type='radio'] {
	vertical-align:middle;
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
}
.search_item_ul.col2 li,
.search_item_ul.col3 li,
.search_item_ul.col4 li,
.search_item_ul.col5 li,
.search_item_ul.col6 li,
.search_item_ul.col7 li,
.search_item_ul.col8 li {
	
	float: left;
	margin-right: 0;
}
.search_item_ul.col2 li:nth-child(2n+1) { clear: both; }
.search_item_ul.col3 li:nth-child(3n+1) { clear: both; }
.search_item_ul.col4 li:nth-child(4n+1) { clear: both; }
.search_item_ul.col5 li:nth-child(5n+1) { clear: both; }
.search_item_ul.col6 li:nth-child(6n+1) { clear: both; }
.search_item_ul.col7 li:nth-child(7n+1) { clear: both; }
.search_item_ul.col8 li:nth-child(8n+1) { clear: both; }

.search_item_ul.col2 li { width: 50%; }
.search_item_ul.col3 li { width: 33.33%; }
.search_item_ul.col4 li { width: 25%; }
.search_item_ul.col5 li { width: 20%; }
.search_item_ul.col6 li { width: 16.66%; }
.search_item_ul.col7 li { width: 14.28%; }
.search_item_ul.col8 li { width: 12.5%; }

@media screen and (max-width:767px) {
	
	.search_item_ul.col2 li,
	.search_item_ul.col3 li,
	.search_item_ul.col4 li,
	.search_item_ul.col5 li,
	.search_item_ul.col6 li,
	.search_item_ul.col7 li,
	.search_item_ul.col8 li { width: 50%; }
	
	.search_item_ul.col2 li:nth-child(2n+1),
	.search_item_ul.col3 li:nth-child(3n+1),
	.search_item_ul.col4 li:nth-child(4n+1),
	.search_item_ul.col5 li:nth-child(5n+1),
	.search_item_ul.col6 li:nth-child(6n+1),
	.search_item_ul.col7 li:nth-child(7n+1),
	.search_item_ul.col8 li:nth-child(8n+1) { clear: none; }
	
	.search_item_ul.col2 li:nth-child(odd),
	.search_item_ul.col3 li:nth-child(odd),
	.search_item_ul.col4 li:nth-child(odd),
	.search_item_ul.col5 li:nth-child(odd),
	.search_item_ul.col6 li:nth-child(odd),
	.search_item_ul.col7 li:nth-child(odd),
	.search_item_ul.col8 li:nth-child(odd) { clear: both; }
}

/* --------------------------------------------------- */
/* table_search */

.table_search { margin-bottom:0; }

.table_search th,
.table_search td { padding:1.5em 0; }

.table_search th {
	text-align: left;
	background:#f6f6f6;
}

.table_search td {background: #fefefe;}

/* --------------------------------------------------- */
/* search_select */

.search_select { margin:0 -1em 0.5em; }
.search_select_list {
	display:table;
	width:100%;
	border-collapse:separate;
	border-spacing:1em 0;
}

.search_select_list h1,
.search_select_list h2,
.search_select_list h3,
.search_select_list h4,
.search_select_list h5,
.search_select_list h6 {
	font-size:15px;
	color:#F99422;
}

.search_select_list li {
	display:table-cell;
	vertical-align:top;
	position:relative;
}
.search_select_list li:before {
	
	display:block;
	content:'';
	
	border-top:solid 8px transparent;
	border-right:solid 8px transparent;
	border-bottom:solid 8px transparent;
	border-left:solid 8px #cdcdcd;
	
	position:absolute;
	top:50%;
	right:-16px;
	margin-top:-4px;
	z-index:998;
}
.search_select_list li:last-child:before { display:none; }

.search_select_list.col1 > li { width:100%; }
.search_select_list.col2 > li { width:50%; }
.search_select_list.col3 > li { width:33.33%; }
.search_select_list.col4 > li { width:25%; }

.search_select_list select {

    width: 100%;
    border-top: solid 1px #F99422;
    border-right: solid 4px #F99422;
    border-bottom: solid 1px #F99422;
    border-left: solid 1px #F99422;

}

/* spview */
@media screen and (max-width:767px) {
	
	.search_select { margin:0; }
	.search_select_list {
		display:block;
		width:auto;
	}
	.search_select_list li {
		display:block;
		margin-bottom:1em;
	}
	.search_select_list li:last-child { margin-bottom:0; }
	.search_select_list li:before {
		
		display:block;
		content:'';
		
		border-top:solid 8px #cdcdcd;
		border-right:solid 8px transparent;
		border-bottom:solid 8px transparent;
		border-left:solid 8px transparent;
		
		position:absolute;
		top:auto;
		bottom:-14px;
		right:50%;
		margin-top:0;
		margin-right:-4px;
		z-index:998;
	}
	.search_select_list li:last-child:before { display:none; }


	.search_select_list.col1 > li,
	.search_select_list.col2 > li,
	.search_select_list.col3 > li,
	.search_select_list.col4 > li { width:auto; }
	
	.search_select_list select {
		
		width:100%;
		height: 50px;
		border-top:solid 1px #cdcdcd;
		border-right:solid 1px #cdcdcd;
		border-bottom:solid 4px #cdcdcd;
		border-left:solid 1px #cdcdcd;
	}
}

/* --------------------------------------------------- */

.search_submit {
	padding:2em 0;
	text-align:center;
}

.submit_box {
	padding:1em 0;
	text-align:center;
}

.submit_box img {}
.submit_box img:hover {}



/* relative_entry */
/* --------------------------------------------------- */

.relative_entry {
/*	padding: 0 40px;*/
	margin: 50px 0 0;
	padding: 0 0px;
}
.relative_entry_head,
.relative_entry_list {}

/* clearfix */
.relative_entry ul:before,
.relative_entry ul:after { content: " "; display: table; }
.relative_entry ul:after { clear: both; }

.relative_entry_head {
	padding: 0 0.75em;
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	border-left: 5px solid #F99422;
}

.relative_entry_list { padding: 0.5em 0 0 0.5em; }
.table_recruit_detail_data .relative_entry_list { padding: 0.5em 0 0 0; }
.relative_entry_list > ul > li {
	
	display: inline-block;
	padding: 0 0.25em 0.5em 0;
}
.relative_entry_list > ul a {
	background: #fff;
    color: #10878e;
    border: 1px solid #10878e;
    font-size: 90%;
    line-height: 1;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 6px;
}
.relative_entry_list > ul a:hover,
.relative_entry_list > ul a:focus { opacity: 0.75; }

.relative_entry_recommend_list { margin: 1em -0.5em 0; }
.relative_entry_recommend_list ul {padding: 0 0.25em;}
.relative_entry_recommend_list li {
	float: left;
	width: 25%;
	padding:0 0.25em;
}
.relative_entry_recommend_list li a {
	display: block;
	padding: 0;
	border: solid 1px #ddd;
	border-radius: 10px;
}
.relative_entry_recommend_image,
.relative_entry_recommend_text {}

.relative_entry_recommend_image {
	
	width: 100%;
}
.relative_entry_recommend_image > div {
	background: #E0FBFE;
	position: relative;
	width: 100%;
	padding: 75% 0 0;
	overflow: hidden;	
	border-radius: 10px 10px 0 0;
}
.relative_entry_recommend_image > div img {
	position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	z-index: 1;
}

.relative_entry_recommend_text { padding: 0 8px 15px}
.relative_entry_recommend_text h3 {
	margin: 0.75em 0;
	padding: 0;
	font-size: 100%;
	color: #333;
}
.relative_entry_recommend_text p {
	margin: 0.75em 0;
	padding: 0;
	font-size: 100%;
	color: #333;
}
.relative_entry_recommend_text small {
	
	font-size: 90%;
	color: #333;
	display: table;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	margin: 0.5em 0 0;
}
.relative_entry_recommend_text small > i,
.relative_entry_recommend_text small > span {
	
	display: table-cell;
	vertical-align: middle;
}

.relative_entry_recommend_text small > span.red {
	
	color: #F53148;
	font-weight: 700;
}


.relative_entry_recommend_text small > i {
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	background: #FCF5CA;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 35px;
	padding: 0.25em 0;
	line-height: 1;
}
.relative_entry_recommend_text small > span {
	font-size: 12px;
	padding: 0 0 0 5px;
}
/* spview */
@media screen and (max-width:767px) {
	
	.relative_entry_head {font-size: 13px;padding: 0 0.25em 0 0.5em;}

	.relative_entry {margin: 20px 0 0;padding: 0 10px;}
	
	.relative_entry_recommend_list li { width: 50%;margin-bottom: 10px; }
	
	.relative_entry_recommend_list li a {

		padding:0;
	}

	.relative_entry_recommend_text h3 {
		font-size: 90%;
		line-height: 1.25;
		border-bottom: solid 1px #ddd;
		padding: 0 0 0.25em;
	}

	.relative_entry_recommend_text small {

		display: block;
		width: auto;
		font-size: 100%;
	}
	.relative_entry_recommend_text small > i,
	.relative_entry_recommend_text small > span { display: block; }

	.relative_entry_recommend_text small > i {

		text-align: left;
		background: transparent;
		width: auto;
		padding: 0 0 0.25em;
		color: #999;
		font-size: 66.66%;
	}
	.relative_entry_recommend_text small > span {
		
		padding: 0;
		font-size: 75%;
	}
	
	.relative_entry_list > ul > li {padding: 0 0.25em 0.25em 0;}
	
	.relative_entry_recommend_text {padding: 0 10px 12px;}
}


/* キープに登録済み */
/* .recruit_list .more > ul .btn.already {
	box-shadow: none;
    background-color: #fff2a3;
    border-color: #ffee8a;
    color: #999;
    pointer-events: none;
} */
.box_btn_colstyle > ul > li .btn.already {
	box-shadow: none;
    background-color: #fff2a3;
    border-color: #ffee8a;
    color: #999;
    pointer-events: none;
}

/* 特定検索条件別コンテンツ表示用 */
.searchcontents_container {
	background: #fff;
	padding: 1rem;
	margin-bottom: 1rem;
	border: 4px solid #10878e;
	border-radius: 0.5rem;
}
.searchcontents_container h2 {
	color: #10878e;
	padding: 0;
	margin-bottom: 1rem;
	font-size: 22px;
	line-height: 1.5rem;
}
.searchcontents_container .contents {
	display: flex;
	justify-content: space-around;
}
.searchcontents_container .contents figure {
	max-width: 25%;
}
.searchcontents_container .contents figure img {
	width: 100%;
}
.searchcontents_container .contents div.inner {
	padding: 0 0.5rem;
	word-break: break-all;
}
.searchcontents_container .contents div.inner .link_wrap{
	background: #f0f0f0;
	padding: 0.5rem 1rem;
	margin-top: 1rem;
}
.searchcontents_container .contents div.inner .link_wrap .link{
	
}
.searchcontents_container .contents div.inner .link_wrap .link span {
	margin-right:0.5rem;
}
.searchcontents_container .contents div.inner .link_wrap .link a{
	
}
@media screen and (max-width:767px) {
	.searchcontents_container {
		margin: 1rem 10px auto;
		margin-top: 1rem;
	}
	.searchcontents_container .contents {
		display: block;
	}
	.searchcontents_container .contents figure {
		max-width: inherit;
		width: 100%;
		margin-bottom: 1rem;
	}
	.searchcontents_container .contents div.inner {
		padding: 0;
	}
}


/* 191204 市区町村リスト */
.city_list {
	border: 1px solid #e2e2e2;
	margin: 2rem 0;
}
.city_list h3 {
	padding: 0.2rem 0.5rem;
	background: #66b13d;
	color: #fff;
	text-shadow: rgba(0,0,0,0.2) 0 1px 1px;
}
.city_list h3 i {
	margin-right:0.3rem;
}
.city_list ul {
	padding: 0.5rem;
	/* display: flex; */
	/* flex-wrap: wrap; */
	/* justify-content: space-between; */
	font-size: 14px;
	font-weight: normal;
}
.city_list ul li {
	width: 25%;
	float: left;
}
.city_list ul li i {
	margin-right:0.3rem;
	color:#006cd8;
}
.city_list ul li a {
	text-decoration: underline;
}
@media screen and (max-width:767px) {
	.city_list ul li {
		width: 50%;
	}
}


/* 200319 検索窓内の市区町村リスト */


.search_link_list {
	/* border: 1px solid #e2e2e2; */
	margin: 10px 0 1rem;
	padding: 10px 15px;
    background-color: #fbfff9;
    border: 2px solid #66b13d;
}
.search_link_list h3 {
	/* padding: 0.2rem 0.5rem; */
	/* background: #10878e; */
	color: #545454;
	/* text-shadow: rgba(0,0,0,0.2) 0 1px 1px; */
}

.search_link_list ul {
	padding: 0.5rem 0;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: normal;
	/* background: #fff; */
}
.search_link_list ul li {
	/* width: 25%; */
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
}
.search_link_list ul li a {
	text-decoration: underline;
	color: #10878e;
}





.search_upper_wrap {
	padding:1rem;
}
.search_city_list {
	/* border: 1px solid #e2e2e2; */
	margin: 10px 0 1rem;
}
.search_city_list h3 {
	/* padding: 0.2rem 0.5rem; */
	/* background: #10878e; */
	color: #545454;
	/* text-shadow: rgba(0,0,0,0.2) 0 1px 1px; */
}
.search_city_list h3 i {
  position: relative;
  display: inline-block;
  /* padding: 0 5px; */
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #ff7800;
  border-radius: 50%;
  box-sizing: border-box;
  margin-right: 0.5rem;
}

.search_city_list h3 i:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -6px;
  border: 7px solid transparent;
  border-left: 7px solid #ff7800;
  z-index: 0;
}


.search_city_list h3 a {
    border: 1px solid #f60;
    padding: 10px;
    border-radius: 5px;
    color: #f60;
	opacity: 1;
	background: #fff;
}

.search_city_list h3 i.icon-down5, .search_city_list h3 i.icon-up5 {
	background: none;
	color: #f60;
}

.search_city_list h3 i.icon-down5:after, .search_city_list h3 i.icon-up5:after {
	background: none;
	display: none;
}

.search_city_list ul {
	padding: 0.5rem 0;
	/* display: flex; */
	/* flex-wrap: wrap; */
	/* justify-content: space-between; */
	font-size: 14px;
	font-weight: normal;
	/* background: #fff; */
}
.search_city_list ul li {
	width: 25%;
	float: left;
}
.city_list ul li i {
	margin-right:0.3rem;
	color:#006cd8;
}
.search_city_list ul li a {
	text-decoration: underline;
	color: #000;
}
@media screen and (max-width:767px) {
	.search_city_list ul li {
		width: 50%;
	}
}

.accordion_text {
	overflow:hidden;
	width: 100%;
}
.recruit_search .table th {
	background: #fff9e9;
}
.recruit_search .table td {
	background: #fff;
}

.hit {
	margin-bottom:1rem;
	font-size:16px;
	text-align:center;
}
.hit em {
	font-weight:bold;
	color:#f60;
	font-size:22px;
	margin-right:0.2rem;
}
.hit i {
  position: relative;
  display: inline-block;
  /* padding: 0 5px; */
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #ff7800;
  border-radius: 50%;
  box-sizing: border-box;
  margin-right: 0.5rem;
}

.hit i:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -6px;
  border: 7px solid transparent;
  border-left: 7px solid #ff7800;
  z-index: 0;
}




/* IE調整用css start
------------------------------------------------*/
_:-ms-lang(x)::-ms-backdrop,#recruit_listWrap { max-width: 1100px; }


/* 211130 調整用 */
@media screen and (max-width:767px) {
	.recruit_detail_info .recruit_list_data dt {
		    width: 2.2rem !important;
	}
	.recruit_list_image img {
		border-radius: 0!important;
	}
	.recruit_list.col1 .recruit_list_data {
		padding: 0!important;
	}
	.recruit_list.col1 .recruit_list_data dt:before {
		background-position: center!important;
	}
	.recruit_list.col1 .recruit_list_image {
		margin-bottom: 0!important;
	}
	.recruit_detail_info {
/*		margin-top: 8px;*/
		margin: 0;
	}
	.recruit_detail_info .recruit_list_data dd {
		    width: calc(100% - 2.5rem)!important;
	}
}



/*---------------------------------------
* search.html 一覧レイアウト変更 2021 *
---------------------------------------*/
.recruit_list_item { display: block; }
.recruit_list_item .hellowork_desc span.hmark {
	border: 1px #10878e solid;
	border-radius: 5px;
	padding: 0px 10px;
	margin-right: 10px;
}
.recruit_list_item .hellowork_desc span:not(.hmark) {
	color: #f00;
	font-weight: bold;
}
/* .recruit_list_item:hover { background: #fff9c4; } */
.recruit_list_item .inner {
    padding-top: 1rem;
	border-radius: 8px;
}

.recruit_list_item .recruit_list_image {}
.recruit_list_item .recruit_list_image figure img {
    position: static;
    top: inherit;
    left: inherit;
    transform: inherit;
	max-height: 230px;
}
/* spview */
@media screen and (max-width:767px) {
	.recruit_list.col1 .recruit_list_item .recruit_list_image {
		width: 75%;
		margin: 0 auto;
	}
}

.recruit_list_item .recruit_list_title { 
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
	margin-bottom: 0.5rem; 
	flex-wrap: wrap;
}
.recruit_list_item .recruit_list_title .cname {
	display: flex;
	align-items: center;
	width: 100%;
    color: #08c;
    font-size: 150%;
	line-height: 1;
	margin-bottom: 5px;
}
.recruit_list_item .recruit_list_title .cname a { 
	color: #08c;
}
.recruit_list_item .recruit_list_title .cname h2 { 
	font-size: 100%;
	font-weight: 500;
}
.recruit_list_item .recruit_list_title .cname a:hover { 
	text-decoration: underline;
}

.recruit_list_item .recruit_list_title figure {	margin-right: 10px; }
.recruit_list_item .recruit_list_title figure img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
/* spview */
@media screen and (max-width:767px) {
	.recruit_list_item .recruit_list_title {
		margin: 0;
		padding: 0.5rem;
	}
	.recruit_list_item .recruit_list_title figure img {
		width: 30px;
		height: 30px;
	}
}

.recruit_list_item h2,
.recruit_list_item dd {
    color: #333;
}
.recruit_list_item h2 > p {
	font-size: 1rem;
    line-height: 1.4em;
    color: #006400;
    font-weight: bold;
}
.recruit_list_item h2 > span {
	font-size: 1rem;
    line-height: 1.4em;
    color: #006400;
    font-weight: bold;
}
.recruit_list_item p > span {
	font-size: 1rem;
    line-height: 1.4em;
    color: #006400;
    font-weight: bold;
}

.recruit_list_item .recruit_pay_wrap {
    margin: 0.5rem 0;
}
.recruit_list_item .recruit_pay_wrap .total { padding: 0; }
.recruit_list_item .recruit_pay_wrap .total .nominal { color: #333; }
.recruit_list_item .recruit_pay_wrap .total .amount::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../images/icon_pay_total.png) no-repeat;
    background-size: contain;
    margin-right: 5px;
}
/* spview */
@media screen and (max-width:767px) {
	.recruit_list_item .recruit_pay_wrap {
		width: 94%;
		margin: 0 auto 10px;
	}
	
	.recruit_list_item .recruit_pay_wrap .total .amount::before {
		width: 22px;
		height: 22px;
	}
	.recruit_list_item .recruit_pay_wrap .total .yen { line-height: 1.2em; }
	
}


.recruit_list_image button.keep {
	border: none;
	background: none;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	cursor: pointer;
    width: 30px; 
    height: 29px;
	
	box-shadow: none;
}
.recruit_list_image button.keep.already {}
.recruit_list_image button.keep img{
    width: 30px; 
    height: 29px;	
}
@media screen and (max-width:767px) {
	.recruit_list_image button.keep {}
	
}


/* 最終更新日 */
.recruit_list_top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 5px;
	flex-wrap: wrap;
}
.update_date {
    color: #333;
	display: flex;
    align-items: center;
    position: relative;
	width: 100%;
	justify-content: flex-end;
}
.update_date::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/icon_update.png) no-repeat;
    background-size: contain;
    margin-right: 5px;
}
.up_date {
    color: #333;
	display: flex;
    align-items: center;
    position: relative;
	width: 100%;
	justify-content: flex-start;
}
.up_date::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/icon_update_g.png) no-repeat;
    background-size: contain;
    margin-right: 10px;
}


.taisyo-voice {
	float: left;
	padding: 0 20px 10px 20px;
	word-break: break-all;
	width: 100%;
}

.taisyo-voice p{
	font-size: 1rem;
}

.taisyo-voice .taisyo{
	color: #339900;
}

.taisyo-voice .voice{
	color: #FF3300;
}

.group_tag {
	width: 100%;
	display: block;
}

.group_tag .group {
	padding: 3px 10px;
	border: 1px solid #FF3300;
	color: #FF3300;
	border-radius: 5px;
	font-size: 13px;
	margin-bottom: 5px;
	margin-right: 10px;
	display: inline-block;
}

.group_tag .category02 {
	padding: 3px 10px;
	border: 1px solid #339900;
	color: #339900;
	border-radius: 5px;
	font-size: 13px;
	margin-bottom: 5px;
	margin-right: 10px;
	display: inline-block;
}


.btn_link_group {
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.tbl_btn_link {
	display: inline-flex;
	border: 1px solid #ddd; 
	padding: 5px 20px; 
	border-radius: 5px;
	margin-right: 20px;
	height: 40px;
}
.tbl_btn_link img {
	width: 30px;
}

.tbl_btn_tel {
	display: inline-flex;
	border: 1px solid #ddd; 
	padding: 0px 20px; 
	border-radius: 5px;
	margin-right: 20px;
	height: 40px;
}
.tbl_btn_tel .num {
	font-size: 24px;
	line-height: 1.5;
	color: #ff7800;
	display: flex;
	align-items: center;
}

.tbl_btn_tel .num i {
	font-size: 27px;
	color: #319f2d;
	margin-right: 10px;
}

@media screen and (max-width:767px) {
	.tbl_btn_tel {
		padding: 0px 10px; 
		margin-right: 5px;
	}
	.tbl_btn_tel .num {
		font-size: 20px;
		line-height: 1.5;
		color: #ff7800;
		display: flex;
		align-items: center;
	}
}