@charset "UTF-8";
.color-green {
  color: #64ac68;
}
.color-blue {
  color: #337ab7;
}
.color-red {
  color: #d52a2a;
}
.color-black {
  color: #333;
}
.color-grey {
  color: #6c757d;
}
.label-example {
  color: #333;
}
.form-label-sm {
  padding-top: 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .header1 .select_box_button {
    font-size: 12px;
  }
}

.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);
}

/* submitボタン */
.btn-submittion {
  background-color: #20266e;
  border-radius: 0.6rem;
  height: 40px;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  transition: 0.3s;
}

.btn-submittion:hover {
  opacity: 0.8;
  transition: 0.3s;
  color: #20266e;
  border: solid 1px #20266e;
}

.btn-komon {
  border: solid 1px #20266e;
  background: #fff;
  border-radius: 0.6rem;
  height: 40px;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: #20266e;
  transition: 0.3s;
}
.btn-komon:hover {
  opacity: 0.5;
  transition: 0.3s;
  border: solid 1px #20266e;
}

/* ボタンの非活性時★ */
.btn:disabled {
  background: #cccccc;
  color: #999999;
  border: solid 2px #999999;
}

/*header*/
.header1 .right-area {
  display: flex;
  align-items: center;
  gap: 0 3rem;
}
.header1 .select_box_button,
.header1 .select_box_button2 {
  width: 21rem;
  background: #fff;
  border: 0;
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 3.4rem;
  padding-left: 1rem;
  cursor: pointer;
  font-weight: bold;
}
.header1 .select_box_button .select-mark:after,
.header1 .select_box_button2 .select-mark:after  {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 28%;
  right: 1.3rem;
  border-bottom: solid 3px #20266e;
  border-right: solid 3px #20266e;
  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;
  background-color: #ffffff;
}
.header1 .select_box_menu a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.3rem 1.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #1d213d;
}
.header1 .select_box_menu a:hover {
  background: #f5f5f5;
  color: #1f286f;
  text-decoration: none;
}
.header1 .select_box_menu .bi::before {
  margin: 0;
}
.header1 .select_box_menu .bi {
  margin-right: 1.5rem;
}
.logout {
  font-weight: bold;
  color: #fff;
}
.logout a {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.header1 a:hover,
.header1 a:focus {
  color: #fff;
}
.head-mark {
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    color: #1f286f;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}

/* お知らせバッチ（赤丸） */
.notice-badge-target {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.notice-badge-target.is-new::after {
  content: "";
  position: absolute;
  top: -5px;
  right: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #d52a2a;
  border: 2px solid #ffffff;
}

@media (max-width: 767px) {
  .header1 .right-area {
    gap: 0 2rem;
  }
  .header1 .select_box_button {
    display: none;
  }
  .header1 .select_box_button2 {
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    font-size: 1.1rem;
  }
  .header1 .select_box_button .member-name,
  .header1 .select_box_button2 .member-name  {
    display: none;
  }
  .header1 .select_box_button2 .select-mark:after {
    width: 10px;
    height: 10px;
    top: 25%;
    right: 32%;
  }
  .btn-submittion, .btn-komon {
    height: 50px;
    margin-bottom: 1.5rem;
  }
  .notice-badge-target.is-new::after {
    right: -8px;
  }
}

/*menu*/
.menubar .nav_left .company-name {
  letter-spacing: 0.07em;
  margin-left: .5rem;
}
.menubar .nav_right a {
  color: #1d213d;
}
.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: bold;
  text-align: center;
}

/*nav*/
.m-flyout {
  top: 0;
  height: 100%;
  left: 0;
  position: absolute;
  /* opacity: 0;
  transition: opacity 0.2s linear, visibility 0.2s;
  visibility: hidden; */
  transform: translateX(-340px);
  transition: transform 0.5s ease;
  width: 340px;
  z-index: 90;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.m-site-overlay {
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.2s linear, visibility 0.2s;
  width: 100%;
  z-index: 80;
  background: transparent;
  visibility: hidden;
}
.m-flyout.is-open {
  /* opacity: 1;
  visibility: visible; */
  transform: translateX(0px);
  z-index: 99;
}
.m-flyout.is-open + .m-site-overlay {
  visibility: visible;
}
.m-flyout__wrapper {
  overflow-y: auto;
  height: 100%;
  padding: 0 0 20px;
}
.m-flyout__list > li {
  font-size: 1.4rem;
  font-weight: bold;
}
.m-flyout__list > li > a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 1.7rem;
  padding: 1.2rem 2rem;
  color: #1d213d;
}
.m-flyout__list > li > a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4rem;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #777;
  border-right: 2px solid #777;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-flyout__list > li.js-is-parent > a::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.m-flyout__list > li > a:hover,
.m-flyout__list__child > li > a:hover {
  background: #e3e3e3;
  color: #1f286f;
  text-decoration: none;
}
.m-flyout__list > li > a:hover::after,
.m-flyout__list__child > li > a:hover::after {
  border-color: #1f286f;
  text-decoration: none;
}
.m-flyout__list > li > a > .ico-size-md {
  margin-top: 0.7rem;
}
.m-flyout__list__child {
  display: none;
}
.m-flyout__list__child > li > a {
  position: relative;
  display: block;
  padding: 1rem 6.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #1d213d;
}
.m-flyout__list__child > li > a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4rem;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 2px solid #777;
  border-right: 2px solid #777;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .m-flyout {
    width: 100%;
    transform: translateX(-100%);
  }
  .m-flyout__wrapper {
    padding: 0;
  }
  .m-flyout__list > li > a {
    padding: 1.2rem 2rem;
    background: #ddd;
  }
  .m-flyout__list > li > a:hover {
    color: #1d213d;
  }
  .m-flyout__list > li > a:hover::after {
    border-color: #777;
  }
  .m-flyout__list > li.is-current > a {
    background: #f5f5f5;
  }
  .m-flyout__list__child > li > a {
    padding: 1.2rem 2rem;
    color: #1d213d;
  }
  .m-flyout__list__child > li > a:hover {
    text-decoration: none;
  }
}

/*nav　★*/
.nav-tracker-small > li > a {
  width: 30px;
  height: 30px;
  font-size: 16px;
}
.nav-tracker-small > li > svg {
  left: 13%;
}

/*body*/
.m-site-overlay {
  bottom: 0;
  height: auto;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s linear, visibility 0.2s;
  width: 100%;
  z-index: 80;
  background: transparent;
  visibility: hidden;
}
a.totop img,
a.todown img {
  width: 35px;
  height: 35px;
}
@media (max-width: 575.98px){
  a.todown {
      display: none;
  }
}

.wizard-step li.last:before {
  content: "\f26a";
}

/*breadcrumb*/
.breadcrumb {
  color: #347ab7;
  font-weight: bold;
}
.breadcrumb .home a img {
  margin-right: 8px;
}
.breadcrumb .home a span {
  font-weight: bold;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "/" /* rtl: var(--bs-breadcrumb-divider, "\f231") */;
  color: #1d213d;
}
.breadcrumb-item.active {
  color: #1d213d;
}

/*form*/
.control-label {
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  margin: 0;
  padding: 0;
}
.ac + * {
  margin: 8px 0 0;
  padding: 0 1rem;
}
.ac label {
  line-height: 1.2;
}
.ac .ico-plus:before,
.ac .ico-minus:before {
  content: "";
  display: block;
  background-color: #65ac49;
  width: 39px;
  height: 17px;
}
.ac .ico-plus:before {
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.ac .ico-minus:before {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
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 #6c757d;
}
.input-group-text {
  font-size: 1.4rem;
}
.nav {
  position: relative;
}
.nav-tracker-small > li:not(:first-child):last-child {
  position: absolute;
  top: auto;
  right: 0;
}
input[type="file"]::-webkit-file-upload-button {
  background-color: #6c757d;
  color: #fff;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  background-color: #eeeeee;
  border: none;
}
.komon-btn-main {
  background-color: #20266e;
  color: #ffffff;
  border: solid 1px #20266e;
}
.komon-btn-main:hover {
  background-color: #ffffff;
  color: #20266e;
  border: solid 1px #20266e;
}
.select-umu {
  width: 100% !important;
}
.label-required {
  background-color: #b92020;
  font-weight: 500;
  font-size: 12px;
  vertical-align: 1px;
  margin-left: 6px;
  padding-bottom: 2px;
}
.label-note {
  margin-left: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
.text-note {
  font-size: 1rem;
}
.form-label-smer,
.form-label-sm,
.form-label-md,
.form-label-lg,
.form-label-lg-bold,
.form-label-lger,
.form-label-lger-bold,
.form-label-lgst,
.form-label-lgst-bold {
  height: auto;
}
.form-control,
.form-select {
  border-color: #6c757d;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.disabled > .dropdown-toggle {
  color: #1d213d;
}

@media (max-width: 767px) {
  .form-label-lg {
    font-size: 1.4rem;
    height: auto;
  }
  .label-note {
    font-size: 1.2rem;
  }
}
@media (max-width: 410px) {
  .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: bold;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: inherit;
}

/* 表形式共通 */
.tbl {
  border: 1px solid #757575;
}
.tbl table {
  width: 100%;
}
.tbl table tr th,
.tbl table tr td {
  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 td.bg_caution {
  background-color: #F8E6BD!important;
}
.tbl tr td.bg_warning {
  background-color: #F8BDBD!important;
}
.tbl tr td.bg_danger {
  background-color: #F86F6F!important;
}
.tbl tr th {
  background-color: #e9ecef;
  font-weight: bold;
  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 {
  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;
}
@media (max-width: 767px) {
  .tbl.table-responsive table tr th,
  .tbl.table-responsive
    table
    tr
    td {
    word-break: break-all;
  }
}
.tbl table tr.bg-grey td {
  background-color: #cccccc;
  color: #666;
}


/* 縦横スクロールするタイプの表（セットで.tblを付ける） */
.tbl_xyscroll {
  overflow: scroll;
  width: auto;
}
.tbl_xyscroll table{
  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 {
  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=checkbox], */
.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 {
  /* background-color: #eeeeee; */
  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{
  background-color: #d7dcff !important;
}

.tbl_xscroll table#table-zaisyoku {
  width: 1330px;
}

/*nav-tabs*/
.nav {
  gap: 0 20px;
}
.nav-tabs > li > a {
  color: #1d213d;
}
.nav-tabs .nav-link {
  padding: 0;
  border: 1px solid #cccccc;
  border-bottom: 2px solid #ffffff;
  /* background-color: #f8f8f8; */
  font-size: 1.5rem;
  min-width: 20%;
}
.nav-tabs .nav-link:has(.active) {
  padding-top: 6px;
  margin-top: -12px;
  background-color: #ffffff;
  border-top: 6px solid #65ad49;
}
.nav-tabs .nav-link a {
  position: relative;
  display: block;
  text-align: center;
  padding: 1.2rem 2rem 1rem;
  /* padding: 10px 15px; */
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border: 1px solid #cccccc;
  border-bottom: 2px solid #ffffff;
  text-decoration: none;
}
.nav-tabs .nav-link:hover a,
.nav-tabs .nav-link:focus a {
  color: #65ad49;
}
.nav-tabs .nav-link:has(.active):hover,
.nav-tabs .nav-link:has(.active):focus {
  border-top: 6px solid #65ad49;
}
.nav-tabs .nav-link:not(:has(.active)):hover,
.nav-tabs .nav-link:not(:has(.active)):focus {
  border-color: #ccc #ccc #fff #ccc;
}

@media (max-width: 767px) {
  .nav-tabs .nav-link a {
    padding: 0.4rem 2rem 1rem;
  }
}

/*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*/
nav .page-item a span {
  padding-right: 0 !important;
}
nav .page-item a{
  color: #1f286f;
}
.page-link {
  padding: .6rem 1.2rem;
  border: #1f286f 1px solid;
  font-size: 1.6rem;
  text-align: center;
}

.page-link:hover,
.page-link.active {
  background-color: #1f286f;
  color: #fff;
  border: #1f286f 1px solid;
  text-decoration: none;
}


/*search*/
.card {
  border: 1px solid #919ad6;
  border-bottom: none;
  padding: 2rem;
}
.search-wakusen {
  border: 1px solid #919ad6;
  padding: 2rem;
}
@media (max-width: 767px) {
  .card {
    padding: 1rem;
  }
}
a.btn-collapse {
  background-color: #fff;
  color: #1f286f;
  border: 1px solid #919ad6;
  width: 100%;
  font-size: 15rem;
  text-align: center;
  vertical-align: middle;
  padding: 1rem;
}
a.btn-collapse:hover {
  opacity: 1;
  color: #ffffff;
  background-color: #919ad6;
  transition: 0.3s;
}
.arrow-top {
  position: relative;
}
.arrow-top:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 45%;
  right: 3%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #919ad6;
  border-right: 2px solid #919ad6;
  transform: rotate(-45deg);
}

/*modal*/
.modal-header {
  background-color: #ffffff;
  border-bottom: none;
  padding: 1.5rem 1rem;
}
.modal-header h1.modal-title {
  font-size: 2rem;
}
.modal button.btn-close {
  margin-right: 1rem;
  transform: scale(1.2);
}
.modal-footer {
  background-color: #ffffff;
  border-top: none;
  padding: 1.5rem 1rem;
}
.modal-footer .btn {
  min-width: 100px;
  padding: 5px 10px;
  margin: 0 10px;
}

/*clar_apr_top*/
.inner_top {
  position: relative;
  max-width: 140rem;
  width: 100%;
  margin: 0 auto;
}
.sub_contents .inner_top .sub_sec {
  border: solid 1px #efefef;
  border-radius: 4px;
  padding: 2.5rem 2rem 3rem;
  margin: 0;
  height: 100%;
}
.top_accordion {
  gap: calc(var(--bs-gutter-x)) 0;
}
.top_accordion + .top_accordion {
  margin-top: 3rem;
}
.top_accordion_item {
  background: #fff;
  border: solid 1px #bcbcbc;
  border-radius: 4px;
}
.top_accordion_btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 1.3rem;
  padding: 1.5rem 4rem 1.5rem 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #1f286f;
}
.top_accordion_btn.collapsed {
  color: #333;
}
.top_accordion_btn:hover {
  background: #e3e3e3;
  color: #1f286f;
}
.top_accordion_btn:not(.top_accordion_btn_none):before,
.top_accordion_btn:not(.top_accordion_btn_none)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top_accordion_btn:not(.top_accordion_btn_none)::before {
  right: 16px;
  width: 24px;
  height: 24px;
  background: #e0e4ff;
  border-radius: 4px;
}
.top_accordion_btn:not(.top_accordion_btn_none)::after {
  bottom: -3px;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #929ad6;
  border-right: 2px solid #929ad6;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.top_accordion_btn_none:hover {
  background: #fff;
}
.top_accordion_btn.collapsed::after {
  bottom: 3px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.top_accordion_btn_right,
.top_accordion_btn_right2 {
  display: flex;
  align-items: center;
  gap: 0 1.3rem;
  font-size: 1.5rem;
  position: relative;
  width: 100%;
  padding: 1.5rem 4rem 1.5rem 1.5rem;
  font-weight: bold;
  color: #333;
}
.top_accordion_btn_right2 {
  padding: .8rem 4rem .8rem 1.5rem;
}
.top_accordion_btn_right::before,
.top_accordion_btn_right2::before,
.top_accordion_btn_right::after,
.top_accordion_btn_right2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}
.top_accordion_btn_right::before,
.top_accordion_btn_right2::before {
  right: 16px;
  width: 24px;
  height: 24px;
  background: #e0e4ff;
  border-radius: 4px;
  top: 50%;
  translate: 0 -50%;
}
.top_accordion_btn_right::after,
.top_accordion_btn_right2::after {
  width: 8px;
  height: 8px;
  top: 50%;
  translate: 0 -50%;
  right: calc(16px + (24px - 8px / cos(45deg) / 2) / 2);
  border-top: 2px solid #929ad6;
  border-right: 2px solid #929ad6;
  rotate: 45deg;
}
.top_accordion_btn_right:hover,
.top_accordion_btn_right2:hover {
  background: #e3e3e3;
  color: #1f286f;
  text-decoration: none;
}
.top_accordion_item ul {
  padding: 0 0 2rem;
}
.top_accordion_item ul li a {
  display: block;
  padding: 1rem 2rem;
  font-weight: bold;
  color: #1d213d;
}
.top_accordion_item ul li a:hover {
  background: #f5f5f5;
  color: #1f286f;
  text-decoration: none;
}
.top_accordion_head {
  display: inline-block;
  border-left: solid 5px #929ad6;
  padding: 0 0 0 2rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.top_accordion_att {
  display: inline-block;
  background: #dd3333;
  border-radius: 12px;
  padding: 0.4rem 1.2rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
}
.top_accordion_att .ico_size {
  font-size: 1.3rem;
}
.top_accordion_one .top_accordion_btn {
  color: #333;
}
.top_accordion_one_collapse {
  padding: 0 2rem 2rem;
}
.top_accordion_item ul.top_accordion_news {
  margin-top: 0;
  padding: 0;
}
.top_accordion_item ul.top_accordion_news li {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0 1rem;
  width: 100%;
  border-bottom: solid 1px #bcbcbc;
  font-weight: bold;
  flex-wrap: wrap;
}
.top_accordion_item ul.top_accordion_news li a {
  padding: 1rem 0;
  color: #337ab7;
}
.top_accordion_item ul.top_accordion_news li a:hover {
  background: none;
  color: #337ab7;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}
.top_accordion_news_child {
  display: flex;
  align-items: start;
  gap: 0 1rem;
}
.top_accordion_news_att {
  background-color: #b92020;
  background-size: contain;
  padding: .1rem 1rem;
  border-radius: 6px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  width: 70px;
}
.top_accordion_item ul.top_accordion_news li p.top_accordion_news_ttl {
  width: 10vw;
  max-width: 150px;
}
.top_accordion_item ul.top_accordion_news li p.top_accordion_news_name {
  width: 14vw;
  max-width: 260px;
}
.top_info_txt_link {
  margin-top: 2.5rem;
  text-align: right;
  font-size: 1.2rem;
  font-weight: bold;
}
.top_info_txt_link a {
  display: inline-block;
  background: url(../img/top_arrow_1.svg) no-repeat right center/27px auto;
  padding: 0 3.5rem 0 0;
  color: #1f286f;
}
.top_progress_wrap {
  display: flex;
  gap: 0 30px;
}
.top_progress_chart {
  position: relative;
  width: 123px;
  height: 123px;
}
.top_progress_center {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  right: 0;
  margin: auto;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.4rem;
  font-weight: bold;
  color: #68b548;
}

.top_progress_list {
  width: calc(100% - 153px);
}
.top_accordion_item .top_progress_list ul {
  padding: 0;
  margin: 0;
}
.top_progress_list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 1rem;
  width: 100%;
  border-bottom: solid 1px #bcbcbc;
  font-weight: bold;
}
.top_progress_cat {
  padding: 2px 10px;
  border-radius: 6px;
  background: #c1c1c1;
  width: 100px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.top_progress_ttl {
  width: calc(100% - 350px);
}
.top_progress_cat.cat_deal {
  background: #75ae9b;
}
.top_progress_cat.cat_check {
  background: #c4e99b;
}
.top_accordion_item .top_progress_list ul li a {
  padding: 1.5rem 0;
  font-weight: bold;
  color: #65ac49;
}
.skillbar {
  position: relative;
  display: inline-block;
  background: #bcbcbc;
  border-radius: 21px;
  width: 220px;
  height: 17px;
}
.skillbar .skillbar-bar {
  height: 17px;
  background: #e4f3c8;
  border-radius: 21px;
}
.skillbar .skill-bar-percent {
  position: absolute;
  top: 0;
  left: 5px;
  color: #68b548;
  font-size: 1.2rem;
}
@media (max-width: 1399px) {
  .inner_top {
    max-width: 92vw;
  }
}
@media (max-width: 767px) {
  .top_addinfo {
    gap: 1.5rem 0;
  }
  .top_progress_wrap {
    flex-wrap: wrap;
    gap: 0.5rem 0;
  }
  .top_progress_chart {
    margin: 0 auto;
  }
  .top_progress_list {
    width: 100%;
  }
  .top_progress_list ul li {
    flex-wrap: wrap;
    padding: 2rem 0;
  }
  .top_progress_ttl {
    width: 100%;
  }
  .sub_contents .inner_top .sub_sec {
    max-width: 100%;
  }
  .top_accordion_one + .top_accordion {
    margin-top: 4rem;
  }
  .top_accordion_one + .top_accordion_one {
    margin-top: 1.5rem;
  }
  .top_accordion_head {
    font-size: 1.6rem;
  }
}

/*jugyouin*/
.accordion_box {
  padding: 1rem 6rem;
}
@media (max-width: 767px) {
  .accordion_box {
    padding: 1rem;
  }
  .jugyouin_filter {
    position: static;
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
  }
}
/*import*/
.import_tbl_list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.import_tbl_list li a {
  position: relative;
  display: block;
  padding: 0 1.4rem 0 0;
  color: #337ab7;
}
.import_tbl_list li a::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-bottom: solid 1px #337ab7;
  border-right: solid 1px #337ab7;
  transform: rotate(45deg);
}
.table thead tr:nth-child(odd).table-header-color th {
  background-color: #e9ecef;
  box-shadow: none;
  font-weight: 500;
  text-align: center;
}
.panel-card {
  border-color: gray;
  background-color: #fff;
  padding: 0 10px 10px 10px;
  margin-right: 10px;
  height: 100%;
}
.edit_ico {
  position: absolute;
  right: 30px;
  top: 10px;
}
@media (max-width: 991px) {
  .panel-card {
    margin-right: 0;
  }
  .edit_ico {
    right: 20px;
  }
}

/* 色・サイズの変更 */
.ico-size-smer {
  font-size: 18px;
}
.ico-size-sm {
  font-size: 24px;
}
.ico-size-md {
  font-size: 32px;
  vertical-align: -5px;
}
.ico-size-lg {
  font-size: 38px;
}
.ico-size-lger {
  font-size: 44px;
}
.ico-size-lgst {
  font-size: 50px;
}

/* ボタングループ */
.btn-group {
  width: 100%;
  margin-bottom: 1px;
}
.btn-group [type="radio"]:first-of-type + label{
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group [type="radio"]:last-of-type + label{
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group [type="radio"] + label{
  color: #20276F;
  border:1px solid #20276F;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100px;
  flex-grow: 1;
  font-weight: bold;
}
.btn-group [type="radio"]:checked + label{
  color: #fff;
  background-color: #20266e;
}
.btn-check:checked + .btn {
  border:none;
}
.btn-check + .btn:hover{
  color: #fff;
  background-color: #20266e;
  border-color: #20266e;
}

@media (max-width: 767px)  {
  .btn-group {
    max-width: 100%;
    margin-bottom: 0;
  }
  .btn-group [type="radio"] + label{
    height: 40px;
    max-width: 100%;
  }
}


/*clar_jnj_top*/
.jnj_top_item {
  padding: 2.5rem 2rem;
}
.jnj_top_accordion_btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 1.3rem;
  padding: 1.5rem 4rem 1.5rem 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.jnj_top_date {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: -1rem;
}
.jnj_top_date span {
  font-size: 2.8rem;
}
.jnj_top_time {
  margin-top: -1rem;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1.2;
}
.jnj_top_time .small {
  font-size: 5rem;
  font-weight: 700;
}
.jnj_top_label {
  display: inline-block;
  background: #FFE100;
  border-radius: 20px;
  padding: 0.4rem 3.6rem;
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.jnj_top_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.1rem;
  border: solid 1px #F5F5F5;
  background: #F5F5F5;
  border-radius: 1rem;
  height: 50px;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: #787B8F;
  transition: 0.3s;
}

.jnj_top_btn_big {
  height: 76px;
  font-size: 2.2rem;
}

.jnj_top_btn_big img {
  height: 40px;
}

.jnj_top_btn_active {
  background: #1F286F;
  color: #fff;
}

.jnj_top_btn:hover {
  opacity: .8;
  text-decoration: none;
}

.jnj_top_3col {
  margin-top: 2rem;
}

.jnj_top_accordion_head {
  display: inline-block;
  border-left: solid 5px #929ad6;
  padding: 0 0 0 1.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}

.jnj_top_accordion_head .small {
    font-size: 1.4rem;
}

.jnj_top_accordion_head_add {
  display: inline-block;
  font-size: 1.6rem;
}

.jnj_top_accordion_head_label {
  display: inline-block;;
}

.jnj_top_accordion_head + a {
  color: #1D213D;
}

.jnj_top_accordion_head .small {
  font-size: 1.6rem;
}

.jnj_top_subbtn {
  width: 100%;
  padding: .6rem .75rem;
  font-weight: 700;
}
.jnj_top_subbtn:hover {
  text-decoration: none;
}
.jnj_attention {
  color: #b92020;
}
.jnj_top_news {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.jnj_top_news_list {
  display: flex;
  align-items: center;
  gap: 0 1.2rem;
}
.jnj_top_news_list_label {
  min-width: 56px;
}
.jnj_top_news_list_label.active {
  display: inline-block;
  padding: 0 1.2rem;
  border: solid 1px #b92020;
  color: #B92020;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.jnj_top_news_list_ttl {
  font-size: 1.4rem;
  font-weight: 700;
}
.jnj_top_news_list_ttl.active {
  color: #B92020;
}
.jnj_top_announce {
  display: flex;
  flex-wrap: wrap;
  /* gap: 2rem 1.5rem; */
  gap: 2rem 0;
}
 .jnj_top_announce_col {
  flex: 1;
 }
.jnj_top_announce_item {
  padding: 2rem 1.5rem;
  height: 100%;
}
.jnj_top_announce_time {
  font-size: 4.4rem;
  font-weight: 700;
  text-align: center;
}

.jnj_top_announce_time.active {
  color: #E99400;
}

.jnj_top_announce_note {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  color: #BCBCBC;
}
.jnj_top_tab_content {
  margin-top: 1rem;
  padding: 1rem 0;
  border-radius: 0 4px 4px 4px;

}
.jnj_top_tab_list_active {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 4px 4px 0 0;
  height: 100%;
}
.jnj_top_tab_list_active::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: -1px;
  z-index: 2;
  width: calc(100% + 2px);
  /* bottom: -11px;
  left: -0.5px;
  z-index: 2;
  width: calc(100% + 1px); */
  height: 12px;
  background: #fff;
  border-left: solid 1px #bcbcbc;
  border-right: solid 1px #bcbcbc;
}
.jnj_top_tab_list_active_inner {
  display: flex;
  align-items: center;
  gap: 0 1.3rem;
  font-size: 1.5rem;
  position: relative;
  width: 100%;
  padding: .8rem 4rem .8rem 1.5rem;
  font-weight: bold;
  color: #333;
}
.jnj_top_tab .top_accordion_item,
.jnj_top_tab .top_accordion_btn_right {
  height: 100%;
}
.jnj_top_tab_content_list {
  display: flex;
  flex-wrap: wrap;
}
.jnj_top_tab_content_list_item {
  width: 20%;
}
.jnj_child_tab_content .jnj_top_tab_content_list_item {
  width: calc(100% / 7);
}
.jnj_top_tab_content_list a {
  display: block;
  padding: .5rem 1.5rem;
  font-size: 1.4rem;
  color: #1D213D;
}
/* .jnj_child_tab_content .jnj_top_tab_content_list a {
  font-size: 1.4rem;
} */

.jnj_top_tab_content_list a:hover {
  text-decoration: none;
  background: #F5F5F5;
  color: #1F286F;
}
.jnj_top_tab .bi::before,
.jnj_top_cal_btn .bi::before {
  margin: 0;
}
.jnj_top_tbl {
  font-size: 1.4rem;
}
/* .jnj_top_tbl.jnj_child_tbl {
  font-size: 1.4rem;
} */
.jnj_top_tbl table tr th, .jnj_top_tbl table tr td {
  padding: .4rem;
}
.jnj_top_tbl .jnj_top_tbl_sat td {
  background:#F5FAFD!important;
}
.jnj_top_tbl .jnj_top_tbl_sun td {
  background:#FFE6E5!important;
  color: #B92020;
}
.jnj_top_rest_list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.6rem;
  font-weight: 700;
}
.jnj_top_item .calendar-table .today {
  background: #FCF7D0;
}

@media (max-width: 1359px) {
  .jnj_top_time {
    font-size: 7rem;
  }
}

@media (max-width: 1199px) {
  .jnj_top_announce_col {
    width: 50%;
    flex: 0 0 auto;
  }
  .jnj_top_tbl {
    font-size: 1.4rem;
  }
}

@media (max-width: 991px) {
.jnj_top_tab_content_list a {
  font-size: 1.4rem;
}
}

@media (max-width: 767px) {
  .jnj_top_accordion_head {
    font-size: 1.6rem;
  }
  .jnj_top_accordion_head .small {
    font-size: 1.4rem;
  }
  .jnj_top_date {
    font-size: 1.8rem;
  }
  .jnj_top_date span {
    font-size: 2.6rem;
  }
  .jnj_top_time .small {
    font-size: 4rem;
  }
  .jnj_top_btn {
    gap: 1rem;
    font-size: 1.8rem;
  }
  .jnj_top_btn_big {
    font-size: 2.4rem;
  }
  .jnj_top_btn_big img {
    width: 40px;
    height: auto;
  }
  .jnj_top_accordion_head_add {
    display: block;
    margin-top: .5rem;
    font-size: 1.4rem;
  }
  .jnj_top_news_list {
    flex-wrap: wrap;
  }
  .jnj_top_news_list_ttl {
    width: 100%;
    margin-top: 1rem;
  }
  .jnj_top_announce_time {
    font-size: 4rem;
  }
  .jnj_top_tab_list_active::after {
    display: none;
  }
  .jnj_top_tab_content {
    margin-top: 0;
  }
}

/* ツールチップ調整 */
.cmn_tooltip {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.cmn_tooltip_bal {
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #333;
  border-radius: 5px;
  border: solid 1px #ccc;
  background: #fff;
  width: fit-content;
}
.cmn_tooltip_bal:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 40%;
  width: 10px;
  height: 10px;
  background: #FFF;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  transform: translate(-50%,55%) rotate(45deg);
  transform-origin:center center;
}
.cmn_tooltip:hover .cmn_tooltip_bal{
  display: inline-block;
  top: -70px;
  left: -95px;
}

/* カレンダー設定 */
table.calendar-table1 tr:not(:nth-child(1)) td {
  cursor: pointer;
  transition: background-color 0.2s;
}
table.calendar-table1 tr :is(th,td).holiday-1,
table.calendar-table2 tr :is(th,td).holiday-1,
.lbl-holiday-1 {
    background-color: #CB2323 !important;
    color: #fff;
}
table.calendar-table1 tr :is(th,td).holiday-2,
table.calendar-table2 tr :is(th,td).holiday-2,
.lbl-holiday-2{
    background-color: #FC5DE2 !important;
    color: #fff;
}
.calendar-table1-wrapper{
    flex-grow: 1;
    flex-shrink: 0;
}
table.calendar-table1 tr :is(th,td){
    padding: 0.4rem;
    width: calc(100% / 7);
}
table.calendar-table1 tr :is(th,td) >*{
    display: block;
    white-space: nowrap;
    aspect-ratio: 1/1;
}
.lbl-holiday-1, .lbl-holiday-2 {
    padding: 0 .3rem;
}
table.calendar-table1 td.peak-day {
    background-color: #85CEFF !important;
}

/*----------------------------------------
勤務表等のtableの上にもスクロールバーを付与
----------------------------------------*/
.scroll-wrapper {
    margin: 0 auto;
}
/* 上側のダミー領域 */
.scroll-top {
    overflow-x: auto;
    overflow-y: hidden;
    height: auto;
    display: none;  /* デフォルトは隠す */
    height: 12px;  /* スクロールバーの高さ分だけ */
    border: 1px solid #cdcdcd;   
}
.scroll-top .dummy {
    height: 1px;
    visibility: hidden;
}
/* 下側のテーブル領域 */
.scroll-bottom {
    border: 1px solid #ccc;
    overflow-x: auto;
}
.scroll-bottom table {
    border-collapse: collapse;
    table-layout: fixed !important;
}

/* 勤務表等のtable　文字サイズ小 */
:is(table#tblKintai, table#tblKintaiKakutei) tr :is(th,td){
    font-size: 1.2rem;
    padding: 0.1rem 0.2rem;
    line-height: 1.1;
}
:is(table#tblKintai, table#tblKintaiKakutei) tr :is(th){
    white-space: pre-wrap;
}
:is(table#tblKintai2, table#tblKintai3, table#tblKintaiKakutei2, table#tblKintaiKakutei3) tr :is(th,td){
    padding: 0.5rem 0.2rem;
    line-height: 1.1;
}
:is(table#tblKintai, table#tblKintaiKakutei) tr :is(th,td) input[type="text"],
:is(table#tblKintai, table#tblKintaiKakutei) tr :is(th,td) input[type="tel"]{
    font-size: 1.1rem !important;
    padding: 0.1rem 0.2rem;
}
:is(table#tblKintaiKakutei2, table#tblKintaiKakutei3) tr :is(th,td) input[type="text"],
:is(table#tblKintaiKakutei2, table#tblKintaiKakutei3) tr :is(th,td) input[type="tel"]{
    font-size: 1.1rem !important;
    padding: 0 0.2rem;
}
:is(table#tblKintai2, table#tblKintai3, table#tblKintaiKakutei2, table#tblKintaiKakutei3) {
    table-layout: fixed !important;
}
:is(table#tblKintai2, table#tblKintai3,table#tblKintaiKakutei2, table#tblKintaiKakutei3) tr th{
    font-weight: bold !important;
}
table#tblKintai tfoot tr:first-child :is(th,td){
    border-top: 4px double #999999;
}
table#tblKintai tfoot tr th {
    background-color: #D6D8DB;
}
table#tblKintai tfoot tr td{
    background-color: #f1f1f1;
    height: 30px;
}

/* 年度集計 */
table#tblShukei, table#tblShukei2 {
    table-layout:fixed
}
table#tblShukei tr :is(th,td){
    font-size: 1.2rem;
    padding: 0.2rem 0.5rem;
    line-height: 1.1;
}
table#tblShukei tfoot tr:first-child :is(th,td){
    border-top: 4px double #999999;
    background-color: #D6D8DB;
}
table#tblShukei tfoot tr td{
    background-color: #D6D8DB;
}
table#tblShukei tr.over-45h td, .over-45h {
    background-color:#FFF294;
}
table#tblShukei tr.over-60h td, .over-60h {
    background-color:#FFB1C6;
}
:is(table#tblShukei2, table#tblShukei3) tr :is(th,td){
    font-size: 1.3rem;
    padding: 0.5rem;
    line-height: 1.1;
}
:is(table#tblShukei2, table#tblShukei3) tr th{
    font-weight: bold !important;
}
:is(table#tblKintai, table#tblKintaiKakutei) :is(button){
      padding: 0.1rem;
      margin: 0;
}
#tblKintai > tbody > tr td:has(.collapse:not(.show)){
    padding: 0;
    border:none;
}
/* collapse（ボタンで行内の入力項目の閉じるひらく）がある画面 */
tr.striped-row td{
    background-color: #f8f8f8 !important;
}
.tr-hover tr.collapse-row:hover td,
.tr-hover tr.collapse-row td {
    background: #ffffff !important;
}
tr.collapse-row td .td-inner{
    padding: 1.5rem;
    font-size: 1.3rem !important;
}
.tbl_kintai-inner table {
    width: auto;
    table-layout: fixed;
}
.tbl_kintai-inner table tr :is(th, td){
    font-size: 1.3rem !important;
    padding: .5rem !important;
}
#tblKintai .tbl_kintai-inner table tr td input[type="tel"]{
    font-size: 1.3rem !important;
}

/* シフト管理 */
.tbl_shiftWork table {    
    table-layout:fixed;
}
.tbl_shiftWork table tr :is(th,td){
    font-size: 1.3rem !important;;
    padding: 0.3rem 0.5rem;
}
.tbl_shiftSetting table tr :is(th,td),
.tbl_shiftSetting table tr td input[type="tel"]{
    font-size: 1.3rem !important;
    padding: 0.3rem 0.5rem;
}
/* シフト管理月間 */
.tbl_shiftWork2 table {    
    table-layout:fixed;
    line-height: 1.1;
}
.tbl_shiftWork2 table tr :is(th,td),
.tbl_shiftWork2 table tr td select {
    font-size: 1.2rem !important;;
    padding: 0.3rem 0.4rem;
}
.tbl_shiftWork2 table > tbody > tr > td{
      background-color: #fff !important;
}
.tbl_shiftWork2 table > tbody > tr:nth-child(4n+3) td,
.tbl_shiftWork2 table > tbody > tr:nth-child(4n+4) td{
      background-color: #f8f8f8 !important;
}
.tbl_shiftWork2 table > tbody > tr td:nth-child(-n+3)[rowspan] ,
.tbl_shiftWork2 table > tbody > tr:nth-child(2n) td{
      border-bottom: 1px solid #858585 !important;
}

/* 退職者行の背景色グレーに変更 */
table tr.retired td{
    background-color: #cccccc;
}

/* 日曜日・その他休日背景色 */
/* 日曜日の時1行の背景色 */
table tbody tr.bg-holiday-1 td {
    background-color: #a8a8a8 !important;
}
/* その他休日の時1行の背景色 */
table tbody tr.bg-holiday-2 td {
    background-color: #d8d8d8 !important;
}
/* 日曜日のセルの背景色 */
table tr.bg-holiday-1 td.holiday-1,
table tr :is(th,td).holiday-1,
.tbl_shiftWork2 table > tbody > tr td.holiday-1{
    background-color: #CB2323 !important;
    color: #fff;
}
/* その他休日のセルの背景色 */
table tr.bg-holiday-2 td.holiday-2,
table tr :is(th,td).holiday-2,
.tbl_shiftWork2 table > tbody > tr td.holiday-2{
    background-color: #FC5DE2 !important;
    color: #fff;
}
/* 標準のセルの背景色 */
table tr :is(th,td).bg-hyojun,
.bg-hyojun,
.tbl_shiftWork2 table > tbody > tr td.bg-hyojun {
    background-color: #B0DEFC !important;
}
/* 標準2のセルの背景色 */
table tr :is(th,td).bg-hyojun2,
.bg-hyojun2,
.tbl_shiftWork2 table > tbody > tr td.bg-hyojun2 {
    background-color: #FEFBB1 !important;
}
/* フレックスのセルの背景色 */
table tr :is(th,td).bg-flextime,
.bg-flextime,
.tbl_shiftWork2 table > tbody > tr td.bg-flextime {
    background-color: #91D691 !important;
}
/* 変形労働のセルの背景色 */
table tr :is(th,td).bg-henkei,
.bg-henkei,
.tbl_shiftWork2 table > tbody > tr td.bg-henkei {
    background-color: #FBC3F3 !important;
}
/* 労働時間帯不定のセルの背景色 */
table tr :is(th,td).bg-futei,
.bg-futei,
.tbl_shiftWork2 table > tbody > tr td.bg-futei {
    background-color: #F8BD91 !important;
}

.tbl_kyukaSetting table > thead > tr > th,
.tbl_kyukaSetting table > tbody > tr > td {
    padding:0;
}
.tbl_kyukaSetting table > thead > tr > th > table > tbody > tr:not(:last-child) > th,
.tbl_kyukaSetting table > tbody > tr > td > table > tbody > tr:not(:last-child) > td {
    border: none;
    border-bottom: 1px solid #cdcdcd;    
}
.tbl_kyukaSetting table > thead > tr > th > table > tbody > tr:last-child > th,
.tbl_kyukaSetting table > tbody > tr > td > table > tbody > tr:last-child > td {
    border-right: none;
    border-bottom: none;
}
.tbl_kyukaSetting table > thead > tr > th:nth-child(3) > table > tbody > tr > th {
    line-height: 2.2;
}
.tbl_kyukaSetting table > tbody > tr > td:nth-child(3) > table > tbody > tr > td  {
    line-height: 3.8;
}
.tbl_kyukaSetting table > thead > tr > th:nth-child(4) > table > tbody > tr > th {
    line-height: 1.0;
}
.tbl_kyukaSetting table > tbody > tr > td:nth-child(4) > table > tbody > tr > td  {
    line-height: 2.5;
}

/* MC:遅刻(1) */
table tr td.srt-case1 {
    background-color: #B6D479 !important;
}

/* MC:早退(2) */
table tr td.srt-case2 {
    background-color: #B0DEFC !important;
}

/* MC:欠勤(3),産休(5),育休(6),その他(7),半欠勤(22,23),半特休(28,29),時間特休（34) */
table tr td.srt-case3 {
    background-color: #FBC3F3 !important;
}

/* MC:有休(4),午前休(8),午後休(9),有休(15),午前休(16),午後休(17),時間休(18) */
table tr td.srt-case4 {
    background-color: #A8C4FB !important;
}

/* MC:振休(10),代休(11),代休(19),半代休(30,31) */
table tr td.srt-case5 {
    background-color: #D9FFC9 !important;
}

/* MC: 特休(13),特有休(14),半特休(24,25,26,27),時間特休(32,33)*/
table tr td.srt-case6 {
    background-color: #E7C7FE !important;
}

#js-sidebar-box{
    position: fixed;
    right: -100vw;
    top: 0;
    background-color: transparent;
    z-index: 10;
    transition: right 0.5s;
}
#js-sidebar-box .sidebar-box-angle{
    width: 8px;
    height: 12px;
    position: relative;
    margin-bottom: 3px;
}
#js-sidebar-box .sidebar-box-angle::before{
    content:'';
    display: block;
    width: 8px;
    height: 12px;
    clip-path: polygon(0% 50%,100% 0%,100% 100%);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
#js-sidebar-box .sidebar-box-angle::after{
    content:'';
    display: block;
    width: 8px;
    height: 12px;
    clip-path: polygon(0% 50%,100% 0%,100% 100%);
    background-color: #20266e;
    position: absolute;
    top: 0;
    left: 3px;
}
#js-sidebar-box[aria-modal="true"] .sidebar-box-angle::before{
    clip-path: polygon(0% 0%,100% 50%,0% 100%);
}
#js-sidebar-box[aria-modal="true"] .sidebar-box-angle::after{
    clip-path: polygon(0% 0%,100% 50%,0% 100%);
    left: -3px;
}
#js-sidebar-box .sidebar-box-inner{
    display: flex;
}
#js-sidebar-box .sidebar-box-inner .sidebar-box-slide-btn{
    background-color: #20266e;
    color: #fff;
    border: none;
    padding: 10px 0;
    margin: 0;
    width: 42px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.6rem;
}   
#js-sidebar-box .sidebar-box-inner .sidebar-box-slide-btn .sidebar-box-slide-btn-text{
    writing-mode: vertical-lr;
}
#js-sidebar-box .sidebar-box-inner .sidebar-box-right{
    padding: 2rem;
    border: 1px solid #707070;
    background-color: #fff;
    width: min(330px, calc(100vw - 42px));
}
#js-sidebar-box .sidebar-box-inner .sidebar-box-right .btn-group{
    width: 100%;
}
#js-sidebar-box .sidebar-box-inner .sidebar-box-right .btn-group [type="radio"]:first-of-type + label{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#js-sidebar-box .sidebar-box-inner .sidebar-box-right .btn-group [type="radio"]:last-of-type + label{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#js-sidebar-box .sidebar-box-inner .sidebar-box-right .btn-group [type="radio"] + label{
    color: #20276F;
    border:1px solid #20276F;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 113px;
    flex-grow: 1;
}
#js-sidebar-box .sidebar-box-inner .sidebar-box-right .btn-group [type="radio"]:checked + label{
    color: #fff;
    background-color: #20266e;
}

/* ラベル：他社連携 */
span[class^="label-link-"] {
    font-size: 14px;
    display: inline-block;
    padding: .4rem .6rem !important;
    vertical-align: middle;
}
.label-link-yet {
    background-color: #919ad6;
    color: #fff;
}
.label-link-done {
    border: 1px solid #20266e;
    color: #20266e;
}
