@import url(https://fonts.googleapis.com/css?family=Nunito);
@charset "UTF-8";
@tailwind base;
@tailwind components;
@tailwind utilities;
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: auto !important;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

@media screen and (min-width: 320px) {
  html {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
  }
}
@media screen and (min-width: 600px) {
  html {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
  }
}
@media screen and (min-width: 960px) {
  html {
    font-size: 16px;
  }
}
@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  /*  min-width:1024px;*/
  margin: 0px;
  padding: 0px;
  width: 100%;
  /*  height: 100%;*/
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #444;
  text-align: left;
  background-color: #fff;
}

body {
  background-color: #fff;
  font-size: 14px;
  font-feature-settings: "palt";
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin: 0;
  padding: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin: 0;
}

dt {
  margin-bottom: 0;
  font-weight: normal;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #035aa6;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #035aa6;
  text-decoration: none;
  cursor: pointer;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select.select_list {
  -moz-appearance: unset;
  -webkit-appearance: unset;
}

select.select_list::-ms-expand {
  display: block;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  border-style: solid;
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

input::-moz-placeholder {
  color: #acacac;
}

input:-ms-input-placeholder {
  color: #acacac;
}

input::placeholder {
  color: #acacac;
}

input:-ms-input-placeholder {
  color: #acacac;
}

input::-ms-input-placeholder {
  color: #acacac;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=time],
input[type=number],
textarea,
select {
  padding: 0.5rem;
  border: solid 1px #acacac;
  border-radius: 0.25rem;
}

input[type=date].date_box,
textarea.date_box {
  padding: 0.5rem;
  border: solid 1px #acacac;
  border-radius: 0.25rem;
}

select.select_list {
  padding: 0.5rem;
  border: solid 1px #acacac;
  border-radius: 0.25rem;
}

input[type=date] {
  padding: 4px;
  border-radius: 3px;
  border: solid 1px #aaa;
}

input:disabled,
.name_disabled {
  background-color: #fff;
  border-color: #e0e0e0;
  cursor: not-allowed;
}

.nomal_layout {
  padding: 24px 24px 24px 204px;
}

button {
  border: none;
  cursor: pointer;
  line-height: 100%;
}

a {
  display: inline-block;
  line-height: 100%;
}

button.btn_color01,
[role=button].btn_color01,
[type=button].btn_color01,
[type=reset].btn_color01,
[type=submit].btn_color01,
a.btn_color01 {
  background-color: #2074be;
  color: #fff !important;
  text-align: center;
}

.btn_color01 {
  background-color: #2074be;
  color: #fff !important;
  text-align: center;
}

button.btn_color02,
[role=button].btn_color02,
[type=button].btn_color02,
[type=reset].btn_color02,
[type=submit].btn_color02,
a.btn_color02 {
  border: solid 1px #2074be;
  background-color: #fff;
  text-align: center;
  color: #2074be !important;
}

.btn_color02 {
  border: solid 1px #2074be;
  background-color: #fff;
  text-align: center;
  color: #2074be !important;
}

.btn_color03 {
  border: solid 1px #fa5661;
  background-color: #fff;
  text-align: center;
  color: #fa5661;
}

.btn_color04 {
  background-color: #bf6b21;
  color: #fff;
  text-align: center;
}

.v-application a.btn_color05 {
  background-color: #459753;
  color: #fff;
  text-align: center;
}

a.btn_color01,
a.btn_color02,
a.btn_color03,
a.btn_color04 a.btn_color05 {
  padding-top: 1px;
}

.btn_color01:hover {
  transition: all 0.15s ease-in;
  background-color: #0257A2;
  color: #fff;
}

.btn_color02:hover {
  transition: all 0.15s ease-in;
  opacity: 0.8;
  color: #2074be;
}

.btn_color04:hover {
  transition: all 0.15s ease-in;
  opacity: 0.8;
  background-color: #bf5900;
  color: #fff;
}

.btn_color05:hover {
  transition: all 0.15s ease-in;
  opacity: 0.8;
  background-color: #459753;
  color: #fff;
}

.btn_size01 {
  width: 96px;
  height: 32px;
  border-radius: 8px;
  line-height: 30px;
}

.btn_size02 {
  width: 72px;
  height: 32px;
  border-radius: 8px;
  line-height: 30px;
}

.btn_size03 {
  width: 56px;
  height: 24px;
  border-radius: 8px;
  line-height: 22px;
}

.btn_size04 {
  width: 132px;
  height: 48px;
  border-radius: 8px;
  line-height: 46px;
}

.btn_size05 {
  width: 160px;
  height: 48px;
  border-radius: 8px;
  line-height: 46px;
}

.btn_size06 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 32px;
  border-radius: 8px;
}

.btn_size07 {
  width: 56px;
  height: 24px;
  border-radius: 8px;
  line-height: 22px;
  padding: 0 auto;
}

.w128 {
  width: 128px;
}

.submit_btn_wrapper_schedule {
  max-width: 1692px;
  min-width: 1024px;
  padding-top: 32px;
  padding-left: 200px;
  padding-right: 200px;
}

.submit_btn_wrapper {
  max-width: 1052px;
  padding-top: 56px;
  padding-left: 100px;
  padding-right: 100px;
}

.submit_btn_wrapper_flex {
  display: flex;
  justify-content: space-around;
}

.form_label56 {
  width: 56px;
  text-align: right;
}

.form_label136 {
  width: 136px;
  text-align: right;
}

.form_w100 {
  width: 100px;
}

.form_w120 {
  width: 120px;
}

.form_w160 {
  width: 160px;
}

.form_w200 {
  width: 200px;
}

.form_w240 {
  width: 240px;
}

.form_w280 {
  width: 280px;
}

.form_w320 {
  width: 320px;
}

.form_w480 {
  width: 480px;
}

.form_w100per {
  width: 100%;
}

.form_w90per {
  width: 90%;
}

.form_w520 {
  width: 520px;
}

.mar_l32 {
  margin-left: 32px;
}

.mar_t16 {
  margin-top: 16px;
}

.mar_t24 {
  margin-top: 24px;
}

.mar_t32 {
  margin-top: 32px;
}

.mar_t40 {
  margin-top: 40px;
}

.mar_t48 {
  margin-top: 48px;
}

.mar_l08 {
  margin-left: 8px;
}

.mar_r08 {
  margin-right: 8px;
}

.mar_r16 {
  margin-right: 16px;
}

.mar_b08 {
  margin-bottom: 8px;
}

.mar_b16 {
  margin-bottom: 16px;
}

.mar_b24 {
  margin-bottom: 24px;
}

.mar_b32 {
  margin-bottom: 32px;
}

.max_width1052 {
  max-width: 1052px;
}

.max_width1100 {
  max-width: 1100px;
}

.max_width1280 {
  max-width: 1280px;
}

.max_width1366 {
  max-width: 1366px;
}

.align_r {
  text-align: right;
}

.align_c {
  text-align: center;
}

.align_l {
  text-align: left;
}

.align_flex_r {
  margin-left: auto;
}

.font_size12 {
  font-size: 12px;
}

.font_size14 {
  font-size: 14px;
}

.font_size16 {
  font-size: 16px;
}

.font_size18 {
  font-size: 18px;
}

.font_size20 {
  font-size: 20px;
}

.font_size24 {
  font-size: 24px;
}

.flash_message {
  width: 100%;
  margin: 10px 0;
  border-radius: 6px;
  padding: 10px;
  border: solid 1px #2074be;
  background-color: #fff;
  color: #2074be;
  display: flex;
  justify-content: space-between;
}

.close_message {
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}

.alert_danger_string {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert_box {
  position: relative;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

input:disabled.disabled_parts {
  background-color: #e0e0e0;
  border-color: #fff;
}

/*-------
2021/12/08　追加
.btn_color03
------*/
/*-------
2021/12/09　追加
a:hover
------*/
/*-----
2021/12/10 追加
.btn_color04
-----*/
/*-----
2021/12/14,15 追加
button.btn_color02, 
[role=button].btn_color02, 
[type=button].btn_color02, 
[type=reset].btn_color02, 
[type=submit].btn_color02
select.select_list
input[type="date"].date_box, 
textarea.date_box,
.regist_data_box
-----*/
/*-----
2021/12/14,15 追加
a.btn_color01,02
-----*/
header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-color: #CC6666;
  max-height: 100vh;
  overflow-y: auto;
}

.h1_site_title {
  padding: 16px 8px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
}

.h1_site_title_s {
  font-size: 12px;
  line-height: 1em;
}

.username {
  font-size: 14px;
  line-height: 1em;
  color: #fff;
  text-align: center;
  display: block;
}

/*----------
左メニュー内
----------*/
.admin_navi {
  margin-top: 40px;
  font-size: 14px;
}

.admin_navi_list {
  background: url(../img/) no-repeat 16px center;
}

.admin_navi_title {
  display: block;
  padding-left: 16px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.title_space {
  margin-top: 10px;
}

.v-application a.admin_navi_ancer {
  display: block;
  padding-left: 40px;
  height: 48px;
  line-height: 48px;
  color: #fff;
}

.v-application a.icn_manual {
  margin-top: 48px;
}

.v-application a.admin_navi_logout {
  display: block;
  padding-left: 40px;
  height: 48px;
  line-height: 48px;
  color: #fff;
}

.admin_navi_ancer:hover {
  transition: all 0.25s ease-in;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.admin_navi_logout:hover {
  transition: all 0.25s ease-in;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.admin_navi_ancer.here {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.admin_navi_ancer.here::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 48px;
  background: url(../img/icn_navi_arrow.png) no-repeat right center;
  content: "";
}

#app.v-application ol, #app.v-application ul {
  padding-left: 0px;
}

/*----------
メニューアイコン
----------*/
.icn_schedule {
  background: url(../img/icn_schedule.png) no-repeat 16px center/20px 20px;
}

.icn_worker {
  background: url(../img/icn_worker.png) no-repeat 16px center/20px 20px;
}

.icn_record {
  background: url(../img/icn_record.png) no-repeat 16px center/20px 20px;
}

.icn_declaration {
  background: url(../img/icn_declaration.png) no-repeat 16px center/20px 20px;
}

.icn_oshirase {
  background: url("../img/icn_oshirase.png") no-repeat 16px center/20px 20px;
}

.icn_kyouryoku {
  background: url("../img/icn_kyouryoku.png") no-repeat 16px center/20px 20px;
}

.icn_logout {
  background: url("../img/icn_logout.png") no-repeat 16px center/20px 20px;
}

.icn_motouke {
  background: url("../img/icn_motouke.png") no-repeat 16px center/20px 20px;
}

.icn_syaryou {
  background: url("../img/icn_syaryou.png") no-repeat 16px center/20px 20px;
}

.icn_tool {
  background: url("../img/icn_tool.png") no-repeat 16px center/20px 20px;
}

.icn_manual {
  background: url("../img/icn_manual.png") no-repeat 16px center/20px 20px;
}

section.main_list {
  margin-bottom: 1rem;
}

/*マスター*/
.table_style01 {
  width: 100%;
}
.table_style01 th {
  padding: 8px;
}
.table_style01 td {
  padding: 16px 8px;
  border-bottom: solid 1px #aaaaaa;
}

.table_header01 {
  background-color: #ececec;
  border-top: solid 1px #aaaaaa;
  border-bottom: solid 1px #aaaaaa;
}

.table_header {
  text-align: center;
}

.table .table_center {
  text-align: center;
}

.workerslist_table_cell_code {
  width: 4rem;
  text-align: center;
}

.workerslist_table_cell_name {
  width: 7rem;
  text-align: center;
}

.workerslist_table_cell_mail {
  width: auto;
}

.workerslist_table_cell_permission {
  width: 8rem;
}

.workerslist_table_cell_edit {
  width: 4rem;
}

.workerslist_table_cell01 {
  width: 10%;
}

.workerslist_table_cell02 {
  width: 15%;
}

.workerslist_table_cell03 {
  width: 20%;
}

.workerslist_table_cell04 {
  width: 25%;
}

.workerslist_table_cell05 {
  width: 30%;
  text-align: right;
}

.workerslist_table_cell06 {
  width: 35%;
}

.master_table_cell01 {
  width: 10%;
}

.master_table_cell01-1 {
  width: 10%;
  text-align: center;
}

.master_table_cell02 {
  width: 15%;
}

.master_table_cell03 {
  width: 20%;
}

.master_table_cell04 {
  width: 25%;
}

.master_table_cell05 {
  width: 30%;
}

.master_table_cell06 {
  width: 35%;
}

.master_table_cell_end {
  width: 10%;
  text-align: right;
}

.workerslist_table_on {
  display: block;
  text-align: center;
}

.workerslist_table_off {
  display: none;
}

.workers_regist_form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: auto;
  width: 624px;
  font-size: 16px;
}

.regist_form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: auto;
  width: 624px;
  font-size: 16px;
}

.workers_regist_form02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  width: 600px;
  font-size: 16px;
}

.workers_master01,
.workers_master02 {
  width: 250px;
}

.workers_master01 {
  margin-bottom: 16px;
}

.workers_article {
  width: 100%;
  height: 150px;
  border-radius: 4px;
}

.sub_list_title {
  display: flex;
  justify-content: space-between;
}
.sub_list_title h3 {
  font-size: 1.3rem;
  padding-top: 5px;
}

div.caution {
  width: 600px;
  margin: auto auto 10px;
}
div.caution span.message {
  color: red;
}

.login_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 0 4.4vw;
}

.login_panel {
  flex-basis: 100%;
  text-align: center;
}

.login_header {
  border-radius: 6px 6px 0 0;
  background-color: #CC6666;
}

.login_h1_title {
  height: 72px;
  padding-top: 11px;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
}

.login_h1_title .h1_site_title_s {
  display: block;
  font-size: 1rem;
  line-height: 100%;
}

.lgoin_body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 272px;
  padding: 48px 0;
  border-radius: 0 0 6px 6px;
  border-right: solid 2px #dcdcdc;
  border-bottom: solid 2px #dcdcdc;
  border-left: solid 2px #dcdcdc;
}

.lgoin_form_label {
  display: block;
  margin-bottom: 8px;
  width: 100%;
  text-align: left;
  font-size: 1.33rem;
  white-space: nowrap;
}

.lgoin_form_label::before {
  display: inline-block;
  padding-right: 4px;
  content: "▼";
}

.login_form {
  display: inline-block;
}

.login_form_data {
  margin-bottom: 24px;
  width: 240px;
}

@media screen and (min-width: 960px) {
  .login_panel {
    flex-basis: 560px;
    text-align: center;
  }

  .login_h1_title {
    height: 72px;
    padding-top: 11px;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
  }

  .login_h1_title .h1_site_title_s {
    display: block;
    font-size: 14px;
  }

  .login_form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
    font-size: 16px;
  }

  .login_form_w128 {
    flex-basis: 128px;
  }

  .login_form_w210 {
    flex-basis: 210px;
  }

  .login_form_w368 {
    width: 368px;
  }

  .login_form_w408 {
    width: 408px;
  }

  .login_form_w498 {
    width: 498px;
  }

  .lgoin_form_label {
    margin-bottom: 24px;
    padding-right: 8px;
    font-size: 16px;
    text-align: right;
  }

  .lgoin_form_label::before {
    display: none;
    content: "";
  }

  .login_form_data {
    margin-bottom: 24px;
    width: 280px;
  }
}
.sec_page_title, .sec_page_title_l, .sec_page_title_r {
  display: flex;
  align-items: center;
}

.sec_page_title {
  padding-bottom: 32px;
  justify-content: space-between;
}

.page_title {
  font-size: 24px;
  font-weight: normal;
  padding-right: 24px;
}

.sec_flex_l {
  display: flex;
  align-items: center;
}

.sec_date_select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
}

.selected_period {
  font-size: 18px;
}

/*お知らせ*/
.sec_page_notice {
  width: 600px;
  height: 74px;
  padding: 6px 8px;
  border-radius: 3px;
  border: solid 1px #aaa;
  overflow-y: scroll;
  margin-left: 32px;
}

.notice_list {
  padding-bottom: 6px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  border-bottom: dashed 1px #dcdcdc;
}

.notice_list_inner {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 56px);
  display: inline-block;
}

.schedule_btn_up {
  margin-right: 16px;
}

.schedule_btn_down {
  margin-top: 12px;
}

.schedule_btn_left {
  margin-right: 16px;
}

.worker_select {
  padding: 4px;
  border-radius: 3px;
  border: solid 1px #aaa;
  margin-right: 16px;
}

.schedule_all {
  padding-right: 24px;
  display: inline-block;
}

/*全体スケージュール・テーブルスタイル*/
.table_style02 {
  width: 100%;
  table-layout: fixed;
  color: #444;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.table_style02 th.schedule_sticky {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  top: 0;
  padding: 8px;
  background-color: #ececec;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.table_style02 td {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  height: 146px;
}
.table_style02 td a {
  color: #444;
  width: 100%;
  height: 100%;
}

/*個別スケージュール・テーブルスタイル*/
.table_style03 {
  width: 100%;
  table-layout: fixed;
  color: #444;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}
.table_style03 th.schedule_sticky {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  top: 0;
  padding: 8px;
  background-color: #ececec;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.table_style03 tr {
  max-height: 96px;
}
.table_style03 td {
  height: 25px;
  max-height: 25px;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.table_style03 .var_line {
  border-bottom: solid 1px #aaa;
}
.table_style03 .var_line.noa_row {
  border-bottom: 1.5px solid #999999;
}
.table_style03 .rest_h {
  height: 44px;
}
.table_style03 .time_h {
  height: 150px;
  max-height: 150px;
}

.table_style04 {
  width: 100%;
  table-layout: fixed;
  color: #444;
}
.table_style04 th {
  padding: 8px;
  border: solid 1px #aaaaaa;
}
.table_style04 td {
  border: solid 1px #aaaaaa;
  border-bottom: solid 1px #dcdcdc;
  height: 16px;
  overflow: hidden;
  max-height: 16px;
}
.table_style04 .var_line {
  border-bottom: solid 1px #aaa;
}

/*列の色・ホバー*/
table.table_style02, table.table_style03 {
  --table-color:#edf4ec;
  /*夜間（土・日・祝いずれも）緑*/
  --table-color-day:#fff;
  /*昼間（平日）白*/
  --table-color-sat:#eff2ff;
  /*土曜日（昼間）青*/
  --table-color-sun:#ffeff4;
  /*日曜日（昼間）赤*/
  --table-color-white:#fff;
  /*白*/
  --table-color-hover:#fdfbea;
}

.table_body .var_sat, .table_body .var_sun {
  background-color: var(--table-color-white);
}

tr.day {
  background-color: var(--table-color-day);
}

tr.night {
  background-color: var(--table-color);
}

tr.day.var_row_sat {
  background-color: var(--table-color-sat);
}

tr.day.var_row_sun {
  background-color: var(--table-color-sun);
}

.schedule_bg_color:nth-child(even):hover {
  transition: all 0.15s ease-in;
  background-color: var(--table-color-hover);
}

.schedule_bg_color:hover {
  transition: all 0.15s ease-in;
  background-color: var(--table-color-hover);
}

.var_even_bg_color {
  background-color: var(--table-color);
}

.absence_bg_color:hover {
  transition: all 0.15s ease-in;
  background-color: var(--table-color-hover);
}

.table_style02 td a.absence_link_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1976d2;
  text-decoration: underline;
}

/*テーブルヘッダー・セル*/
.table_header {
  background-color: #ececec;
  border: solid 1px #aaaaaa;
}

.schedule_table_cell01 {
  width: 66px;
  text-align: center;
}

.schedule_table_cell_notAlloc {
  width: 8rem;
  text-align: center;
}

.schedule_table_cell_absence {
  width: 8rem;
  text-align: center;
}

.schedule_table_cell02 {
  width: 60px;
  text-align: center;
}

.schedule_table_cell03-1 {
  width: 232px;
  text-align: center;
}

.schedule_table_cell03-2 {
  width: 232px;
  text-align: left;
}

.schedule_table_cell03-3 {
  width: 160px;
  text-align: center;
}

.schedule_table_cell03-4 {
  width: 160px;
  text-align: left;
}

.schedule_table_cell04 {
  width: 7.6%;
  text-align: center;
}

.schedule_table_cell05 {
  width: 10%;
  text-align: left;
}

.schedule_table_cell06 {
  width: 10%;
  text-align: left;
  line-height: 1.2em;
}

.schedule_table_cell07 {
  width: 8%;
  text-align: center;
}

.schedule_table_cell08 {
  width: 20%;
  text-align: left;
}

.schedule_table_cell09 {
  text-align: right;
}

.schedule_table_cell10 {
  position: relative;
  width: 14%;
  text-align: left;
  overflow: hidden;
}

.absence_msg {
  margin: 1rem;
}

.shcedule_table_st_name {
  display: block;
  position: relative;
  width: 100%;
  min-height: 1.4rem;
  padding: 4px 0 4px 18px;
  line-height: 1.2em;
}

/*個別スケジュール・テーブルヘッダー・セル*/
.table_cell01 {
  width: 3%;
  text-align: center;
}

.table_cell02-1 {
  width: calc(97% / 7);
  text-align: center;
}

.table_cell02-2 {
  width: calc(97% / 7);
  text-align: left;
}

/*テーブルデータ内*/
.schedule_off {
  line-height: 1.4rem;
  padding: 4px;
  width: 100%;
  height: 100%;
}

.schedule_data {
  height: 146px;
  overflow: hidden;
  padding: 4px 0 4px 4px;
  width: 100%;
}

.schedule_indiv_box {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.v-application .schedule_indiv_box a {
  color: #444;
}

.schedule_indiv_data {
  overflow: hidden;
  padding: 4px 0 4px 4px;
  width: 100%;
  height: 100%;
}

.var_overflow {
  overflow: hidden;
  height: 13px;
}

/*タグ関連*/
.tag_time_day {
  display: inline-block;
  width: 48px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  border: solid 1px #EF8E1E;
  color: #EF8E1E;
  background-color: #fff;
}

.tag_time_night {
  display: inline-block;
  width: 48px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  border: solid 1px #5555CF;
  color: #5555CF;
  background-color: #fff;
}

.btn_time_day {
  display: inline-block;
  width: 48px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  border: solid 1px #EF8E1E;
  color: #FFFFFF;
  background-color: #EF8E1E;
}

.btn_time_night {
  display: inline-block;
  width: 48px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  border: solid 1px #5555CF;
  color: #FFFFFF;
  background-color: #5555CF;
}

.btn_time_none {
  display: inline-block;
  width: 48px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  border: 1px solid #bcbcbc;
  color: #FFFFFF;
  background-color: #bcbcbc;
}

.tag_work {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  border: solid 1px #DE6204;
  color: #DE6204;
  background: #fff;
  text-align: center;
}

.tag_night {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  border: solid 1px #AF0338;
  color: #AF0338;
  background: #fff;
  text-align: center;
}

.tag_research {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  border: solid 1px #580182;
  color: #580182;
  background: #fff;
  text-align: center;
}

.tag_appointment {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  border: solid 1px #0255C2;
  color: #0255C2;
  background: #fff;
  text-align: center;
}

.tag_meeting {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  border: solid 1px #223A70;
  color: #223A70;
  background: #fff;
  text-align: center;
}

.tag_workshop {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  border: solid 1px #01721B;
  color: #01721B;
  background: #fff;
  text-align: center;
}

.tag_etc {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  border: solid 1px #e3acae;
  color: #e3acae;
  background: #fff;
  text-align: center;
}

.tag_car {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  color: #fff;
  background: #DBBE00;
  text-align: center;
  margin-right: 8px;
  font-weight: bold;
}

.tag_place {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  color: #fff;
  background: #F28705;
  text-align: center;
  margin-right: 8px;
  font-weight: bold;
}

.tag_workername {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  color: #fff;
  background: #0388A6;
  text-align: center;
  margin-right: 8px;
  font-weight: bold;
}

.tag_kyouryoku {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  color: #fff;
  background: #58A664;
  text-align: center;
  margin-right: 8px;
  font-weight: bold;
}

.tag_night_over_absence {
  display: inline-block;
  width: 48px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  border: solid 1px #D95970;
  color: #FFFFFF;
  background-color: #D95970;
}

.schedule_table_time {
  padding-left: 8px;
}

.schedule_table_place, .schedule_table_worker_name, .schedule_table_partners, .schedule_table_car {
  overflow-wrap: normal;
  display: inline-block;
  width: 100%;
  line-height: 1.5rem;
}

.schedule_table_place, .schedule_table_worker_name, .schedule_table_partners, .schedule_table_car {
  height: 24px;
  margin-top: 4px;
}

/*スクロール*/
.scroll {
  width: 100%;
  height: 146px;
  overflow-y: auto;
  overflow-x: hidden;
}

.scroll2 {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.table_style03 td[rowspan="1"] .scroll2 {
  max-height: 25px;
}
.table_style03 td[rowspan="2"] .scroll2 {
  max-height: 50px;
}
.table_style03 td[rowspan="3"] .scroll2 {
  max-height: 75px;
}
.table_style03 td[rowspan="4"] .scroll2 {
  max-height: 100px;
}
.table_style03 td[rowspan="5"] .scroll2 {
  max-height: 125px;
}
.table_style03 td[rowspan="6"] .scroll2 {
  max-height: 150px;
}
.table_style03 td[rowspan="7"] .scroll2 {
  max-height: 175px;
}
.table_style03 td[rowspan="8"] .scroll2 {
  max-height: 200px;
}
.table_style03 td[rowspan="9"] .scroll2 {
  max-height: 225px;
}
.table_style03 td[rowspan="10"] .scroll2 {
  max-height: 250px;
}

/*未割当*/
.unallocated {
  font-size: 18px;
  margin-bottom: 0.25rem;
  display: block;
}

.unallocated::after {
  content: "人";
  font-size: 12px;
}

/*土日カラー*/
.var_sat {
  color: #0255C2;
}

.var_sun {
  color: #AF0338;
}

/*個別背景カラー*/
.var_schedule_cell_day {
  background-color: #fee4c6;
}

.var_schedule_cell_night {
  background-color: #e7e7fc;
}

.var_schedule_day {
  background-color: #ef8e1e;
}

.var_schedule_night {
  background-color: #5555cf;
}

.var_schedule_kari {
  position: relative;
}

.var_schedule_kari::after {
  content: "仮";
  position: absolute;
  top: 10px;
  left: 28%;
  font-size: 96px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border: solid 8px rgba(0, 0, 0, 0.2);
  display: block;
  height: 120px;
  width: 120px;
  padding-top: 55px;
}

.var_schedule_indiv_kari::after {
  content: "仮";
  position: absolute;
  left: 30%;
  top: 8px;
  margin: auto;
  font-size: 96px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border: solid 8px rgba(0, 0, 0, 0.2);
  display: block;
  height: 120px;
  width: 120px;
  line-height: initial;
  text-align: center;
}

.var_schedule_normal {
  background: #fff;
}

/*作業員・車のコンマ*/
.worker_name,
.car_name,
.company_name,
.tool_name,
.partner_name {
  display: inline-block;
}

.worker_name::after,
.car_name::after,
.company_name::after,
.tool_name::after,
.partner_name::after {
  content: ", ";
}

.worker_name:last-child::after,
.car_name:last-child::after,
.company_name:last-child::after,
.tool_name:last-child::after,
.partner_name:last-child::after {
  content: "";
}

.caution {
  color: red;
  font-weight: 600;
}

.schedule_target_user {
  width: 7rem;
}

/*ダイアログ*/
.dialog_bg {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
}

.dialog_layout {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.dialog_panel {
  width: 600px;
  text-align: center;
  background: #fff;
  border: solid 1px #aaa;
  border-radius: 8px 8px 6px 6px;
  padding-bottom: 32px;
}

/*ヘッダー関連*/
.dialog_header {
  background: #CC6666;
  border-radius: 6px 6px 0 0;
  width: 100%;
  position: relative;
}

.dialog_title {
  padding: 16px;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.dialog_close_message {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  cursor: pointer;
}

.dialog_close_message:hover {
  color: #fff;
}

.dialog_item_regist_form {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 32px;
}

.dialog_item_regist_data {
  display: flex;
  width: 890px;
}

.dialog_item_box {
  flex-basis: 420px;
  padding: 16px;
  border-radius: 6px;
  text-align: center;
}

.dialog_item_list_l, .dialog_item_list_r {
  position: relative;
  border: solid 2px #dcdcdc;
}

.dialog_item_waku {
  border: solid 2px #dcdcdc;
}

.dialog_item_list_l {
  margin-right: 48px;
}

.dialog_item_list_l::after {
  position: absolute;
  top: 171px;
  right: -67px;
  z-index: 10;
  width: 75px;
  height: 83px;
  background: url(../img/icn_worklist_arrow_l_gray.png) no-repeat center center;
  content: "";
}

.dialog_item_list_l:hover {
  transition: all 0.15s ease-in;
  border-color: #2074BE;
}

.dialog_item_list_l:hover::after {
  transition: all 0.15s ease-in;
  background: url(../img/icn_worklist_arrow_l.png) no-repeat center center;
}

.dialog_item_list_r::after {
  position: absolute;
  top: 264px;
  left: -67px;
  z-index: 10;
  width: 75px;
  height: 83px;
  background: url(../img/icn_worklist_arrow_r_gray.png) no-repeat center center;
  content: "";
}

.dialog_item_list_r:hover {
  transition: all 0.25s ease-in;
  border-color: #940101;
}

.dialog_item_list_r:hover::after {
  transition: all 0.15s ease-in;
  background: url(../img/icn_worklist_arrow_r.png) no-repeat center center;
  content: "";
}

.dialog_item_list_title_box {
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

.dialog_item_list_wrapper {
  position: relative;
  z-index: 30;
  width: 370px;
  height: 338px;
  margin: 4px auto 16px;
  overflow: auto;
}

.dialog_item_list {
  margin: 0 8px;
  text-align: left;
}

.dialog_item_data {
  display: block;
  padding: 8px 0;
}

.dialog_item_data:hover {
  transition: all 0.1s ease-in;
  background-color: #f9f9f9;
}

.dialog_item_data.checked {
  background-color: #FBF9DD;
}

.dialog_item_list li {
  border-bottom: solid 1px #dcdcdc;
}

/*ボタン関連*/
.dialog_submit_btn {
  display: flex;
  justify-content: center;
  padding-top: 56px;
}

.dialog_submit_btn :first-child {
  margin-right: 12px;
}

.dialog_submit_btn :nth-child(2) {
  margin-left: 12px;
}

.dialog_item_list_l_btn,
.dialog_item_list_r_btn {
  display: inline-block;
  width: 368px;
  height: 32px;
  line-height: 30px;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
}

.dialog_item_list_l_btn:disabled,
.dialog_item_list_r_btn:disabled {
  border: solid 1px #e0e0e0;
  color: #e0e0e0;
  cursor: not-allowed;
}

.dialog_item_list_l_btn:disabled {
  background: url(../img/icn_worklist_arrow_l_s_gray.png) no-repeat right 5px center;
}

.dialog_item_list_r_btn:disabled {
  background: url(../img/icn_worklist_arrow_r_s_gray.png) no-repeat 5px center;
}

.dialog_item_list_l_btn {
  transition: all 0.1s ease-in;
  border: solid 1px #2074BE;
  background: url(../img/icn_worklist_arrow_l_s.png) no-repeat right 5px center;
  color: #2074BE;
}

.dialog_item_list_r_btn {
  transition: all 0.1s ease-in;
  border: solid 1px #940101;
  background: url(../img/icn_worklist_arrow_r_s.png) no-repeat 5px center;
  color: #940101;
}

/*工具選択ダイアログ*/
.dialog_tool_list_title {
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  margin: 0 32px 0 16px;
  display: flex;
  align-items: center;
}
.dialog_tool_list_title .dialog_cell02 {
  margin-left: auto;
  width: 80px;
  text-align: center;
}
.dialog_tool_list_title .dialog_cell03 {
  text-align: center;
  width: 96px;
}

.tool_list li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dialog_tool_id, .dialog_tool_data, .dialog_tool_rem, .dialog_tool_use, .dialog_tool_num {
  display: inline-block;
}

.dialog_tool_data {
  margin-left: 10px;
}

.dialog_tool_rem {
  margin-left: auto;
  width: 80px;
  text-align: center;
}

.dialog_tool_use {
  width: 80px;
  margin: 8px;
}

.dialog_tool_num {
  width: 40px;
  margin: 4px;
  text-align: center;
}

/*-----
2021/12/08 追加
225行目　工具選択ダイアログ以下を追加

------*/
/*-----
2021/12/11 藤澤変更
class名変更
close_message →dialog_close_message

------*/
.regist_waku {
  width: 1052px;
  padding: 16px;
  border-radius: 6px;
  border: solid 2px #dcdcdc;
}

.regist_waku_schedule {
  width: 1692px;
  padding: 16px;
  border-radius: 6px;
  border: solid 2px #dcdcdc;
}

.results_regist_form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: auto;
  width: 320px;
  font-size: 16px;
}

.regist_data_box {
  display: inline-block;
  padding: 0.5rem;
  border: solid 1px #acacac;
  border-radius: 0.25rem;
  min-height: 42px;
  width: 100%;
}

/*新規登録*/
.regist_form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  font-size: 16px;
}

.regist_form_inner_l {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 1160px;
  margin: 0;
  font-size: 16px;
}

.regist_form_inner_r {
  width: calc(100% - 1160px);
  padding-left: 32px;
}

.regist_label {
  margin-bottom: 10px;
  font-size: 16px;
  width: 120px;
  text-align: right;
  padding-right: 0.5rem;
}

.regist_data {
  margin-bottom: 10px;
  font-size: 16px;
  width: calc(100% - 120px);
}

.regist_data_l {
  margin-bottom: 10px;
  font-size: 16px;
  width: calc(100% - 460px);
}

.regist_data_r {
  margin-bottom: 10px;
  font-size: 16px;
  width: 220px;
}

.regist_data_r02 {
  margin-bottom: 10px;
  font-size: 16px;
  width: 340px;
}

.regist_data_r03 {
  margin-bottom: 10px;
  font-size: 16px;
  width: calc(100% - 414px);
}

.regist_data_s {
  margin-bottom: 10px;
  font-size: 16px;
  width: 170px;
}

.margin-right {
  margin-right: calc(100% - 588px);
}

.sub_item_box {
  width: 200px;
  white-space: nowrap;
}

.form_item_disabled {
  pointer-events: none;
}

input[type=time]::-webkit-calendar-picker-indicator {
  background: none;
  display: none;
}

/*スケジュール編集画面*/
.max_width_shedule {
  max-width: 1692px;
}

.btn_create:before {
  background: url(/img/icn_create.svg) no-repeat 50%;
  content: "";
  display: inline-block;
  height: 17px;
  margin-right: 4px;
  vertical-align: middle;
  width: 14px;
}

/*マスター*/
.regist_waku2 {
  width: 1052px;
  padding: 32px;
  border-radius: 6px;
  border: solid 2px #dcdcdc;
}

.regist_form2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1052px;
  padding-top: 16px;
}

.master_regist_label {
  width: 160px;
  font-size: 16px;
  padding-top: 10px;
  padding-right: 10px;
  margin-bottom: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.master_regist_data {
  margin-bottom: 24px;
  font-size: 16px;
  width: calc(100% - 160px);
}

.master_regist_data_l {
  margin-bottom: 24px;
  font-size: 16px;
  width: calc(50% - 160px);
}

.master_regist_data_r {
  margin-bottom: 24px;
  font-size: 16px;
  width: calc(50% - 160px);
}

/*幅・高さ等*/
.regist_w01 {
  width: calc(100% - 76px);
}

.regist_w02 {
  width: 220px;
}

.regist_w03 {
  width: calc(100% - 32px);
}

.regist_w04 {
  width: 616px;
}

.regist_w05 {
  width: 220px;
}

.regist_w06 {
  width: 100px;
}

.regist_w07 {
  width: 240px;
}

.regist_w08 {
  width: 280px;
}

.regist_w09 {
  width: 100%;
}

.regist_w10 {
  width: calc(100% - 135px);
}

.regist_data input[type=text],
.regist_data input[type=password],
.regist_data input[type=date],
.regist_data input[type=time],
.regist_data textarea,
.regist_data select,
.regist_data label {
  font-size: 16px;
}

.regist_data.no_margin {
  margin-right: 0;
}

.regist_data.newline {
  flex-basis: 560px;
}

.dialog_btn_size {
  height: 36px;
  width: 60px;
  border-radius: 8px;
  line-height: 34px;
  margin: 0 8px;
}

.dialog_box {
  display: flex;
  align-items: center;
}

/*確定・仮ボタン*/
#confirm, #tentative, #day, #night {
  display: none;
}

/*#plan, #result {
  display: none;
}*/
label[for=confirm],
label[for=tentative],
label[for=day],
label[for=night] {
  height: 42px;
  line-height: 42px;
  border-top: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}

label[for=confirm],
label[for=day] {
  width: 85px;
  border-radius: 4px 0 0 4px;
  border-left: solid 1px #aaa;
  border-right: solid 1px #aaa;
}

label[for=tentative],
label[for=night] {
  width: 84px;
  border-radius: 0 4px 4px 0;
  border-right: solid 1px #aaa;
}

#confirm + label:hover,
#tentative + label:hover,
#day + label:hover,
#night + label:hover {
  transition: all 0.1s ease-in;
  background-color: #fdfbea;
}

#confirm:checked + label,
#tentative:checked + label {
  transition: all 0.1s ease-in;
  background-color: #5390c7;
  color: #fff;
}

#day:checked + label {
  transition: all 0.1s ease-in;
  background-color: #f1b269;
  color: #fff;
}

#night:checked + label {
  transition: all 0.1s ease-in;
  background-color: #8484f7;
  color: #fff;
}

#confirm:disabled + label,
#tentative:disabled + label,
#day:disabled + label,
#night:disabled + label {
  border-color: #e0e0e0;
  cursor: not-allowed;
  color: #d0d0d0;
}

#confirm:checked:disabled + label,
#tentative:checked:disabled + label {
  border-color: #5390c7;
  cursor: not-allowed;
  color: #fff;
}

#day:checked:disabled + label {
  border-color: #f1b269;
  cursor: not-allowed;
  color: #fff;
}

#night:checked:disabled + label {
  border-color: #8484f7;
  cursor: not-allowed;
  color: #fff;
}

#confirm:disabled + label:hover,
#tentative:disabled + label:hover,
#day:disabled + label:hover,
#night:disabled + label:hover {
  transition: all 0.1s ease-in;
  background-color: #fff;
  cursor: not-allowed;
}

#confirm:checked:disabled + label:hover,
#tentative:checked:disabled + label:hover {
  background-color: #5390c7;
}

#day:checked:disabled + label:hover {
  background-color: #f1b269;
}

#night:checked:disabled + label:hover {
  background-color: #8484f7;
}

/*-----
2021/12/15 追加
確定・仮ボタン以外

-----*/
/*-----
2021/12/16 追加
#day, #night
.regist_w02
-----*/
/*お知らせ一覧*/
.notice_table_cell01 {
  min-width: 9rem;
  width: 9rem;
}

.notice_table_cell02 {
  min-width: 5rem;
  width: 5rem;
  text-align: center;
}

/*.notice_table_cell03{
 width: 80%
}*/
.notice_table_cell04 {
  width: 5%;
  text-align: right;
}

.notice_table_cell_read {
  min-width: 5rem;
  width: 5rem;
  text-align: center;
}

.notice_table_cell_sender {
  min-width: 5rem;
  width: 5rem;
  text-align: center;
}

.notice_title {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 1000px;
}

/*お知らせ-タグ*/
.tag_notice_important {
  display: inline-block;
  width: 3rem;
  height: 1.7rem;
  line-height: 1.7rem;
  border-radius: 4px;
  border: solid 1px #940101;
  background-color: #fff;
  color: #940101;
  text-align: center;
}

.label_browsed {
  display: inline-block;
  width: 4rem;
  height: 1.7rem;
  line-height: 1.7rem;
  border-radius: 4px;
  border: solid 1px #969696;
  background-color: #969696;
  color: #fff;
  text-align: center;
}

/*新規登録*/
.notice_regist_form {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 100%;
  font-size: 16px;
}

.notice_regist_label {
  flex-basis: 160px;
  text-align: right;
  padding-top: 6px;
  padding-right: 16px;
}

.notice_regist_data {
  width: calc(100% - 160px);
}

.notice_article {
  width: 100%;
  height: 320px;
  border-radius: 4px;
}

.color_orange {
  color: #FC4601;
}

.item_name {
  background: #b5d9ff;
  border-radius: 4px;
  display: inline-block;
  margin: 0 4px 4px 0;
  padding: 2px 4px;
}

.item_name.browsed {
  background: #cacaca;
  color: #ffffff;
}
