@charset "utf-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
body {
  height: 100%;
}
a,
address,
article,
aside,
body,
caption,
div,
dl,
dt,
dd,
em,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
img,
label,
main,
menu,
nav,
p,
ruby,
section,
span,
strong,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul,
ol,
li,
iframe {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  word-break: break-word;
  vertical-align: middle;
  border: 0;
}
label[for] {
  cursor: pointer;
}
body {
  min-width: 1200px;
  /* background-color: #efefef; */
  background-color: #f8fafc;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #444;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}
ol,
ul {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #5269d2;
  text-decoration: none;
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
img {
  border-style: none;
}
button,
input,
select,
textarea {
  box-sizing: border-box;
  resize: none;
  margin: 0;
  font: inherit;
  vertical-align: middle;
}
optgroup {
  font-weight: bold;
}
button,
input,
select {
  overflow: visible;
  outline: none;
}
button:hover,
select:hover {
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
textarea {
  overflow: auto;
  padding: 8px;
}
button {
  -webkit-appearance: none;
  border: none;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"] {
  text-align: right;
}
/* numberのスピンボタン無し */
input[type="number"].no-spin::-webkit-outer-spin-button,
input[type="number"].no-spin::-webkit-inner-spin-button {
  -webkit-appearance: none; margin: 0;
}
input[type="number"].no-spin {
  -moz-appearance:textfield;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
 }
.no-scrollbar::-webkit-scrollbar {
  display:none;
}
.cf:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.db {
  display: block !important;
}
.dn,.hid {
  display: none !important;
}
.pcDn {
  display: none;
}
.bkgd_color_string {
  color: #f8fafc;
  opacity: 0;
}
.dn_string {
  font-size: 0;
}
/* for Smart phone */
@media screen and (max-width: 767px) {
  .pcDn {
    display: block;
  }
  .spDn {
    display: none;
  }
}

/* for Smart phone */
@media screen and (max-width: 768px) {

  /* 画面共通 */
  .msgbox-outer {
    width: 80%;
  }
}
/*==========================*/
/*===== Tomorro Works =====*/
/*==========================*/
h1 {
  font-size: 26px;
}
h2 {
  font-size: 16px;
}
.commonContent {
  color: #444;
  display: flex;
  min-height: 760px;
}
[type=checkbox] {
  transform: scale(1.4);
}
/* .use_icon{
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */

/*========================================
Nav
========================================*/
Nav {
  width: 200px;
  /* height: 100vh; */
  min-height: 760px;
  background-color: #43425d;
  color: #FFF;
}
.companyLogo {
  background-color: #3c3b53;
  height: 60px;
  letter-spacing: 4px;
  align-items: center;
  text-align: center;
  line-height:60px;
}
.loginCompanyLogo {
  background-color: #43425d;
  height: 60px;
  letter-spacing: 4px;
  align-items: center;
  text-align: center;
  line-height:60px;
}
.companyLogo > img {
  width: 85%;
}
.loginCompanyLogo > img {
  width: 56%;
}
/* タイトルへアイコンを設定 */
[class*="pagetype_"] a::before, 
h2[class*="pagetype_"]::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  width: 25px;
  text-align: center;
  margin-right: 0.3em;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.pagetype_workers a::before, 
h2.pagetype_workers::before
{
  content: "\f007";
}
.pagetype_recruits a::before, 
h2.pagetype_recruits::before
{
  content: "\f328";
}
.pagetype_locations a::before, 
h2.pagetype_locations::before
{
  content: "\f086";
}
.pagetype_applicants a::before, 
h2.pagetype_applicants::before
{
  content: "\f073";
}
.pagetype_attendances a::before, 
h2.pagetype_attendances::before
{
  content: "\f0f3";
}
.pagetype_foremans a::before, 
h2.pagetype_foremans::before,
.pagetype_managers a::before, 
h2.pagetype_managers::before
{
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f509";
}
[class*="pagetype_"].active {
   background-color:#383741;
  /* background-color:#74728a; */
}
.navMain {
  height: calc(100vh - 60px);  /*ヘッダー高さを引く */
}
nav li:hover {
  background-color: rgb(56, 55, 65);
}
nav .navMain li a {
  color: #FFF;
  display: block;
  padding: 20px 20px;
}
nav i {
  width: 25px;
}

/*========================================
ヘッダー
========================================*/
.contentHeader {
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  height: 60px;
  display: flex;
  padding-left: 24px;
  padding-right: 24px;
  align-items: center;
}
.contentHeader h2 {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.contentHeader ul {
  text-align: right;
  margin: 0 0 0 auto;
}
.contentHeader li {
  list-style: none;
  display: inline;
  padding: 0 10px;
}
.contentHeader a{
  color: #444;
}

/*========================================
  メインコンテンツ
========================================*/
.mainContent {
  width: calc(100% - 200px);
  min-width: calc(1200px - 200px);
  /* overflow: auto;  スクロールを可能にする */
}
.contentWrapper {
  padding: 8px 8px;
  height: calc(100vh - 60px);  /*ヘッダー高さ */
}
.tableWrap {
  display: flex;
}
:root {
  --content-min-w: 1100px;
  --content-max-w: calc(100vw - 165px - 28px - 200px);
  --content-height: 714px;
}

.secViewTable,
.list-box,
.secViewTwoRowTable {
  overflow: auto;
  min-width: var(--content-min-w);
  max-width: var(--content-max-w);
  width: 100%;
}

.secViewTable2 {
  padding-top: 8px;
  width: 100%;
  overflow: auto;
}
.list-box {
  margin-top: 13px;
}
.secViewTwoRowTable {
  height: calc((100vh - (60px + 16px))/2);
  min-height: 390px;
}
/*========================================
バリデーションエラー通知
========================================*/
.aleatDanger{
  background-color: #f3d8d6;
  padding: 8px 0 8px 32px;
  margin-bottom: 8px;
  border-radius: 0.5em;
}
.aleatDanger ul{
  list-style: inside;
}

/*========================================
テーブル
========================================*/
table {
  width: 100%;
}
.commonTable th,
.subTable th {
  background-color:#157ebf;
  /**テーブルレイアウト修正で25に変更*/
  height: 25px;
  border-right: solid 1px #fff;
  text-align: center;
  color:#fff;
  position: sticky;
  top: 0;
  z-index: 10;
}
.commonTable th:first-child {
  border-radius: 7px 0 0 0 ;
}
.commonTable th:last-child {
  border-radius: 0 7px 0 0 ;
}
.commonTable tr,
.subTable tr {
  border-bottom: solid 1px #d8d9d7;
}
.commonTable td,
.subTable td  {
  border: solid 1px #d8d9d7;
  color: #555;
  padding: 5px;
  text-align: center;
  background-clip: padding-box;
}
.commonTable tbody input:hover,
.commonTable tbody tr:hover,
.subTable tbody input:hover,
.subTable tbody tr:hover {
    background-color:#dcdcdc;
}
.commonTable tbody input:hover input,
.commonTable tbody tr:hover input,
.subTable tbody input:hover input,
.subTable tbody tr:hover input {
    background-color: #dcdcdc;
}
.worker_ng{
/* .workersTable .worker_ng:hover { */
  background-color:#ffeeee !important;
}
.tableOuter {
  /**テーブルレイアウト用に値削除*/
  height: calc(100vh - 60px - 80px);
  margin-top: 12px;
  overflow-y: auto;
  border-radius: 7px 7px 0 0 ;
}
.tableOuter.twoRow {
  height: calc((100vh - (60px + 40px))/2);
  max-height: 337px;
  padding-right: 20px;
}
.subTableOuter {
  height: 200px;
  overflow: auto;
}
.OuterApplicantTableFirst .applicantTableOuter {
  max-height: 365px;
  overflow: auto;
  border-radius: 7px 7px 0 0 ;
}
.OuterApplicantTableSecond .applicantTableOuter {
  height: calc((100vh - 250px) / 2);
  overflow: auto;
  border-radius: 7px 7px 0 0 ;
}
td.cntNumFormat {
  text-align: right;
  padding-right: 20px;
}
/*========================================
テーブル内 inputタグ
========================================*/
table input {
  width: 100%;
}
.managersTable input{
  border: none;
  background-color: #f8fafc;
}
table td {
  height: 100%;
}
.checkboxOuter{
  height: 25px;
  width: 30px;
  padding-top: 3px;
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
}
.checkboxOuter::-webkit-scrollbar {  /* Chrome, Safari 対応 */
  display:none;
}
.checkboxOuter input {
  margin-bottom: 4px;
  margin-top: 2px;
}
.alertCheckbox {
  background-color: #fedaf0;
  border-radius: 3px;
}
/*========================================
テーブル上部のボタン
========================================*/
.onTableBtnGroup {
  min-height: 41px;
  line-height: 38px;
  padding:0 10px;
}
.onTableBtnGroup.attend {
  position: relative;
}
.onTableBtnGroup_applicant_rest {
  padding-right:5px;
}
#csvDLBtn {
  margin-left: 20px;
}
.leftSideWrap {
  float: left;
  width: 50%;
}
.righSideWrap {
  float: right;
  width: 50%;
  text-align: right;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/*========================================
ボタン
========================================*/
/* テーブル内ボタン */

.btnTableCre,
.btnTableUp,
.btnTableDel,
.btnTableCancel {
  border-radius: 5px;
  /**テーブルレイアウト修正のため1pxに変更*/
  padding: 1px 10px;
  border: solid 2px;
  background-color: rgb(255, 255, 255);
  display: inline-block;
}
.btnColWrap {
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.btnColWrap .btnTableCre,
.btnColWrap .btnTableUp,
.btnColWrap .btnTableDel,
.btnColWrap .btnTableCancel {
  font-size: 13px;
  padding: 1px 3px;
}
.btnColWrap .btnTableCre.attendDaily {
  font-size: 13px;
  padding: 2px 30px;
}
/** キャンセルの文字サイズが大きいため*/
.btnColWrap .cancelBtnSize {
  font-size: 11px;
  padding: 1.5px 3px;
}
.btnTableUp {
  color: #3075e3;
  border-color: #3075e3;
}
.btnTableCre {
  color: #58a55c;
  border-color: #58a55c;
}
.btnTableCancel {
  color: #ccaf1f;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ccaf1f;
}
.btnTableDel {
  color: #BD2630;
  border-color: #BD2630;
}
.btnTableUp:not(.modifiedDisabled):hover,
.btnTableCre:not(.modifiedDisabled):hover,
.btnTableDel:not(.modifiedDisabled):hover {
  cursor: pointer;
  color: #d9d9d9;
}
.btnTableUp:hover {
  background-color: #3075e3;
  border-color: #3075e3;
}
.btnTableCre:hover {
  background-color: #58a55c;
  border-color: #58a55c;
}
.btnTableDel:hover {
  background-color: #BD2630;
  border-color: #BD2630;
}

.btnTableDel,
.btnTableCancel {
  margin-left: 15px;
}
.btnTableCre {
  color: #58a55c;
  border-color: #58a55c;
}
.btnTableCre {
  color: #58a55c;
  border-color: #58a55c;
}
.btnTableCre {
  color: #58a55c;
  border-color: #58a55c;
}
.btnTableCre {
  color: #58a55c;
  border-color: #58a55c;
}







/* 汎用的ボタン */
.btnLarge {
  border-radius: 5px;
  padding: 10px 50px;
  transition: all 0.2s e;
}
.btnMedium {
  border-radius: 5px;
  padding: 10px 20px;
  transition: all 0.2s ease;
  display: inline-block;
}
.btnSmall {
  border-radius: 5px;
  padding: 10px 10px;
  transition: all 0.2s ease;
  display: inline-block;
}
.btnRound {
  border-radius: 30px;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  transition: all 0.2s ease;
  display: inline-block;
}
.btnCreate {
  background-color: #58a55c;
  color: #FFF;
}
.btnUpdate {
  background-color: #3075e3;
  color: #FFF;
}
.btnCancel {
  background-color: #E9D985;
  color: #222222;
}
.btnDelete {
  background-color: #BD2630;
  color: #FFFFFF;
}
.btnSearch {
  background-color: #58a55c;
  color: #FFF;
}
.btnMedium:hover,
.btnSmall:hover {
  cursor: pointer;
  opacity: 0.8;
}
/*========================================
 　その他入力フォーム部品系
========================================*/
.radioBtnGrp {
  display: inline;
}
.radioBtnGrp li {
  display: inline;
  padding-right: 8px;
}
.textFieldMin {
  width: 85px;
}
.textFieldSmall {
  width: 170px;
}
.textFieldLarge {
  width: 510px;
}
.selectBoxSmall {
  width: 150px;
  height: 25px;
}
.selectBoxMedium {
  width: fit-content;
  height: 25px;
}

/*========================================
検索ボックス
========================================*/
.searchbar {
  width: 165px;
  min-width: 165px;
  height: fit-content;
  min-height: 300px;
  margin-left: 8px;
  margin-top: 53px;
  background-color: #fff;
  border: solid 1px #aaa; 
  border-radius: 8px 8px 0 0;
  position: relative;
}
#clearCond {
  position: absolute;
  min-width: 50px;
  top: 30px;
  right: 20px;
  z-index: 1;
}
.searchbarTitle {
  padding: 2px;
  font-size: 13px;
  background-color: #515151;
  color: #FFF;
  text-align: center;
  border-radius: 6px 6px 0 0;
}
.searchItems {
  padding: 8px 5px;
  overflow: auto;
  max-height: calc(100vh - 180px);
}
.searchItem {
  margin-top: 11px;
}
.searchItem p {
  color: #888;
  font-size: 11px;
}
.searchItem p:after {
  content: ' :'
}
.searchItem label {
  font-size: 13px;
}
.searchItem ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.searchItem ul div.chk label {
  font-size: 12px;
  padding-left: 1.7em;
}
.list-tbl div.chk label[for="chk4active"]:before,
.searchItem ul div.chk label:before {
  width: 2px;
  margin-top: -5px;
}
.list-tbl div.chk label[for="chk4active"]:after,
.searchItem ul div.chk label:after {
  width: 12px;
  height: 12px;
  margin-top: -8px; 
}
.searchItem.jscRange ul { 
  width: 90%;
  margin: 0 auto;
}
.searchItem .searchRange input[type='number']{
  width: 55px;
}
.searchCheckbox li {
  width: 49%;
}
.searchInputNumber::placeholder {
  font-size: 7pt;
}

/*========================================
モーダル
========================================*/
.modalWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  text-align: center;
  z-index: 10;
}
.modalWrap:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.modalBackground {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.6;
  z-index: 20;
}
.modalContent {
  position: relative;
  display: inline-block;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 4px;
  font-size: 16px;
  z-index: 30;
  max-width: 80%;
}
.modalMessage {
  font-size: 18px;
  font-weight: 600;
}
.modalContentMessage {
  padding: 0 5px;
  vertical-align: baseline;
  font-weight: 700;
}
.modalContentMiniMessage {
  font-size: 10pt;
  margin-top: 16px;
}
.modalTable {
  width: 600px;
  border: solid 1px #d8d9d7;
}
.modalTable th {
  background-color: #43425d;
  border: solid 1px #d8d9d7;
  color: #fff;
}
.modalTable th.modalWorker {
  width: 30%;
  height: 50px;
}
.modalTable tr.modalWorkerRow td {
  text-align: left;
  padding: 2px;
}
.modalTable tr.modalWorkerRow td textarea {
  resize: none;
  height:200px;
}
.modalTable tr.modalWorkerRow:last-child {
  height: 60px;
}
.modalTable tr.modalWorkerRow:last-child td,
.modalTable tr.modalWorkerRow:first-child td {
  border: solid 1px #d8d9d7;
}
#modalSendTo {
  max-height:200px;
  overflow-y: auto;
}
.btnSubmitList {
  margin-top: 20px;
  padding-bottom: 2px;
}
.btnSubmitList > li {
  display: inline-block;
}
.btnSubmitList > li + li {
  margin-left: 10px;
}
.btnSubmitList > li a {
  margin-left: 3px;
}
.deleteBtn {
  margin-left: 20px;
}
/*========================================
ログイン画面
========================================*/
body.login {
  position: relative;
  height: 100vh;
  min-height: 700px;
}
.loginHeader {
  background-color: #43425d;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  height: 60px;
  display: flex;
  /* padding-left: 24px; */
  /* padding-right: 24px; */
  align-items: center;
}
.loginHeaderLeft {
  width: 100%;
  padding-right: 35px;
}
.loginContainer {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 400px;
  border: 1px solid #ccc;
  background-color: #fff;
  /* background-color: #e24242;

    width: 400px;
    border: 1px solid #ccc;


  position: relative;
  height: calc(100vh - 200px);  /*ヘッダー高さ */
}
.loginCard {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  /* background-color: #e24242; */
  padding: 32px;
}
.loginCardHeader {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 15px;
}
.loginCardBody {
  padding: 30px;
}
.loginCardBody input {
  height: 35px;
  margin-top: 20px;
}
.loginFormGroup {
  margin-top: 20px;
}
.invalid-feedback {
  display: block;
  text-align: center;
  margin-top: 0.25rem;
  font-size: 100%;
  color: #e3342f;
}
.rememberMeCheck {
  text-align: center;
}
.loginButtonWrap {
  text-align: center;
  margin-top: 32px;
}
.loginFormGroup Button {
  padding: 8px 32px;
  /* background-color: #00cc00; */
  background-color: #3075e3;
  color: #fff;
  border-radius: 3px;
}
.loginUserBox {
  font-size: 20px;
}

.loginUserBox:before {
  content: "\f2bd";
  margin-right: 0.3em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.contentHeader li.sign-out-box {
  padding: 5px 5px 5px 10px;
  border-bottom: 1px solid #555 inset;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-left: 20px;
  background-image: linear-gradient(0deg, #eee 10%, #fff 50%)
}

.contentHeader li.sign-out-box i.fas {
  line-height: normal;
  margin-right: 0;
}

.contentHeader li.sign-out-box:hover {
  opacity: 0.8;
}
/*========================================
文字表記の用スタイル
========================================*/
.range_mark {
  margin-left: 5px;
  margin-right: 5px;
}
.vldErrMsg {
  /* background-color: blanchedalmond; */
  padding: 2px 4px;
  margin-left: 8px;
  color: #dc143c;
  font-size: 10pt;
}
.displayAge {
  /* padding: 2px 4px; */
  margin-left: 8px;
  color: #444;
  font-size: 10pt;
  display: inline-block;
}
.frToBox .col2::before {
  content: '〜';
  text-align: center;
  display: block;
  color: #888;
}
.frToBox .col2.search::before {
  padding: 0.3em 0.3em 0;
}
.price.frToBox .col1,
.price.frToBox .col3 {
  text-align: right;
}
.price.frToBox .col2 {
  padding-left: 5px;
}
.term.frToBox .col1 {
  text-align: right;
}
.term.frToBox .col3 {
  text-align: left;
}
.applicant.frToBox .col1, 
.applicant.frToBox .col2,
.applicant.frToBox .col3 {
  padding-top: 3px;
}
/*========================================
人材管理画面
========================================*/
/* 人材登録、編集画面 左側 */
.secWorkerMainData {
/*  詳細画面のレビューで削除
  width: 600px;
  height: calc(100vh - 60px -16px);
  background-color: skyblue; 
  */
  padding-top: 34px;
  padding-right: 14px;
  width: 500px;
  /* padding-left: 16px; */
}
/*  詳細画面のレビューで追加*/
.leftSideForm {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.workerImg img {
  width: 175px;
  height: 175px;
  object-fit: cover;
  cursor: pointer;
}
.fileupload-box {
  position: relative;
}
.fileupload-box .delfile-btn {
  position: absolute;
  bottom: 0;
  left: 190px;
  z-index: 1;
}
.uploadImgText {
  margin-top: 8px;
  display: inline-block;
}
.cmnTextarea {
  resize: none;
  height: 100px;
  justify-content: center;
}
/* 人材登録・編集画面　右側 */
.secWorkerRegister,
.secWorkerEdit {
  position: relative;
  min-width: 600px;
}
/* 郵便番号 */
.textFieldAndBtn{
  display: flex;
}
.textFieldAndBtn li:not(:first-child){
  margin-left: 8px;
}
/* タブ */
.secWorkerRegister .tabContent {
  display: block;
  margin-bottom: 64px;
}
/* タブスタイル */
.workerTabWrap {
  border-bottom: solid 2px #444;
}
.tabItem {
  font-size: 18px;
  border: solid 1px red;
}
.tabMenu {
  margin: 0;
  padding: 0;
  font-size: 0;
  border-bottom: none;
  position: absolute;
  top: 0;
  z-index: 2;
}
.tab-item {
  width: 150px;
  text-align: center;
  padding: 5px 0 5px;
  display: inline-block;
  margin-left: 35px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 7px 7px 0 0;
  cursor: pointer;
}
.tab-item label {
  letter-spacing: 0.2em;
  font-size: 15px;
  /* レビューで削除cursor: pointer;
  font-size: 18px;
  display: inline-block;
  width: 100%; */
}
.tab-item.active {
  background-color: #fff;
  border-bottom-color: #fff;
}
/*ラジオボタンを全て消す*/
input[name="tabGroup"] {
  display: none;
}
/* タブ切り替えの中身のスタイル */
.tabContent {
  z-index: 1;
  display: none;
  background-color: #fff;
  padding: 10px;
  border: #ccc 1px solid;
  border-radius: 8px;
  position: absolute;
  width: 100%;
  top: 34px;
  left: 0;
  height: 715px;
  overflow-y: auto;  
}
/* 選択されているタブのコンテンツのみを表示 */
.tabContent.active {
  display: block;
}

/* 選択されているタブのスタイルを変える */
/* #worker_datas:checked ~ label[for="worker_datas"] { */
#worker_datas:checked ~ #worker_datas_label {
  font-weight: bold;
}
.workerTabDetail{
  overflow: auto;
  height: calc(100vh - 60px - 40px - 10px - 10px);
}
.workerTabDetail .tabContent > div {
  padding-bottom: 10px;
}
.workerTabDetail .tabContent > div + div,
.locationEdit.editContents > div + div {
  padding-top: 20px;
  border-top: 1px solid #aaa;
}
.editContents .btnWrap {
  padding-bottom: 7px;
}
.workerTabDetail .detailOption.rdo label:before {
  top: 5px;
}
.workerTabDetail .detailOption.rdo label:after {
  top: 7px;
}
.workerTabDetail input[type="number"].textFieldSmall {
  width: 80px;
}
.rdo.info.detailOption ~ .rdo.info.detailOption {
  margin-left: 8px;
}
/* ヘッダの高さ(60px)+プラスアルファーの高さを高さとして設定*/
.locationDetail {
  overflow: auto;
  height: calc(100vh - 80px);
}
.registerFormItem {
  margin-top: 8px;
}
.registerFormItem>label:first-child {
  display: block;
  float: left;
  text-align: right;
  width: 170px;
  padding-right: 8px;
}
.registerFormItem .detail {
  margin-left: 16px;
}
.secWorkerRegister h1:nth-child(n+2),
.secWorkerEdit h1:nth-child(n+2) {
  margin-top: 32px;
}
.workerCreateBtn {
  margin-top: 32px;
  display: inline-block;
  padding: 7px 40px;
}
.componetWrap {
  width: 100%;
}
.workerSubmitBtnGroup {
  text-align: center;
}

/* 登録/更新フォーム */
.registrationFormWrap {
  width: 1084px;
  padding-top: 34px;
  /* width: 100%;
  margin: 0 auto 0;
  padding:0 20px;
   */
}
.btnWrap {
  padding-left: 202px;
  margin: 0 10px;
}
.registrationFormWrap .editContents {
  position: relative;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.copyBtn {
  z-index: 1;
  position: absolute;
  top: 28px;
  right: 42px;
}

.registrationForm {
  width: 100%;
  font-size: 0;
  min-width: 460px;
  height: 714px;
  /* background-color: bisque; */
}
.registrationForm.sentForm > dt {
  width: 300px;
}
.registrationForm.sentForm > dd {
  width: calc(100% - 300px);
}
.registrationForm.leftSideForm > dt {
  width: 120px;
}
.registrationForm.leftSideForm > dd {
  width: calc(100% - 120px);
}
.registrationForm.rightSideForm > dt {
  width: 200px;
}
.registrationForm.rightSideForm > dd {
  width: calc(100% - 200px);
}
.registrationForm > dt {
  padding-top: 3px;
  padding-right: 20px;
  font-weight: bold;
  text-align: right;
}
.registrationForm > dt,
.registrationForm > dd {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}
.registrationForm > dt,
.registrationForm > dd {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}
.registrationFormText {
  width: 50%;
}
.registrationForm > dt ~ dt,
.registrationForm > dd ~ dd {
  margin-top: 10px;
}
.registrationForm > dt,
.registrationForm > dd {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}
.registrationForm > dt,
.registrationForm > dd {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}
.registrationForm .btn-dd {
  padding-top: 14px;
  padding-left: 540px;
}
.requiredField {
  color: red;
  margin-left: 4px;
}
.detailItem {
  padding: 5px 0;
}
.detailItem .clm1,
.detailItem .clm3 {
  text-align: right;
  padding: 5px 10px;
  font-weight: bold;
}
.detailItem .clm2.rdo-box,
.detailItem .clm4.rdo-box {
  padding: 5px 0;
}
.detailIndex {
  padding-left: 20px;
}
.detailIndex_bg {
  padding-left: 48px;
}
.detailIndex_bg h2,
.detailIndex h2 {
  font-weight: bold;
  font-size: 20px;
}
/* 実績タブ */
.workerNoticesTab {
  max-height: calc(50vh - 60px - 60px - 60px);
  margin-right: 50px;
  overflow: auto;
}
.workerNoticeTitle {
  font-weight: bold;
}
.workerNoticeMessage {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 13px;
  padding: 2px 5px;
}
.workerJobsTab {
  max-height: calc(50vh - 60px - 60px - 60px);
  margin-right: 50px;
  overflow: auto;
}

/*========================================
 フラッシュメッセージ
========================================*/
.alert-flash {
  position: absolute;
  top: 70px;
  z-index: 10;
  left: 225px;
}
.alert-size {
  padding: .75rem 1.25rem;
  margin-bottom: 3px;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.flash_message {
  position: relative;
}
.confirmBtn.modifiedDisabled {
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #cccccc;
  border: none;
  cursor: no-drop;
}
.flash_message > span.close-btn {
  position: absolute;
  top:1%;
  right:7px;
  cursor: pointer;
}
.confirmBtn.modifiedDisabled:hover,
.tableConfirmBtn.modifiedDisabled:hover {
  opacity: 1;
}
.tableConfirmBtn.modifiedDisabled {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #cccccc;
  border: none;
  cursor: no-drop;
}
.disabledFont {
 color:#FFF;
}

.verticalStack li:not(:first-child){
  margin-top: 8px;
}

/* 管理者・職長登録フォーム */
.createFormOnTable {
  padding: 1px 0;
  width: fit-content;
}
.createFormOnTable ul {
  display: flex;
}
.createFormOnTable li {
  margin-right: 14px;
}
.createFormOnTable li:last-child {
  margin-left: 30px;
}
.createFormOnTable li a {
  display: block;
}

/*========================================
応募管理画面
========================================*/
.applicantTableWrap {
  padding: 0 16px;
}
.applicantsTable,
.applicantsHeaderTable,
.confirmsTable {
  width: calc(100vw - 200px - 75px);
}
.OuterApplicantTableSecond {
  margin-top: 25px;
}
/* 作業所登録モーダル */
.applicantAssigneTable td ul li:first-child{
  text-align: center;
}
.applicantAssigneTable input[type=date] {
  width: 90%;
  margin-left: 8px;
}
.applicantAssigneTable label {
  margin-left: 8px;
}
.applicantAssigneTable .joinCell {
  display: flex;
}
.applicantAssigneTable tr:nth-child(3) select {
  width: 99%;
} 
.applicantRangeble {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
}
