@charset "utf-8";

/* PARTS
----------------------------------------------------------- */
.spOnly{ display: none; }
.mt0{ margin-top: 0px !important; }
.mt20{ margin-top: 20px !important; }
.mt40{ margin-top: 40px !important; }
.mt60{ margin-top: 60px !important; }

.access{
	z-index: 100;
}

.resultJobCate {
	display: inline-block;
	padding: 0 12px;
	height: 22px;
	background: #00b3b3;
	border-radius: 30px;
	line-height: 22px;
	color: #fff;
}

/*btn*/
.btnBlue,
.btnOrange{
	position: relative;
	display: inline-block;
	width: 330px;
	margin: 0 6px;
	vertical-align: bottom;
}
.btnBlue a,
.btnOrange a,
.btnBlue input,
.btnOrange input{
	position: relative;
	display: block;
	width: 100%;
	height: 53px;
	line-height: 52px;
	padding: 0;
	margin: 0;
	text-align: center;
	background: none;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-weight: bold;
	font-size: 18px;
	z-index: 2;
	vertical-align: top;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}
.btnBlue::before,
.btnOrange::before{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 8px;
	color: #fff;
	z-index: 1;
}
.btnOrange::before{
	background: #f70;
	border-bottom: 3px solid #c26706;
}
.btnBlue::before{
	background: #238fc9;
	border-bottom: 3px solid #0e5f8b;
}
.btnBlue:hover::before,
.btnOrange:hover::before{
	border-bottom: none;
}
.btnBlue:hover a,
.btnOrange:hover a,
.btnBlue:hover input,
.btnOrange:hover input{
	padding-top: 3px;
	text-decoration: none;
	border-bottom: none;
}


.btnLight{
	position: relative;
	display: inline-block;
	width: 135px;
	margin: 0 6px;
	vertical-align: bottom;
}
.btnBlue + .btnLight{
	margin-left: 14px;
}
.btnLight a,
.btnLight input{
	position: relative;
	display: block;
	width: 100%;
	height: 43px;
	line-height: 42px;
	padding: 0;
	margin: 0;
	text-align: center;
	background: none;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-weight: bold;
	font-size: 14px;
	z-index: 2;
	vertical-align: top;
	text-decoration: none;
	cursor: pointer;
	color: #666;
}
.btnLight::before{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 40px;
	border-radius: 8px;
	background: #d8d8d8;
	border-bottom: 3px solid #aeaeae;
	color: #fff;
	z-index: 1;
}
.btnLight:hover::before{
	border-bottom: none;
}
.btnLight:hover a,
.btnLight:hover input{
	padding-top: 3px;
	text-decoration: none;
	border-bottom: none;
}



.icnBtnArwR a::after{
	position: absolute;
	top: 20px;
	right: 15px;
	content: url(/images/search/icn_btnArw.png);
	line-height: 0;
	font-size: 0;
}
.icnBtnArwR a:hover::after{
	top: 22px;
}


/*customCheck*/
.customCheck{
	display: inline-block;
	position: relative;
	top: -2px;
	width: 17px;
	height: 17px;
	margin-right: 12px;
	border-radius: 2px;
	vertical-align: middle;

}
.customCheck::after{
	content: '';
	position: absolute;
	top: 3px;
	left: 1px;
	font-size: 0;
}
.customCheck input{
	margin: 0;
	width: 17px;
	height: 17px;
	line-height: 0;
	font-size: 0;
	vertical-align: top;
}
@media \0screen {
	.customCheck{
		border: none;
	}
	.customCheck input{
		-ms-filter: "alpha(opacity=100)";
	}

	.btnOrange{
		background: #f70;
		border-bottom: 3px solid #c26706;
	}
	.btnBlue{
		background: #238fc9;
		border-bottom: 3px solid #0e5f8b;
	}
	.btnLight{
		background: #d8d8d8;
		border-bottom: 3px solid #aeaeae;
	}
}

/*customSelect*/
.customSelect {
	display: inline-block;
	position: relative;
	width: 190px;
	border-radius: 3px;
	border: 2px solid #b3b3b3;
	overflow: hidden;
	vertical-align: middle;
}
.customSelect::before {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	display: block;
	width: 28px;
	height: 26px;
	background: #00b3b3;
	z-index: 1;
}
.customSelect::after {
	display: block;
	position: absolute;
	top: 3px;
	right: 6px;
	content: url(/images/search/icn_customSelect.png);
	z-index: 2;
}
.customSelect select {
	position: relative;
	width: 230px;
	height: 26px;
	margin: 0;
	padding: 0 48px 0 15px;
	border-radius: 0;
	border: 0;
	background: none transparent;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: "";
	font-size: 14px;
	z-index: 3;
}
.customSelect select::-ms-expand {
	display: none;
}

@media \0screen {
	.customSelect{
		border: none;
	}
	.customSelect::before,
	.customSelect::after{
		display: none;
	}
	.customSelect select {
		border: 1px solid #999;
		padding-right: 0;
		width: 190px;
	}
}
:root .customSelect{
	border: none\0/;
}
:root .customSelect::before,
:root .customSelect::after{
	display: none\0/;
}
:root .customSelect select {
	border: 1px solid #999\0/;
	padding-right: 0\0/;
	width: 190px\0/;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	:root .customSelect{
	border: 2px solid #b3b3b3;
	}
	:root .customSelect::before,
	:root .customSelect::after{
		display: block;
	}
	:root .customSelect select {
		border: none;
		padding-right: 48px;
		width: 230px;
	}
}

/* PARGE
----------------------------------------------------------- */
.searchCont{
	margin: 35px auto 0;
	width: 960px;
	color: #333;
}
.searchResultPanel{
	position: relative;
	border: 1px solid #c6c6c6;
}
.searchResultPanel::before{
	position: absolute;
	top: 7px;
	left: 7px;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(/images/search/bg_searchResultPanel.png) 0 0 repeat;
	z-index: 1;
}
.searchResultPanelIn{
	position: relative;
	padding-bottom: 30px;
	background: #fff;
	z-index: 2;
}


/* resultJobHead */
.resultJobHead {
	margin: -1px 0 0;
	background: #f6f5f5;
	border-top: 3px solid #00b2b2;
	padding: 20px 38px 25px;
}
.resultJobHead .resultJobShoulder {
	overflow: hidden;
	margin-bottom: 15px;
}
.resultJobHead .resultJobCate {
	float: left;
}
.resultJobHead .resultJobNo {
	float: right;
	line-height: 22px;
	color: #999;
}
.resultJobHead .resultJobTit {
	line-height: 1.3;
	font-weight: bold;
	font-size: 22px;
	color: #d9217d;
}

.resultJobHead .resultJobTit a {
	color:#d9217d !important;
	text-decoration:none !important;
	}

.resultJobHead .resultJobTit a:hover {
	text-decoration: underline !important;
	}
.resultJobHead .resultJobCompany,.resultJobHead .resultJobAddress,.resultJobHead .resultJobStation {
	overflow: hidden;
	margin-top: 15px;
	color: #666;
}
.resultJobHead dt {
	float: left;
	font-weight: bold;
	line-height: 1.6;
	font-size: 14px;
}

.resultJobHead dd {
margin-left: 210px;
line-height: 1.8;
font-weight: bold;
}

.resultJobHead .resultJobAddress dt,.resultJobHead .resultJobStation dt {
background: #fff;
font-size: 12px;
padding: 5px 10px;
color: #2b547c;
border-radius: 3px;
border: 1px solid #2b547c;
}

.resultJobHead .resultJobAddress dd,.resultJobHead .resultJobStation dd {
margin-left: 80px;
line-height: 27px;
}

ul.resultJobFeature{
margin-top: 10px;
}

ul.resultJobFeature li{
background: #6a8cc7;
display: inline-block;
padding: 5px;
border-radius: 3px;
margin: 3px;
color: #fff;
}

/*resultJobSummary*/
.resultJobSummary {
	margin: 30px 38px 0;
}
.resultJobSummary table {
	width: 100%;
	border-top: 1px solid #d9d9d9;
}
.resultJobSummary tbody {
}
.resultJobSummary tr {
}
.resultJobSummary th,
.resultJobSummary td{
	padding-top: 7px;
	padding-bottom: 6px;
	border-bottom: 1px solid #d9d9d9;
	font-size: 14px;
}
.resultJobSummary th{
	width: 100px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	background: #f7f7f7;
	font-weight: bold;
}
.resultJobSummary th .icnQualMini,
.resultJobSummary th .icnJobCateMini,
.resultJobSummary th .icnIncomeMini,
.resultJobSummary th .icnLocationMini{
	display: none;
}
.resultJobSummary td {
	padding-left: 42px;
	padding-right: 40px;
}

/*resulJobDetailBlock*/
.resulJobDetailBlock{
	margin: 30px 38px 0;

}
.resultJobDetail{
	padding: 0 0 30px;
}
.resultJobDetail + .resultJobDetail {
	margin-top: 10px;
}
.resultJobDetail .jobDetailTit {
	display: block;
	position: relative;
	padding: 9px 0 9px;
	background: #00b3b3;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
.resultJobDetail .jobDetailTit::before{
	position: absolute;
	top: 100%;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: url(/images/search/bg_jobDetailTit.png) 0 0 repeat;
}
.resultJobDetail .jobDetailTit::after{
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -19px;
	content: '';
	width: 37px;
	height: 22px;
	background: url(/images/search/bg_jobDetailTit_arw.png) 0 0 repeat;

}
.resultJobDetail p {
	padding: 26px 20px 0;
	font-size: 14px;
}


.resultJobBtn {
	padding: 22px 20px;
	margin: 0 38px;
	background: #e7f0f7;
	text-align: center;
}


/*searchResultInfo*/
.searchResultInfo {
	margin-top: 37px;
}
.searchResultInfo .resultInfoTit {
	font-weight: bold;
	font-size: 18px;
}
.searchResultInfo .resultInfoTit::before {
	display: inline-block;
	content: '';
	width: 12px;
	height: 12px;
	margin-right: 5px;
	background: #00b3b3;
}
.searchResultInfo .resultInfoTitBody {
	margin-top: 15px;
}
.searchResultInfo table {
	width: 100%;
	border-top: 1px solid #d9d9d9;
}
.searchResultInfo th {
	width: 100px;
	padding: 26px 20px;
	background: #f7f7f7;
	border-top: 1px solid #d9d9d9;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	font-size: 14px;
}
.searchResultInfo td {
	padding: 26px 40px;
	background: #fff;
	border-top: 1px solid #d9d9d9;
	font-size: 14px;
}


.searchResultNum {
	margin-top: 28px;
}
.searchResultNum p {
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.searchResultNum b {
	margin-right: 3px;
	font-weight: bold;
	font-size: 17px;
	color: #d9217d;
}
.searchResultNum a {
	position: relative;
	padding-left: 10px;
	display: inline-block;
	margin-left: 15px;
	font-weight: bold;
	font-size: 12px;
	color: #d9217d;
}
.searchResultNum a::before{
	position: absolute;
	top: 9px;
	left: 0;
	display: inline-block;
	content: '';
	border: 3px solid transparent;
	border-left: 4px solid #d9217d;
}
.searchResultNum a:hover {
	color: #fe61b0;
}
.searchResultNum a:hover::before{
	border-left: 4px solid #fe61b0;
}

.searchResultList{
	margin-top: 10px;
}
.searchResultList .searchResultPanel{
	margin-top: 0;
}
.searchResultList .searchResultPanel + .searchResultPanel{
	margin-top: 47px;
}
.searchResultList .searchResultPanel .resultJobHead{
	padding-bottom: 15px;
}
.searchResultList .searchResultPanel .resultJobSummary{
	margin-top: 18px;
}
.searchResultList .searchResultPanel .resultJobSummary td{
	padding-left: 20px;
}
.searchResultList .searchResultPanel .resultJobBtn{
	margin-top: 20px;
}

/*searchFeature*/
.searchFeature{

}
.searchFeatureTit{
	display: block;
	position: relative;
	padding: 14px 40px 6px;
	background: #00b3b3;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
.searchFeatureTit::after{
	position: absolute;
	top: 5px;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
}
.searchFeaturePanel{
	margin-top: 12px;
	background: #fff;
	padding: 5px;
}
.searchFeaturePanel .featurePanelTit{
	padding: 3px 35px 2px;
	background: #f6f6f6;
	border-top: solid 2px #00b3b3;
	font-weight: bold;
	font-size: 13px;
	color: #70563f;
}
.searchFeaturePanel .featurePanelTit a{
	position: relative;
	display: inline-block;
	margin-left: 28px;
	padding-left: 9px;
	font-weight: bold;
	font-size: 10px;
	color: #1262b2;
}
.searchFeaturePanel .featurePanelTit a::before{
	position: absolute;
	top: 8px;
	left: 0;
	display: inline-block;
	content: '';
	border: 3px solid transparent;
	border-left: 4px solid #1262b2;
}
.searchFeaturePanel .featurePanelTit a:hover{
	color: #24aef2;
}
.searchFeaturePanel .featurePanelTit a:hover::before{
	border-left: 4px solid #24aef2;
}


/*featureFormSet*/
.featureFormSet {
	overflow: hidden;
	padding: 10px 35px;
}
.featureFormSet table {
	width: 50%;
	float: left;
	border-right: 1px solid #d9d9d9;
	line-height: 1.6;
}
.featureFormSet th {
	padding: 7px 0 2px 0;
	width: 90px;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	vertical-align: top;
}
.featureFormSet td {
	padding: 6px 15px 5px 0;
	font-size: 11px;
}
.featureFormSet table+table {
	border-right: none;
}
.featureFormSet table+table th {
	padding-left: 20px;
}
.featureFormSet table+table td {
	padding-right: 0;
}



/* searchFormPanel */
.searchFormPanel {
	margin-top: 58px;
	padding: 5px;
	background: #fff;
}
.searchFormPanel + .searchFormPanel {
	margin-top: 17px;
}
.searchFormPanel .searchFormTit {
	padding: 12px 35px;
	background: #f6f6f6;
	border-top: solid 2px #00b3b3;
	font-weight: bold;
	font-size: 18px;
	color: #70563f;
}


.searchFormSet,
.searchSimilarSet{
	margin: 0 15px;
}
.searchFormSet table,
.searchSimilarSet table{
	width: 100%;
}
.searchFormSet th,
.searchSimilarSet th{
	padding: 16px 20px 1px 10px;
	width: 130px;
	border-bottom: 1px solid #d9d9d9;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	vertical-align: top;
}
.searchFormSet td,
.searchSimilarSet td{
	padding: 16px 20px 15px 0;
	border-bottom: 1px solid #d9d9d9;
	vertical-align: top;
	font-size: 14px;
}
.searchFormSet tr:last-child th,
.searchFormSet tr:last-child td,
.searchSimilarSet tr:last-child th,
.searchSimilarSet tr:last-child td {
	border-bottom: none;
}
.searchFormSet td .customSelect {
	margin: -10px 8px -8px 0;
}
/**/
.searchFormPanel{
	margin-top: 40px;
}
.searchFormPanel .searchFormSet{
	padding-top: 8px;
}
.searchFormPanel th {
	width: 150px;
}

/**/
.searchFormLink {
	overflow: hidden;
	margin: 0 -15px 0 0;
}
.searchFormLink li {
	float: left;
	margin: 0 15px 0 0;
}

.searchFormLink li a {
	text-decoration:none !important;
	color:#1262b2 !important;
}

.searchFormLink li a:hover {
	text-decoration: underline !important;
	color:#1262b2 !important;
}

.searchFormCheck {
	overflow: hidden;
	margin: -6px -30px -2px 0;
}
.searchFormCheck li {
	float: left;
	margin: 6px 30px 0 0;
}


.searchCont .icnQual,
.searchCont .icnJobCate,
.searchCont .icnIncome,
.searchCont .icnLocation {
	position: relative;
	top: -7px;
	display: inline-block;
	width: 38px;
	height: 36px;
	margin-right: 5px;
	background: url(/images/search/sprite_001.png) 0 0 no-repeat;
	vertical-align: top;
}
.searchCont .icnQual { background-position: 0 0; }
.searchCont .icnJobCate { background-position: -38px 0; }
.searchCont .icnIncome { background-position: -76px 0; }
.searchCont .icnLocation { background-position: -114px 0; }

.searchCont .icnQualMini,
.searchCont .icnJobCateMini,
.searchCont .icnIncomeMini,
.searchCont .icnLocationMini {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 21px;
	height: 20px;
	margin-right: 12px;
	background: url(/images/search/sprite_001.png) 0 0 no-repeat;
	vertical-align: top;
}
.searchCont .icnQualMini { background-position: 0 -36px; }
.searchCont .icnJobCateMini { background-position: -21px -36px; }
.searchCont .icnIncomeMini { background-position: -42px -36px; }
.searchCont .icnLocationMini { background-position: -63px -36px; }


/* searchFormLocat */
.searchFormLocat{
	display: table;
	margin: 0 0 3px;
}
.searchFormLocat > li{
	width: 180px;
	display: table-cell;
	padding-left: 15px;
	padding-top: 2px;
	border-left: 1px dotted #d9d9d9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.searchFormLocat > li:first-child{
	padding-left: 0;
	border-left: none;
}
.searchFormLocat > li p{
	margin-bottom: 7px;
}
.searchFormLocat > li p + p{
	margin-top: 12px;
}
.searchFormLocat > li ul{
	padding-left: 28px;
}
.searchFormLocat > li ul li{
	margin-bottom: 8px;
}
.searchFormLocat > li ul li:last-child{
	margin-bottom: 0;
}


/**/
.searchFormRecom {
	overflow: hidden;
	margin-top: -6px;
	padding: 18px 25px 18px 35px;
}
.searchFormRecom li {
	float: left;
	margin-right: 10px;
	margin-top: 6px;
}
.searchFormRecom a {
	display: inline-block;
	padding: 0 35px;
	height: 30px;
	line-height: 30px;
	border-radius: 20px;
	text-decoration: none;
	border: 1px solid #1262b2;
	color: #1262b2;
	font-size: 14px;
}
.searchFormRecom a:hover {
	color: #24aef2;
	border-color: #24aef2;
}

/**/
.searchFormSubmit {
	padding: 26px 0 30px;
	border-top: 1px solid #d9d9d9;
	text-align: center;
}



/*paging*/
.paging{
	margin-top: 28px;
}
.paging ul{
	letter-spacing: -0.3em;
	text-align: center;
}
.paging li{
	display: inline-block;
	margin: 0 2px 0 3px;
	letter-spacing: normal;
	vertical-align: middle;
}
.paging li a{
	display: block;
	padding: 0 8px;
	min-width: 15px;
	height: 31px;
	line-height: 31px;
	background: #00b3b3;
	border: 2px solid #00b3b3;
	border-radius: 8px;
	text-decoration: underline;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.paging li.pagingPrev a,
.paging li.pagingNext a{
	padding: 0 12px;
}
.paging li a:hover{
	background: #3cd9d9;
	border-color: #3cd9d9;
}

.paging li span {
    float: left;
    margin: 0 5px;
}

.paging li b .current {
    background: #fff;
    border: 2px solid #b3b3b3;
    text-decoration: none;
    color: #666;
    display: block;
    padding: 0 8px;
    min-width: 15px;
    height: 31px;
    line-height: 31px;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
}

.paging li a.isAct{
	background: #fff;
	border: 2px solid #b3b3b3;
	text-decoration: none;
	color: #666;
}

/*searchPrivateJob*/
.searchPrivateJob {
	margin-top: 45px;
	background: #f8f8f8 url(/images/search/bg_searchPrivateJob.jpg) 0 0 no-repeat;
	border: 5px solid #fff;
}
.searchPrivateJob .privateJobTit {
	padding: 28px 0 0;
	text-align: center;
}
.searchPrivateJob .privateJobAbout {
	margin: 7px auto 0;
	padding: 10px 0;
	width: 798px;
	border-radius: 10px;
	border: 1px solid #fff;
	background: #fff;
	background: rgba(255,255,255,.6);
}
.searchPrivateJob .privateJobAbout dl{
	display: table;
	width: 100%;
}
.searchPrivateJob .privateJobAbout dt {
	display: table-cell;
	width: 109px;
	border-right: 1px solid #bea9b3;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5;
	font-weight: bold;
	font-size: 13px;
	color: #d9217d;
}
.searchPrivateJob .privateJobAbout dd {
	padding: 2px 30px 1px 25px;
	line-height: 1.5;
	font-size: 13px;
}
.searchPrivateJob .privateJobAbout dd b{
	font-size: 14px;
	color: #1262b2;
}
.searchPrivateJob .privateJobAbout dd a{
	position: relative;
	padding-left: 8px;
	display: inline-block;
	margin-top: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #d9217d;
}
.searchPrivateJob .privateJobAbout dd a::before{
	position: absolute;
	top: 7px;
	left: 0;
	display: inline-block;
	content: '';
	border: 3px solid transparent;
	border-left: 4px solid #d9217d;
}
.searchPrivateJob .privateJobAbout dd a:hover {
	color: #fe61b0;
}
.searchPrivateJob .privateJobAbout dd a:hover::before{
	border-left: 4px solid #fe61b0;
}

.searchPrivateJob .privateJobEx {
	margin: 15px 35px 0;
}
.searchPrivateJob .privateJobEx p {
	padding: 5px 0 4px;
	background: #00b3b3;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
.searchPrivateJob .privateJobEx img {
}
.searchPrivateJob .privateJobNote {
	margin: 10px 35px 20px;
}
.searchPrivateJob .privateJobNote li {
	line-height: 1.6;
	font-size: 12px;
}
.searchPrivateJob .privateJobBtn {
	padding: 15px 25px;
	background: #e7f0f7;
	text-align: center;
}
.searchPrivateJob .privateJobBtn .btnOrange a {
	font-size: 16px;
}


.joblistIn{overflow:hidden;margin: 15px 0;}
.same_corp_jobList,.same_license_jobList,.same_job_jobList,.same_area_jobList{margin-top: 5px;padding: 15px;background: #fff;float: left;width: 930px; margin-bottom:15px;}

.same_corp_jobList_cap,.same_license_jobList_cap,.same_job_jobList_cap,.same_area_jobList_cap{font-weight: bold;font-size: 18px;padding-bottom: 5px;border-bottom: 1px solid #00b3b3;}
.same_corp_jobList_cap:before,.same_license_jobList_cap:before,.same_job_jobList_cap:before,.same_area_jobList_cap:before{display: inline-block;content: '';width: 12px;height: 12px;margin-right: 5px;background: #00b3b3;}
.same_corp_jobListIn {overflow: hidden;display: block;color: #1262b2;}


.same_corp_jobList .jobList_box li,.same_license_jobList .jobList_box li,.same_job_jobList .jobList_box li,.same_area_jobList .jobList_box li{border-bottom: 1px solid #ddd;position: relative;-webkit-transition: .4s;transition: .4s;}
.same_corp_jobList .jobList_box li:hover,.same_license_jobList .jobList_box li:hover,.same_job_jobList .jobList_box li:hover,.same_area_jobList .jobList_box li:hover{background: #f2f2f2;}
.same_corp_jobList .jobList_box li a,.same_license_jobList .jobList_box li a,.same_job_jobList .jobList_box li a,.same_area_jobList .jobList_box li a{text-decoration: none;display: block;padding: 6px 15px 5px 30px;}
.same_corp_jobListIn .same_corp_jobList_name{font-size: 14px;color: #082a4d;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.same_corp_jobListIn .same_corp_jobList_catch{font-size: 14px;color: #1262b2;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;-webkit-text-overflow: ellipsis;-o-text-overflow: ellipsis;}
.same_corp_jobListIn .same_corp_jobList_salary{display: inline-block;width: 400px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;-webkit-text-overflow: ellipsis;-o-text-overflow: ellipsis;vertical-align: top;color: #082a4d;}





.same_corp_jobListIn .same_corp_jobList_salary .annualItem{background: #ff784d;border-radius: 2px;padding: 4px 4.5px 2px;text-align: center;font-size: 11px;color: #fff;display: inline-block;line-height: 1.0;margin-right: 5px;}


.searchIncFrame{
margin-top: 0px;
background: #fff;
padding: 15px;
color: #666;
line-height: 26px;
font-size: 13px;
}

.searchIncFrame span{
background: linear-gradient(transparent 75%, #ffd633 75%);
color: #d9217d;
}


.searchIncFrameLink a{padding: 10px;display: block;background: #fff;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;text-align: center;position: relative;}
.searchIncFrameLink a:after{right: 15px;position: absolute;top: 50%;content: '';border: 5px solid transparent;border-left: 7px solid #1280e0;margin-top: -6px;}


.holiday_banner{
	/* margin:30px auto; */
	margin:0;
	/* width: 960px; */
	width: auto;
	padding-bottom:15px;
}
.holiday_banner a{-webkit-transition: .2s ease-out;-o-transition: .2s ease-out;transition: .2s ease-out;}
.holiday_banner a:hover{opacity: 0.6;}






/*------------------------------------------------------------
	検索結果用ここから
------------------------------------------------------------*/

body {
	background: #fff;
}
.wrap {
	max-width: 1000px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
.wrap img {
	vertical-align: bottom;
	max-width: 100%;
}
.wrap h1, .wrap h2, .wrap h3, .wrap h4, .wrap h5, .wrap h6 {
	display: block;
}
.wrap * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.breadcrumb {
	padding: 5px;
	max-width: 1000px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.breadcrumb ol {
	letter-spacing: -.5em;
	line-height: 1;
	overflow-x: auto; /* FireFoxでスクロールが表示されるので対策 */
	margin: 0;
}
.breadcrumb ol li {
	letter-spacing: normal;
	display: inline;
	line-height: 1;
	vertical-align: top;
	font-size: 11px;
}
.breadcrumb ol li::before,
.breadcrumb ol li:first-child::before {
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	color: #666;
	line-height: 2;
	display: inline-block;
}
.breadcrumb ol li:first-child::before {
	content: '\f015';
	margin: 0;
}
.breadcrumb ol li a {
	line-height: 1;
	font-size: 11px;
	display: inline-block;
	line-height: 2;
	padding-left: .2em;
}
.breadcrumb ol li::before {
	content: '\f105';
	margin: 0 .5em;
}
.breadcrumb ol li::before, .breadcrumb ol li:first-child::before {
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	color: #666;
	line-height: 2;
	display: inline-block;
}


.fix-cv {
	display: none;
	width: 100%;
	background-color: #1CB5B6;
	padding: 15px;
}
.fix-cv .btn-show-filter {
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 3;
	font-weight: bold;
	border-radius: 3px;
	width: 100%;
	cursor: pointer;
	border-radius: 4px;
	box-shadow: 0 3px 4px 0 #18A9C0;
	background: #3b9ad1;
	background: -moz-linear-gradient(top, #3b9ad1 0%, #0877b2 100%);
	background: -webkit-linear-gradient(top, #3b9ad1 0%,#0877b2 100%);
	background: linear-gradient(to bottom, #3b9ad1 0%,#0877b2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b9ad1', endColorstr='#0877b2',GradientType=0 );
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.fix-cv .btn-show-filter img {
	margin-right: .5em;
	vertical-align: middle;
	width: 13px;
}
.fix-cv .btn-show-filter:hover {
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: 0 1px 0 0 #18A9C0;
}


.search-top {
	padding-bottom: 30px;
}
.search-top .heading {
	display: block;
	background-color: #1CB5B6;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	padding: 1em 1.5em;
	border-radius: 10px 10px 0 0;
}
.search-top .heading.sp {
	display: none;
}
.search-top .heading.no-txt {
	border-radius: 10px; /* includeがない場合は全て角丸 */
}

.search-top .txt {
	background-color: #f5f5f5;
	border: 1px solid #d6d6d6;
	border-top: none;
}
.search-top .txt p {
	font-size: 13px;
	line-height: 1.8;
}
.search-top .txt p .pink {
	color: #F7790B;
}

.search-main-wrap {
	display: block;
	position: relative;
}
.search-main-wrap:after {
	content: '';
	display: block;
	clear: both;
}
.search-side {
	/* width: 310px; */
	width: 31%;
	float: left;
	padding-bottom: 40px;
}

.search-side.fixed {
	position: fixed;
	bottom: 0;
	width: calc(30% - 20px);
}
@media screen and (min-width: 1024px){
	.search-side.fixed {
		width: 280px;
	}
}
.search-side.absolute {
	position: absolute;
	bottom: 0;
}
.search-main {
	padding-bottom: 40px;
	/* width: 660px; */
	width: 66%;
	float: right;
}
.search-popular {
	width: 90%;
	margin: 0 auto 40px;
}
.search-popular-header {
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: .5em;
}
.search-popular-header .small {
	font-size: 0.8em;
}
.search-popular-contents {
	background: #EEEEEE;
	padding: 16px;
	border-radius: 6px;
}
.search-popular-btn-group {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -14px -16px 0;
}
.search-popular-btn-group .search-popular-btn {
	padding: 6px 12px;
	background-color: #FFF;
	margin: 0 14px 16px 0;
	border-radius: 6px;
}
.search-popular-open-area {
	display: none;
}

@media screen and (max-width: 640px) {
	#build-menu-page {
		background-color: #fff; /* 既存のCSS上書き */
	}
	.wrap {
		width: 100%;
		padding: 0 15px;
	}
	.breadcrumb {
		width: 100%;
		padding: 5px 15px;
	}
	.breadcrumb ol {
		overflow-x: scroll; /* SPの場合はスクロールする */
		padding: 5px 15px;
		margin: 0;
	}
	.breadcrumb.top {
		overflow: hidden;
		white-space: nowrap;
		background-color: #ddd;
		width: 100vw;
		margin-left: -15px;
		margin-bottom: 10px;
	}
	.breadcrumb.sp {
		margin-bottom: 10px;
	}
	.fix-cv {
		display: block;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		position: fixed;
	}
	.moved .fix-cv {
		visibility: visible;
		opacity: 1;
		bottom: 0;
		left: 0;
		z-index: 100;
	}
	.footer {
		padding-bottom: 72px;
	}
	.search-top {
		padding-bottom: 10px;
	}
	.search-top .heading {
		display: block;
		position: relative;
		border-radius: 5px;
		font-size: 16px;
		line-height: 1.5;
		padding: .5em 2.5em .5em 1.25em;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	.search-top .heading.top-toggle {
		cursor: pointer;
	}
	.search-top .heading.top-toggle.active {
		border-radius: 5px 5px 0 0;
	}
	.search-top .heading.top-toggle .arrow {
		position: absolute;
		top: 50%;
		right: 1em;
		z-index: 1;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.search-top .heading.top-toggle.active .arrow {
		-webkit-transform: translateY(-50%) rotate(180deg);
		-ms-transform: translateY(-50%) rotate(180deg);
		-o-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
	}
	.search-top .txt {
		display: none;
		border-radius: 0 0 5px 5px;
	}
	.search-main-wrap {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.search-popular {
		width: 100%;
		margin: 10px auto 20px;
	}
	.search-popular-header {
		font-size: 20px;
	}
	.search-popular-body {
		transition: max-height 2s;
		max-height: 100vh;
		margin-bottom: 0;
	}
	.search-popular-body.hidden {
		position: relative;
		max-height: 80px;
		overflow: hidden;
		margin-bottom: -30px;
	}
	.search-popular-open-area {
		transition: opacity .02s;
		display: block;
		opacity: 0;
		background-color: rgba(255, 255, 255, 0.9);
		text-align: center;
		width: 100%;
		position: relative;
		max-height: 0;
		overflow: hidden;
	}
	.search-popular-body.hidden + .search-popular-open-area {
		opacity: 1;
		max-height: 100vh;
	}
	.search-popular-open-btn {
		background-color: transparent;
		border: 1px solid #333;
		color: #333;
		cursor: pointer;
		outline: none;
		padding: 4px 10px;
		appearance: none
	}
	.search-popular-open-btn::after {
		content: '▼';
	}
	.search-popular-contents {
		padding: 12px;
	}
	.search-popular-btn-group {
		justify-content: initial;
	}
	.search-popular-btn-group {
		margin: 0 -8px -8px 0;
	}
	.search-popular-btn-group .search-popular-btn {
		border-radius: 100px;
		border: 1px solid #CCCCCC;
		font-size: 13px;
		padding: 4px 8px;
		margin: 0 8px 8px 0;
	}
	.search-side {
		width: 100%;
		float: none;
		padding-bottom: 10px;
	}
	.search-side.absolute,
	.search-side.fixed {
		position: static;
		width: auto;
	}
	.search-main {
		width: 100%;
		float: none;
		padding-bottom: 20px;
	}
}






/* ===== MAIN side ===== */


.search-side .heading {
	background-color: #1CB5B6;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	padding: 15px 20px;
	border-radius: 10px 10px 0 0;
}
.search-side .search-current {
	margin-bottom: 15px;
}
.search-side .search-current .txt {
	padding: 15px 20px;
	background-color: #EDF8F9;
	color: #1CB5B6;
	border-radius: 0 0 10px 10px;
}
.search-side .search-current dl {
	font-size: 14px;
	line-height: 1.6;
}
.search-side .search-current dt {
	font-weight: bold;
}
.search-side .search-current dd {
	font-weight: normal;
	margin-bottom: .75em;
}
.search-side .search-current dd ul {
	letter-spacing: -.5em;
}
.search-side .search-current dd ul li {
	letter-spacing: normal;
	display: inline-block;
	margin-right: .25em;
}
.search-side .search-current .current-toggle {
	text-align: center;
	display: block;
	cursor: pointer;
	font-size: 15px;
	padding: .5em 0;
}
.search-side .search-current .current-toggle span {
	display: inline-block;
}
.search-side .search-current .current-toggle span i {
	margin-left: .5em;
}
.search-side .search-current .current-toggle span:before {
	content: 'すべて見る';
	font-weight: 700;
}
.search-side .search-current .current-toggle.active span:before {
	content: '閉じる';
	font-weight: 700;
}
.search-side .search-current .current-toggle.active span i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.search-side .search-current .current-2nd {
	display: none;
}
.search-side .search-current .btn-show-filter {
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 3;
	font-weight: bold;
	display: none;
	border-radius: 3px;
	width: 100%;
	box-shadow: 0 3px 4px 0 #CCC;
	background: #3b9ad1;
	background: -moz-linear-gradient(top, #3b9ad1 0%, #0877b2 100%);
	background: -webkit-linear-gradient(top, #3b9ad1 0%,#0877b2 100%);
	background: linear-gradient(to bottom, #3b9ad1 0%,#0877b2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b9ad1', endColorstr='#0877b2',GradientType=0 );
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin-top: 10px;
	margin-bottom: 10px;
}
.search-side .search-current .btn-show-filter img {
	margin-right: .5em;
	vertical-align: text-top;
	width: 13px;
}
.search-side .search-current .btn-show-filter:hover {
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: 0 1px 0 0 #CCC;
}

@media screen and (max-width: 640px) {
	.search-side .heading {
		font-size: 16px;
		padding: .75em 1.25em;
		border-radius: 5px 5px 0 0;
	}
	.search-side .search-current .txt {
		font-size: 13px;
		padding: 1em 2em;
		border-radius: 0 0 5px 5px;
	}
	.search-side .search-current dt {
		width: 5em;
		font-size: 13px;
		float: left;
	}
	.search-side .search-current dd {
		margin-left: 5em;
		font-size: 13px;
	}
	.search-side .search-current .current-toggle {
		font-size: 13px;
	}
	.search-side .search-current .btn-show-filter {
		display: block;
	}
}


.search-side .search-filter {
	margin-bottom: 0;
}
.search-side .search-filter dt {
	border: 1px solid #d6d6d6;
	border-top: none;
	background-color: #f5f5f5;
	padding: 15px 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	cursor: pointer;
}
.search-side .search-filter dt .arrow {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(-100%,-50%) rotate(180deg);
	-ms-transform: translate(-100%,-50%) rotate(180deg);
	-o-transform: translate(-100%,-50%) rotate(180deg);
	transform: translate(-100%,-50%) rotate(180deg);
}
.search-side .search-filter dt.closed .arrow {
	-webkit-transform: translate(-100%,-50%) rotate(0deg);
	-ms-transform: translate(-100%,-50%) rotate(0deg);
	-o-transform: translate(-100%,-50%) rotate(0deg);
	transform: translate(-100%,-50%) rotate(0deg);
}
.search-side .search-filter dt .icon {
	font-size: 14px;
	line-height: 1.5;
	height: 21px;
	display: inline-block;
	width: 2em;
	text-align: center;
}
.search-side .search-filter dt .icon img {
	vertical-align: top;
	vertical-align: sub;
}
.search-side .search-filter dd {
	border: 1px solid #d6d6d6;
	border-top: none;
	padding: 15px 20px;
	font-size: 12px;
	line-height: 1.8;
}
.search-side .search-filter dd input[type=checkbox] {
	margin-right: .5em;
}


.search-side .search-filter input[type=text] {
	border: 1px solid #d6d6d6;
	box-shadow: none;
	color: #000;
	background-color: #fff;
	width: 100%;
	-webkit-appearance: none;
	font-size: 12px;
	line-height: 3;
	padding: 0 1em;
	width: 100%;
	border-radius: 10px;
}

.search-side .search-filter .textbox-wrap input {
	border-radius: 10px;
	background: #f5f5f5;
	font-size: 14px;
}

.search-side .search-filter .textbox-wrap input:focus {
	outline: none;
}

.search-side .search-filter .textbox-wrap input::placeholder {
	font-size: 12px;
}

.search-side .search-filter .icon.freeword img {
	max-height: 18px;
	max-width: 18px;
}

.search-side .search-filter select {
	border: 1px solid #d6d6d6;
	box-shadow: none;
	color: #000;
	background-color: #f5f5f5;
	width: 100%;
	-webkit-appearance: none;
	font-size: 12px;
	line-height: 3;
	padding: 0 1em;
	width: 100%;
	max-width: 190px;
	border-radius: 10px;
}
.search-side .search-filter .select-wrap {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 190px;
	margin-right: .5em;
}
.search-side .search-filter .select-wrap i {
	position: absolute;
	top: 50%;
	right: 15px;
	color: #1CB5B6;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.search-side .search-filter .side-checkbox.area > li {
	margin-bottom: .5em;
}
.search-side .search-filter .side-checkbox.area > li label {
	font-size: 13px;
	font-weight: bold;
}
.search-side .search-filter .side-checkbox.area > li > ul {
	padding-top: .2em;
	padding-left: 1em;
}
.search-side .search-filter .side-checkbox.area > li > ul li {
	display: inline-block;
}
.search-side .search-filter .side-checkbox.area > li > ul li label {
	font-size: 12px;
	font-weight: normal;
}

.search-side .search-filter .side-checkbox.kwc {
	margin-top: 10px;
}

.search-side .search-filter .side-btn-area {
	background-color: #EDF8F9;
	padding: 30px 20px;
	text-align: center;
	border: 1px solid #d6d6d6;
	border-top: none;
	border-radius: 0 0 10px 10px;
}
.search-side .search-filter .side-btn-area p {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 1em;
}
.search-side .search-filter .side-btn-area p .number {
	font-size: 28px;
	font-weight: bold;
	color: #1CB5B6;
	padding: 0 .2em;
}
.search-side .search-filter .side-btn-area a {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 2;
	padding: .4em 0;
	font-weight: bold;
	border-radius: 4px;
	box-shadow: 0 3px 4px 0 #CCC;
	background: #3b9ad1;
	background: -moz-linear-gradient(top, #3b9ad1 0%, #0877b2 100%);
	background: -webkit-linear-gradient(top, #3b9ad1 0%,#0877b2 100%);
	background: linear-gradient(to bottom, #3b9ad1 0%,#0877b2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b9ad1', endColorstr='#0877b2',GradientType=0 );
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}


.search-side .search-filter .side-btn-area a:hover {
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: 0 1px 0 0 #CCC;
	text-decoration: none;
}
.search-side .search-filter .side-btn-area a i {
	margin-right: .5em;
}
.search-side .search-filter .close {
	display: none;
}


@media screen and (max-width: 640px) {
	.show-cv .cv-area-fixed {
		display: none;
	}
	.search-side .search-filter {
		opacity: 0;
		visibility: hidden;
		margin-bottom: 0;
		position: fixed;
		top: 58px;
		left: 0;
		width: 100vw;
		height: calc(100vh - 58px);
		z-index: 2000;
		overflow-y: scroll;
		background-color: #fff;
		-webkit-transition: opacity .5s .1s;
		-o-transition: opacity .5s .1s;
		transition: opacity .5s .1s;
	}
	.show .search-side .search-filter {
		opacity: 1;
		visibility: visible;
		padding: 59px 0 150px;
	}
	.search-side .search-filter .close {
		display: block;
		width: 19px;
		position: fixed;
		top: 71px;
		right: 20px;
		z-index: 2002;
	}
	.search-side .search-filter .close:before,
	.search-side .search-filter .close:after {
		display: block;
		content: "";
		width: 20px;
		height: 2px;
		background: #fff;
		position: absolute;
		top: 15px;
		right: 0px;
	}
	.search-side .search-filter .close:before{
		transform: rotate(45deg);
	}
	.search-side .search-filter .close:after {
		transform: rotate(-45deg);
	}
	.search-side .search-filter .heading {
		font-size: 17px;
		font-weight: bold;
		border-radius: 0;
		padding: 1em 1.25em;
		position: fixed;
		top: 58px;
		left: 0;
		width: 100%;
		z-index: 2001;
	}
	.search-side .search-filter .side-btn-area {
		position: fixed;
		bottom: 0;
		left: 0;
		border-radius: 0;
		width: 100%;
		z-index: 2001;
		/* height: 150px; */ /* リアルタイム検索による件数表示機能は未実装・非表示のため、高さ指定を暫定解除 */
	}
	.search-side .search-filter dt {
		font-size: 16px;
	}
	.search-side .search-filter dd {
		padding: 0;
		font-size: 13px;
	}
	.search-side .search-filter dd input[type=checkbox] {
		vertical-align: middle;
	}
	.search-side .search-filter .side-checkbox label {
		padding: .75em 1.25em;
		display: block;
		border-top: 1px solid #d6d6d6;
	}
	.search-side .search-filter .side-checkbox li:first-child label {
		border-top: none;
	}
	.search-side .search-filter .select-wrap {
		padding: .75em 1.25em;
		padding-right: 0;
	}
	.search-side .search-filter .side-checkbox.area > li {
		margin-bottom: 0;
	}
	.search-side .search-filter .side-checkbox.area > li > ul {
		padding: 0;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.search-side .search-filter .side-checkbox.area > li > ul li {
		width: 50%;
	}
	.search-side .search-filter .side-checkbox.area > li p label {
		border-bottom: 1px solid #d6d6d6;
	}
	.search-side .search-filter .side-checkbox.area > li > ul li label {
		border-top: none;
		font-size: 13px;
	}
	.search-side .search-filter .side-checkbox.area > li > ul li:not(:last-child, :nth-last-child(2):nth-child(odd)) label {
		border-bottom: 1px solid #d6d6d6;
	}
	.search-side .search-filter .side-checkbox.area > li > ul li:nth-child(odd) label {
		border-right: 1px solid #d6d6d6;
	}
	.search-side .search-filter .side-checkbox.kwc {
		margin-top: -.75em;
	}
	.search-side .search-filter .side-btn-area p {
		font-size: 18px;
	}
	.search-side .search-filter .side-btn-area p .number {
		font-size: 28px;
	}
	.search-side .search-filter .side-btn-area a {
		font-size: 15px;
	}
	.select-job-wrap{
		padding: .75em 1.25em!important;
	}
	.search-side .search-filter .textbox-wrap {
		padding: .75em 1.25em;
	}
}




/* ===== MAIN parts ===== */


.search-main select {
	border: 1px solid #d6d6d6;
	box-shadow: none;
	color: #000;
	background-color: #f5f5f5;
	width: 100%;
	-webkit-appearance: none;
	font-size: 12px;
	line-height: 2.5;
	padding: 0 1em;
	width: 100%;
	max-width: 190px;
	border-radius: 10px;
}
.search-main .select-wrap {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 190px;
}
.search-main .select-wrap i {
	position: absolute;
	top: 50%;
	right: 15px;
	z-index: 1;
	color: #1CB5B6;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.search-main .pagenavi {
	font-size: 12px;
	display: inline-block;
	border: 1px solid #d6d6d6;
	background-color: #f5f5f5;
	border-radius: 10px;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.search-main .pagenavi.sp {
	display: none;
}
.search-main .pagenavi a,
.search-main .pagenavi span {
	font-weight: bold;
	line-height: 2.6;
	width: 2.5em;
	text-align: center;
	display: block;
	border-left: 1px solid #d6d6d6;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.search-main .pagenavi a:hover {
	color: #fff;
	background-color: #1CB5B6;
}
.search-main .pagenavi span {
	color: #d6d6d6;
}
.search-main .pagenavi span a {
	color: #333; /* リンクの場合 */
}
.search-main .pagenavi span.current {
	color: #fff;
	background-color: #1CB5B6;
}
.search-main .pagenavi a:first-child,
.search-main .pagenavi span:first-child,
.search-main .pagenavi a[title="previous page"] {
	border-left: none;
}

@media screen and (max-width: 640px) {
	.search-main .pagenavi {
		font-size: 15px;
		display: inline-block;
		border: 1px solid #d6d6d6;
		background-color: #f5f5f5;
		border-radius: 10px;
		overflow: hidden;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		border-radius: 5px;
	}
	.search-main .pagenavi.pc {
		display: none;
	}
	.search-main .pagenavi.sp {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.search-main .pagenavi span,
	.search-main .pagenavi b {
		width: 100%; /* ページャ全体の幅調整 */
	}
	.search-main .pagenavi a,
	.search-main .pagenavi b span {
		width: 100%; /* ページャの各ボタンの幅調整 */
	}
}





/* ===== MAIN header ===== */

.search-main .search-main-header {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
	justify-content: space-between;
}
.search-main .search-main-header .left {
	padding-bottom: 20px;
}
.search-main .search-main-header .left .search-main-header_hl01 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: .5em;
}
.search-main .search-main-header .left .search-main-header_hl02 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 1em;
}
.search-main .search-main-header .left .search-main-header_hl02 .number {
	font-size: 20px;
	font-weight: bold;
	color: #1CB5B6;
	padding: 0 .2em;
}
.search-main .search-main-header .left .search-main-header_hl02 .small {
	font-size: 13px;
	font-weight: normal;
	margin-left: .5em;
}
.search-main .search-main-header .right {
	text-align: right;
	padding-bottom: 20px;
}
.search-main .search-main-header .btn-introduction a {
	display: inline-block;
	width: 240px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 2;
	padding: .6em 0;
	font-weight: bold;
	background-color: #F7790B;
	border-radius: 10px;
	box-shadow: 0 3px 4px 0 #CCC;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.search-main .search-main-header .btn-introduction a:hover {
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: 0 1px 0 0 #ccc;
	text-decoration: none;
}

@media screen and (max-width: 640px) {
	.search-main .search-main-header {
		display: block;
	}
	.search-main .search-main-header .right {
		display: none;
	}
	.search-main .search-main-header .left .search-main-header_hl01 {
		font-size: 20px;
		margin-bottom: 1em;
	}
	.search-main .select-wrap {
		max-width: 100%;
	}
	.search-main select {
		max-width: 100%;
		padding: .5em 1.25em;
		border-radius: 5px;
		font-size: 13px;
	}
}



/* ===== MAIN content ===== */

.search-results > li {
	padding-bottom: 20px;
	margin-top: 50px;
}
.search-results .rslt-header {
	padding: 0 15px 20px;
	border-bottom: 1px solid #d6d6d6;
	background-color: #f5f5f5;
	border: 1px solid #d6d6d6;
	border-radius: 10px 10px 0 0;
}
.search-results .rslt-header .rslt-description {
	font-size: 12px;
	line-height: 1.6;
	padding: 0 30px;
}

.search-results .rslt-heading {
	padding: 0 30px 20px;
	margin-bottom: 20px;
	background-color: #1CB5B6;
	color: #fff;
	position: relative;
	border-radius: 10px;
	margin-top: -50px;
}
.search-results .rslt-heading .rslt-info {
	min-height: 36px; /* .rslt-catが空の場合のズレ防止 */
}
.search-results .rslt-heading .rslt-cat {
	font-size: 13px;
	font-weight: 700;
	line-height: 2;
	border-radius: 1em;
	color: #fff;
	background-color: #5EC4CF;
	display: inline-block;
	margin-top: -3px;
	padding: 0 1.5em;
	margin-bottom: 1em;
}
.search-results .rslt-heading .rslt-title {
	font-size: 25px;
	line-height: 1.24;
	margin-bottom: .5em;
}
.search-results .rslt-heading .rslt-subtitle {
	font-size: 13px;
}
.search-results .rslt-heading .rslt-update {
	display: inline-block;
	position: absolute;
	font-size: 11px;
	font-weight: bold;
	top: 1.5em;
	right: 45px;
	z-index: 1;
}
.search-results .rslt-new .rslt-heading:before {
	content: '';
	border-radius: 0 9px 0 0;
	border-top: 29px solid #ff0;
	border-right: 29px solid #ff0;
	border-left: 29px solid transparent;
	border-bottom: 29px solid transparent;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.search-results .rslt-new .rslt-heading:after {
	content: 'NEW';
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 10px;
	font-weight: 600;
	color: #000;
	font-family: 'Poppins';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
}


.search-results .rslt-detail {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.search-results .rslt-detail dd,
.search-results .rslt-detail dt {
	border-bottom: 1px solid #d6d6d6;
}
.search-results .rslt-detail dt {
	border-left: 1px solid #d6d6d6;
	width: 120px;
	background-color: #EDF8F9;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.8;
	color: #1CB5B6;
	padding: 1.2em 0 1.2em 3.8em;
	position: relative;
}
.search-results .rslt-detail .icon {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	width: 32px;
	height: 32px;
	background-color: #1CB5B6;
	text-align: center;
	border-radius: 10px;
}
.search-results .rslt-detail .icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.search-results .rslt-detail dd {
	border-right: 1px solid #d6d6d6;
	font-size: 13px;
	line-height: 1.8;
	padding: 1.2em;
	width: calc(100% - 120px);
	box-sizing: border-box;
}
.search-results .rslt-detail dd .icon {
	display: none;
}

.search-results .rslt-tags {
	border: 1px solid #d6d6d6;
	border-top: none;
	padding: 10px 20px 0;
}
.search-results .rslt-tags li {
	display: inline-block;
	padding: 1em;
	font-size: 12px;
	line-height: 1;
	border-radius: 1.5em;
	border: 1px solid #d6d6d6;
	margin-right: .2em;
	margin-bottom: 10px;
}
.search-results .rslt-btn-area {
	border: 1px solid #d6d6d6;
	border-top: none;
	background-color: #f5f5f5;
	padding: 20px 19px;
	border-radius: 0 0 10px 10px;
}
.search-results .rslt-company-link-outer {
	margin-top: 20px;
	font-size: 14px;
	text-align: right;
}
.search-results .rslt-company-link {
	display: inline-block;
	padding-right: 20px;
	position: relative;
}
.search-results .rslt-company-link:link,
.search-results .rslt-company-link:visited {
	text-decoration: underline;
}
.search-results .rslt-company-link:hover {
	text-decoration: none;
}
.search-results .rslt-company-link::before {
	content: '';
	border: 5px solid rgba(0, 0, 0, 0);
	border-left: 8px solid #000000;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.search-results .rslt-btn {
	letter-spacing: -.5em;
}
.search-results .rslt-btn a {
	letter-spacing: normal;
	display: inline-block;
	font-size: 15px;
	padding: .6em 0;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	border-radius: 4px;
	color: #fff;
	background: #F77809;
	background: -moz-linear-gradient(left, #FD9B3E 0%, #F77809 100%);
	background: -webkit-linear-gradient(left, #FD9B3E 0%,#F77809 100%);
	background: linear-gradient(to right, #FD9B3E 0%,#F77809 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FD9B3E', endColorstr='#F77809',GradientType=1 );
}
.search-results .rslt-btn .rslt-confirm {
	width: 200px;
	margin-right: 20px;
	background-color: #F7790B;
	box-shadow: 0 3px 4px 0 #CCC;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.search-results .rslt-btn .rslt-confirm i {
	margin-right: .5em;
}
.search-results .rslt-btn .rslt-confirm:hover {
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: 0 1px 0 0 #ccc;
	text-decoration: none;
}
.search-results .rslt-btn .rslt-more {
	width: 400px;
	font-weight: bold;
	border-radius: 4px;
	box-shadow: 0 3px 4px 0 #CCC;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background: #3b9ad1;
	background: -moz-linear-gradient(left, #3b9ad1 0%, #0877b2 100%);
	background: -webkit-linear-gradient(left, #3b9ad1 0%,#0877b2 100%);
	background: linear-gradient(to right, #3b9ad1 0%,#0877b2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b9ad1', endColorstr='#0877b2',GradientType=1 );
}
.search-results .rslt-btn .rslt-more i {
	margin-left: .5em;
}
.search-results .rslt-btn .rslt-more:hover {
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: 0 1px 0 0 #ccc;
	text-decoration: none;
}


@media screen and (max-width: 640px) {
	.search-results > li {
		padding-bottom: 15px;
	}
	.search-results .rslt-heading {
		border-radius: 5px;
		padding: 0 15px 15px;
	}
	.search-results .rslt-new .rslt-heading:before {
		border-radius: 0 4px 0 0;
		border-width: 23px;
	}
	.search-results .rslt-new .rslt-heading:after {
		top: 11px;
		right: 4px;
	}
	.search-results .rslt-header {
		border-radius: 5px 5px 0 0;
	}
	.search-results .rslt-heading .rslt-cat {
		font-size: 10px;
	}
	.search-results .rslt-heading .rslt-update {
		position: static;
		display: block;
		font-size: 10px;
		margin-bottom: 1em;
	}
	.search-results .rslt-heading .rslt-title {
		font-size: 17px;
	}
	.search-results .rslt-heading .rslt-subtitle {
		font-size: 10px;
	}
	.search-results .rslt-header .rslt-description {
		font-size: 10px;
		padding: 0 15px;
	}
	.search-results .rslt-detail dt {
		display: none;
	}
	.search-results .rslt-detail dd {
		position: relative;
		font-size: 13px;
		padding-left: 50px;
		border-left: 1px solid  #d6d6d6;
		padding: .75em 1.25em .75em 4em;
		min-height: 43px; /* 表示内容が空の場合も項目欄の高さを維持 */
		width: 640px;
	}
	.search-results .rslt-detail dd .icon {
		display: block;
	}
	.search-results .rslt-detail dd .excerpt {
		position: relative;
		overflow: hidden;
	}
	.search-results .rslt-detail dd .excerpt .btn-expand {
		display: none;
	}
	.search-results .rslt-detail dd .excerpt.long {
		max-height: 5.4em;
	}
	.search-results .rslt-detail dd .excerpt.long.expand {
		max-height: none;
		padding-bottom: 1.8em;
	}
	.search-results .rslt-detail dd .excerpt.long .btn-expand {
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		background-color: #fff;
		z-index: 1;
		cursor: pointer;
	}
	.search-results .rslt-detail dd .excerpt.long .btn-expand:before {
		content: '…';
		padding: 0 .25em;
	}
	.search-results .rslt-detail dd .excerpt.long .btn-expand:after {
		content: 'もっと見る';
		color: #F7790B;
	}
	.search-results .rslt-detail dd .excerpt.long.expand .btn-expand:before {
		content: '↑';
		color: #F7790B;
	}
	.search-results .rslt-detail dd .excerpt.long.expand .btn-expand:after {
		content: '閉じる';
	}
	.search-results .rslt-detail .icon {
		width: 25px;
		height: 25px;
		border-radius: 5px;
	}
	.search-results .rslt-detail .icon img {
		-webkit-transform: translate(-50%,-50%) scale(0.8,0.8);
		-ms-transform: translate(-50%,-50%) scale(0.8,0.8);
		-o-transform: translate(-50%,-50%) scale(0.8,0.8);
		transform: translate(-50%,-50%) scale(0.8,0.8);
	}
	.search-results .rslt-tags {
		padding: 10px 15px 0;
	}
	.search-results .rslt-tags li {
		font-size: 11px;
		padding: .5em 1em;
		border-radius: 1em;
		margin-bottom: 10px;
	}
	.search-results .rslt-btn .rslt-confirm {
		/*display: none; */
		width: 100%;
		border-radius: 5px;
		margin: 0 0 15px 0;

	}
	.search-results .rslt-btn .rslt-more {
		width: 100%;
		border-radius: 5px;
	}
	.search-results .rslt-btn a {
		font-size: 16px;
		line-height: 1.9;
	}
	.search-results .rslt-btn-area {
		padding: 10px 15px 13px;
		border-radius: 0 0 5px 5px;
	}
	.search-results .rslt-company-link-outer {
		margin-top: 10px;
	}
}





/* ===== MAIN banner ===== */

.banner-area {
	padding-bottom: 20px;
}


@media screen and (max-width: 640px) {

}


/* ===== MAIN footer ===== */

.search-main .search-main-footer {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
	justify-content: space-between;
}
.search-main .search-main-footer .left {
	min-width: 190px;
}
.search-result__ctaBtnArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}
.search-result__ctaBtnArea .rslt-btn {
  flex: 1 1 50%;
  align-self: stretch;
}
.search-result__ctaBtnArea a {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  color: #fff;
  line-height: 1.5;
  box-shadow: 0 3px 4px 0 #ccc;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  background: #F77809;
  background: -moz-linear-gradient(left, #FD9B3E 0%, #F77809 100%);
  background: -webkit-linear-gradient(left, #FD9B3E 0%,#F77809 100%);
  background: linear-gradient(to right, #FD9B3E 0%,#F77809 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FD9B3E', endColorstr='#F77809',GradientType=1 );
  transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}
.search-result__ctaBtnArea a:hover {
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  box-shadow: 0 1px 0 0 #ccc;
}
.search-result__ctaBtnArea strong span {
  color: #fdff3a;
}
.search-result__ctaBtnArea strong {
  font-size: 1.2rem;
}
.search-result__ctaBtnArea strong span {
  color: #fdff3a;
}
.cvArea {
  margin-top: 30px;
  background: #EDF8F9;
  padding: 40px 0 30px;
  text-align: center;
  border-radius: 10px;
}
.cvArea__title {
  font-size: 22px;
  font-weight: bold;
}
.cvArea__text {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}
.cvArea__text--orange {
  color: #F7790B;
}
.cvArea__anchor {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  max-width: 90%;
  margin-top: 25px;
  padding: .6em 0;
  color: #fff;
  font-size: 15px;
  line-height: 2;
  font-weight: bold;
  background-color: #1CB5B6;
  border-radius: 10px;
  box-shadow: 0 3px 4px 0 #ccc;
  -webkit-transition: transform .3s, box-shadow .3s;
  -o-transition: transform .3s, box-shadow .3s;
  transition: transform .3s, box-shadow .3s;
}
.cvArea__anchor::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.cvArea__anchor:hover {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0 1px 0 0 #ccc;
  text-decoration: none;
}
.cvArea__anchorBottomOuter {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
  margin-top: 25px;
}
.cvArea__anchor--bottom {
	position: relative;
	display: block;
	padding-right: 12px;
	font-size: 14px;
  font-weight: bold;
  transition: text-decoration .3s;
}
.cvArea__anchor--bottom:hover {
	text-decoration: underline;
}

.cvArea__anchor--bottom::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 640px) {
	.search-main .search-main-footer {
		display: block;
	}
	.search-main .search-main-footer .left {
		width: 100%;
		padding-bottom: 15px;
	}
	.search-main .search-main-footer .right {
		width: 100%;
	}
	.search-result__ctaBtnArea {
		margin-top: 30px;
	}
	.search-result__ctaBtnArea a {
		padding: 15px 0;
		font-size: 0.9rem;
	}
	.search-result__ctaBtnArea strong {
    font-size: 1rem;
	}
	.cvArea {
    border-radius: 0;
    margin: 30px -15px 0;
    padding: 25px 15px 30px;
  }
	.cvArea__anchor--bottom {
    padding-right: 10px;
  }
	.spOnly {
    display: block;
	}
}


/* ===== MAIN none ===== */

.search-main .rslt-none {
	text-align: center;
	background-color: #EDF8F9;
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.search-main .rslt-none h2 {
	font-size: 15px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 1em;
}
.search-main .rslt-none h2 .pink {
	font-weight: bold;
	color: #F7790B;
}
.search-main .rslt-none p {
	font-size: 13px;
	line-height: 1.8;
	font-weight: normal;
}
.search-main .rslt-none p .pink {
	color: #F7790B;
}


@media screen and (max-width: 640px) {
	.search-main .rslt-none {
		border-radius: 5px;
	}
	.search-main .rslt-none p br {
		display: none;
	}
}

/* 検索エラー */
.search_error_message {
	padding-bottom: 40px;
}
@media screen and (max-width: 640px) {
	.search_error_message {
		padding-bottom: 20px;
	}
}
.search-results .rslt-heading .rslt-title a {
color: #fff;
font-weight: bold;
text-decoration: underline;
}
.search-results .rslt-heading .rslt-title a:hover {
text-decoration: none;
}

/* AWS移行 Pagerバージョンアップ対応 */
a.page[title="first_page"],a.page[title="last_page"]{
	display:none!important;
}
/*------------------------------------------------------------
	検索結果用ここまで
------------------------------------------------------------*/


/* 企業一覧を見る */
.corpresult-link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 64px;
	border: 3px solid #00B2B3;
	border-radius: 8px;
	background-color: #fff;
	font-size: 16px;
	font-weight: bold;
	color: #00B2B3;
}

.corpresult .corpresult-link {
	margin-bottom: 15px;
}

.fix-cv.-col2 {
	display: none;
}
@media screen and (max-width: 640px) {
	.corpresult {
		display: none;
	}
	.fix-cv.-col2 {
		display: flex;
		gap: 8px;
	}
}

.fix-cv.-col2 > * {
	width: 100%;
}

.fix-cv.-col2 .corpresult-link {
	height: 42px;
	border: none;
	border-radius: 4px;
	font-size: 14px;
}
.fix-cv.-col2 .corpresult-link svg {
	width: 15px;
}