@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/* iOS用フォームCSSリセット */
input, textarea, select, button, input[type="date"] {
  font-family: inherit; /* フォントファミリーを継承 */
  font-size: 100%; /* フォントサイズをリセット */
  font-weight: normal; /* フォントの太さをリセット */
  margin: 0; /* マージンをリセット */
  padding: 0; /* パディングをリセット */
  border: none; /* ボーダーを消去 */
  background: transparent; /* 背景色を透明にする */
  -webkit-appearance: none; /* デフォルトの外観をリセット */
  -moz-appearance: none;
  appearance: none;
}

input,
select,
textarea,
button {
  color: initial;
  -webkit-text-fill-color: initial;
}

summary {
  display: block;  /* 矢印のアイコンを非表示にする */
}

/* Safari で三角形のアイコンを非表示にする */
summary::-webkit-details-marker {
  display: none;
}

/* ボタンのスタイルをリセット */
button {
  cursor: pointer; /* カーソルスタイルを変更 */
}

/* チェックボックスとラジオボタンのスタイルをリセット */
input[type="checkbox"], input[type="radio"] {
  -webkit-appearance: none; /* デフォルトの外観をリセット */
  -moz-appearance: none;
  appearance: none;
  margin: 0; /* マージンをリセット */
  padding: 0; /* パディングをリセット */
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: checkbox; /* Safari, Chrome, Edge, Opera */
  appearance: checkbox; /* Firefox */
}

/* input[type="date"]のスタイルをリセット */
input[type="date"] {
  -webkit-appearance: none; /* デフォルトの外観をリセット */
  -moz-appearance: none;
  appearance: none;
  padding: 0; /* パディングをリセット */
  background-color: transparent; /* 背景色を透明にする */
}

input[type="date"]::-webkit-date-and-time-value {
  text-align: left;
}

/* フォーカス時のスタイルをリセット */
*:focus {
  outline: none; /* アウトラインを消去 */
}
/* ios リセット end */

body {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 400;
  color: #201F1F;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
}

.out_line {
  height: 6px;
  background-color: #484a4f;
}

.out_line2 {
  position: fixed;
  width: 100%;
  z-index: 9;
}

.out_kanri_line {
  background-color: #e3ba69;
}

.header_fix {
  margin-top: 6px;
  width: 100%;
  background-color: #d7dcd8;
}

header .h_login01 {
  max-width: 1000px;
  width: 95%;
  margin: 36px auto 0;
}

header .h_login01 .h_img_log {
  display: block;
  max-width: 300px;
  width: 80%;
  margin: 0 auto;
}

header .h_login02 {
  max-width: 1000px;
  width: 95%;
  margin: 18px auto 24px;
  text-align: center;
  font-size: 13px;
  line-height: 1.7;
}

header .info_c {
  color: red;
}

header .top_lxc {
  display: flex;
  width: 100%;
  margin: 0 auto;
}

header .top_lxc .top_box01 {
  width: 230px;
  min-width: 230px;
  padding: 15px 15px 15px 20px;
  box-sizing: border-box;
}

header .top_lxc .top_box01 .top_img_a {
  text-decoration: none;
  display: block;
  transition-property: all;
  transition-duration: 0.3s;
}

header .top_lxc .top_box01 .top_img_a:hover {
  opacity: 0.7;
}

header .top_lxc .top_box01 .top_img_a .top_img {
  display: block;
  width: 100%;
}

header .top_lxc .top_box02 {
  width: 100%;
  display: flex;
  flex-direction: column;
}

header .top_lxc .top_box02 .person {
  width: 100%;
  margin: auto auto;
  padding-right: 20px;
  box-sizing: border-box;
  text-align: right;
}

header .top_lxc .top_box02 .person .top_sec {
  width: fit-content;
  position: relative;
  margin-left: auto;
}

header .top_lxc .top_box02 .person .top_sec .top_nav {
  position: absolute;
  width: 100%;
  min-width: 250px;
  right: 0;
  border: 0.5px solid #484a4f;
  box-sizing: border-box;
  background-color: #FFF;
  z-index: 30;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-15px);
  transition-property: all;
  transition-duration: 0.3s;
}

header .top_lxc .top_box02 .person .top_sec .tview {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0px);
}

header .top_lxc .top_box02 .person .top_sec .top_nav .tnav_b:first-child {
  border-top: none;
}

header .top_lxc .top_box02 .person .top_sec .top_nav .tnav_b {
  display: block;
  padding: 10px 25px;
  line-height: 1.7;
  box-sizing: border-box;
  background-color: rgba(255, 174, 0, 0.6);
  text-align: left;
  font-size: 13px;
  text-decoration: none;
  color: #201F1F;
  border-top: 0.5px solid #484a4f;
  transition-property: all;
  transition-duration: 0.3s;
  position: relative;
}

header .top_lxc .top_box02 .person .top_sec .top_nav .tnav_b:hover {
  opacity: 0.7;
}

header .top_lxc .top_box02 .person .top_sec .top_nav .tnav_b .tnav_span1 {
  vertical-align: middle;
  font-size: 20px;
}

header .top_lxc .top_box02 .person .top_sec .top_nav .tnav_b .tnav_span2 {
  vertical-align: middle;
  margin-left: 5px;
}

header .top_lxc .top_box02 .person .top_sec .top_nav .tnav_b .circle_red {
  position: absolute;
  top: 17px;
  right: 20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: red;
  animation: red_circle 2s infinite;
}

header .top_lxc .top_box02 .person .top_sec .top_menu_a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #484a4f;
  cursor: pointer;
}

header .top_lxc .top_box02 .person .top_sec .top_menu_a .top_menu_span1 {
  vertical-align: middle;
  font-size: 21px;
  transition-property: all;
  transition-duration: 1s;
}

header .top_lxc .top_box02 .person .top_sec .top_menu_a .top_menu_rote {
  rotate: 360deg;
}

header .top_lxc .top_box02 .person .top_sec .top_menu_a .top_menu_span2 {
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
}

header .top_lxc .top_box02 .person .top_sec .top_menu_a .red_circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: red;
  animation: red_circle 2s infinite;
}

@keyframes red_circle {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


header .top_lxc .top_box02 .con_menu {
  position: fixed;
  top: 10px;
  right: 21px;
  cursor: pointer;
  z-index: 10;
  display: none;
}

header .top_lxc .top_box02 .con_menu .menu_but {
  display: block;
  font-size: 30px;
}

header .top_lxc .top_box02 .con_menu .menu_info {
  display: block;
  font-size: 11px;
  text-align: center;
}

nav {
  transition-property: all;
  transition-duration: 0.3s;
  opacity: 0;
  pointer-events: none;
}

.nav_lxc {
  position: fixed;
  z-index: 21;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition-property: all;
  transition-duration: 0.3s;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(255, 174, 0, 0.8);
}

.nav_lxc2 {
  opacity: 1;
  pointer-events: all;
}

.nav_lxc .nav_menu {
  max-width: 350px;
  width: 70%;
  margin: 90px auto;
}

.nav_lxc .nav_menu .nav_a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #484a4f;
  padding: 6px 12px;
  box-sizing: border-box;
  background-color: #FFF;
  margin-bottom: 15px;
  border-radius: 3px;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}

.nav_lxc .nav_menu .nav_a:last-child {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #484a4f;
  padding: 6px 12px;
  box-sizing: border-box;
  margin-bottom: 0;
  background-color: #FFF;
  border-radius: 3px;
}

.nav_lxc .nav_menu .nav_a:hover {
  box-shadow: 1px 1px 3px #201F1F;
  opacity: 0.7;
}

.nav_lxc .nav_menu .nav_a .nav_but1 {
  vertical-align: middle;
  font-size: 20px;
}

.nav_lxc .nav_menu .nav_a .nav_but2 {
  vertical-align: middle;
  font-size: 13px;
  margin-left: 9px;
  font-weight: 600;
}

.nav_lxc .nav_menu .mov_only {
  padding: 6px;
  box-sizing: border-box;
  text-align: center;
  background-color: #484a4f;
  color: yellow;
  margin-bottom: 10px;
}

.nav_lxc .nav_menu .mov_only2 {
  padding: 6px;
  box-sizing: border-box;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #484a4f;
  margin-bottom: 10px;
  cursor: pointer;
  background-color: #F0F2F2;
  transition-property: all;
  transition-duration: 0.3s;
}

.nav_lxc .nav_menu .mov_only2:hover {
  box-shadow: 1px 1px 3px #201F1F;
}

.nav_lxc .nav_menu .mov_only3 {
  background-color: #484a4f;
}

.nav_lxc .nav_menu .mov_only2 .mov_sp1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  transition-property: all;
  transition-duration: 1s;
}

.nav_lxc .nav_menu .mov_only2 .mov_sp2 {
  display: inline-block;
  vertical-align: middle;
  transition-property: all;
  transition-duration: 1s;
}

.nav_lxc .nav_menu .mov_only2 .mov_haguruma {
  rotate: 360deg;
  color: yellow;
}

.nav_lxc .nav_menu .mov_only2 .mov_haguruma2 {
  color: yellow;
}

.nav_lxc .nav_menu .mov_set_menu {
  display: none;
}

.close_lxc { 
  position: fixed;
  z-index: 22;
  top: 10px;
  right: 21px;
  opacity: 0;
  pointer-events: none;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}

.close_lxc2 {
  opacity: 1;
  pointer-events: all;
}

.close_lxc .close_but {
  display: block;
  font-size: 30px;
}

.close_lxc .close_info {
  display: block;
  font-size: 11px;
  text-align: center;
}

.user_lxc {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  background-color: #FFF;
  display: none;
}

.user_lxc .user_sec {
  width: 100%;
  padding: 6px 0;
  box-sizing: border-box;
  display: flex;
  margin: 0 auto;
}

.user_lxc .user_sec .us_box01 {
  width: 100%;
}

.user_lxc .user_sec .us_box01 .us_1 {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  border-bottom: 0.5px solid #484a4f;
  padding: 1px 0;
  box-sizing: border-box;
  margin-bottom: 3px;
}

.user_lxc .user_sec .us_box01 .mov_lxc {
  display: flex;
}

.user_lxc .user_sec .us_box01 .mov_lxc .mov_box1 {
  width: 60px;
  display: flex;
  flex-direction: column;
}

.user_lxc .user_sec .us_box01 .mov_lxc .mov_box1 .mov_icon_a {
  width: 50px;
  height: 50px;
  margin: auto auto;
  text-decoration: none;
  color: #484a4f;
}

.user_lxc .user_sec .us_box01 .mov_lxc .mov_box1 .mov_icon_a .mov_img {
  display: block;
  width: 100%;
  font-size: 50px;
}

.user_lxc .user_sec .us_box01 .mov_lxc .mov_box1 .mov_icon_a .mov_img_i {
  border-radius: 50%;
  object-fit: cover;
  border: 0.5px solid #484a4f;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
}

.user_lxc .user_sec .us_box01 .mov_lxc .mov_box2 {
  flex: 1;
  margin-left: 3px;
  display: flex;
  flex-direction: column;
}

.user_lxc .user_sec .us_box01 .mov_lxc .mov_box2 .mov_sec {
  margin-top: auto;
  margin-bottom: auto;
}

.user_lxc .user_sec .us_box01 .mov_lxc .mov_box2 .mov_sec .us_2 {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
}

@media (max-width: 1000px) {
  header .top_lxc .top_box01 {
    padding-left: 15px;
    padding-right: 20px;
  }

  .close_lxc {
    top: 12px;
    right: 15px;
  }

  header .top_lxc .top_box02 .con_menu {
    top: 12px;
    right: 15px;
  }

  header .top_lxc .top_box02 .con_menu {
    display: block;
  }

  header .top_lxc .top_box02 .con_menu_none {
    display: none;
  }

  .user_lxc {
    display: block;
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }

  header .top_lxc .top_box02 .person {
    display: none;
  }

  .user_lxc .user_sec {
    padding: 6px 15px;
  }

}

.user_lxc .user_sec .us_box02 .us_sec {
  width: 100%;
  margin: auto auto;
  text-align: right;
}

.user_lxc .user_sec .us_box02 .us_sec .us_link {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #484a4f;
  transition: all;
  transition-duration: 0.3s;
  margin-left: 12px;
  cursor: pointer;
}

.user_lxc .user_sec .us_box02 .us_sec .us_link:hover {
  color: tomato;
}

.user_lxc .user_sec .us_box02 .us_sec .us_link .us_s1 {
  font-size: 18px;
  vertical-align: middle;
}

.user_lxc .user_sec .us_box02 .us_sec .us_link .us_s2 {
  font-size: 12px;
  vertical-align: middle;
}

main {
  flex: 1;
}

.main_fix {
  width: 100%;
  display: flex;
  margin: 0 auto;
}

.main_fix .nav_g {
  width: 230px;
  min-width: 230px;
  padding: 10px 15px 10px 20px;
  box-sizing: border-box;
  background-color: #F5F5F5;
}

.main_fix .nav_g .nav_pro {
  padding-right: 0px;
  box-sizing: border-box;
}

.main_fix .nav_g .nav_pro .nav_pro_box {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.7;
  padding-bottom: 10px;
  box-sizing: border-box;
  border-bottom: 0.5px solid #484a4f;
}

.main_fix .nav_g .nav_pro .nav_pro_box .pro_lxc {
  display: flex;
}

.main_fix .nav_g .nav_pro .nav_pro_box .pro_lxc .pro_img {
  display: flex;
  flex-direction: column;
  width: 50px;
}

.main_fix .nav_g .nav_pro .nav_pro_box .pro_lxc .pro_img .pro_img_icon {
  display: block;
  margin: auto auto;
  width: 50px;
  height: 50px;
  text-decoration: none;
  color: #484a4f;
}

.main_fix .nav_g .nav_pro .nav_pro_box .pro_lxc .pro_img .pro_img_icon .img_pro {
  display: block;
  margin: auto auto;
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  border: 0.5px solid #484a4f;
  box-sizing: border-box;
}

.main_fix .nav_g .nav_pro .nav_pro_box .pro_lxc .pro_img .pro_img_icon .img_pro2 {
  display: block;
  margin: auto auto;
  font-size: 50px;
  
}

.main_fix .nav_g .nav_pro .nav_pro_box .pro_lxc .pro_rxc {
  flex: 1;
  margin-left: 6px;
  display: flex;
  flex-direction: column;
}

.main_fix .nav_g .nav_pro .nav_pro_box .pro_lxc .pro_rxc .s_shimei {
  width: 100%;
  margin: auto auto;
  font-weight: 500;
  font-size: 13px;
}

.main_fix .nav_g .nav_left {
  padding: 0px;
  box-sizing: border-box;
}

.main_fix .nav_g .nav_left .left_a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #484a4f;
  padding: 6px 9px;
  box-sizing: border-box;
  border-radius: 6px;
  transition-property: all;
  transition-duration: 0.3s;
  margin-top: 10px;
  cursor: pointer;
}


.main_fix .nav_g .nav_left .left_a:hover {
  background-color: rgba(255, 174, 0, 0.3);
}

.main_fix .nav_g .nav_left .left_a .left_span1 {
  vertical-align: middle;
  font-size: 19px;
  font-weight: 500;
}

.main_fix .nav_g .nav_left .left_a .left_span2 {
  vertical-align: middle;
  font-size: 13px;
  margin-left: 6px;
  font-weight: 600;
}

.main_fix .nav_g .kanri_menu {
  margin-top: 10px;
  border-top: 0.5px solid #484a4f;
}

.main_fix .nav_g .kanri_menu .onry {
  margin-top: 10px;
  padding: 6px;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  background-color: #484a4f;
  color: yellow;
  letter-spacing: 0.12em;
}

.main_fix .main_v {
  width: 100%;
  padding: 10px 20px 10px 15px;
  box-sizing: border-box;
}

.main_fix .main_v .content_b {
  padding: 9px 0 9px 0;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.7;
}

.main_fix .main_v .content_b .box1 {
  width: 100%;
  padding: 3px 0;
  box-sizing: border-box;
  position: relative;
}

.main_fix .main_v .content_b .box1 .count_v {
  display: inline-block;
  margin-left: 10px;
}

.main_fix .main_v .content_b .box1 .make_b {
  display: block;
  width: fit-content;
  padding: 3px 9px;
  font-size: 13px;
  border-radius: 9px;
  position: absolute;
  top: -1px;
  right: 0;
  text-decoration: none;
  color: #FFF;
  background-color: #00a6c0;
  transition-property: all;
  transition-duration: 0.3s;
}

.main_fix .main_v .content_b .box1 .make_b:hover {
  opacity: 0.8;
  box-shadow: 1px 1px 3px #484a4f;
}

.main_fix .main_v .emp_lxc1 {
  width: 100%;
}

.main_fix .main_v .emp_lxc1 .guide_box {
  width: 100%;
  background-color: #484a4f;
  padding: 6px 9px;
  box-sizing: border-box;
  color: #FFF;
}

.main_fix .main_v .emp_lxc1 .guide_box .guide1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}

.main_fix .main_v .emp_lxc1 .guide_box .guide2 {
  display: inline-block;
  vertical-align: middle;
}

.main_fix .main_v .emp_lxc2 {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.main_fix .main_v .emp_lxc2 .non_info {
  margin-top: 10px;
  margin-left: 15px;
  font-size: 13px;
  line-height: 1.7;
}

.main_fix .main_v .emp_lxc2 .content_menu {
  padding: 9px;
  box-sizing: border-box;
  background-color: #F0F2F2;
  margin-top: 10px;
}

.main_fix .main_v .emp_lxc2 .content_menu .con_span {
  display: inline-block;
  padding: 6px 9px;
  box-sizing: border-box;
  background-color: #00a6c0;
  color: #FFF;
  border-radius: 3px;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
  font-size: 13px;
  text-decoration: none;
  margin-right: 3px;
}

.main_fix .main_v .emp_lxc2 .content_menu .con_span:hover {
  box-shadow: 1px 1px 3px #201F1F;
  opacity: 0.7;
}

.main_fix .main_v .emp_lxc2 .title_h1 {
  border-left: 6px solid #484a4f;
  padding: 3px 9px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 10px;
}

.main_fix .main_v .emp_lxc2 .title_h1 .title_a {
  color: blue;
  transition-property: all;
  transition-duration: 0.3s;
}

.main_fix .main_v .emp_lxc2 .title_h1 .title_a:hover {
  color: tomato;
}

.main_fix .main_v .emp_lxc2 .syokuin {
  margin-top: 10px;
}

.main_fix .main_v .emp_lxc2 .syokuin_2 {
  margin-top: 0px;
}

.main_fix .main_v .emp_lxc2 .syokuin form .syoku_sele {
  font-family: "Noto Sans JP", serif;
  padding: 9px 12px;
  box-sizing: border-box;
  border: 0.5px solid #484a4f;
  margin: 10px 0;
  max-width: 300px;
  width: 100%;
  font-size: 14px;
  line-height: 1.7;
  background: #F5F5F5 url(../img/arrow_drop_down_black_24dp.svg) no-repeat right 7px center / 25px auto;
}

.main_fix .main_v .emp_lxc2 .err_info {
  font-size: 12px;
  line-height: 1.5;
  color: red;
}

.main_fix .main_v .emp_lxc2 .t_syukei .ts_table {
  max-width: 200px;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.main_fix .main_v .emp_lxc2 .t_syukei .ts_table tr th {
  font-size: 13px;
  line-height: 1.5;
  padding: 6px;
  box-sizing: border-box;
  border: 1px solid #484a4f;
  width: 100px;
  background-color: rgba(0, 166, 192, 0.4);
}

.main_fix .main_v .emp_lxc2 .t_syukei .ts_table tr .th_tomato {
  background-color: rgba(255, 99, 71, 0.8);
}

.main_fix .main_v .emp_lxc2 .t_syukei .ts_table tr td {
  font-size: 13px;
  line-height: 1.5;
  padding: 6px;
  box-sizing: border-box;
  border: 1px solid #484a4f;
  text-align: right;
}

.main_fix .main_v .emp_lxc2 .com_mess {
  margin-top: 10px;
  border: 3px solid tomato;
  padding: 9px;
  box-sizing: border-box;
  display: none;
}

.main_fix .main_v .emp_lxc2 .com_mess_view {
  display: block;
}

.main_fix .main_v .emp_lxc2 .com_mess .com_h1{
  font-size: 13px;
  line-height: 1.5;
  color: tomato;
}

.main_fix .main_v .emp_lxc2 .status_lxc {
  border: 1px solid #484a4f;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 10px;
}

.main_fix .main_v .emp_lxc2 .all_button {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.7;
}

.main_fix .main_v .emp_lxc2 .all_button .all_span {
  display: inline-block;
  padding: 3px 6px;
  box-sizing: border-box;
  background-color: #00a6c0;
  color: #FFF;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
  margin-right: 3px;
  border-radius: 3px;
}

.main_fix .main_v .emp_lxc2 .all_button .all_span:hover {
  box-shadow: 1px 1px 3px #201F1F;
  opacity: 0.7;
}

.main_fix .main_v .emp_lxc2 .status_lxc .status_h1 {
  border-left: 6px solid #00a6c0;
  font-size: 13px;
  line-height: 1.5;
  padding: 1px 5px;
  box-sizing: border-box;
}

.main_fix .main_v .emp_lxc2 .status_lxc .status_h1 .status_name {
  font-size: 16px;
  line-height: 1.7;
}

.main_fix .main_v .emp_lxc2 .status_lxc .status_h1 .status_span {
  color: red;
}

.main_fix .main_v .emp_lxc2 form .kibo_table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.main_fix .main_v .emp_lxc2 form .kibo_table tr th {
  font-size: 13px;
  padding: 3px;
  box-sizing: border-box;
  border: 1px solid #484a4f;
  background-color: rgba(0, 166, 192, 0.4);
}

.main_fix .main_v .emp_lxc2 form .kibo_table tr .th_1 {
  width: 66px;
  min-width: 66px;
}

.main_fix .main_v .emp_lxc2 form .kibo_table tr td {
  border: 1px solid #484a4f;
  padding: 6px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

.main_fix .main_v .emp_lxc2 form .kibo_table tr .td_1 {
  padding: 0px;
}

.main_fix .main_v .emp_lxc2 form .kibo_table tr .td_event {
  pointer-events: none;
}

.main_fix .main_v .emp_lxc2 form .kibo_table tr .td_view {
  padding: 6px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}

.main_fix .main_v .emp_lxc2 form .kibo_table tr .td_red {
  color: red;
}

.main_fix .main_v .emp_lxc2 form .kibo_table tr .td_blue {
  color: blue;
}

.main_fix .main_v .emp_lxc2 form .kibo_table tr td .td_sele {
  display: block;
  padding: 6px;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  background-color: #F5F5F5;
  transition-property: all;
  transition-duration: 0.3s;
}

.main_fix .main_v .emp_lxc2 form .kibo_table tr td .td_white {
  background-color: #FFF;
}

.main_fix .main_v .emp_lxc2 form .kibo_table tr td .td_sele:hover {
  background-color: rgba(255, 174, 0, 0.2);
}

.main_fix .main_v .emp_lxc2 form .kibo_table tr td .td_sele:focus {
  background-color: #FFF;
}

.main_fix .main_v .emp_lxc2 form .kibo_table tr td .td_comment {
  display: block;
  padding: 6px;
  box-sizing: border-box;
  text-align: left;
  width: 100%;
  font-size: 13px;
  line-height: 1.5;
  background-color: #F5F5F5;
  transition-property: all;
  transition-duration: 0.3s;
}

.main_fix .main_v .emp_lxc2 form .kibo_table tr td .td_comment:hover {
  background-color: rgba(255, 174, 0, 0.2);
}

.main_fix .main_v .emp_lxc2 form .kibo_table tr td .td_comment:focus {
  background-color: #FFF;
  outline: 1px solid #e3ba69;
}

.main_fix .main_v .emp_lxc2 form .submit_b {
  margin: 20px 0;
  font-size: 14px;
  display: block;
  width: fit-content;
  padding: 6px 12px;
  box-sizing: border-box;
  background-color: #e3ba69;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
  border-radius: 3px;
}

.main_fix .main_v .emp_lxc2 form .submit_b:hover {
  box-shadow: 1px 1px 3px #201F1F;
  opacity: 0.7;
}

.main_fix .main_v .emp_lxc2 .cal_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-top: 10px;
}

.main_fix .main_v .emp_lxc2 .cal_table tr th {
  border: 1px solid #484a4f;
  padding: 3px;
  box-sizing: border-box;
  font-size: 13px;
  background-color: #F5F5F5;
}

.main_fix .main_v .emp_lxc2 .cal_table tr .sunday {
  color: red;
}

.main_fix .main_v .emp_lxc2 .cal_table tr .saturday {
  color: blue;
}

.main_fix .main_v .emp_lxc2 .cal_table tr td {
  border: 1px solid #484a4f;
  padding: 3px 6px;
  box-sizing: border-box;
  height: 120px;
  font-size: 12px;
  line-height: 1.5;
}

.main_fix .main_v .emp_lxc2 .cal_table tr td .yotei {
  background-color: #00a6c0;
  color: #FFF;
  padding: 1px 9px;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 5px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
}

.main_fix .main_v .emp_lxc2 .cal_table tr td .yotei:hover {
  opacity: 0.7;
  box-shadow: 1px 1px 3px #201F1F;
}

.main_fix .main_v .emp_lxc2 .cal_table tr td .yotei_mob {
  display: none;
}

.main_fix .main_v .emp_lxc2 .table_mov {
  display: none;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-top: 10px;
}

.main_fix .main_v .emp_lxc2 .table_mov thead tr th {
  font-size: 12px;
  padding: 3px;
  box-sizing: border-box;
  background-color: rgba(0, 166, 192, 0.4);
  border: 1px solid #484a4f;
}

.main_fix .main_v .emp_lxc2 .table_mov thead tr .th_date {
  width: 60px;
}

.main_fix .main_v .emp_lxc2 .table_mov tbody tr td {
  padding: 3px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #484a4f;
  vertical-align: middle;
}

.main_fix .main_v .emp_lxc2 .table_mov tbody tr td .mob_kinmu {
  padding: 3px;
  box-sizing: border-box;
}

.main_fix .main_v .emp_lxc2 .table_mov tbody tr td .mob_kinmu .unit_h {
  font-weight: 600;
}

.main_fix .main_v .emp_lxc2 .table_mov tbody tr .td_day {
  text-align: center;
}

.main_fix .main_v .emp_lxc2 .table_mov tbody tr .td_sun {
  color: red;
}

.main_fix .main_v .emp_lxc2 .table_mov tbody tr .td_sat {
  color: blue;
}

.main_fix .main_v .emp_lxc2 form .trans_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-top: 10px;
}

.main_fix .main_v .emp_lxc2 form .trans_table thead tr th {
  padding: 3px;
  box-sizing: border-box;
  font-size: 13px;
  background-color: rgba(0, 166, 192, 0.4);
  border: 1px solid #484a4f;
}

.main_fix .main_v .emp_lxc2 form .trans_table thead tr .th_date {
  width: 52px;
}

.main_fix .main_v .emp_lxc2 form .trans_table thead tr .th_120 {
  width: 120px;
}

.main_fix .main_v .emp_lxc2 form .trans_table tbody {
  border-bottom: 2px solid #484a4f;
}

.main_fix .main_v .emp_lxc2 form .trans_table tbody tr td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #484a4f;
  padding: 3px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.5;
}

.main_fix .main_v .emp_lxc2 form .trans_table tbody tr .td_sun {
  color: red;
}

.main_fix .main_v .emp_lxc2 form .trans_table tbody tr .td_sat {
  color: blue;
}

.main_fix .main_v .emp_lxc2 form .trans_table tbody tr .kotsu {
  width: 120px;
  background-color: aliceblue;
}

.main_fix .main_v .emp_lxc2 form .trans_table tbody tr .td_kinmuchi {
  text-align: left;
}

.main_fix .main_v .emp_lxc2 form .trans_table tbody tr .kinmu_err {
  background-color: rgba(255, 99, 71, 0.5);
}

.main_fix .main_v .emp_lxc2 form .trans_table tbody tr .memo {
  padding: 0;
  line-height: 0;
  overflow: auto;
}

.main_fix .main_v .emp_lxc2 form .trans_table tbody tr .memo .memo2 {
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 3px;
  box-sizing: border-box;
  line-height: 1.5;
  background-color: #F5F5F5;
  object-fit: cover;
  transition-property: all;
  transition-duration: 0.3s;
}

.main_fix .main_v .emp_lxc2 form .trans_table tbody tr .memo .memo2:hover {
  background-color: rgba(255, 174, 0, 0.2);
}

.main_fix .main_v .emp_lxc2 form .trans_table tbody tr .memo .memo2:focus {
  background-color: #FFF;
}

.main_fix .main_v .emp_lxc2 form .trans_table tbody tr .memo .memo2::placeholder {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
}

.main_fix .main_v .emp_lxc2 form .trans_table tbody tr .tyosei_gaku {
  padding: 0;
  line-height: 0;
  overflow: auto;
}

.main_fix .main_v .emp_lxc2 form .trans_table tbody tr .tyosei_gaku .tyosei_gaku2 {
  display: block;
  padding: 3px;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  height: 100%;
  transition-property: all;
  line-height: 1.5;
  object-fit: cover;
  transition-duration: 0.3s;
  background-color: #F5F5F5;
  color: red;
}

.main_fix .main_v .emp_lxc2 form .trans_table tbody tr .tyosei_gaku .tyosei_gaku2:hover {
  background-color: rgba(255, 174, 0, 0.2);
}

.main_fix .main_v .emp_lxc2 form .trans_table tbody tr .tyosei_gaku .tyosei_gaku2:focus {
  background-color: #FFF;
}

@media (max-width: 700px) {
  .main_fix .main_v .emp_lxc2 .cal_table tr td .yotei {
    display: none;
  }

  .main_fix .main_v .emp_lxc2 .cal_table tr td .yotei_mob {
    display: block;
    background-color: #00a6c0;
    color: #FFF;
    padding: 1px 9px;
    box-sizing: border-box;
    border-radius: 3px;
    margin-bottom: 5px;
    cursor: pointer;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

@media (max-width: 500px) {
  .main_fix .main_v .emp_lxc2 .cal_table {
    display: none;
  }
  .main_fix .main_v .emp_lxc2 .table_mov {
    display: table;
  }
}

.main_fix .main_v .emp_lxc2 .check_but {
  position: absolute;
  top: 6px;
  right: 0px;
  padding: 3px 9px;
  box-sizing: border-box;
  background-color: #00a6c0;
  color: #FFF;
  width: fit-content;
  text-align: center;
  line-height: 1.7;
  border-radius: 9px;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}

.main_fix .main_v .emp_lxc2 .check_but2 {
  position: absolute;
  display: block;
  text-decoration: none;
  top: 6px;
  right: 167px;
  padding: 3px 9px;
  box-sizing: border-box;
  background-color: #00a6c0;
  color: #FFF;
  width: fit-content;
  text-align: center;
  line-height: 1.7;
  border-radius: 9px;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}

.main_fix .main_v .emp_lxc2 .check_but3 {
  right: 0;
}

.main_fix .main_v .emp_lxc2 .check_but_none {
  display: none;
}

.main_fix .main_v .rec_lxc {
  margin-bottom: 0px;
}

.main_fix .main_v .rec_lxc .kinmu_lxc {
  margin-top: 20px;
}

.main_fix .main_v .rec_lxc .kinmu_lxc .kinmu_h2 {
  padding: 1px 12px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 600;
  border-left: 6px solid #00a6c0;
}

.main_fix .main_v .rec_lxc .kinmu_table {
  max-width: 600px;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-top: 10px;
}

.main_fix .main_v .rec_lxc .kinmu_table thead tr th {
  padding: 1px 3px;
  box-sizing: border-box;
  background-color: #00a6c0;
  color: #FFF;
  border: 0.5px solid #484a4f;
  font-size: 12px;
  line-height: 1.7;
}

.main_fix .main_v .rec_lxc .kinmu_table thead tr .kth {
  width: 50px;
}

.main_fix .main_v .rec_lxc .kinmu_table tbody tr td {
  padding: 3px 9px;
  box-sizing: border-box;
  border: 0.5px solid #484a4f;
  font-size: 12px;
  line-height: 1.7;
  text-align: left;
  vertical-align: middle;
  height: 48px;
}

.main_fix .main_v .rec_lxc .kinmu_table tbody tr .ktd {
  padding: 3px;
  text-align: center;
  vertical-align: middle;
}

.main_fix .main_v .rec_lxc .kinmu_table tbody tr .ktd_red {
  color: red;
}

.main_fix .main_v .rec_lxc .kinmu_table tbody tr .ktd_blue {
  color: blue;
}

.main_fix .main_v .all_shift {
  display: block;
  width: fit-content;
  margin-top: 6px;
  text-decoration: none;
  padding: 3px 12px;
  box-sizing: border-box;
  background-color: #00a6c0;
  color: #FFF;
  font-size: 13px;
  line-height: 1.7;
  border-radius: 9px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
}

.main_fix .main_v .all_shift:hover {
  opacity: 0.8;
  box-shadow: 1px 1px 3px #484a4f;
}

.main_fix .main_v .rec_lxc form .rec_h1 {
  padding: 3px 9px;
  box-sizing: border-box;
  border-left: 6px solid #00a6c0;
  line-height: 1.7;
  font-weight: 600;
}

.main_fix .main_v .rec_lxc form .rec_sle {
  font-family: "Noto Sans JP", serif;
  padding: 9px 12px;
  box-sizing: border-box;
  border: 0.5px solid #484a4f;
  background-color: #F0F2F2;
  margin: 10px 0;
  border-radius: 3px;
  width: 60px;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
}

.main_fix .main_v .rec_lxc form .rec_sle2 {
  pointer-events: none;
  padding: 3px 9px;
}

.main_fix .main_v .rec_lxc form .rec_span {
  display: inline-block;
  vertical-align: middle;
  padding: 3px;
  margin-left: 3px;
  box-sizing: border-box;
  background-color: #00a6c0;
  color: #FFF;
  text-decoration: none;
  border-radius: 6px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
}

.main_fix .main_v .rec_lxc form .rec_span:hover {
  box-shadow: 1px 1px 3px #484a4f;
  opacity: 0.8;
}

@media (max-width: 1000px) {
  .main_fix .nav_g {
    display: none;
  }

  .main_fix .main_v {
    padding: 0 15px;
  }

  .main_fix .main_v .emp_lxc1 .guide_box .guide1 {
    font-size: 18px;
  }

  .main_fix .main_v .emp_lxc1 .guide_box .guide2 {
    font-size: 13px;
  }

}

@media (max-width: 700px) {
  .main_fix .main_v .emp_lxc2 .check_but {
    font-size: 13px;
    right: 0;
  }
  .main_fix .main_v .emp_lxc2 .check_but2 {
    right: 155px;
  }
  .main_fix .main_v .emp_lxc2 .tanto_f {
    margin-top: 0px;
  }
  .main_fix .main_v .emp_lxc1 {
    padding: 0;
  }
}

.main_fix .main_v .emp_lxc2 .check_but:hover {
  box-shadow: 1px 1px 3px #484a4f;
  opacity: 0.8;
}

.main_fix .main_v .emp_lxc2 .non_unit {
  font-size: 13px;
  line-height: 1.7;
  margin-top: 10px;
  margin-left: 15px;
}

.main_fix .main_v .emp_lxc2 form .toroku_h1 {
  padding: 3px 9px;
  box-sizing: border-box;
  border-left: 6px solid #484a4f;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0px;
}

.main_fix .main_v .emp_lxc2 form .toroku_h1:first-child {
  margin-top: 10px;
}

.main_fix .main_v .emp_lxc2 form .toroku_h1_foo {
  background-color: rgba(255, 174, 0, 0.3);
  margin-bottom: 15px;
}

.main_fix .main_v .emp_lxc2 form .toroku_h1_foo2 {
  background-color: rgba(255, 174, 0, 0.3);
}

.main_fix .main_v .emp_lxc2 form .toroku_hyde {
  display: none;
}

.main_fix .emp_lxc2 form .toroku_bold {
  font-weight: 600;
  font-size: 14px;
  position: relative;
  max-width: 800px;
  width: 100%;
}

.main_fix .emp_lxc2 form .toroku_bold .shift_icon {
  position: absolute;
  top: 1.7px;
  right: 0;
  width: 50px;
  height: 50px;
}

.main_fix .emp_lxc2 form .toroku_bold .shift_icon .shift_img1 {
  display: block;
  font-size: 50px;
}

.main_fix .emp_lxc2 form .toroku_bold .shift_icon .shift_img2 {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  border: 0.5px solid #484a4f;
  box-sizing: border-box;
}

.main_fix .main_v .emp_lxc2 form .en_err {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.7;
  color: tomato;
}

.main_fix .main_v .emp_lxc2 form .rec_jyotai {
  margin: 10px 0;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.7;
}

.main_fix .main_v .emp_lxc2 form .rec_span1 {
  font-size: 11px;
}

.main_fix .main_v .emp_lxc2 form .rec_red {
  color: red;
}

.main_fix .main_v .emp_lxc2 form .rec_info {
  margin-bottom: 10px;
  border: 0.5px solid #484a4f;
  max-width: 800px;
  width: 100%;
  font-size: 12px;
  line-height: 1.8;
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
}

.main_fix .main_v .emp_lxc2 form .rec_info2 {
  text-align: left;
  line-height: 1.7;
  display: none;
}

.main_fix .main_v .emp_lxc2 form .rec_info3 {
  text-align: left;
  width: 300px;
}

.main_fix .main_v .emp_lxc2 form .rec_b {
  margin: 10px 0;
  font-size: 13px;
  padding: 6px 0;
  box-sizing: border-box;
}

.main_fix .main_v .emp_lxc2 form .rec_none {
  display: none;
}

.main_fix .main_v .emp_lxc2 form .rec_b .rec_script {
  padding: 3px 9px;
  box-sizing: border-box;
  text-align: center;
  background-color: #00a6c0;
  color: #FFF;
  border-radius: 6px;
  margin-right: 5px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
}

.main_fix .main_v .emp_lxc2 form .rec_b .rec_script:hover {
  box-shadow: 1px 1px 3px #484a4f;
  opacity: 0.8;
}

@media (max-width: 460px) {
  .main_fix .main_v .emp_lxc2 form .rec_info {
    display: none;
  }
  .main_fix .main_v .emp_lxc2 form .rec_info2 {
    display: block;
  }
}

.main_fix .main_v .emp_lxc2 .rec_lxc form h1 .t_span {
  font-size: 12px;
  color: tomato;
}

.main_fix .main_v .emp_lxc2 form .toroku_h1 .toroku_span {
  font-size: 12px;
  color: tomato;
  vertical-align: middle;
}

.main_fix .main_v .emp_lxc2 form .toroku_h2 {
  margin-bottom: 6px;
  background-color: aliceblue;
}

.main_fix .main_v .emp_lxc2 form .toroku_h3 {
  border-left: 6px solid tomato;
}

.main_fix .main_v .emp_lxc2 form .form_p1 {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: red;
}

.main_fix .main_v .emp_lxc2 form .form_table {
  max-width: 1000px;
  width: 100%;
  table-layout: fixed;
  margin-top: 10px;
  margin-bottom: 10px;
}

.main_fix .main_v .emp_lxc2 form .form_table_2 {
  max-width: 800px;
  width: 100%;
}

.main_fix .main_v .emp_lxc2 form .form_table_3 {
  table-layout: fixed;
  font-size: 12px;
  line-height: 1.7;
}

.main_fix .main_v .emp_lxc2 form .form_table thead tr .rec_th {
  width: 70px;
}

.main_fix .main_v .emp_lxc2 form .form_table thead tr .rec_th2 {
  width: 80px;
}

.main_fix .main_v .emp_lxc2 form .form_table thead tr .rec_day {
  max-width: 50px;
  width: 50px;
  min-width: 50px;
  padding: 3px 9px;
  box-sizing: border-box;
}

.main_fix .main_v .emp_lxc2 form .form_table thead tr .rec_th3 {
  width: auto;
  padding: 3px 9px;
  box-sizing: border-box;
}

.main_fix .main_v .emp_lxc2 form .form_table thead tr .rec_hiyo {
  max-width: 60px;
  width: 60px;
  min-width: 60px;
  padding: 3px 9px;
  box-sizing: border-box;
}

.main_fix .main_v .emp_lxc2 form .form_table thead tr .rec_th4 {
  max-width: 90px;
  min-width: 90px;
  color: yellow;
}

.main_fix .main_v .emp_lxc2 form .form_table thead tr .rec_th5 {
  max-width: 300px;
  min-width: 300px;
  color: yellow;
}

.main_fix .main_v .emp_lxc2 form .form_table thead tr .rec_th6 {
  max-width: 90px;
  min-width: 90px;
}

.main_fix .main_v .emp_lxc2 form .form_table tbody tr .rec_td {
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
}

.main_fix .main_v .emp_lxc2 form .form_table tbody tr .rec_td_2 {
  font-size: 12px;
  padding: 3px 6px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 550px) {
  .main_fix .main_v .emp_lxc2 form .form_table thead tr .rec_th_hyde {
    display: none;
  }

  .main_fix .main_v .emp_lxc2 form .form_table tbody tr .rec_td_hyde {
    display: none;
  }
}

.main_fix .main_v .emp_lxc2 form .form_table tbody tr .rec_td_3 {
  background-color: #F0F2F2;
  padding: 0;
  max-width: 90px;
  min-width: 90px;
}

.main_fix .main_v .emp_lxc2 form .form_table tbody tr .lock2 {
  pointer-events: none;
}

.main_fix .main_v .emp_lxc2 form .form_table thead tr th {
  padding: 3px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  border: 0.5px solid #484a4f;
  background-color: #0a81ef;
  color: #FFF;
  font-size: 13px;
  line-height: 1.5;
}

.main_fix .main_v .emp_lxc2 form .form_table thead tr .th_g {
  background-color: tomato;
}

.main_fix .main_v .emp_lxc2 form .gokei {
  max-width: 200px;
  width: 100%;
}

.main_fix .main_v .emp_lxc2 form .form_table tbody tr td {
  border: 0.5px solid #484a4f;
}

.main_fix .main_v .emp_lxc2 form .form_table tbody tr td .haibun {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
  padding: 6px;
  box-sizing: border-box;
  background-color: #F0F2F2;
  font-family: "Noto Sans JP", serif;
}

.main_fix .main_v .emp_lxc2 form .form_table tbody tr td .haibun2 {
  font-size: 12px;
  text-align: left;
}

.main_fix .main_v .emp_lxc2 form .form_table tbody tr td .haibun3 {
  font-size: 12px;
  text-align: center;
}

.main_fix .main_v .emp_lxc2 form .form_table tbody tr td .haibun:focus {
  background-color: #FFF;
  outline: 1px solid #e3ba69;
}

.main_fix .main_v .emp_lxc2 form .trans_a {
  font-size: 12px;
  line-height: 1.7;
}

.main_fix .main_v .emp_lxc2 form .trans_sum {
  margin-top: 10px;
  display: flex;
  font-size: 12px;
  line-height: 1.7;
}

.main_fix .main_v .emp_lxc2 form .trans_sum2 {
  margin-top: 6px;
}

.main_fix .main_v .emp_lxc2 form .trans_sum .sum_box1 {
  width: 100px;
  text-align: center;
  padding: 6px;
  box-sizing: border-box;
  background-color: #00a6c0;
  color: #FFF;
  font-weight: 500;
  border: 0.5px solid #484a4f;
}

.main_fix .main_v .emp_lxc2 form .trans_sum .sum_box1_c {
  color: yellow;
}

.main_fix .main_v .emp_lxc2 form .trans_sum .sum_box1_c2 {
  background-color: tomato;
}

.main_fix .main_v .emp_lxc2 form .trans_sum .sum_box2 {
  width: 150px;
  text-align: right;
  padding: 6px 12px;
  box-sizing: border-box;
  font-weight: 500;
  border: 0.5px solid #484a4f;
  border-left: none;
}

.main_fix .main_v .emp_lxc2 form .f_label {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 12px;
}

.main_fix .main_v .emp_lxc2 form .f_label2 {
  padding: 10px 6px;
  margin-bottom: 0px;
}

.main_fix .main_v .emp_lxc2 form .f_label .tonto_check {
  display: inline-block;
  vertical-align: middle;
}

.main_fix .main_v .emp_lxc2 form .f_label .l_span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}

.main_fix .main_v .emp_lxc2 form .f_hyde {
  display: none;
}

.main_fix .main_v .emp_lxc2 form .toroku_inp1 {
  font-family: "Noto Sans JP", serif;
  padding: 9px 12px;
  box-sizing: border-box;
  border: 0.5px solid #484a4f;
  background-color: #F5F5F5;
  margin: 10px 0;
  max-width: 300px;
  width: 100%;
  font-size: 14px;
  line-height: 1.7;
}

.main_fix .main_v .emp_lxc2 form .toroku_inp1_70 {
  width: 80%;
}

.main_fix .main_v .emp_lxc2 form .toroku_top0 {
  margin-top: 0;
}

.main_fix .main_v .emp_lxc2 form .toroku_inp1_mini {
  max-width: 90px;
  text-align: center;
}

.main_fix .main_v .emp_lxc2 form .toroku_inp1_mini2 {
  max-width: 120px;
}

.main_fix .main_v .emp_lxc2 form .toroku_inp1_mini_span {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}

.main_fix .main_v .emp_lxc2 form .toroku_foo {
  max-width: 600px;
}

.main_fix .main_v .emp_lxc2 form .toroku_inp1:focus {
  background-color: #FFF;
  outline: 1px solid #e3ba69;
}

.main_fix .main_v .emp_lxc2 form .temp_info {
  font-size: 12px;
  color: tomato;
  line-height: 1.7;
}

@media (max-width: 700px) {
  .main_fix .main_v .emp_lxc2 form {
    font-size: 13px;
  }
  .main_fix .main_v .emp_lxc2 form .toroku_inp1 {
    font-size: 13px;
  }
}

@media (max-width: 500px) {
  .main_fix .main_v .emp_lxc2 form .form_table thead tr th {
    font-size: 12px;
  }
  .main_fix .main_v .emp_lxc2 form .form_table thead tr .rec_th {
    width: 50px;
  }
  .main_fix .main_v .emp_lxc2 form .form_table thead tr .rec_th2 {
    width: 70px;
  }
  .main_fix .main_v .emp_lxc2 form .form_table tbody tr .rec_td {
    font-size: 12px;
  }
  .main_fix .main_v .rec_lxc form .rec_sle {
    padding: 6px;
    width: 45px;
    font-size: 12px;
  }
  
  .main_fix .main_v .rec_lxc form .rec_span {
    padding: 6px;
  }
}

.main_fix .main_v .emp_lxc2 form .toroku_inp2 {
  max-width: 600px;
  width: 100%;
}

.main_fix .main_v .emp_lxc2 form .toroku_inp3 {
  background: #F0F2F2 url(../img/arrow_drop_down_black_24dp.svg) no-repeat right 7px center / 25px auto;
}

.main_fix .main_v .emp_lxc2 form .toroku_inp4 {
  max-width: 600px;
  height: 300px;
}

.main_fix .main_v .emp_lxc2 form .toroku_inp5 {
  max-width: 150px;
  text-align: center;
}

.main_fix .main_v .emp_lxc2 form  .lock {
  pointer-events: none;
}

.main_fix .main_v .emp_lxc2 form .sp_1 {
  display: inline-block;
  vertical-align: middle;
}

.main_fix .main_v .emp_lxc2 form .pass_random {
  background-color: #e3ba69;
  padding: 6px 12px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  transition-property: all;
  transition-duration: 0.3s;
  margin-bottom: 10px;
  margin-left: 3px;
}

@media (max-width: 398px) {
  .main_fix .main_v .emp_lxc2 form .pass_random {
    padding: 6px 9px;
  }
}

.main_fix .main_v .emp_lxc2 form .pass_random:hover {
  box-shadow: 1px 1px 3px #484a4f;
  opacity: 0.8;
}

.main_fix .main_v .emp_lxc2 form .toroku_button {
  background-color: #e3ba69;
  padding: 6px 12px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 15px;
  transition-property: all;
  transition-duration: 0.3s;
}

.main_fix .main_v .emp_lxc2 form .toroku_none {
  display: none;
}

.main_fix .main_v .emp_lxc2 form .toroku_muko {
  background-color: rgba(34, 40, 49, 0.4);
  color: #FFF;
  pointer-events: none;
}

.main_fix .main_v .emp_lxc2 form .toroku_sakujyo {
  margin: 0;
  background-color: tomato;
}

.main_fix .main_v .emp_lxc2 form .sakujyo_but {
  margin-right: 5px;
  background-color: tomato;
}

.main_fix .main_v .emp_lxc2 form .toroku_button2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.main_fix .main_v .emp_lxc2 form .toroku_button:hover {
  box-shadow: 1px 1px 3px #201F1F;
  opacity: 0.7;
}

.unit_kakunin {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 30;
  padding: 20px;
  box-sizing: border-box;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transition-property: all;
  transition-duration: 0.3s;
}

.unit_kakunin_view {
  opacity: 1;
  pointer-events: all;
}

.unit_kakunin .teisyutu_p {
  max-width: 500px;
  width: 95%;
  background-color: #FFF;
  border-radius: 6px;
  margin: 60px auto;
  padding: 20px;
  box-sizing: border-box;
}

.unit_kakunin .teisyutu_p .tei_h1 {
  padding: 1px 6px;
  box-sizing: border-box;
  border-left: 6px solid #00a6c0;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 600;
}

.unit_kakunin .teisyutu_p .tei_ichiran {
  margin-top: 15px;
}

.unit_kakunin .teisyutu_p .tei_ichiran .tei_kobetsu {
  display: flex;
  margin-bottom: 12px;
  padding: 9px;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 6px;
  transition-property: all;
  transition-duration: 0.3s;
}

.unit_kakunin .teisyutu_p .tei_ichiran .tei_kobetsu:hover {
  background-color: rgba(0, 166, 192, 0.2);
}

.unit_kakunin .teisyutu_p .tei_ichiran .tei_kobetsu:last-child {
  margin-bottom: 0px;
}

.unit_kakunin .teisyutu_p .tei_ichiran .tei_kobetsu .box1 {
  width: 45px;
  height: 45px;
}

.unit_kakunin .teisyutu_p .tei_ichiran .tei_kobetsu .box1 .tei_img {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 0.5px solid #484a4f;
  box-sizing: border-box;
  object-fit: cover;
}

.unit_kakunin .teisyutu_p .tei_ichiran .tei_kobetsu .box1 .tei_icon {
  display: block;
  font-size: 45px;
}

.unit_kakunin .teisyutu_p .tei_ichiran .tei_kobetsu .box2 {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  line-height: 1.7;
}

.unit_kakunin .teisyutu_p .tei_ichiran .tei_kobetsu .box2 .bspan {
  display: block;
  margin: auto auto auto 0;
  padding-left: 12px;
}

.unit_kakunin .teisyutu_p .tei_ichiran .tei_kobetsu .box3 {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  line-height: 1.7;
}

.unit_kakunin .teisyutu_p .tei_ichiran .tei_kobetsu .box3 .bspan2 {
  display: block;
  margin: auto auto auto 0;
  padding-left: 12px;
  font-weight: 600;
}

.unit_kakunin .teisyutu_p .tei_ichiran .tei_kobetsu .box3 .zumi {
  color: tomato;
}

.unit_kakuni_2 {
  white-space: nowrap;
}

.unit_kakunin .kakunin_close {
  position: fixed;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.unit_kakunin .kakunin_close2 {
  display: block;
  font-size: 30px;
  color: #FFF;
}

.unit_kakunin table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  font-size: 12px;
  line-height: 1.7;
  margin: 30px 0;
  background-color: #484a4f;
}

.unit_kakunin .table_kibo {
  max-width: 600px;
  margin: 30px auto;
}

.unit_kakunin .table_x {
  overflow-x: scroll;
  width: auto;
  table-layout: auto;
}

.unit_kakunin table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.unit_kakunin table thead tr th {
  border: 0.5px solid #FFF;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
  background-color: #073fb8;
  color: #FFF;
}

.unit_kakunin table thead tr .th_trans {
  padding:0 6px;
  box-sizing: border-box;
}

.unit_kakunin table tbody tr td {
  border: 0.5px solid #FFF;
  border-collapse: collapse;
  color: #FFF;
  padding: 3px 6px;
  box-sizing: border-box;
  vertical-align: middle;
}

.unit_kakunin table tbody tr .td_trans {
  vertical-align: middle;
  text-align: center;
  padding: 0 6px;
  box-sizing: border-box;
}

.unit_kakunin table tbody .tr_link {
  background-color: #000;
  transition-property: all;
  transition-duration: 0.3s;
}

.unit_kakunin table tbody .tr_link .kibo_red {
  color: tomato;
}

.unit_kakunin table tbody .tr_link:hover {
  background-color: rgba(227, 186, 105, 0.3);
  cursor: pointer;
}

.unit_kakunin table tbody .tr_time td {
  text-align: center;
  vertical-align: middle;
}

main .log_main01 {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}

main .log_main01 form .log_h1 {
  max-width: 600px;
  width: 95%;
  margin: 0 auto 10px;
  padding: 3px 6px;
  box-sizing: border-box;
  border-left: 6px solid #484a4f;
  font-size: 13px;
  line-height: 1.7;
}

main .log_main01 form .log_h1 .log_span {
  font-size: 12px;
  color: red;
  margin-left: 3px;
}

main .log_main01 form .log_id {
  font-family: "Noto Sans JP", serif;
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 9px 12px;
  box-sizing: border-box;
  line-height: 1.7;
  border: 0.5px solid #484a4f;
  background-color: #F5F5F5;
}

main .log_main01 form .log_shinki_toroku {
  max-width: 600px;
  width: 95%;
  margin-bottom: 15px;
}

main .log_main01 form .log_id:focus {
  background-color: #FFF;
  outline: 1px solid #e3ba69;
}

main .log_main01 form .log_sec {
  position: relative;
  width: 300px;
  margin: 0 auto;
}

main .log_main01 form .log_sec .log_i {
  display: block;
  position: absolute;
  top: 9px;
  right: 12px;
  cursor: pointer;
}

main .log_main01 form .log_sec .log_pass01 {
  font-family: "Noto Sans JP", serif;
  display: block;
  width: 300px;
  margin: 15px auto 0;
  padding: 9px 12px;
  box-sizing: border-box;
  line-height: 1.7;
  border: 0.5px solid #484a4f;
  background-color: #F5F5F5;
}

main .log_main01 form .log_sec .log_pass01:focus {
  background-color: #FFF;
  outline: 1px solid #e3ba69;
}

main .log_main01 form .log_submit {
  display: block;
  width: 300px;
  margin: 15px auto 0;
  padding: 9px 12px;
  box-sizing: border-box;
  line-height: 1.7;
  background-color: #e3ba69;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.12em;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
  border-radius: 3px;
}

main .log_main01 form .shinki_toroku_submit {
  margin-top: 30px;
}

main .log_main01 form .kanri_submit {
  background-color: #e3ba69;
}

main .log_main01 form .log_submit:hover {
  box-shadow: 1px 1px 3px #484a4f;
  opacity: 0.8;
}

main .log_main01 form .hyde {
  display: none;
}

main .shinki_view {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  padding: 25px 0;
  box-sizing: border-box;
  text-align: center;
}

main .shinki_view .shinki_box01 {
  border: 0.5px solid #484a4f;
  padding: 15px;
  width: 300px;
  margin: 15px auto 0;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.8;
}

main .shinki_go {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  padding: 25px 0;
  box-sizing: border-box;
  text-align: center;
}

main .shinki_go .shinki_a {
  color: #484a4f;
  text-decoration: underline;
  transition-property: all;
  transition-duration: 0.3s;
}

main .shinki_go .shinki_a:hover {
  color: tomato;
  text-decoration: none;
}

main .thank_lxc {
  max-width: 1000px;
  width: 95%;
  margin: 30px auto;
}

main .thank_lxc .thank_p1 {
  text-align: center;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.7;
  transform: translateY(30px);
  opacity: 0;
  animation-name: thank;
  animation-delay: 0.3s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

main .thank_lxc .thank_p2 {
  text-align: center;
  font-size: 60px;
  font-weight: 900;
  transform: translateY(30px);
  opacity: 0;
  animation-name: thank;
  animation-delay: 0.6s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

main .thank_lxc .thank_p2 .t_icon {
  font-size: 120px;
}

main .thank_lxc .thank_p3 {
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9;
  transform: translateY(30px);
  opacity: 0;
  animation-name: thank;
  animation-delay: 0.9s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

main .thank_lxc .thank_p3 .t_a {
  text-decoration: underline;
  color: #484a4f;
  transition-property: all;
  transition-duration: 0.3s;
}

main .thank_lxc .thank_p3 .t_a:hover {
  color: tomato;
}

@keyframes thank {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

main .main_lxc {
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  box-sizing: border-box;
}

main .main_lxc .log_p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.7;
}

main .main_lxc .non_keijiban {
  font-size: 13px;
  line-height: 1.7;
  padding-left: 10px;
  box-sizing: border-box;
}

main .main_lxc .neko {
  width: 100%;
}

main .main_lxc img {
  display: block;
  max-width: 600px;
  width: 100%;
  margin: 100px auto;
}

main .main_lxc2 {
  padding: 5px 9px;
}

main .main_lxc3 {
  padding: 5px 10px 10px;
}

@media (max-width: 700px) {
  main .main_lxc3 {
    padding: 5px 0px 10px;
  }

  .main_fix .main_v .content_b .box1 .count_v {
    margin-left: 5px;
  }
}

main .main_lxc .update_lxc:first-child {
  display: flex;
  width: 100%;
  margin: 20px auto 0;
  padding: 0 10px;
  box-sizing: border-box;
}

main .main_lxc .update_lxc {
  display: flex;
  width: 100%;
  margin: 10px auto 0;
  padding: 0 10px;
  box-sizing: border-box;
}

main .main_lxc .update_lxc:last-child {
  display: flex;
  width: 100%;
  margin: 10px auto 20px;
  padding: 0 10px;
  box-sizing: border-box;
}

main .main_lxc .update_lxc .up_date {
  font-size: 13px;
  line-height: 1.7;
  min-width: 125px;
}

main .main_lxc .update_lxc .up_info {
  font-size: 13px;
  line-height: 1.7;
  margin-left: 15px;
}

main .main_lxc .update_lxc .up_info .new_red {
  color: red;
  animation: red_circle 2s infinite;
}

@media (max-width: 550px) {
  main .main_lxc .update_lxc:first-child {
    display: block;
    margin-top: 10px;
  }
  main .main_lxc .update_lxc {
    display: block;
  }
  main .main_lxc .update_lxc:last-child {
    display: block;
  }
  main .main_lxc .update_lxc .up_info {
    margin-left: 0;
  }
}

main .main_v .main_lxc .unit_info_lxc {
  padding: 15px;
  box-sizing: border-box;
  background-color: #F0F2F2;
  border: 0.5px solid #484a4f;
  margin-top: 10px;
}

main .main_v .main_lxc .unit_info_lxc:first-child {
  margin-top: 0px;
}

main .main_v .main_lxc .unit_info_lxc .info_box1:first-child {
  display: flex;
  margin-top: 0;
}

main .main_v .main_lxc .unit_info_lxc .info_box1 {
  display: flex;
  margin-top: 10px;
}

main .main_v .main_lxc .unit_info_lxc .info_box1 .box1 {
  padding: 3px 9px;
  box-sizing: border-box;
  background-color: #484a4f;
  color: #FFF;
  font-size: 13px;
  line-height: 1.7;
  display: flex;
  flex-direction: column;
  width: 80px;
  min-width: 80px;
  border-radius: 3px;
}

main .main_v .main_lxc .unit_info_lxc .info_box1 .box1 .box1_span {
  display: block;
  margin: auto auto;
}

main .main_v .main_lxc .unit_info_lxc .info_box1 .box2 {
  flex: 1;
  padding: 3px 9px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.7;
}

main .main_v .main_lxc .m_box1 {
  position: relative;
  margin: 0 auto 12px;
  max-width: 1000px;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  border: 0.5px solid rgba(34, 40, 49, 0.6);
  border-radius: 3px;
  background-color: #F0F2F2;
}

main .main_v .main_lxc .m_box1 .emp_icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
}

main .main_v .main_lxc .m_box1 .emp_icon .emp_img {
  display: block;
  font-size: 45px;
  width: 100%;
}

main .main_v .main_lxc .m_box1 .emp_icon .emp_img_i {
  object-fit: cover;
  border-radius: 50%;
  border: 0.5px solid #484a4f;
  box-sizing: border-box;
  margin: 0;
  width: 45px;
  height: 45px;
}

main .main_v .main_lxc .m_box1 .m_flex1 {
  display: flex;
  margin-bottom: 6px;
}

main .main_v .main_lxc .m_box1 .keijiban {
  padding: 12px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.7;
  border-top: 0.5px solid #484a4f;
  border-bottom: 0.5px solid #484a4f;
}

main .main_v .main_lxc .m_box1 .keijiban .temp {
  margin-top: 10px;
  transition-property: all;
  transition-duration: 0.3s;
}

main .main_v .main_lxc .m_box1 .keijiban .temp_pdf {
  display: inline-block;
  margin-top: 20px;
  width: fit-content;
  padding: 3px 9px;
  box-sizing: border-box;
  background-color: tomato;
  color: #FFF;
  text-decoration: none;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.7;
  transition-property: all;
  transition-duration: 0.3s;
}

main .main_v .main_lxc .m_box1 .keijiban .temp_off {
  background-color: rgba(34, 40, 49, 0.5);
  pointer-events: none;
}

main .main_v .main_lxc .m_box1 .keijiban .temp_pdf:hover {
  box-shadow: 1px 1px 3px #484a4f;
  opacity: 0.8;
}

main .main_v .main_lxc .m_box1 .keijiban .temp_pdf .temp_pdf_1 {
  vertical-align: middle;
  font-size: 20px;
}

main .main_v .main_lxc .m_box1 .keijiban .temp_pdf .temp_pdf_2 {
  vertical-align: middle;
}

main .main_v .main_lxc .m_box1 .keijiban .temp_pdf_3 {
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.7;
}

main .main_v .main_lxc .m_box1 .keijiban .temp .temp_image {
  display: block;
  max-width: 500px;
  width: 100%;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
  object-fit: cover;
  margin: 0 auto 0 0 ;
}

main .main_v .main_lxc .m_box1 .keijiban .temp .temp_image:hover {
  box-shadow: 1px 1px 3px #484a4f;
  opacity: 0.8;
}

main .main_v .main_lxc .m_box1 .keijiban_info {
  margin-top: 6px;
  padding: 6px 15px 0px 15px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.7;
}

main .main_v .main_lxc .m_box1 .keijiban_info .k_span {
  display: inline-block;
  vertical-align: middle;
}

main .main_v .main_lxc .m_box1 .keiji_con1 {
  display: block;
  width: fit-content;
  padding: 6px 12px;
  box-sizing: border-box;
  background-color: tomato;
  color: #FFF;
  font-size: 13px;
  text-decoration: none;
  border-radius: 9px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  transition-property: all;
  transition-duration: 0.3s;
}

main .main_v .main_lxc .m_box1 .keiji_con1:hover {
  box-shadow: 1px 1px 3px #484a4f;
  opacity: 0.8;
}

main .main_v .main_lxc .m_box1 .keiji_con2 {
  display: block;
  width: fit-content;
  padding: 6px 12px;
  box-sizing: border-box;
  background-color: #00a6c0;
  color: #FFF;
  font-size: 13px;
  text-decoration: none;
  border-radius: 9px;
  position: absolute;
  bottom: 15px;
  right: 70px;
  transition-property: all;
  transition-duration: 0.3s;
}

main .main_v .main_lxc .m_box1 .keiji_con2:hover {
  box-shadow: 1px 1px 3px #484a4f;
  opacity: 0.8;
}

main .main_v .main_lxc .m_box1 .keiji_none {
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.3);
}

main .main_v .main_lxc .m_box1 .m_flex1 .mb_title {
  display: flex;
  flex-direction: column;
  width: 60px;
  background-color: rgba(34, 40, 49, 0.8);
  color: #FFF;
  font-size: 12px;
  line-height: 1.7;
  padding: 1px 3px;
  box-sizing: border-box;
  border-radius: 3px;
}

main .main_v .main_lxc .m_box1 .m_flex1 .mb_title .box_1 {
  margin: auto auto;
}

main .main_v .main_lxc .m_box1 .m_flex1 .mb_text {
  display: flex;
  flex: 1;
  font-size: 13px;
  line-height: 1.7;
  padding: 2px 9px;
  box-sizing: border-box;
}

.shift_info {
  position: fixed;
  z-index: 70;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  transition-property: all;
  transition-duration: 0.3s;
  opacity: 0;
  pointer-events: none;
}

.shift_info_view {
  opacity: 1;
  pointer-events: all;
}

.shift_info .s_info_lxc {
  max-width: 500px;
  width: 95%;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 6px;
  background-color: #FFF;
  margin: auto auto;
  transform: translateY(30px);
  transition-property: all;
  transition-duration: 0.3s;
}

.shift_info .s_info_lxc_view {
  transform: translateY(0px);
}

.shift_info .s_info_lxc .info_p1 {
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

.shift_info .s_info_lxc .info_tojiru {
  width: fit-content;
  padding: 6px 12px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.7;
  background-color: #00a6c0;
  color: #FFF;
  border-radius: 6px;
  margin: 30px auto 0;
  cursor: pointer;
}

.shift_info .s_info_lxc .info_tojiru:hover {
  opacity: 0.8;
  box-shadow: 1px 1px 3px #484a4f;
}

.set_lxc {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 30;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition-property: all;
  transition-duration: 0.3s;
  overflow: auto;
}

.set_lxc_view {
  opacity: 1;
  pointer-events: all;
}

.set_lxc .set_frame {
  max-width: 400px;
  width: 95%;
  margin: 60px auto;
  background-color: #FFF;
  border-radius: 6px;
  padding: 15px 15px 40px 15px;
  box-sizing: border-box;
  position: relative;
}

.set_lxc .set_frame .set_h1 {
  margin-top: 30px;
  padding: 3px 9px;
  box-sizing: border-box;
  border-left: 6px solid #00a6c0;
}

.set_lxc .set_frame .set_close {
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
}

.set_lxc .set_frame .set_close .set_span {
  display: block;
  font-size: 30px;
}

.set_lxc .set_frame .set_box {
  display: block;
  text-decoration: none;
  color: #484a4f;
  margin-top: 15px;
  transition-property: all;
  transition-duration: 0.3s;
  padding: 3px 9px;
  box-sizing: border-box;
  border-radius: 6px;
}

.set_lxc .set_frame .set_box:hover {
  background-color: rgba(0, 166, 192, 0.6);
}

.set_lxc .set_frame .set_box .set_box_span1 {
  display: inline-block;
  vertical-align: middle;
}

.set_lxc .set_frame .set_box .set_box_span2 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
  font-weight: 600;
}

.t_kanryo {
  position: fixed;
  z-index: 25;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  pointer-events: none;
  opacity: 0;
}

.t_kanryo_view {
  animation-name: kanryo;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

@keyframes kanryo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    pointer-events: all;
  }
}

.t_kanryo .kanryo_lxc {
  max-width: 500px;
  width: 95%;
  padding: 15px;
  box-sizing: border-box;
  border: 0.5px solid #484a4f;
  background-color: #FFF;
  margin: auto auto;
  border-radius: 3px;
  transform: translateY(60px);
  opacity: 0;
}

.t_kanryo .t_lxc_view {
  animation-name: kanryo2;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}

@keyframes kanryo2 {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.t_kanryo .kanryo_lxc .kanryo_h1 {
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
}

.t_kanryo .kanryo_lxc .kanryo_flx {
  display: flex;
  justify-content: space-evenly;
}

.t_kanryo .kanryo_lxc .kanryo_flx .kb {
  display: block;
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.7;
  padding: 3px 12px;
  box-sizing: border-box;
  width: fit-content;
  background-color: #e3ba69;
  color: #201F1F;
  border-radius: 3px;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}

.t_kanryo .kanryo_lxc .kanryo_flx .kb:hover {
  box-shadow: 1px 1px 3px #201F1F;
  opacity: 0.8;
}

.del_lxc {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 40;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition-property: all;
  transition-duration: 0.3s;
}

.del_lxc_view {
  opacity: 1;
  pointer-events: all;
}

.del_lxc .del_frame {
  max-width: 400px;
  width: 95%;
  background-color: #FFF;
  border-radius: 6px;
  margin: auto auto;
  padding: 15px;
  box-sizing: border-box;
  transform: translateY(60px);
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}

.del_lxc .del_frame_view {
  transform: translateY(0px);
  opacity: 1;
}

.del_lxc .del_frame .del_h1 {
  text-align: center;
  font-size: 13px;
  line-height: 1.7;
}

.del_lxc .del_frame .del_flex {
  margin-top: 30px;
  display: flex;
  justify-content: space-evenly;
}

.del_lxc .del_frame .del_flex .del_a {
  display: block;
  width: 150px;
  font-size: 13px;
  line-height: 1.7;
  padding: 6px 9px;
  box-sizing: border-box;
  background-color: #e3ba69;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}

.del_lxc .del_frame .del_flex .del_a:hover {
  box-shadow: 1px 1px 3px #201F1F;
  opacity: 0.7;
}

/* シフト作成画面 */
.shift_hed {
  width: 100vw;
  background-color: #00a6c0;
  color: #FFF;
  font-size: 9px;
  line-height: 1.5;
  padding: 3px 6px;
  box-sizing: border-box;
  white-space: nowrap
}

.shift_gamen {
  padding: 10px 0 10px 10px;
  box-sizing: border-box;
  white-space: nowrap;
}

.shift_gamen .shift_h {
  margin-bottom: 10px;
}

.shift_gamen .shift_h2 {
  margin-top: 20px;
}

.shift_gamen .shift_h .shift_h_1 {
  display: inline-block;
  vertical-align: middle;
}

.shift_gamen .shift_h .shift_h_2 {
  display: inline-block;
  vertical-align: middle;
}

.shift_gamen .shift_con2 {
  margin-top: 12px;
}

.shift_gamen .shift_con .title_h1 {
  border-left: 6px solid #484a4f;
  padding: 3px 9px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 10px;
}

.shift_gamen .shift_con .title_h1 .title_a {
  color: blue;
  transition-property: all;
  transition-duration: 0.3s;
}

.shift_gamen .shift_con .title_h1 .title_a:hover {
  color: tomato;
}

.shift_gamen .shift_con .title_h1 .tojiru_sp {
  padding: 3px 6px;
  box-sizing: border-box;
  background-color: tomato;
  color: #FFF;
  border-radius: 3px;
  font-size: 14px;
  margin-left: 6px;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}

.shift_gamen .shift_con .title_h1 .tojiru_sp2 {
  background-color: #00a6c0;
}

.shift_gamen .shift_con .title_h1 .tojiru_sp:hover {
  box-shadow: 1px 1px 3px #201F1F;
  opacity: 0.7;
}

.shift_gamen .shift_con form .shift_select {
  display: inline-block;
  padding: 3px 9px;
  box-sizing: border-box;
  border: 0.5px solid #484a4f;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.7;
  border-radius: 3px;
  text-align: center;
}

.shift_gamen .shift_con form .shift_select2 {
  pointer-events: none;
}

.shift_gamen .shift_con form .shift_select_span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.7;
}

.shift_gamen .shift_con form .shift_but1 {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-color: #00a6c0;
  color: #FFF;
  padding: 3px 6px;
  box-sizing: border-box;
  width: fit-content;
  text-decoration: none;
  margin-left: 3px;
  font-size: 12px;
  border-radius: 3px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
}

.shift_gamen .shift_con form .shift_but1:hover {
  box-shadow: 1px 1px 3px #484a4f;
  opacity: 0.8;
}

.shift_gamen .shift_con form .shift_but1_none {
  display: none;
}

.shift_gamen .shift_con form .shift_but2 {
  padding: 1.5px;
}

.shift_gamen .shift_con form .shift_but3 {
  background-color: tomato;
}

.shift_gamen .shift_con form .shift_but1 .shift_icon {
  display: block;
  width: 100%;
  font-size: 20px;
}

.shift_gamen .shift_con form .shift_but1 .shift_icon2 {
  font-size: 12px;
  padding: 4px 6px;
  box-sizing: border-box;
}

.shift_gamen .shift_con2 {
  margin-top: 12px;
}

.shift_gamen .shift_con2 .shift_but1 {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-color: #e3ba69;
  padding: 3px 6px;
  box-sizing: border-box;
  width: fit-content;
  text-decoration: none;
  margin-left: 3px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
}

.shift_gamen .shift_con2 .shift_but1:hover {
  box-shadow: 1px 1px 3px #484a4f;
  opacity: 0.8;
}

.shift_gamen .shift_con2 .shift_but1_none {
  display: none;
}

.shift_gamen .shift_con2 .shift_but2 {
  background-color: tomato;
  color: #FFF;
}

.shift_gamen .haichi_guide {
  margin-top: 10px;
}

.shift_gamen .haichi_guide .guide1 {
  vertical-align: middle;
}

.shift_gamen .haichi_guide .guide2 {
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.7;
}

.shift_gamen .syukei_lxc {
  margin-top: 15px;
}

.shift_gamen .syukei_lxc_bottom {
  margin-bottom: 30px;
}

.shift_gamen .syukei_lxc .haichi_guide2 {
  margin-top: 15px;
}

.shift_gamen .syukei_lxc .haichi_guide2 .guide_1 {
  vertical-align: middle;
}

.shift_gamen .syukei_lxc .haichi_guide2 .guide_2 {
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.7;
}

.shift_gamen .syukei_lxc .syukei_table {
  border-collapse: collapse;
  table-layout: auto;
}

.shift_gamen .syukei_lxc .syukei_table2 {
  margin-top: 15px;
}

.shift_gamen .syukei_lxc .syukei_table thead tr th {
  border: 0.5px solid #484a4f;
  font-size: 12px;
  line-height: 1.7;
  padding: 3px 6px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

.shift_gamen .syukei_lxc .syukei_table thead tr td {
  border: 0.5px solid #484a4f;
  font-size: 12px;
  line-height: 1.7;
  padding: 3px 6px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

.shift_gamen .syukei_lxc .syukei_table thead tr .th_g {
  background-color: rgba(0, 166, 192, 0.4);
}

.shift_gamen .syukei_lxc .syukei_table thead tr .th_width {
  width: 73px;
}

.shift_gamen .syukei_lxc .syukei_table thead tr .th_red {
  color: red;
}

.shift_gamen .syukei_lxc .syukei_table thead tr .th_blue {
  color: blue;
}

.shift_gamen .syukei_lxc .syukei_table tbody .tr_hyde {
  display: none;
}

.shift_gamen .syukei_lxc .syukei_table tbody tr td {
  font-size: 12px;
  line-height: 1.7;
  padding: 3px 6px;
  box-sizing: border-box;
  border: 0.5px solid #484a4f;
  text-align: center;
  vertical-align: middle;
}

.shift_gamen .syukei_lxc .syukei_table tbody tr .td_haichi {
  padding: 0;
}

.shift_gamen .syukei_lxc .syukei_table tbody tr td .haichi_sele {
  display: block;
  width: 100%;
  padding: 3px 6px;
  box-sizing: border-box;
  background-color: rgba(255, 99, 71, 0.2);
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}

.shift_gamen .syukei_lxc .syukei_table .tbody_line {
  border-top: 2px solid #484a4f;
}

.shift_gamen .syukei_lxc .syukei_table .tbody_line2 {
  border-top: 3px double #484a4f;
}

.shift_gamen .syukei_lxc .syukei_table tbody tr .td_cen {
  text-align: center;
  vertical-align: middle;
}

.shift_gamen .syukei_lxc .syukei_table tbody tr .td_cen2 {
  background-color: rgba(0, 166, 192, 0.4);
}

.shift_gamen .syukei_lxc .syukei_table tbody tr .td_grey {
  background-color: #F0F2F2;
}

.shift_gamen .syukei_lxc .syukei_table tbody tr .td_check {
  color: red;
  font-weight: 600;
}

.shift_gamen .syukei_lxc .syukei_table tbody tr .td_memo {
  width: fit-content;
  padding: 0;
}

.shift_gamen .syukei_lxc .syukei_table tbody tr .td_memo .haichi_memo {
  display: block;
  width: 800px;
  height: 300px;
  padding: 6px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.7;
}


.shift_gamen .syukei_lxc .syukei_table tbody tr {
  transition-property: all;
  transition-duration: 0.3s;
}

.shift_gamen .syukei_lxc .syukei_table tbody tr:hover {
  background-color: antiquewhite;
}

.shift_gamen .syukei_lxc .syukei_table tbody .tr_2:hover {
  background-color: #FFF;
}

.shift_gamen .syukei_lxc .syukei_table tbody .td_memo:hover {
  background-color: #FFF;
}

.shift_gamen .syukei_lxc .memo_button {
  width: fit-content;
  margin: 20px 0;
  padding: 6px 12px;
  box-sizing: border-box;
  background-color: #e3ba69;
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
}

.shift_gamen .syukei_lxc .memo_button:hover {
  box-shadow: 1px 1px 3px #201F1F;
  opacity: 0.8;
}

.shift_all {
  margin-top: 12px;
}

.shift_all form .cal_info {
  font-size: 13px;
  line-height: 1.7;
  position: sticky;
  top: 0;
  background-color: #FFF;
}

.shift_all form table {
  table-layout: fixed;
  border-collapse: separate;
}

.shift_all form table thead {
  position: sticky;
  top: 0;
  background-color: #F0F2F2;
  z-index: 10;
}

.shift_all form table thead tr .th_title {
  background-color: #FFF;
  border: none;
  color: #484a4f;
  text-align: left;
  vertical-align: middle;
}

.shift_all form table thead tr th {
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
  vertical-align: middle;
  border: 0.5px solid #484a4f;
  box-sizing: border-box;
  background-color: #00a6c0;
  color: #FFF;
  min-width: 60px;
  max-width: 60px;
}

.shift_all form table thead tr td {
  font-size: 12px;
  line-height: 1.7;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  border: 0.5px solid #484a4f;
  max-width: 120px;
  min-width: 120px;
}

.shift_all form table thead tr .biko {
  min-width: 300px;
  height: 57.18px;
}

.shift_all form table tbody tr td {
  border: 0.5px solid #484a4f;
  box-sizing: border-box;
  padding: 3px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.7;
  max-width: 60px;
  min-width: 60px;
}

.shift_all form table tbody tr .td_days {
  background-color: #F0F2F2;
}

.shift_all form table tbody tr th {
  border: 0.5px solid #484a4f;
  box-sizing: border-box;
  padding: 3px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.7;
  background-color: #00a6c0;
  color: #FFF;
}

.shift_all form table tbody tr .th_1 {
  border-right: 0.5px solid #00a6c0;
}

.shift_all form table tbody tr .th_2 {
  border-left: 0.5px solid #00a6c0;
  border-top: 0.5px solid #00a6c0;
  border-bottom: 0.5px solid #00a6c0;
}

.shift_all form table tbody tr .th_3 {
  border-left: 0.5px solid #00a6c0;
  border-bottom: 0.5px solid #00a6c0;
}

.shift_all form table tbody tr .th_4 {
  border-left: 0.5px solid #00a6c0;
  border-top: 0.5px solid #00a6c0;
}

.shift_all form table tbody tr .td_sele {
  padding: 0;
  line-height: 0;
  max-width: 120px;
  min-width: 120px;
  transition-property: all;
  transition-duration: 0.3s;
}

.shift_all form table tbody tr .td_sele_sakusei {
  max-width: 150px;
  min-width: 150px;
}

.shift_all form table tbody tr .td_sele2 {
  padding: 0;
  line-height: 0;
  transition-property: all;
  transition-duration: 0.3s;
}

.shift_all form table tbody tr .td_sele2 .biko_text {
  display: block;
  width: 100%;
  font-size: 11px;
  line-height: 1.7;
  padding: 3px;
  box-sizing: border-box;
}

.shift_all form table tbody tr .etsuran {
  pointer-events: none;
}

.shift_all form table tbody tr .td_sele:hover {
  background-color: rgba(0, 166, 192, 0.3);
}

.shift_all form table tbody tr td .shimei_sele {
  display: block;
  width: 100%;
  text-align: center;
  padding: 3px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.7;
  cursor: pointer;
}

.shift_all form table tbody tr td .biko_text {
  text-align: left;
}

.shift_all form table tbody tr td .shimei_sele2 {
  display: block;
  width: 100%;
  text-align: center;
  padding: 3px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.7;
  cursor: pointer;
}

.shift_all form table tbody tr td .marking {
  background-color: rgba(255, 0, 0, 0.3);
}

.shift_all form table tbody tr td .v_sewanin {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.7;
  padding: 3px;
  box-sizing: border-box;
  pointer-events: none;
}

.shift_all form table tbody tr .td_blue {
  color: blue;
}

.shift_all form table tbody tr .td_red {
  color: red;
}

.shift_all form table tbody .tr_shift_none {
  display: none;
}

.shift_all form table tbody .tr_shift {
  display: none;
}

.emp_lxc2 form .form_table tbody tr .td_blue {
  color: blue;
}

.emp_lxc2 form .form_table tbody tr .td_red {
  color: red;
}

.emp_lxc2 form .form_table tbody tr .rec_sele {
  display: block;
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
}

.emp_lxc2 form .form_table tbody tr .rec_none {
  pointer-events: none;
}

.emp_lxc2 form .update_hensyu {
  width: fit-content;
  padding: 6px 12px;
  box-sizing: border-box;
  background-color: #e3ba69;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
  margin-left: 6px;
  text-decoration: none;
}

.emp_lxc2 form .update_hensyu:hover {
  box-shadow: 1px 1px 3px #201F1F;
  opacity: 0.8;
}

.shift_all form .shift_block {
  display: flex;
}

.shift_all form .shift_block .shift_table {
  margin-right: 6px;
  margin-bottom: 10px;
  border-collapse: collapse;
}

.shift_all form .shift_block .shift_table_hyde {
  display: none;
}

.shift_all form .shift_block .shift_table thead tr .th_ym {
  padding: 3px 6px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
}

.shift_all form .shift_block .shift_table thead tr .td_pd {
  padding: 3px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
}

.shift_all form .shift_block .shift_table .shift_tbody {
  border-top: 2px solid rgba(34, 40, 49, 0.6);
  border-bottom: 2px solid rgba(34, 40, 49, 0.6);
}

.shift_all form .yakuwari {
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 1.7;
}

.image_up {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 30;
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding: 60px 0;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  transition-property: all;
  transition-duration: 0.3s;
}

.image_up_1 {
  opacity: 1;
  pointer-events: all;
}

.image_up .image_sizu {
  max-width: 1000px;
  width: 90%;
  margin: auto auto;
  position: relative;
}

.image_up .image_sizu .fix_img {
  display: block;
  width: 100%;
}

.image_up .image_sizu .img_close {
  position: absolute;
  top: -50px;
  right: 0;
}

.image_up .image_sizu .img_close .img_span {
  color: #FFF;
  font-size: 40px;
  cursor: pointer;
}

.del_box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 31;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition-property: all;
  transition-duration: 0.3s;
}

.del_box_1 {
  opacity: 1;
  pointer-events: all;
}

.del_box .cont_1 {
  max-width: 400px;
  width: 95%;
  margin: auto auto;
  background-color: #FFF;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 6px;
  transform: translateY(60px);
  transition-property: all;
  transition-duration: 0.3s;
}

.del_box .cont_2 {
  transform: translateY(0px);
}

.del_box .cont_1 .con_h1 {
  text-align: center;
  font-size: 13px;
  line-height: 1.7;
}

.del_box .cont_1 .con_form {
  margin-top: 30px;
}

.del_box .cont_1 .con_form .sec_box {
  display: flex;
  justify-content: space-around;
}

.del_box .cont_1 .con_form form .sec_box .con_b1 {
  width: 150px;
  padding: 6px 9px;
  box-sizing: border-box;
  border-radius: 6px;
  background-color: #00a6c0;
  color: #FFF;
  text-align: center;
  transition-property: all;
  transition-duration: 0.3s;
} 

.del_box .cont_1 .con_form form .sec_box .con_b1:hover {
  box-shadow: 1px 1px 3px #484a4f;
  opacity: 0.8;
}

main .main_v .paging_index {
  width: 100%;
  margin: 0 auto;
  background-color: #F0F2F2;
  font-size: 12px;
  line-height: 1.7;
  padding: 6px;
  box-sizing: border-box;
  text-align: center;
}

main .main_v .paging {
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
  margin: 10px auto 0px;
}

main .main_v .paging a {
  border: 0.5px solid #484a4f;
  padding: 6px;
  box-sizing: border-box;
  text-decoration: none;
  color: #484a4f;
  font-size: 13px;
  margin-right: 5px;
  transition-property: all;
  transition-duration: 0.3s;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

@media (max-width: 500px) {
  main .main_v .paging a {
    font-size: 12px;
  }
}

main .main_v .paging a:hover {
  background-color: tomato;
  color: #FFF;
}

main .main_v .paging .here {
  background-color: tomato;
  color: #FFF;
}

.tsuchi_print {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  overflow: auto;
  transition-property: all;
  transition-duration: 0.3s;
  opacity: 0;
  pointer-events: none;
}

.print_view {
  opacity: 1;
  pointer-events: all;
}

.tsuchi_print .print_close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: fit-content;
  cursor: pointer;
  z-index: 110;
}

.tsuchi_print .print_close .close_s {
  display: block;
  font-size: 50px;
}

.tsuchi_print .a4 {
  max-width: 1000px;
  width: 95%;
  margin: 30px auto;
  position: relative;
}

.tsuchi_print .a4 .print_bt {
  position: absolute;
  top: 60px;
  right: 50px;
  padding: 6px 12px;
  box-sizing: border-box;
  text-align: center;
  width: fit-content;
  background-color: #e3ba69;
  border-radius: 3px;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}

.tsuchi_print .a4 .print_bt:hover {
  opacity: 0.7;
  box-shadow: 1px 1px 3px #201F1F;
}

@media print {
  .tsuchi_print .a4 {
    padding: 20px;
    box-sizing: border-box;
  }

  .tsuchi_print .a4 .print_bt {
    display: none;
  }

  .tsuchi_print .print_close {
    display: none;
  }
}

.tsuchi_print .a4 .print_bt .pb_1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}

.tsuchi_print .a4 .print_bt .pb_2 {
  display: inline-block;
  vertical-align: middle;
}

.tsuchi_print .a4 .b_line {
  width: 100%;
  height: 10px;
  background-color: #484a4f;
}

.tsuchi_print .a4 .print_logo {
  display: block;
  max-width: 300px;
  width: 50%;
  margin: 40px auto 0;
}

.tsuchi_print .a4 .log_h1 {
  margin-top: 15px;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
}

.tsuchi_print .a4 .log_ph {
  font-size: 15px;
  line-height: 1.7;
  width: 90%;
  margin: 20px auto 0;
  text-align: right;
  outline: none;
}

.tsuchi_print .a4 .log_p1 {
  font-size: 18px;
  line-height: 1.7;
  width: 90%;
  margin: 30px auto 0;
}

.tsuchi_print .a4 .log_p2 {
  font-size: 18px;
  line-height: 1.7;
  width: 90%;
  margin: 30px auto 60px;
  text-align: center;
}

.tsuchi_print .a4 .log_table {
  width: 90%;
  margin: 30px auto 0;
  border-collapse: collapse;
}

.tsuchi_print .a4 .log_table tr th {
  font-size: 18px;
  line-height: 1.7;
  padding: 6px;
  box-sizing: border-box;
  min-width: 150px;
  width: 25%;
  border: 1px solid #484a4f;
}

.tsuchi_print .a4 .log_table tr td {
  font-size: 18px;
  line-height: 1.7;
  padding: 6px;
  box-sizing: border-box;
  width: 75%;
  border: 1px solid #484a4f;
}

.tsuchi_print .a4 .qr_img {
  display: block;
  max-width: 200px;
  width: 50%;
  margin: 50px auto 0;
  border: 1px solid #484a4f;
}

@media (max-width: 1150px) {
  .tsuchi_print .print_close {
    top: 50px;
    right: 20px;
  }
  
  .tsuchi_print .print_close .close_s {
    font-size: 35px;
  }
}

@media (max-width: 870px) {
  .tsuchi_print .a4 .print_bt {
    top: 60px;
    right: 0px;
  }
}

@media (max-width: 750px) {
  .tsuchi_print .a4 .print_bt .pb_2 {
    display: none;
  }

  .tsuchi_print .print_close {
    top: 50px;
    right: 10px;
  }
  
}

@media (max-width: 680px) {
  .tsuchi_print .a4 .log_h1 {
    font-size: 18px;
  }

  .tsuchi_print .a4 .log_ph {
    font-size: 12px;
  }

  .tsuchi_print .a4 .log_p1 {
    font-size: 13px;
    width: 90%;
  }

  .tsuchi_print .a4 .log_table tr th {
    font-size: 13px;
    min-width: 80px;
    width: 25%;
  }
  
  .tsuchi_print .a4 .log_table tr td {
    font-size: 13px;
  }
  
  .tsuchi_print .a4 .qr_img {
    margin: 30px auto 0;
  }

  .tsuchi_print .a4 .log_p2 {
    font-size: 13px;
    margin: 20px auto 60px;
  }
}

.mark_lxc {
  position: fixed;
  z-index: 70;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transition-property: all;
  transition-duration: 0.3s;
}

.mark_view {
  opacity: 1;
  pointer-events: all;
}

.mark_lxc .mark_box {
  display: block;
  max-width: 600px;
  width: 95%;
  margin: auto auto;
  background-color: #FFF;
  border-radius: 6px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

.mark_lxc .mark_box .mark_close {
  position: absolute;
  top: -35px;
  right: 0;
  width: fit-content;
  cursor: pointer;
}

.mark_lxc .mark_box .mark_close2 {
  display: block;
  font-size: 33px;
  color: #FFF;
}

.mark_lxc .mark_box .mark_h1 {
  font-size: 13px;
  line-height: 1.7;
  padding: 1px 12px;
  box-sizing: border-box;
  font-weight: 600;
  text-align: center;
}

.mark_lxc .mark_box .mark_form {
  margin-top: 10px;
}

.mark_lxc .mark_box .mark_form .mark_h2 {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
  padding: 1px 10px;
  box-sizing: border-box;
  border-left: 6px solid #484a4f;
  margin-top: 10px;
  margin-bottom: 10px;
}

.mark_lxc .mark_box .mark_form .mark_h2 .m_error {
  font-size: 12px;
  color: tomato;
  margin-left: 3px;
}

.mark_lxc .mark_box .mark_form .mark_span1 {
  display: inline-block;
  font-size: 14px;
  line-height: 1.7;
  padding: 6px 12px;
  box-sizing: border-box;
}

.mark_lxc .mark_box .mark_form .mark_sele {
  max-width: 400px;
  width: 100%;
  padding: 9px 12px;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 1.7;
  background-color: #F0F2F2;
  border: 0.5px solid #484a4f;
  border-radius: 3px;
  background: #F0F2F2 url(../img/arrow_drop_down_black_24dp.svg) no-repeat right 7px center / 25px auto;
}

.mark_lxc .mark_box .mark_form .mark_sele2 {
  max-width: 90px;
  width: 100%;
  text-align: center;
}

.mark_lxc .mark_box .mark_form .mark_b {
  display: block;
  margin: 30px auto 0;
  width: fit-content;
  padding: 6px 12px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.7;
  background-color: #e3ba69;
  border-radius: 6px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
}

.mark_lxc .mark_box .mark_form .mark_b:hover {
  opacity: 0.7;
  box-shadow: 1px 1px 3px #201F1F;
}

.kitei_set {
  position: fixed;
  z-index: 70;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  transition-property: all;
  transition-duration: 0.3s;
  opacity: 0;
  pointer-events: none;
}

.kitei_set_view {
  opacity: 1;
  pointer-events: all;
}

.kitei_set .kitei_lxc {
  max-width: 400px;
  width: 95%;
  background-color: #FFF;
  border-radius: 6px;
  margin: auto auto;
  padding: 15px;
  box-sizing: border-box;
  transform: translateY(60px);
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}

.kitei_set .kitei_lxc_2 {
  transform: translateY(0px);
  opacity: 1;
}

.kitei_set .kitei_lxc .kitei_h1 {
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

.kitei_set .kitei_lxc form .kitei_button {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
}

.kitei_set .kitei_lxc form .kitei_button .b1 {
  display: block;
  width: 150px;
  font-size: 13px;
  line-height: 1.7;
  padding: 6px 9px;
  box-sizing: border-box;
  background-color: #e3ba69;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}

.kitei_set .kitei_lxc form .kitei_button .b1:hover {
  box-shadow: 1px 1px 3px #201F1F;
  opacity: 0.7;
}


.clear_set {
  position: fixed;
  z-index: 70;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  transition-property: all;
  transition-duration: 0.3s;
  opacity: 0;
  pointer-events: none;
}

.clear_set_view {
  opacity: 1;
  pointer-events: all;
}

.clear_set .clear_lxc {
  max-width: 400px;
  width: 95%;
  background-color: #FFF;
  border-radius: 6px;
  margin: auto auto;
  padding: 15px;
  box-sizing: border-box;
  transform: translateY(60px);
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}

.clear_set .clear_lxc_2 {
  transform: translateY(0px);
  opacity: 1;
}

.clear_set .clear_lxc .clear_h1 {
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

.clear_set .clear_lxc form .clear_button {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
}

.clear_set .clear_lxc form .clear_button .b1 {
  display: block;
  width: 150px;
  font-size: 13px;
  line-height: 1.7;
  padding: 6px 9px;
  box-sizing: border-box;
  background-color: #e3ba69;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}

.clear_set .clear_lxc form .clear_button .b1:hover {
  box-shadow: 1px 1px 3px #201F1F;
  opacity: 0.7;
}

.mark_del_lxc {
  position: fixed;
  z-index: 70;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition-property: all;
  transition-duration: 0.3s;
}

.mark_del_lxc_view {
  opacity: 1;
  pointer-events: all;
}

.mark_del_lxc .mark_del_box {
  max-width: 600px;
  width: 95%;
  margin: auto auto;
  padding: 20px;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 6px;
}

.mark_del_lxc .mark_del_box .mark_del_form .mark_del_h1 {
  font-size: 13px;
  line-height: 1.7;
  font-weight: 600;
  text-align: center;
}

.mark_del_lxc .mark_del_box .mark_del_form .markar_del_p {
  font-size: 13px;
  line-height: 1.7;
  font-weight: 500;
  padding: 9px;
  box-sizing: border-box;
  text-align: center;
  border: 0.5px solid #484a4f;
  border-radius: 3px;
  margin-top: 12px;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}

.mark_del_lxc .mark_del_box .mark_del_form .markar_del_p_color {
  background-color: #00a6c0;
  color: #FFF;
  border: 0.5px solid #00a6c0;
}

.mark_del_lxc .mark_del_box .mark_del_form .all_del {
  display: none;
}

.mark_del_lxc .mark_del_box .mark_del_form .mark_m_del_b {
  display: block;
  margin: 30px auto 0;
  width: fit-content;
  padding: 6px 12px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.7;
  background-color: #e3ba69;
  border-radius: 6px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
}

.mark_del_lxc .mark_del_box .mark_del_form .mark_m_del_b:hover {
  opacity: 0.7;
  box-shadow: 1px 1px 3px #201F1F;
}

@media print {
  .shift_gamen .shift_con2 {
    display: none;
  }

  .shift_gamen .shift_con {
    display: none;
  }
  
}

.kinmu_yotei {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  display: flex;
  flex-direction: column;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transition-property: all;
  transition-duration: 0.3s;
}

.kinmu_yotei_view {
  opacity: 1;
  pointer-events: all;
}

.kinmu_yotei .screen {
  width: 95%;
  max-width: fit-content;
  padding: 20px;
  box-sizing: border-box;
  margin: auto auto;
  background-color: #FFF;
  border-radius: 3px;
}

.kinmu_yotei .screen .p1 {
  font-size: 15px;
  line-height: 1.7;
}

footer {
  background-color: #484a4f;
  color: #FFF;
  padding: 15px;
  box-sizing: border-box;
}

footer .footer_p {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
}

footer .footer_p .kaihatsu_span {
  cursor: pointer;
}

.kaihatsu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: flex;
  flex-direction: column;
  overflow: auto;
  pointer-events: none;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}

.kaihatsu_view {
  pointer-events: all;
  opacity: 1;
}

.kaihatsu .kaihatsu_box {
  max-width: 600px;
  width: 95%;
  margin: auto auto;
  background-color: #FFF;
  border-radius: 6px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

.kaihatsu .kaihatsu_box .k_h1 {
  font-size: 13px;
  line-height: 1.7;
  font-weight: 600;
  text-align: center;
}

.kaihatsu .kaihatsu_box .kaihatsu_form .k_pass {
  display: block;
  max-width: 300px;
  width: 100%;
  padding: 6px 12px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.7;
  background-color: #F0F2F2;
  border: 0.5px solid #484a4f;
  border-radius: 3px;
  margin: 20px auto;
}

.kaihatsu .kaihatsu_box .kaihatsu_form .k_button {
  display: block;
  margin: 30px auto 0;
  width: fit-content;
  padding: 6px 12px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.7;
  background-color: #e3ba69;
  border-radius: 3px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
}

.kaihatsu .kaihatsu_box .kaihatsu_form .k_button:hover {
  opacity: 0.8;
  box-shadow: 1px 1px 3px #484a4f;
}

.kaihatsu2 {
  padding: 30px;
  box-sizing: border-box;
}

.kaihatsu2 table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.kaihatsu2 table thead tr th {
  font-size: 12px;
  line-height: 1.7;
  padding: 2px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  border: 0.5px solid #FFF;
  background-color: #00a6c0;
  color: #FFF;
}

.kaihatsu2 table thead tr .th_no {
  width: 50px;
}

.kaihatsu2 table thead tr .th_no2 {
  width: 200px;
}

.kaihatsu2 table tbody tr td {
  font-size: 12px;
  line-height: 1.7;
  color: #FFF;
  padding: 2px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  border: 0.5px solid #FFF;
}

.kaihatsu2 table tbody tr .td_naiyo {
  text-align: left;
  padding-left: 6px;
  padding-right: 6px;
}

.kaihatsu2 table tbody tr {
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
  background-color: #484a4f;
}

.kaihatsu2 table tbody tr:hover {
  background-color: rgba(255, 255, 0, 0.4);
}

@media (max-width: 1000px) {
  .main_fix .main_v .emp_lxc2 {
    padding-bottom: 20px;
  }
  .main_fix .main_v .emp_lxc2 form .toroku_button {
    font-size: 13px;
  }

  .main_fix .main_v .emp_lxc2 form .toroku_h1 {
    font-size: 13px;
  }

  main .main_v .main_lxc .unit_info_lxc {
    padding: 10px;
  }


  main .main_v .main_lxc .unit_info_lxc .info_box1 .box1 {
    font-size: 12px;
    width: 70px;
    min-width: 70px;
  }

  main .main_v .main_lxc .unit_info_lxc .info_box1 .box2 {
    font-size: 12px;
  }

  .main_fix .main_v .emp_lxc2 .title_h1 {
    font-size: 14px;
  }

  .main_fix .main_v .emp_lxc2 .cal_table tr th {
    font-size: 12px;
  }

  .main_fix .main_v .emp_lxc2 .cal_table tr td {
    font-size: 12px;
  }

  .main_fix .main_v .emp_lxc2 form .kibo_table tr th {
    font-size: 12px;
  }

  .main_fix .main_v .emp_lxc2 form .kibo_table tr td {
    font-size: 12px;
  }

  .main_fix .main_v .emp_lxc2 form .kibo_table tr .th_1 {
    width: 55px;
    min-width: 55px;
  }

  .main_fix .main_v .emp_lxc2 form .kibo_table tr td .td_comment {
    font-size: 12px;
  }

  .main_fix .main_v .emp_lxc2 form .submit_b {
    font-size: 13px;
  }

  .main_fix .main_v .emp_lxc2 .status_lxc .status_h1 {
    font-size: 12px;
  }

  .main_fix .main_v .emp_lxc2 form .toroku_inp1 {
    font-size: 13px;
  }

  .main_fix .main_v .emp_lxc2 form .form_table tbody tr td {
    font-size: 13px;
  }

  .mark_lxc .mark_box .mark_form .mark_h2 {
    font-size: 13px;
  }

  .mark_lxc .mark_box .mark_form .mark_sele {
    font-size: 13px;
  }

  .mark_lxc .mark_box .mark_form .mark_span1 {
    font-size: 13px;
  }

  .shift_gamen .shift_con .title_h1 .tojiru_sp {
    font-size: 13px;
  }

  .main_fix .main_v .emp_lxc2 .status_lxc .status_h1 .status_name {
    font-size: 14px;
  }

  .main_fix .main_v .emp_lxc2 form .trans_table tbody tr td {
    font-size: 12px;
  }

  .main_fix .main_v .emp_lxc2 form .trans_table thead tr th {
    font-size: 12px;
  }
}
