@charset "UTF-8";

.dhr-align-left {
  text-align: left !important;
}

.dhr-align-center {
  text-align: center !important;
}

.dhr-align-right {
  text-align: right !important;
}

.dhr-valign-top {
  vertical-align: top !important;
}

.dhr-valign-middle {
  vertical-align: middle !important;
}

.dhr-valign-bottom {
  vertical-align: bottom !important;
}

.dhr-valign-super {
  vertical-align: super !important;
}

.dhr-block {
  display: block !important;
}

.dhr-inline {
  display: inline !important;
}

.dhr-inline-block {
  display: inline-block !important;
}

.dhr-float-right {
  float: right;
}

/**** マージン設定 ****/
/* 水平方向のフィラー */
.hfiller {
  margin-left: 5px;
  padding: 0;
}

.hfiller-2 {
  margin-left: 10px;
  padding: 0;
}

.hfiller-3 {
  margin-left: 15px;
  padding: 0;
}

.hfiller-4 {
  margin-left: 20px;
  padding: 0;
}

/* 垂直方向のフィラー */
.vfiller {
  display: block;
  min-height: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
}

.vfiller-bottom {
  display: block;
  min-height: 84px;
  height: 84px;
  margin: 0;
  padding: 0;
}

/**** パディング設定 ****/
/* 両側の水平方向*/
.hpadding-both {
  padding-left: 5px;
  padding-right: 5px;
}


/**** 標準コントロール ****/
/* テキストエリア（複数行対応のテキストボックス）*/
textarea {
  word-break: break-all;
  max-height: 16em;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.disabled>.dropdown-toggle {
  background-color: #eeeeee !important;
  color: #555;
  opacity: 1;
  cursor: not-allowed;
}

/**** テキストボックス ****/
/* 入力桁毎の表示幅設定（半角１桁を36px、以降は10pxずつ拡げる） */
.size-1 {
  width: 36px !important;
}

.size-2 {
  width: 46px !important;
}

.size-3 {
  width: 56px !important;
}

.size-4 {
  width: 66px !important;
}

.size-5 {
  width: 76px !important;
}

.size-6 {
  width: 86px !important;
}

.size-7 {
  width: 96px !important;
}

.size-8 {
  width: 106px !important;
}

.size-9 {
  width: 116px !important;
}

.size-10 {
  width: 126px !important;
}

.size-11 {
  width: 136px !important;
}

.size-12 {
  width: 146px !important;
}

.size-13 {
  width: 156px !important;
}

.size-14 {
  width: 166px !important;
}

.size-15 {
  width: 176px !important;
}

.size-16 {
  width: 186px !important;
}

/**** セレクトボックス ****/
/* 入力項目毎の表示幅設定 */
/* 続柄 */
.select-zokugara {
  width: 176px !important;
}

/* 都道府県 */
.select-todoufuken {
  width: 176px !important;
}

/* 有無 */
.select-umu {
  width: 176px !important;
}

/* 国 */
.select-country {
  width: 250px !important;
}

/* 期間（定期） */
.select-commuter {
  width: 176px !important;
}

/****  その他 ****/
/* 見出しのアイコン */
.headline {
  font-size: 42px;
  margin-right: 5px;
}

/* カテゴリー */
.panel-category {
  margin-top: 30px !important;
}

/* Chromeのみpadding-bottom: 7px*/
_::content,
_:future,
.title-category:not(*:root) {
  padding-bottom: 7px;
}

/* Chromeのmdサイズ以上のみmargin-right: -1.5px*/
@media(min-width:992px) {

  _::content,
  _:future,
  .title-category:not(*:root) {
    margin-right: -1.5px;
  }
}

/* Safari&iOSのChromeも同上 */
_::-webkit-full-page-media,
_:future,
:root .title-category {
  margin-right: -1.5px;
}

/* カテゴリーの下線 */
.underline-category {
  border-top-color: #65ac49;
  border-top-width: 1px;
  border-top-style: solid;
}

/* カテゴリーのリンク（従業員追加画面で使用）*/
.link-category {
  color: #65ac49;
}

.text-decoration-underline {
  text-decoration: underline;
  text-decoration-color: #64ac68;
  -webkit-text-decoration-color: #64ac68;
}

.text-color-green {
  color: #65ac49;
}

.table-header-color {
  background-color: #f1f1f1;
}

.table tbody tr td,
.table thead tr th {
  vertical-align: middle;
  white-space: nowrap;
}

.table thead tr th {
  box-shadow: 0px 20px 20px 0px rgba(255, 255, 255, 1) inset;
}

.table tr:nth-child(even),
.table tbody tr:nth-child(even) td,
.table tbody tr:nth-child(even) th,
.table thead tr th {
  background-color: #f2f2f2;
}

.table tr:nth-child(odd) {
  background-color: #ffffff;
}

.link-cursor {
  cursor: pointer;
}

.dhr-none {
  display: none !important;
}

.border-bottom-gray {
  border-bottom: solid 1px #c0c0c0;
}

.btn-modal-close {
  background-color: #ffffff;
  border-color: transparent;
  border-radius: 3px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: #808080;
}

/* テーブルのデザイン */
.dhr-table {
  background-color: transparent;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0px;
  border-collapse: separate;
  font-weight: bold;
  color: #606060;
}

.dhr-table>thead>tr>th,
.dhr-table>tbody>tr>th,
.dhr-table>tfoot>tr>th,
.dhr-table>thead>tr>td,
.dhr-table>tbody>tr>td,
.dhr-table>tfoot>tr>td {
  padding: 2px 10px 2px 10px;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-collapse: collapse !important;
  white-space: nowrap;
  overflow-x: auto;
  height: 60px;
  white-space: nowrap;
}

.dhr-table>thead>tr>th {
  vertical-align: middle;
  border-bottom: 2px solid #ddd;
  border-top: 0px solid #ddd !important;
  box-shadow: 0px 20px 20px 0px rgba(255, 255, 255, 1) inset;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 40px;
}

.dhr-table>thead>tr>th:last-child,
.dhr-table>tbody>tr>td:last-child {
  border-right: 0px solid #ddd !important;
}

/* テーブルの角を丸くする */
.dhr-table>thead>tr:first-child th:first-child {
  border-radius: 8px 0 0 0;
}

.dhr-table>thead>tr:first-child th:last-child {
  border-radius: 0 8px 0 0;
}

.dhr-table>tbody>tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}

.dhr-table>tbody>tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}

.dhr-table>tbody>tr>td:first-child {
  text-align: center;
  vertical-align: middle;
  padding: 0px 5px 0px 5px;
}

.dhr-table>tbody>tr {
  vertical-align: bottom;
  padding-bottom: 0px;
}

.dhr-table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.dhr-table tr:nth-child(even),
.dhr-table thead tr th {
  background-color: #f2f2f2;
}

.dhr-table tr:nth-child(odd) {
  background-color: #ffffff;
}

.dhr-table-scroll {
  border-radius: 10px;
  border: 2px solid #b0b0b0;
}

.margin-clear {
  padding: 0px;
  margin: 0px;
}

/* 枠線 */
.wakusen {
  border: 1px solid #c1c1c1;
}

/* 下線 */
.kasen {
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 10px;
}

/* 基本背景色 */
.login-backcolor {
  background-color: #e3f4c8;
}

/* 文字色（灰色） */
.dhr-font-color-gray {
  color: #757575
}

/* DirectHRロゴ */
.dhr-img-brand-login {
  background: url("../images/DirectHR.png") no-repeat left center;
  background-size: contain;
  height: 40px;
  width: auto;
  display: block;
  margin: 30px auto 20px;
}

/* ロボットロゴ */
.dhr-img-robo-login {
  background: url("../images/Robo.png") no-repeat left center;
  background-size: contain;
  height: 80px;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/* ① Switch ボタン部品 */
.switch input {
  display: none;
}

.switch label {
  display: block;
  float: left;
  cursor: pointer;
  height: 30px;
  width: 80px;
  margin: 0;
  padding: 8px;
  background: #e4f3c8;
  color: #869198;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  transition: .2s;
}

.switch label:first-of-type {
  border-radius: 8px 0 0 8px;
}

.switch label:last-of-type {
  border-radius: 0 8px 8px 0;
}

.switch input[type="radio"]:checked+.switch-on {
  background-color: silver;
  color: #fff;
}

.switch input[type="radio"]:checked+.switch-off {
  background-color: silver;
  color: #fff;
}

/* ② 標準ボタン */
.btn-hyojun {
  background-color: #e4f3c8;
  border-bottom: solid 2px #c4d3a8;
  border-radius: 6px;
  height: 35px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: #757575;
}

/* カレンダーのボタン */
.btn-calendar {
  background-color: #fbfff8;
  border: 0px;
  vertical-align: -10px;
}

a:focus,
a:hover {
  color: #65ac49;
}

/* 完了メッセージ */
.complete-message {
  color: #29abe0;
}

/* ワーニングメッセージ */
.warning-message {
  color: #f0ad4e;
}

/* エラーメッセージ */
.error-message {
  color: #ff0000;
}

.input-error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.notice_hide {
  display: none !important;
}

.alt-table-responsive {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

/*divタグ内で半角文字列を折り返す*/
.dhr-word-break {
  word-break: break-all;
}

.datepicker-days .datepicker-wareki-year {
  position: relative;
  top: -206px;
  font-weight: bold;
}

.datepicker-months .datepicker-wareki-year {
  position: relative;
  top: -220px;
  font-weight: bold;
}

.datepicker-years .datepicker-wareki-year {
  position: relative;
  top: -220px;
  font-weight: bold;
}

.datepicker-decades .datepicker-wareki-year {
  position: relative;
  top: -220px;
  font-weight: bold;
}

.datepicker-centuries .datepicker-wareki-year {
  position: relative;
  top: -220px;
  font-weight: bold;
}

.border-green {
  border-color: #64ac68 !important;
}

.color-green {
  color: #64ac68;
}

.color-blue {
  color: #337ab7;
}

.color-red {
  color: #d52a2a;
}

.color-black {
  color: #333;
}

.color-grey {
  color: #6c757d;
}

.dhr-cursor-none {
  cursor: default;
}

/**** ラベル ****/
/* フォントサイズ毎のスタイル（form-label-mdが基準サイズ） */
.form-label-smer {
  display: inline-block;
  font-size: 10px;
  font-weight: normal;
  height: 29px;
  padding-top: 9px;
}

.form-label-sm {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  height: 29px;
  padding-top: 0px;
}

.form-label-md {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  height: 29px;
  padding-top: 7px;
}

.form-label-md-bold {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: 29px;
  padding-top: 7px;
}

.form-label-lg {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  height: 29px;
  padding-top: 6px;
}

.form-label-lg-bold {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  height: 29px;
  padding-top: 6px;
}

.form-label-lger {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  height: 29px;
  padding-top: 5px;
}

.form-label-lger-bold {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 29px;
  padding-top: 5px;
}

.form-label-lgst {
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  height: 29px;
  padding-top: 1px;
}

.form-label-lgst-bold {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  height: 29px;
  padding-top: 1px;
}

.label-required {
  background-color: #ff7b91;
  font-weight: normal;
  font-size: 12px;
  vertical-align: 1px;
  margin-left: 6px;
  padding-bottom: 2px;
}

.label-example {
  color: #333;
}

.label-font-md {
  font-size: 14px;
  font-weight: normal;
}

.label-font-lg {
  font-size: 16px;
  font-weight: normal;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

/**** オーバーレイ ****/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .1);
  z-index: 10000;
}

/**** ボタン ****/
.btn-color-green {
  color: #fff;
  background-color: #64ac68;
  border-color: #64ac68;
}

.btn-color-green:hover {
  color: #fff;
  background-color: #448247;
  border-color: #448247;
}

.list-add-style {
  list-style: disc;
}

.btn-rounded {
  border: solid 1px #222222;
  border-radius: 6px;
  transition: 0.3s;
}

.btn-rounded:hover {
  border: solid 1px #65ad49;
  opacity: 1;
  transition: 0.3s;
}

.btn-rounded:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn-dhr {
  border-radius: 6px;
  background: #fff;
  height: 44px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: #212529;
  min-width: 80px;
  width: 100%;
}

.btn-submittion {
  background-color: #65ad49;
  border-bottom: none;
  border-radius: 6px;
  height: 44px;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  transition: 0.3s;
}

.btn-submittion:hover {
  background-color: #65ad49;
  opacity: 0.5;
  transition: 0.3s;
  color: #fff;
}

.btn-submittion:active,
.btn-submittion:focus {
  background-color: #65ad49 !important;
  color: #fff !important;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.dhr-btn {
  border-radius: 0.6rem;
  height: 44px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: #757575;
  min-width: 80px;
  width: 100%;
}

.dhr-btn-main {
  background: #65ad49;
  color: #ffffff;
  border: solid 2px #65ad49;
}

.dhr-btn-main:hover {
  background-color: #65ad49;
  opacity: 0.5;
  transition: 0.3s;
  color: #fff;
}

.dhr-btn-main:active,
.dhr-btn-main:focus {
  background-color: #65ad49 !important;
  color: #fff !important;
  border-color: #65ad49 !important;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.dhr-btn-main[disabled] {
  background-color: #eeeeee !important;
  color: #c1c1c1;
  opacity: 1;
  cursor: not-allowed;
  border: none;
}

.dhr-btn-main[disabled]:active {
  background-color: #eeeeee !important;
  color: #c1c1c1 !important;
  box-shadow: none;
}


/* 住所自動入力ボタン */
.btn-autofill-address,
.btn-autofill-address:hover,
.btn-autofill-address:focus-visible {
  background-color: #6c757d;
  color: #fff;
  margin-left: 5px;
  margin-top: -1px;
}

.btn-autofill-address:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* ダイアログ 閉じるボタン */
.btn-modal-close-black {
  background-color: #ffffff;
  border-color: #a0a0a0;
}

.btn-modal-close-black:hover {
  background-color: #e9ecef;
  border-color: #a0a0a0;
}

.btn-modal-close-black:focus-visible {
  border-color: #a0a0a0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}


/* 全選択 全解除ボタン */
.btn-allcheck,
.btn-allunchk {
  display: inline-block;
  width: 80px;
  height: 28px;
  text-align: center;
  font-size: middle;
  color: #747575;
  background-color: #fff;
  border: solid 1.5px #999999;
  border-radius: 7px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  cursor: pointer;
}

/* ボタンの非活性時 */
.btn:disabled {
  background: #cccccc;
  color: #999999;
  border: solid 2px #999999;
}

/* jqueryダイアログの×ボタン */
button.ui-dialog-titlebar-close {
  background-image: url("jquery/images/ui-icons_454545_256x240.png");
  background-position: -95px -127px;
  border-radius: .25rem;
  border: 1px solid #d3d3d3;
}

/* ------------- */
/*header*/
.header1 .select_box_button {
  min-width: 15rem;
  background: #fff;
  border: 0;
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 3.4rem;
  padding-left: 1rem;
  padding-right: 3rem;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
}

.header1 .select_box_button::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 38%;
  right: 1.3rem;
  border-bottom: solid 2px #68b548;
  border-right: solid 2px #68b548;
  transform: rotate(45deg);
}

.header1 .select_box_menu {
  display: none;
  position: absolute;
  z-index: 6;
  top: calc(100% + 5px);
  right: 0;
}

.header1 .select_box_menu.is-open {
  display: block;
}

.header1 .select_box_menu ul {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  width: 25rem;
  padding: 1rem 0;
  text-indent: 0;
}

.header1 .select_box_menu a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.3rem 1.5rem;
  font-size: 1.4rem;
  font-weight: bold;
}

.header1 .select_box_menu a:hover {
  background: #f5f5f5;
  color: #65ad49;
}

.header1 .dhr-ico-size-sm {
  margin: 0.3rem 1.5rem 0 0;
}

.header1 .select_box_menu .bi::before {
  margin: 0;
}

@media (max-width: 767px) {
  .header1 .select_box_button {
    min-width: 10em;
    font-size: 1.1rem;
  }
}

/*menu*/
.menubar .nav_left .company-name {
  letter-spacing: 0.07em;
}

.menubar .nav_right a span.nav_right_att {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-left: 1rem;
  width: 28px;
  height: 28px;
  background: #dd3333;
  border-radius: 50%;
  line-height: 28px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.menubar .nav_right a.dhr-cursor-none:hover,
.menubar .nav_right a.dhr-cursor-none:focus {
  color: #283044;
}

.menubar .nav_right .bi-bell-fill::before {
  margin: 0;
}

@media (min-width: 768px) {
  .menubar .nav_left {
    max-width: calc(100% - 255px);
  }

  .menubar .nav_left .company-name {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 767px) {
  .menubar .nav_left {
    max-width: calc(100% - 7rem);
  }

  .menubar .nav_left .company-name {
    display: none;
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .menubar .nav_right a {
    margin-left: 0 !important;
  }

  .menubar .nav_right a span {
    padding: 0 1rem;
  }

  .menubar .nav_right a span.nav_right_att {
    margin-left: 0;
    margin-right: 0.4rem;
  }

  .menubar .nav_right a p {
    display: none;
    margin-left: 0;
  }
}

/*body*/
a.totop img,
a.todown img {
  width: 35px;
  height: 35px;
}

.wizard-step li.last:before {
  content: "\f26a";
}

.dhr-silhouette img {
  object-fit: cover;
}

/*form*/
form .form-group {
  margin-bottom: 10px;
}

.control-label {
  margin-bottom: 0.5rem;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.ac-wrap {
  border: solid 2px #65ac49;
  margin: 16px 0;
  padding: 1rem;
}

.ac-wrap .ac-title {
  font-size: 16px;
  font-weight: bold;
  padding-top: 4px;
}

.ac {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  margin: 0;
  padding: 0;
  color: #65ac49;
  cursor: pointer;
}

.ac+* {
  margin: 8px 0 0;
  padding: 0 1rem;
}

.ac label {
  line-height: 1.2;
  cursor: pointer;
}

.ac .dhr-ico-plus,
.ac .dhr-ico-minus {
  position: relative;
  display: inline-block;
  width: 18.6px;
  height: 10.8px;
}

.ac .dhr-ico-plus::before,
.ac .dhr-ico-plus::after,
.ac .dhr-ico-minus::before,
.ac .dhr-ico-minus::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 10px;
  background-color: #65ad49;
}

.ac .dhr-ico-plus::before,
.ac .dhr-ico-plus::after {
  transform-origin: 50% calc(100% - 1px);
}

.ac .dhr-ico-minus::before,
.ac .dhr-ico-minus::after {
  transform-origin: 50% 1px;
}

.ac .dhr-ico-plus::before {
  transform: rotate(45deg);
}

.ac .dhr-ico-plus::after {
  transform: rotate(-45deg);
}

.ac .dhr-ico-minus::before {
  transform: rotate(45deg);
}

.ac .dhr-ico-minus::after {
  transform: rotate(-45deg);
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 1rem;
}

.dhr-weak-none {
  display: none;
}

.dropdown-item {
  font-size: 1.4rem;
}

.bootstrap-select>.dropdown-toggle {
  border: 1px solid #ced4da;
}

.input-group-text {
  font-size: 1.4rem;
}

/* select2 bootstrapの調整 */
.select2-selection,
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
  font-size: 1.4rem !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear,
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear {
  right: 3.0rem;
}

.select2-hidden-accessible.input-error+.select2-container--bootstrap-5 .select2-selection {
  border-color: #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 !important;
}


@media (max-width: 767px) {

  .label-font-lg,
  .form-label-lg {
    font-size: 1.4rem;
    height: auto;
  }
}

@media (max-width: 410px) {
  .dhr-ico-sm-size-smer {
    font-size: 18px;
  }
}

/*表周り*/
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-default {
  border-color: #ddd;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel .table tbody tr td,
.panel .table thead tr th,
.panel .table tbody tr th {
  padding: 0.8rem;
}

.panel .table thead tr th,
.panel .table tbody tr th {
  font-weight: 700;
}

.table> :not(:last-child)> :last-child>* {
  border-bottom-color: inherit;
}

/* 表形式共通 */
.tbl {
  border: 1px solid #757575;
}

.tbl table {
  width: 100%;
}

.tbl table tr th:not(.bootstrap-datetimepicker-widget *),
.tbl table tr td:not(:is(.bootstrap-datetimepicker-widget *)) {
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  padding: 1rem 0.4rem;
  word-break: break-all;
}

.tbl tr td {
  background-color: #ffffff;
}

.tbl tr th {
  background-color: #e9ecef;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #909090;
  line-height: 1.2;
}

.tbl tr td input[type="checkbox"]:focus {
  border: none;
  box-shadow: none;
  outline: 2px solid #ffa433;
  outline-offset: -2px;
}

.tbl table tr:nth-child(even) td:not(:is(.bootstrap-datetimepicker-widget *)) {
  background-color: #f8f8f8;
}

.tbl table tr td input[type="checkbox"] {
  text-align: center;
  margin: 0 auto;
}

.tbl table tr td input[type="text"],
.tbl table tr td input[type="tel"] {
  margin: 0 auto;
}

/* 縦横スクロールするタイプの表（セットで.tblを付ける） */
.tbl_xyscroll {
  overflow: scroll;
  width: auto;
}

.tbl_xyscroll table:not(.bootstrap-datetimepicker-widget *) {
  table-layout: auto;
  border-collapse: separate;
  width: 3500px;
}

.tbl_xyscroll thead tr th {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

/* 縦のみスクロールするタイプの表（セットで.tblを付ける） */
.tbl_yscroll {
  overflow-y: scroll;
}

.tbl_yscroll table {
  border-collapse: separate;
}

.tbl_yscroll thead tr:first-child th {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 2;
}

/* 横のみスクロールするタイプの表（セットで.tblを付ける） */
.tbl_xscroll {
  overflow-x: scroll;
  width: auto;
}

.tbl_xscroll table:not(.bootstrap-datetimepicker-widget *) {
  table-layout: auto;
  border-collapse: separate;
  width: 3500px;
}

.tbl_xscroll thead tr th {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

/* スクロールなしタイプの表（セットで.tblを付けない） */
.tbl_noscroll table {
  table-layout: auto;
  border-top: 1px solid #757575;
  border-left: 1px solid #757575;
  width: 100%;
}

.tbl_noscroll table tr th,
.tbl_noscroll table tr td {
  border: 1px solid #cdcdcd;
  padding: 1rem 0.6rem;
  word-break: break-all;
}

.tbl_noscroll tr th {
  background-color: #e9ecef;
  text-align: center;
}

.tbl_noscroll tr td {
  background-color: #ffffff;
}

.tbl_noscroll tr th.no-cell,
.tbl_noscroll tr td.no-cell {
  visibility: hidden;
  border: none !important;
}

.tbl_noscroll tr:nth-child(even) td {
  background-color: #f8f8f8;
}

.tbl_noscroll table tr td input[type="text"],
.tbl_noscroll table tr td input[type="tel"] {
  margin: 0 auto;
}

/* 枠線のない表 */
.tbl_no-border table {
  width: 100%;
  table-layout: auto;
  margin: -5px 0 0 -4px;
}

.tbl_no-border tr th {
  padding: 0 4px 3px;
  border: 5px solid #ffffff;
  text-align: center;
  word-break: break-all;
}

.tbl_no-border tr td {
  border: 5px solid #ffffff;
  text-align: center;
  min-height: 30px;
  padding: 3px 4px;
  word-break: break-all;
}

.tbl_adjustment table tr th,
.tbl_adjustment table tr td {
  padding-left: 5px;
  padding-right: 5px;
  border-top: 8px solid #ffffff;
}

/* 行をホバー時に色を付ける */
.tr-hover tr:hover td:not(:is(.bootstrap-datetimepicker-widget *)) {
  background-color: #e4f3c8 !important;
}

/* 行をクリック時に色を付ける */
.tr-hover tr.info td:not(:is(.bootstrap-datetimepicker-widget *)) {
  background-color: #e4f3c8 !important;
}

.tbl_xscroll table#table-zaisyoku {
  width: 1330px;
}

/* 一覧のチェックボックスの変更時に一覧下部のボタンエリアを表示 */
.btn-sticky {
  background-color: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 5;
}

/*dropdown*/
.dropdown-menu {
  min-width: 16rem;
  font-size: 1.4rem;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

/*pagination*/
.pagination .page-link {
  font-size: 1.3rem;
}

.page-link {
  padding: 0.5rem 1rem;
}

/*search*/
.search-area .search-area-body {
  background-color: #fff;
  border: 1px solid #65ad49;
  border-top: none;
  padding: 2rem 6rem;
  border-radius: 0.375rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


@media (max-width: 767px) {
  .search-area .search-area-body {
    padding: 1rem;
  }
}

.search-area #toggle.collapsed {
  border-bottom-left-radius: 3.75px;
  border-bottom-right-radius: 3.75px;
}

a.btn-collapse {
  background-color: #fff;
  color: #65ad49;
  border: 1px solid #65ad49;
  width: 100%;
  font-size: 15rem;
  text-align: center;
  vertical-align: middle;
  padding: 1rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

a.btn-collapse:hover {
  opacity: 1;
  color: #ffffff;
  background-color: #65ad49;
  transition: 0.3s;
}

a.btn-collapse:active {
  color: #65ad49 !important;
}


.arrow-top {
  position: relative;
}

.arrow-top:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 35%;
  right: 3%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #65ad49;
  border-right: 2px solid #65ad49;
  transform: rotate(-225deg);
}

.table thead tr:nth-child(odd).table-header-color th {
  background-color: #e9ecef;
  box-shadow: none;
  font-weight: normal;
  text-align: center;
}