﻿/* CSS Document */

body, .ui.menu, .ui.button, .ui.message, .ui.message .header, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif !important;
}


.X-DatePicker-Visible {
	width: 120px !important;
	vertical-align:middle !important;
}
table.table {
	font-size: 0.86em !important;
}

table.table th {
	white-space: nowrap;
}

#footer {
	margin-top: 40px;
}

.ui.button {
	border-radius: 0;
}

form.listcond {
	margin-bottom: 20px;
}

#main {
	margin: auto;
	max-width: 800px;
	margin-top: 1em;
}

.wide #main {
	max-width: 1200px;
}

.centre {
	text-align: center;
}

#header .ui.menu {
	margin: 0;
}
#header .ui.menu + .ui.menu {
	border-top: 0;
}
.ui.menu {
	border-radius: 0;
}


.checklist.wrapped span {
	display: block;
	white-space: nowrap;
}

/** SEMANTIC **/

.ui.form.uix-w100 .field.inline > label {
	min-width: 100px;
	max-width: 100px;
}
.ui.form.uix-w150 .field.inline > label {
	min-width: 150px;
	width: 150px;
	max-width: 150px;
}
.ui.form .ui.dropdown {
	display: inline-block;
}

.field.inline label + * {
	display: inline-block;
}
.field.inline label + script {
  display: none;
}
h1 {
	min-height: 1rem;
	font-size: 1.3rem;
	font-weight: normal !important;
}


.tablelike,
.tablelike .embedded {
	display: table;
}
.tablelike > div,
.tablelike .embedded > div {
	display: table-row;
}
.tablelike > div > div,
.tablelike > div > label,
.tablelike .embedded > div > div,
.tablelike .embedded > div > label {
	display: table-cell !important;
}


.tablelike.datatable {
	border-collapse: collapse;
}
.tablelike > * > * {
	border: solid 1px #ccc;
	padding: 5px;
	margin: 0;
}
.tablelike.datatable > * > label {
	background-color: #DBF3FF;
}

.wide {
	width: 100%;
}

.w1000 #main {
	max-width: 1000px;
}
.w1200 #main {
	max-width: 1200px;
}

.ui.breadcrumbs > h1 {
	display: inline-block;
}

.buttonsArea { 
	text-align: center;
	margin: 1em;
}

.openAsPopup {
	margin-bottom: 40px;
}

.cell25	{
	display: inline-block;
	width: 24%;
}
.cell30	{
	display: inline-block;
	width: 33%;
}
.cell50 {
	display: inline-block;
	width: 49%;
}
.cell100 {
	display: inline-block;
	width: 100%;
}
.cell25 label,
.cell30 label,
.cell50 label,
.cell100 label {
	width: 100% !important;
	display: block !important;
}
.cell25 .dropdown,
.cell30 .dropdown,
.cell50 .dropdown,
.cell100 .dropdown {
	width: 100% !important;
}
.cell25 .X-TextField,
.cell30 .X-TextField,
.cell50 .X-TextField,
.cell100 .X-TextField {
	width: 100% !important;
}
.cell25 .hasDatepicker,
.cell30 .hasDatepicker,
.cell50 .hasDatepicker,
.cell100 .hasDatepicker {
	width: 45% !important;
}



/*----------------------------------------------------------------------------------------------------

2017.9.1　デザイン追加
（↑ここより前のデザインは変更していません）

----------------------------------------------------------------------------------------------------*/
*{margin:0; padding:0;}
*, *:before, *:after{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#main{
	margin:40px auto;
}

/*パンくず*/
.ui.breadcrumb{
	display:block;
	border-bottom:1px solid #333;
	margin-bottom:20px !important;
	padding-bottom:5px;
}

/*----------------------------------------

ヘッダー

----------------------------------------*/
#header div{
	display:table;
	width:100%;
	table-layout:fixed;
	border-collapse: separate;
}

#header div a{
	display:table-cell;
	width:100%;
	text-align:center;
	padding:20px 5px;
}

#header div:first-child a.active,
#header div:first-child a:hover{
	background-color:#333;
}

#header div a.active,
#header div a:hover{
	background-color:#eee;
}

/*----------------------------------------

トップページ

----------------------------------------*/
.ui.bulleted.list .list>.item:before, .ui.bulleted.list>.item:before, ul.ui.list li:before{display:none;}
.ui.list .list>.item, .ui.list>.item, ol.ui.list li, ul.ui.list li{padding:0;line-height:1.6;}

.bulleted li a{color:#007bbb;}
.bulleted li a:hover{opacity:0.8;}

.bulleted > li > a{
	padding:10px 20px;
	margin-top:10px;
	display:block;
	background:#007bbb;
	color:#fff;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;
	line-height:1;
}
.bulleted > li > a:hover{opacity:0.8 !important;}

.ui.bulleted.list .list, ul.ui.list ul{padding-left:20px;}
.ui.bulleted.list, ul.ui.list{margin-left:0;}

/*トップページ、データ管理ページのリストの矢印*/
.list li a:before {
	font-family: Icons;
	content: "\f054";
    position: relative;
    margin: 0 5px 0 0;
}

/*----------------------------------------

応募者一覧

----------------------------------------*/
/*ページャー*/
.pager{
	text-align:center;
}

.pager a{
	display:inline-block;
	padding:10px;
	font-size:18px;
	color:#007bbb;
}

.pager a:hover{opacity:0.8;}
/*
.pager a.disabled,
.pager a.active{
	color:#333;
}
*/
.pager a.active{background-color:#007bbb !important;}
.pager a.active:hover{opacity:1;}

/*テーブル*/
table{
	table-layout:fixed;
	word-wrap: break-word;
}

/*文字が飛び出るのを防ぐ*/
.checklist.wrapped span,table.table th{white-space: normal;}

/* tableの最後（編集・詳細・削除）*/
/* ブログカテゴリのも */
.ui.table tr td:last-child a,
.grouprow a,
.actionCell a {
	display:inline-block;
	width:40px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 5px;
	border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px;
	border:1px solid #ccc;
	background-color:#fff;
	color:#333;
	font-size:12px;
}
.ui.table tr td:last-child a:last-child{margin-bottom:0;}
.ui.table tr td:last-child a:hover,
.grouprow a:hover,
.actionCell a:hover{
	opacity:0.8;
	cursor:pointer;
}

/*----------------------------------------

ボタン

----------------------------------------*/
.ui.button{
	background-color:#007bbb;
	color:#fff;
	border-radius:3px !important; -webkit-border-radius:3px !important; -moz-border-radius:3px !important;
	margin: 0 10px 0 0;
}

.ui.button:hover{
	background-color:#007bbb;
	color:#fff;
	opacity:0.8;
}

/*チェックしたものを変更ボタン*/
.ui.positive.button, .ui.positive.buttons .button{background: #007bbb;}
.ui.positive.button:hover, .ui.positive.buttons .button:hover{background:#007bbb;opacity:0.8;}

/* 新規登録・CSVエキスポート */
.menu .right a{
	height:40px;
	line-height:40px;
	background-color:#007bbb !important;
	margin-left:10px !important;
	padding:0 10px !important;
	color:#fff !important;
}
.menu .right a:hover{background:#007bbb;opacity:0.8;}

/* 青と黄色のボタン→青と青線のボタン */
.ui.blue.button,
.ui.blue.buttons .button{
	background-color:#007bbb;
	border:1px solid #007bbb;
}

.ui.blue.button:hover,
.ui.blue.buttons .button:hover{
	background:#007bbb;
	opacity:0.8;
}

.ui.yellow.button,
.ui.yellow.buttons .button{
	background-color:#fff;
	border:1px solid #007bbb;
	color:#007bbb;
}

.ui.yellow.button:hover,
.ui.yellow.buttons .button:hover{
	background:#fff;
	color:#007bbb;
	opacity:0.8;
}

/* 戻るボタンは灰色に */
/*.ui.button[name="back"]*/
.ui.buttons .button:first-child{
	background-color:#ccc;
	color:#333;
	margin-right:10px;
}

/* ボタンが一つしかないときも青色に */
.ui.buttons .button:last-child{
	background-color: #007bbb;
	color:#fff;
}

/* 戻るor変更するの「or」をなくす */
.ui.buttons .or{display:none;}

/* ブログカテゴリ管理の追加ボタン、「編集」内のボタン */
.box-footer button,
.modal-footer div button:first-child{
	background-color: #007bbb;
	border:0;
    border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
    color: #fff;
}

.modal-footer div button:first-child{
	border: 1px solid #007bbb;
	margin-right:5px;
}

.modal-footer div button:last-child{
	background-color: #fff;
    border: 1px solid #007bbb;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
    color: #007bbb;
}

.box-footer button:hover,
.modal-footer div button:hover{opacity:0.8;}

/*----------------------------------------

ページ管理  SEO対策設定

----------------------------------------*/
/* 切り替えボタン　クリックできることを分かりやすく*/
.ui.accordion .accordion .title, .ui.accordion .title{color:#4183C4 !important;}
.ui.accordion .accordion .title:hover, .ui.accordion .title:hover{color:#4183C4 !important;opacity:0.8;}
.ui.accordion .accordion .active, .ui.accordion .active{color:#333 !important;}
.ui.accordion .accordion .active:hover, .ui.accordion .active:hover{color:#333 !important;opacity:0.8;}
.ui.accordion .accordion .title:before, .ui.accordion .title:before{
	font-family: Icons;
	content: "\f054";
    position: relative;
    margin: 0 5px 0 0;
}
.ui.accordion .accordion .active:before, .ui.accordion .active:before{display:none;}

/* xマーク */
.three div{text-align:center;}
.three div:nth-child(2){
	font-size:30px;
	color:#007bbb;
	padding:10px 0;
}

/* 選択されたらオレンジになるのを別の色に */
.theSelected{background-color:#007bbb !important;}

/* ホバーすると全体的に薄くなってしまうのを修正 */
.content:hover{opacity:1 !important;}

/* 1ページ目・2ページ目のラジオボタン */
.X-RadioList{display:block;margin:20px;}
.ui.radio.checkbox .box, .ui.radio.checkbox label{margin-right:20px;}

/*----------------------------------------

ブログカテゴリ

----------------------------------------*/
.box {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;
}

.box .ui.form .field{
	margin: 0 0 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.box .ui.form.uix-w100 .field.inline > label{
	color: #007bbb;
    font-size: 16px;
    display: block;
    width: 100%;
    max-width: initial;
    margin-bottom:10px;
}

.userhint{
	padding:10px 0 0 0;
}

/*----------------------------------------

変更画面

----------------------------------------*/
select + select{margin-top:5px;}
.ui.checkbox{margin-right:20px;}
.hint{
	display:block !important;
	margin-top:5px;
	font-size: 90%;
  color: #888888;
}

button{padding: 5px 10px;}

/*----------------------------------------

その他

----------------------------------------*/
.ui.menu,
.ui.secondary.menu{margin:20px 0;}

.ui.secondary.menu .item{
	margin:0;
	padding:0 0 0 10px;
}

/*検索ボックス*/
form.listcond {
    margin-bottom:20px;
    padding:20px 20px 30px 20px;
    background-color:#eee;
}

.ui.form{letter-spacing:-1em;}
.ui.form > div{letter-spacing:normal;}

.ui.form .field{
	padding:10px;
	margin-bottom:0;
}

.cell25{width:25%;}
.cell50{width:50%;}

.centre{margin-top:20px;}

.ui.form .inline.field>:first-child, .ui.form .inline.fields .field>:first-child{
	font-size: 14px;
	margin-bottom: 5px;
}

/*投稿情報確認などのテーブル*/
.tablelike.datatable > * > label{
	background-color:#eee;
}

/* 表の見出し100pxを解除（「応募者一覧」では良いが「ユーザー一覧」で不自然になるため） */
.ui.form.uix-w100 .field.inline > label {
    min-width:auto;
    max-width:initial;
}

/* 掲載開始の年月日のセレクトボックス */
.field .simpledatepicker .datepart{
	width:7em !important; /* 年が隠れてしまうのを修正 */
	height:40px; /* 選択すると上下がずれるのを修正 */
	margin-right:5px;
}

/* 必須を赤に */
.required{color:#FF0000;}

/*
雇用管理、職種管理、施設形態管理、資格管理の新規作成ページのデザインが崩れている
→元々スタイルが当たっていない
→semantic.min.cssで「.ui.form input[type=text]」にあてられているスタイルをそのまま「input[type=text]」にあててみる
*/
input[type=text]{
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    margin: 0;
    outline: 0;
    -webkit-appearance: none;
    tap-highlight-color: rgba(255,255,255,0);
    line-height: 1.2142em;
    padding: .67861429em 1em;
    font-size: 1em;
    background: #FFF;
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem;
    box-shadow: 0 0 0 0 transparent inset;
    -webkit-transition: color .1s ease,border-color .1s ease;
    transition: color .1s ease,border-color .1s ease;
	width: 100%;
    vertical-align: top;
}



/*No entry is found. を消す(親の検索の初期状態)*/
.vue-picker p{display:none;}

/*入力内容確認画面で数字の連続や英語の場合画面をはみ出す場合がある*/
.field.inline div {word-break: break-all;}

.grouprow.title > span {
	color: #007bbb;
	font-weight: bold;
}

.caution {
	color: #F00;
}

.templete_select_caution {
	display: block;
	margin: 0.5em auto 1.5em 1.5em;
	font-size: 90%;
}

.has_child:after {
	content: '\25BC';
	margin-left: 10px;
}

/* 上限件数のメッセージ */
.restriction {
    text-align: center;
    padding: 4em !important;
}

.restriction .header {
    margin-bottom: 1.5em!important;
}

a.btn {
    color:  #fff;
    background-color: #666;
    padding: 0.5em;
    margin: 10em !important;
    border-radius: 4px;
}

.wellcome {
	max-width: 1200px;
	margin: 1em auto;
	text-align: right;
}

.results {
  text-align: center;
  margin: 4em auto 2em;
}



/* 2024.07.17 add iwa */
#container {
  display: flex;
	min-height: 100%;
}

#header {
  width: 20%;
	background: #1B1C1D !important;
	min-height: 100%;
}

#header .ui.inverted.black.menu.active.activePerm {
  display: block !important;
}

#header .item_wrap {
	position: relative;
}

#header .item_wrap:hover .sub_menu {
	display: block !important;
	position: absolute;
	top: 0;
	left: 100%;
}

#header .item {
	display: block !important;
	background: #1B1C1D !important;
	color: #FFF !important;
}

/*----------------------------------------

2024.7.18
サイト246よりコピペ

----------------------------------------*/
.listcond .ui.form{
	display: flex;
    flex-wrap: wrap;
}

.listcond .ui.form .field{
	display: flex;
	align-items: center;
    flex-wrap: wrap;
}

.listcond .cell20{
    width: 20%;
}

/*上下位置（市区町村）*/
.listcond .cp_city_field{
	height: 100%;
	display: flex;
	align-items: flex-end;
}

/*余白*/
.listcond .ui.form .field > *{
	margin-right: 4px !important;
	margin-left: 4px !important;
}

/*余白（求人一覧-登録日）*/
.listcond .ui.form .field > link{
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/*余白（「×」ボタン）*/
.listcond .ui.form .field .X-DatePicker-Clear{
	margin-left: 0 !important;
}

/*ラベル*/
.listcond .ui.form .field > label{
	width: auto !important;
	font-size: 1em;
	font-weight: normal !important;
}

/*ラベル（見出し）*/
.listcond .ui.form .field > label:first-of-type{
	width: 100% !important;
	font-weight: bold !important;
}

/*入力・選択フォーム*/
.listcond .ui.form .field > input[type=text],
.listcond .ui.form .field > select{
	flex: 1;
}

/*ラジオボタン*/
.listcond .ui.form .field > label > input[type=radio]{
	position: relative;
	top: 0.1em;
	margin-right: 0.3em;
}

/*「×」ボタン*/
.listcond .X-DatePicker-Clear{
	display: inline-block;
	font-size: 20px;
	color: red;
	cursor: pointer;
}

/*検索・リセットボタン*/
.listcond .centre{
	width: 100%;
	margin: 20px auto 0;
}

/*----------------------------------------

2024.7.18～

----------------------------------------*/
#header{
	min-width: 120px;
	padding-top: 54px;
}

#main{
	width: 100%;
	max-width: 100% !important;
	margin: 0;
	padding: 20px 2% 100px;
}

.wellcome{
	max-width: 100%;
}

/*--------------------
メニュー
--------------------*/
#header .item:hover{
	background: #27292A !important;
}

/*サブメニュー*/
#header .sub_menu{
	z-index: 1;
}

#header .sub_menu .item{
	border-radius: 0 !important;
}

/*--------------------
フォーム
--------------------*/
/*チェックボックス*/
.ui.checkbox{
	margin-bottom: 5px;
}

/*セレクトボックス*/
select + select{
	margin-top: 0;
}

select[name="city"]{
	margin-top: 5px;
}

/*--------------------
スカウト検索ページ
--------------------*/
/*「送信済みを含めない」・「応募済みを含めない」*/
input[name="onlyNotOffered"],
input[name="onlyNotApplicants"]{
	position: relative;
	height: 100%;

	/*リセット*/
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[name="onlyNotOffered"]:before,
input[name="onlyNotApplicants"]:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 17px;
	content: '';
	background: #FFF;
	border-radius: .21428571rem;
	transition: border .1s ease, opacity .1s ease, transform .1s ease, box-shadow .1s ease, -webkit-transform .1s ease;
	border: 1px solid #D4D4D5;
	cursor: pointer;
}

input[name="onlyNotOffered"]:focus:before,
input[name="onlyNotApplicants"]:focus:before{
	border-color: #96C8DA;
}

input[name="onlyNotOffered"]:checked:after,
input[name="onlyNotApplicants"]:checked:after{
	position: absolute;
	font-size: 14px;
	top: 1px;
	left: 0;
	width: 17px;
	height: 17px;
	text-align: center;
	transition: border .1s ease, opacity .1s ease, transform .1s ease, box-shadow .1s ease, -webkit-transform .1s ease;
	font-family: Checkbox;
	content: '\e800';
	color: rgba(0, 0, 0, .95);
}

/*--------------------
登録者変更ページ
--------------------*/
/*ラジオボタン*/
.datatable label:has(input[type=radio]){
	margin-right: 8px;
}

.datatable input[type=radio]{
	position: relative;
	top: 0.1em;
	margin-right: 0.3em;
}

/*セレクトボックス*/
.datatable .field.from select{
	margin: 0 4px;
}

.datatable .field.from select:first-of-type{
	margin-left: 0;
}

/*その他*/
.datatable .field.salary input{
	margin-right: 4px;
}

/*--------------------
職種管理・選択管理ページ
--------------------*/
.editor-main{
	grid-gap: 15px !important;
}

/*左側*/
.ant-tabs-tab{
	padding: 8px 15px 8px 0 !important;
}

.editor-group-append-button{
	margin-top: 0 !important;
	padding: 30px 15px 15px 0 !important;
	border-right: 1px solid #d9d9d9;
}

.editor-group-append-button button{
	width: 100%;
	height: auto;
	padding: 10px;
}

/*右側*/
.ant-spin-container > h3{
	margin: 7px 0;
}

.ant-spin-container > h3 > span{
	display: inline-block;
	margin-right: 10px;
}

.ant-spin-container > h3 > span.edit,
.ant-spin-container > h3 > span.remove{
	color: #1677ff;
}

.options table tbody button {
    margin: 4px !important;
}

/*ポップアップ*/
.ant-modal-header{
	margin-bottom: 1.6em !important;
}

.ant-modal-body label{
	font-weight: bold;
}

.ant-modal-body label + div{
	margin: 3px 0;
}

.ant-modal-body .user-hint{
	font-size: 90%;
	color: #888;
}

.custom-attribute.select1{
	align-items: center;
}

/*ポップアップ - 選択可能の職種*/
.custom-attribute .array-element{
	height: auto !important;
	margin-bottom: 10px;
}

.custom-attribute .array-element-append{
	text-align: left !important;
	line-height: 1;
}

.custom-attribute .array-element .array-element-remove{
	display: flex;
	justify-content: center;
	align-items: center;
}

/*--------------------
OM投稿など　投稿者選択
--------------------*/
.vue-picker .filter{
	display: flex !important;
	flex-wrap: wrap;
	width: 100% !important;
	align-items: center;
}

.vue-picker .filter > div{
	margin-right: 10px;
}

.vue-picker .filter > div:last-of-type{
	margin-right: 0;
}

.vue-picker .filter > div:nth-of-type(2){
	flex: 1;
	min-width: 150px;
}

/*検索ボタン*/
.vue-picker .filter > div:nth-of-type(3) button{
	/*リセット*/
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	/*スタイル*/
	display: inline-block;
	padding: 0.8em 1.5em;
	background: #007bbb;
	border-radius: 3px;
	color: #FFF;
	font-weight: bold;
	line-height: 1em;
}

.vue-picker .filter > div:nth-of-type(3) button:hover{
    opacity: 0.8;
}

/*--------------------
テーブル
--------------------*/
.tablelike > * > *{
	padding: 10px;
	vertical-align: middle !important;
}

/*↑の余白と合わせる（求人作成ページ 時給など）*/
.tmpBox,
.tmpFild{
	top: 10px !important;
	left: 10px !important;
	right: 10px !important;
}

/*--------------------
法人変更　住所
--------------------*/
.field[data-field="address"] > div > div{
	display: block;
}

.field[data-field="address"] > div > div > .field{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	padding: 0;
}

.field[data-field="address"] > div > div > .field > *{
	display: block !important;
}

.field[data-field="address"] > div > div > .field > div{
	flex: 1;
	min-width: 150px;
}

/*--------------------
余白など調整
--------------------*/
/*新規ユーザー作成 ユーザータイプ*/
.X-RadioList{
	margin: 0;
}

/*新規ユーザー作成　確認　ロール*/
.field[data-field="roles"] .checklist span{
	margin-right: 1em;
}

/*ページ管理　テンプレート使用設定*/
.noLandingPageChoice{
	margin-top: 40px !important;
	text-align: center;
}

/*----------------------------------------

2024.7.31～

----------------------------------------*/
/*--------------------
別デザインのチェックボックスの見た目を揃える
--------------------*/
.option-group-option{
	margin: 0 20px 5px 0;
}

.option-group-option *{
	transition: none !important;
}

.ant-checkbox-wrapper{
	position: relative;
	line-height: 17px;
	cursor: auto;
	font-family: inherit;
}

.ant-checkbox-wrapper span{
	vertical-align: top;
}

.ant-checkbox{
	position: absolute;
}

.ant-checkbox-inner{
	width: 17px !important;
	height: 17px !important;
	background-color: transparent !important;
	border: none !important;
}

.ant-checkbox-inner:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 17px;
	content: '';
	background: #FFF;
	border-radius: .21428571rem;
	transition: border .1s ease, opacity .1s ease, transform .1s ease, box-shadow .1s ease, -webkit-transform .1s ease;
	border: 1px solid #D4D4D5;
	cursor: pointer;
}

.ant-checkbox-wrapper:hover .ant-checkbox-inner:before{
	border-color: rgba(34, 36, 38, .35);
}

.ant-checkbox-input:checked + .ant-checkbox-inner:before{
	border-color: rgba(34, 36, 38, .35);
}

.ant-checkbox-input:focus + .ant-checkbox-inner:before{
	border-color: #96C8DA;
}

.ant-checkbox-input:checked + .ant-checkbox-inner:after{
	position: absolute;
	font-size: 14px;
	top: 1px;
	left: 0;
	width: 17px;
	height: 17px;
	text-align: center;
	/*transition: border .1s ease, opacity .1s ease, transform .1s ease, box-shadow .1s ease, -webkit-transform .1s ease;*/
	font-family: Checkbox;
	content: '\e800';
	color: rgba(0, 0, 0, .95);
	transform: none;
	border: 0;
	transition: none !important;
}

.ant-checkbox + span{
	padding-inline-start: 0;
	padding-inline-end: 0;
	padding-left: 1.85714em;
}

/*--------------------
テキストエリアの高さ
--------------------*/
.ui.form textarea:not([rows]){
	height: 4em;
	min-height: 4em;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.ui.form textarea:not([rows])::-webkit-scrollbar{
	display:none;
}

/*--------------------
応募者変更　メッセージ送信
--------------------*/
.wellcome + .breadcrumb + div:has(.messages-trigger){
	margin-bottom: 20px;
	text-align: center;
}

.wellcome + .breadcrumb + div .messages-trigger{
	display: inline-block;
	padding: .78571429em 1.5em;
	background: #007bbb;
	border-radius: 3px;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}

@media (min-width:768px){
	.wellcome + .breadcrumb + div .messages-trigger:hover{
		opacity: 0.8;
	}
}

/*--------------------
求人一覧ページの検索
・雇用形態
・業種・サービス形態
セレクトボックスの見た目を近付ける
--------------------*/
.option-selector-flex{
	width: 100%;
}

.option-selector-flex .ant-select-single{
	height: 38px;
}

.option-selector-flex .ant-select-single .ant-select-selector{
	border-radius: 4px;
	border-color: #d9d9d9 !important;
	box-shadow: none !important;
}

/*矢印*/
.ant-select-arrow{
	position: relative;
}

.ant-select-arrow:after{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: -4px;
	width: 6.5px;
	height: 6.5px;
	border-top: 2px solid #111;
	border-right: 2px solid #111;
	transform: rotate(135deg);
	margin-top: -5px;
}

.ant-select-arrow > span{
	display: none;
}

/*--------------------
その他微調整
--------------------*/
/*希望勤務地*/
select[name="cityWish"] {
    margin-top: 5px;
}

/*スカウト検索  登録者情報　「直前のページに戻る」リンク*/
.offer-target-button > a{
	text-decoration: underline;
}

/*その下のボタン*/
.offer-target-button .button{
	min-width: 200px;
	margin: 10px auto 0;
}

@media (min-width:768px){
	.offer-target-button > a:hover{
		text-decoration: none;
	}
}

/*いつの間にか入力欄のフォントが変わって太くなっている*/
input[type=text]{
	font-family: inherit !important;
}

/*--------------------
24.10.30
応募者一覧　ボタン
--------------------*/
.actionCell a{
	display: block;
	width: auto;
	height: auto;
	margin-bottom: 0;
	padding: 6px 3px;
	line-height: 1.2;
}

.actionCell a + a{
	margin-top: 6px;
}

.actionCell a:first-of-type{
	background: #007bbb;
	color: #fff;
	border: 0;
}

#header .item_wrap .item.manual {
	color: #FFFF00 !important;
}





