@font-face {
  font-family: 'icomoon';
  src:
    url('./icomoon.ttf?xteiun') format('truetype'),
    url('./icomoon.woff?xteiun') format('woff'),
    url('./icomoon.svg?xteiun#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Firefox hack start */
/* 非SSL用 */
@-moz-document url-prefix("http://jobhub.jp") {
@font-face {
font-family: "icomoon";
font-style: normal;
font-weight: normal;
src:
	url('./icomoon.ttf?xteiun') format('truetype'),
	url('./icomoon.woff?xteiun') format('woff'),
	url('./icomoon.svg?xteiun#icomoon') format('svg');
}
}
/* SSL用 */
@-moz-document url-prefix("https://jobhub.jp") {
@font-face {
font-family: "icomoon";
font-style: normal;
font-weight: normal;
src:
	url('./icomoon.ttf?xteiun') format('truetype'),
	url('./icomoon.woff?xteiun') format('woff'),
	url('./icomoon.svg?xteiun#icomoon') format('svg');
}
}
/* Firefox hack end */
[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-arrow:before {
  content: "\e900";
	position: relative;
	width: 11px;
	padding: 4px;
	background-color: #cf164d;
	border-radius: 20px;
	font-size: 10px;
	color: #fff;
	top: -2px;
	right: -5px;
}

@media screen and (max-width: 768px){
.ico-arrow:before {
  content: "\e900";
	width: 10px;
	background-color: #cf164d;
	border-radius: 10px;
	font-size: 6px;
	padding: 4px;
	color: #fff;
	margin-left: 3px;
	top: -2px;
}
}
.ico-arrow.s-rv {
	display: inline-block;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.ico-arrow.s-rv:before {
  content: "\e900";
	margin: 0;
	top: -4px;
	right: 25px;
}

@media screen and (max-width: 768px){
.ico-arrow:before {
  content: "\e900";
	width: 10px;
	background-color: #cf164d;
	border-radius: 10px;
	font-size: 6px;
	padding: 4px;
	color: #fff;
	margin-left: 3px;
	top: -2px;
}
}
.ico-arrow-02:before {
  content: "\e901";
	position: relative;
	width: 10px;
	padding: 4px;
	background-color: #cf164d;
	border-radius: 10px;
	font-size: 11px;
	color: #fff;
	top: -2px;
	margin-left: 5px;
}
@media screen and (max-width: 768px){
.ico-arrow-02:before {
	content: "\e901";
	width: 10px;
	background-color: #cf164d;
	border-radius: 10px;
	font-size: 6px;
	padding: 4px;
	color: #fff;
	margin-left: 3px;
	top: -2px;
}
}

.ico-plus:before {
  content: "\e902";
	position: relative;
	width: 10px;
	padding: 4px;
	background-color: #cf164d;
	border-radius: 10px;
	font-size: 11px;
	color: #fff;
	top: -2px;
	margin-left: 5px;
}
@media screen and (max-width: 768px){
.ico-arrow-02:before {
	content: "\e902";
	width: 10px;
	background-color: #cf164d;
	border-radius: 10px;
	font-size: 6px;
	padding: 4px;
	color: #fff;
	margin-left: 3px;
	top: -2px;
}
}

.sec-cmn-search-in .list-keyword > .input-01 input[type="reset"] {
	-webkit-appearance: none;
}
