@charset "UTF-8";

body {
  margin: 0;
  background-color: #fff !important;
  font-size: calc(0.85em + 0.1vw) !important;
}
/* ヘッダーメニュー部 */
.menu-area ul {
  margin: 0;
  display: inline-block;
}
/* ヘッダー　リンクメニュー li部*/
.menu-area li {
  display: inline-block;
  min-width: 6em;
  text-align: center;
  margin-right: 5px;
}
/* ヘッダー　リンクメニュー a部 */
.menu-area li a:not(.dropdown-item) {
  display: block;
  padding: 10px 10px 5px 10px;
  border-bottom: solid 3px #1e2684;
  color: #1e2684;
  text-decoration: none;
}
/* ヘッダー　リンクメニューhover */
.menu-area li a:not(.dropdown-item):hover {
  color: #2fabdd;
  border-bottom: solid 3px #2fabdd;
  text-decoration: none;
}
/* ヘッダー　リンクメニューhover */
.menu-area li a.active {
  color: #1dafea;
  border-bottom: solid 3px #1dafea;
}
/* ヘッダー　人財パワーHPへボタン*/
.backto-hp-btn {
  background-color: #2fabdd;
  color: #fff;
  padding: 5px !important;
  font-size: 1em !important;
}
/* ヘッダー　ログアウトボタン */
.logout-btn {
  background-color: #1e2684;
  color: #fff;
  font-size: 0.9em !important;
}
/* 内容をセンタリング */
.content-width {
  margin: 0 auto;
  max-width: 77em;
}
/* ヘッダー　お知らせが表示されるバー */
.info-bar {
  background-color: #d7d7d7;
}
/* ヘッダー　お知らせリンク */
.info-link {
  color: #d80000;
  border-bottom: solid 1px #d80000;
  margin-right: 5px;
}
/* フォームの幅を少し大きく */
input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"],
select {
  padding: 4px;
}

/* 必須項目マークが赤色に埋もれて見えにくいので */
label.required::after,
legend.required::after {
  content: "*";
  color: #fff;
}
/* ページタイトル */
.page-headline {
  border-left: solid 10px #1e2684;
  background-color: transparent;
  border-bottom: none;
  border-top: none;
  font-size: 28px;
  padding: 4px 16px;
  color: #1e2684;
  margin-bottom: 0.7em;
}
/* 白いボタン */
.btn-basic {
  background-color: #fff !important;
  border: 1px solid #1e2684 !important;
  color: #1e2684 !important;
}
.btn-basic:hover {
  background-color: #c7d5ea !important;
}
/* 紫ボタン */
.jp-btn {
  background-color: #1e2684;
  color: #fff;
  border: 1px solid #1e2684 !important;
}
/* スマホサイズの時チェックボックスがはみ出るので処置 */
.form-check-input {
  position: absolute;
  margin-top: auto;
  margin-left: 0 !important;
}
/* スマホ時のメニュー */
.sm-menu {
  font-size: 11px;
  padding: 5px 5px 15px 15px;
}
.work-search th,
.work-search td {
  padding: 1em;
  background-color: #fff;
}
.fav-btn {
  padding: 0.5em 1em;
  border: solid 2px #fb3535;
  background-color: #fff;
  color: #fb3535;
}
.fav-btn:hover {
  background-color: #ffdcdc;
}
#staff_criteria_weeks .form-check {
  width: 3em;
}
.kyubo-h4 {
  padding: 0.5em;
  border-bottom: 1px solid #ed3549;
  border-left: 10px solid #ed3549;
  color: #ed3549;
}

.work-search input,
.register-tbl input {
  margin: 0.1em 0.5em;
}

@media screen and (min-width: 920px) {
  /* PCサイズの時表示させない */
  .pc-none {
    display: none !important;
  }
}
/********  モバイル css********/

@media screen and (max-width: 920px) {
  /* テーブルをたて並びに */
  table th,
  table td {
    display: block;
    width: 100% !important;
    min-width: 100% !important;
  }
  /* モバイルサイズの時表示させない */
  .sm-none {
    display: none !important;
  }
  /* ロゴの上に表示される文 */
  .sub-title {
    font-size: 10px !important;
  }
  /* ロゴ */
  #logo {
    max-width: 9em !important;
  }
  /* ページタイトルを小さく */
  .page-headline {
    font-size: 17px !important;
  }
  /* テーブルをたて並びにした際レイアウトが崩れるのでcolgroupは消す */
  colgroup {
    display: none;
  }
  /* 住所検索ボタン */
  .address-search-btn {
    margin-top: 5px !important;
    margin-left: 0 !important;
  }
  #staff_criteria_saturday .form-check,
  #staff_criteria_sunday .form-check {
    width: 4em !important;
  }
  label {
    display: inline !important;
  }
  /* 希望職種　月火水木金 チェック */
  #staff_criteria_weeks .form-check {
    width: 3em;
  }
  /* 希望職種　input */
  #staff_criteria_weeks .form-check input {
    height: 24px !important;
  }
  /* 希望職種 希望勤務地 チェック */
  #staff_criteria_hope_areas .form-check,
  #staff_criteria_tukin1 .form-check,
  #staff_criteria_tukin2 .form-check {
    width: 7em !important;
  }
}
@media screen and (max-width: 360px) {
}
