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

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

@media screen and (min-width: 320px) {
  html {
    font-size: 12px;
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 600px) {
  html {
    font-size: 16px;
    margin: 0;
    padding: 0;
  }
}
@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 {
  font-feature-settings: "palt";
  background-color: #fff;
  color: #444;
  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-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}

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

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

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

p {
  margin: 0;
  padding: 0;
}

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

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

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

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

dt {
  font-weight: 400;
}

dd, dt {
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

a, a:hover {
  color: #035aa6;
}

a:hover {
  cursor: pointer;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
}

img, svg {
  vertical-align: middle;
}

svg {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

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;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

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=date].date_box, input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=time], select, select.select_list, textarea, textarea.date_box {
  border: 1px solid #acacac;
  border-radius: 0.25rem;
  padding: 0 0.5rem;
}

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

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

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

button {
  border: none;
  cursor: pointer;
}

a, button {
  line-height: 100%;
}

a {
  display: inline-block;
}

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

.btn_color01:disabled {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

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

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

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

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

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

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

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

.btn_color02:hover {
  color: #2074be;
}

.btn_color02:hover, .btn_color04:hover {
  opacity: 0.8;
  transition: all 0.15s ease-in;
}

.btn_color04:hover {
  background-color: #bf5900;
  color: #fff;
}

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

.v-application a.btn_color06:hover {
  transition: all 0.15s ease-in;
  background-color: #0F6A33;
  color: #fff;
}

.btn_size01 {
  width: 96px;
}

.btn_size01, .btn_size02 {
  border-radius: 8px;
  height: 32px;
  line-height: 30px;
}

.btn_size02 {
  width: 72px;
}

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

.btn_size04 {
  width: 132px;
}

.btn_size04, .btn_size05 {
  border-radius: 8px;
  height: 48px;
  line-height: 46px;
}

.btn_size05 {
  width: 160px;
}

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

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

.w128 {
  width: 128px;
}

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

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

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

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

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

.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 {
  background-color: #fff;
  border: 1px solid #2074be;
  border-radius: 6px;
  color: #2074be;
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  padding: 10px;
  width: 100%;
}

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

header {
  background-color: #c66;
  height: 100%;
  left: 0;
  max-height: 100vh;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 180px;
  z-index: 1000;
}

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

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

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

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

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

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

.title_space {
  margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*マスター*/
section.main_list {
  margin-bottom: 1rem;
}

.table_style01 {
  width: 100%;
}

.table_style01 th {
  padding: 8px;
}

.table_style01 td {
  border-bottom: 1px solid #aaa;
  padding: 16px 8px;
}

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

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

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

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

.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 {
  text-align: right;
  width: 30%;
}

.workerslist_table_cell06 {
  width: 35%;
}

.master_table_cell01 {
  width: 10%;
}

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

.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 {
  text-align: right;
  width: 10%;
}

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

.workerslist_table_off {
  display: none;
}

.workers_regist_form {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}

.regist_form, .workers_regist_form {
  align-items: center;
  margin: auto;
  width: 624px;
}

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

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

.workers_master01 {
  margin-bottom: 16px;
}

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

.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 {
  align-items: center;
  display: flex;
}

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

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

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

.sec_date_select {
  justify-content: space-between;
  padding-bottom: 12px;
}

.selected_period {
  font-size: 18px;
}

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

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

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

.schedule_btn_up {
  margin-right: 16px;
}

.schedule_btn_down {
  margin-top: 12px;
}

.schedule_btn_left, .worker_select {
  margin-right: 16px;
}

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

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

.table_style02 {
  -webkit-overflow-scrolling: touch;
  border: 1px solid #aaa;
  border-bottom: none;
  border-collapse: separate;
  border-right: none;
  border-spacing: 0;
  color: #444;
  overflow-x: scroll;
  table-layout: fixed;
  width: 100%;
}

.table_style02 th.schedule_sticky {
  background-color: #ececec;
  padding: 8px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

.table_style02 td, .table_style02 th.schedule_sticky {
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

.table_style02 td {
  height: 146px;
}

.table_style02 td a {
  color: #444;
  height: 100%;
  width: 100%;
}

.table_style03 {
  border: 1px solid #aaa;
  border-bottom: none;
  border-collapse: separate;
  border-right: none;
  border-spacing: 0;
  color: #444;
  table-layout: fixed;
  width: 100%;
}

.table_style03 th.schedule_sticky {
  background-color: #ececec;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding: 8px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

.table_style03 tr {
  max-height: 96px;
}

.table_style03 td {
  border-right: 1px solid #aaa;
  height: 25px;
  max-height: 25px;
}

.table_style03 .var_line, .table_style03 td {
  border-bottom: 1px solid #aaa;
}

.table_style03 .var_line.noa_row {
  border-bottom: 1.5px solid #999;
}

.table_style03 .rest_h {
  height: 44px;
}

.table_style03 .time_h {
  height: 150px;
  max-height: 150px;
}

.table_style04 {
  color: #444;
  table-layout: fixed;
  width: 100%;
}

.table_style04 th {
  border: 1px solid #aaa;
  padding: 8px;
}

.table_style04 td {
  border: 1px solid;
  border-color: #aaa #aaa #dcdcdc;
  height: 16px;
  max-height: 16px;
  overflow: hidden;
}

.table_style04 .var_line {
  border-bottom: 1px solid #aaa;
}

table.table_style02, table.table_style03 {
  --table-color: #edf4ec;
  --table-color-day: #fff;
  --table-color-sat: #eff2ff;
  --table-color-sun: #ffeff4;
  --table-color-hol: #ffeff4;
  --table-color-cmp: #fff9e2;
  --table-color-white: #fff;
  --table-color-hover: #fdfbea ;
}

.table_body .var_cmp, .table_body .var_hol, .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);
}

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

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

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

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

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

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

.table_header {
  background-color: #ececec;
  border: 1px solid #aaa;
}

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

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

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

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

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

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

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

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

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

.schedule_table_cell06 {
  line-height: 1.2em;
}

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

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

.schedule_table_cell09 {
  text-align: right;
}

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

.absence_msg {
  margin: 1rem;
}

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

.table_cell01 {
  text-align: center;
  width: 3%;
}

.table_cell02-1 {
  text-align: center;
  width: 13.85714%;
}

.table_cell02-2 {
  text-align: left;
  width: 13.85714%;
}

.schedule_off {
  height: 100%;
  line-height: 1.4rem;
  padding: 4px;
  width: 100%;
}

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

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

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

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

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

.tag_time_day {
  border: 1px solid #ef8e1e;
  border-radius: 4px;
  color: #ef8e1e;
}

.tag_time_day, .tag_time_night {
  background-color: #fff;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  width: 48px;
}

.tag_time_night {
  border: 1px solid #5555cf;
  border-radius: 4px;
  color: #5555cf;
}

.btn_time_day {
  background-color: #ef8e1e;
  border: 1px solid #ef8e1e;
  border-radius: 4px;
}

.btn_time_day, .btn_time_night {
  color: #fff;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  width: 48px;
}

.btn_time_night {
  background-color: #5555cf;
  border: 1px solid #5555cf;
  border-radius: 4px;
}

.btn_time_none {
  background-color: #bcbcbc;
  border: 1px solid #bcbcbc;
  border-radius: 4px;
  color: #fff;
  width: 48px;
}

.btn_time_none, .tag_work {
  display: inline-block;
  height: 24px;
  line-height: 24px;
}

.tag_work {
  background: #fff;
  border: 1px solid #de6204;
  border-radius: 4px;
  color: #de6204;
  text-align: center;
  width: 24px;
}

.tag_night {
  border: 1px solid #af0338;
  border-radius: 4px;
  color: #af0338;
}

.tag_night, .tag_research {
  background: #fff;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 24px;
}

.tag_research {
  border: 1px solid #580182;
  border-radius: 4px;
  color: #580182;
}

.tag_appointment {
  border: 1px solid #0255c2;
  border-radius: 4px;
  color: #0255c2;
}

.tag_appointment, .tag_meeting {
  background: #fff;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 24px;
}

.tag_meeting {
  border: 1px solid #223a70;
  border-radius: 4px;
  color: #223a70;
}

.tag_workshop {
  border: 1px solid #01721b;
  border-radius: 4px;
  color: #01721b;
}

.tag_etc, .tag_workshop {
  background: #fff;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 24px;
}

.tag_etc {
  border: 1px solid #e3acae;
  border-radius: 4px;
  color: #e3acae;
}

.tag_car {
  background: #dbbe00;
}

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

.tag_place {
  background: #f28705;
}

.tag_workername {
  background: #0388a6;
}

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

.tag_kyouryoku {
  background: #58a664;
}

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

.schedule_table_time {
  padding-left: 8px;
}

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

.scroll {
  height: 146px;
}

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

.scroll2 {
  height: 100%;
}

.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 {
  display: block;
  font-size: 18px;
  margin-bottom: 0.25rem;
}

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

.var_sat {
  color: #0255c2;
}

.var_hol, .var_sun {
  color: #af0338;
}

.var_cmp {
  color: #c29702;
}

.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 {
  left: 28%;
  padding-top: 55px;
  top: 10px;
}

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

.var_schedule_indiv_kari:after {
  left: 30%;
  line-height: normal;
  margin: auto;
  text-align: center;
  top: 8px;
}

.var_schedule_normal {
  background: #fff;
}

.car_name, .company_name, .partner_name, .tool_name, .worker_name {
  display: inline-block;
}

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

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

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

.schedule_target_user {
  width: 7rem;
}

/*ファイルアップロード*/
.droparea .droparea_inner {
  border: 0px;
  padding: 32px 24px 0;
  width: 100%;
}

.flie_upload {
  border: dashed 1px #aaa;
  background-color: #f9f9f9;
  border-radius: 4px;
  text-align: center;
}

.file_list {
  padding-top: 16px;
}

.file_list_table {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0;
}

.file_row {
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #dcdcdc;
  margin-bottom: 8px;
  padding: 16px;
}

.file_row_inner {
  padding: 0 16px;
  display: flex;
  align-items: center;
}

.preview {
  display: inline;
  flex-basis: 32px;
  height: 32px;
  overflow: hidden;
}
.preview img {
  width: 32px;
}

.file_name {
  padding: 0 8px;
}

.file_link {
  white-space: nowrap;
  text-align: left;
  margin-right: auto;
}

.upload_btn_box {
  display: flex;
  justify-content: flex-end;
}

.require_reg {
  border-radius: 8px;
  line-height: 22px;
  font-size: 14px;
  margin-right: 10px;
  padding: 0 8px;
}

.uploaded {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: dotted 1px #acacac;
}

.upload_file {
  display: none;
}

/*他のcssを削除*/
.v-application ol, .v-application ul {
  padding-left: 0px !important;
}

/*------
2021/12/09 追加
.file_link
.upload_btn_box
------*/
/*------
2021/12/14 追加
.droparea .droparea_inner 
------*/
/*ダイアログ*/
.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;
}

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

.close_btn: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 {
  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 {
  border-top: solid 1px #dcdcdc;
}
.dialog_item_list li {
  border-bottom: solid 1px #dcdcdc;
}

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

.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_box {
  flex-basis: 528px;
  padding: 16px;
  border-radius: 6px;
  text-align: center;
}

.dialog_tool_list_wrapper {
  position: relative;
  z-index: 30;
  width: 514px;
  height: 480px;
  margin: 4px auto 16px;
  overflow: auto;
}

.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: 24px;
}
.dialog_tool_list_title .dialog_cell03 {
  margin-left: auto;
  width: 96px;
  text-align: center;
}
.dialog_tool_list_title .dialog_cell04 {
  text-align: center;
  width: 80px;
}

.tool_list li {
  display: flex;
  align-items: center;
  padding-left: 4px;
}

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

.dialog_id {
  width: 26px;
  text-align: right;
  margin-right: 16px;
}

.dialog_tool_data {
  max-width: 260px;
}

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

input[type=number].dialog_tool_use {
  width: 80px;
  height: 32px;
  min-height: 32px;
  margin: 8px;
  padding: 0 4px;
}

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

2021/12/28 追加
.close_btn
.dialog_tool_box
.dialog_tool_data
.dialog_id
input[type="number"].dialog_tool_use
.dialog_tool_box
.dialog_tool_list_wrapper
削除
.close_message
------*/
.regist_waku {
  width: 1052px;
}

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

.regist_waku_schedule {
  width: 1692px;
}

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

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

.regist_form {
  align-items: flex-start;
  width: 100%;
}

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

.regist_form_inner_l {
  align-items: center;
  width: 1160px;
}

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

.regist_label {
  padding-right: 0.5rem;
  text-align: right;
  width: 120px;
}

.regist_data, .regist_label {
  font-size: 16px;
  margin-bottom: 10px;
}

.regist_data {
  width: calc(100% - 120px);
}

.regist_data_l {
  width: calc(100% - 460px);
}

.regist_data_l, .regist_data_r {
  font-size: 16px;
  margin-bottom: 10px;
}

.regist_data_r {
  width: 220px;
}

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

.regist_data_r03 {
  width: calc(100% - 414px);
}

.regist_data_r03, .regist_data_s {
  font-size: 16px;
  margin-bottom: 10px;
}

.regist_data_s {
  width: 170px;
}

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

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

.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 {
  border: 2px solid #dcdcdc;
  border-radius: 6px;
  padding: 32px;
  width: 1052px;
}

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

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

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

.master_regist_data_l, .master_regist_data_r {
  font-size: 16px;
  margin-bottom: 24px;
  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=date], .regist_data input[type=password], .regist_data input[type=text], .regist_data input[type=time], .regist_data label, .regist_data select, .regist_data textarea {
  font-size: 16px;
}

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

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

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

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

#confirm, #day, #night, #tentative {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

#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;
}

/*作業員、協力業者、車両、工具*/
.regist_worker_name,
.regist_company_name,
.regist_car_name,
.regist_tool_name {
  background: #e0efff;
  border-radius: 4px;
  padding: 2px 4px;
  margin: 0 4px 4px 0;
  display: inline-block;
}

/*お知らせ一覧*/
.notice_table_cell01 {
  width: 10%;
}

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

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

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

/*お知らせ-タグ*/
.tag_notice_important {
  display: inline-block;
  width: 48px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  border: solid 1px #940101;
  background-color: #fff;
  color: #940101;
  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 {
  flex-basis: calc(100% - 160px);
}

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

.important_check {
  display: inline-block;
  vertical-align: top;
}

.regist_title_box {
  display: inline-block;
}

/*pc 削除ボタン*/
.btn_delete,
.upload_btn_delete {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 32px;
  border-radius: 8px;
}

.btn_delete::before,
.upload_btn_delete::before {
  display: inline-block;
  width: 14px;
  height: 17px;
  margin-right: 4px;
  background: url(../img/icn_delete.png) no-repeat center center;
  content: "";
  vertical-align: middle;
}

.btn_delete_s {
  width: 32px;
  height: 0px;
  padding-top: 32px;
  border-radius: 8px;
  border: solid 1px #2074BE;
  background: url(../img/icn_delete.png) no-repeat center center #fff;
  background-size: 14px 17px;
  overflow: hidden;
}

/*sp*/
@media screen and (max-width: 600px) {
  .btn_delete {
    display: inline-block;
    position: absolute;
    top: 64px;
    right: 0;
    width: 40px;
    height: 0px;
    padding-top: 32px;
    border-radius: 8px;
    border: solid 1px #2074BE;
    background: url(../img/icn_delete.png) no-repeat center center #fff;
    background-size: 14px 17px;
    overflow: hidden;
  }

  .upload_btn_delete::before {
    display: none;
  }

  .upload_btn_delete {
    display: block;
    width: 40px;
    height: 0px;
    padding-top: 32px;
    border-radius: 8px;
    border: solid 1px #2074BE;
    background: url(../img/icn_delete.png) no-repeat center center #fff;
    background-size: 14px 17px;
    overflow: hidden;
  }
}
.v-application a.btn_color06 {
  background-color: #128540;
  color: #fff;
  text-align: center;
}

a.btn_color06 {
  padding-top: 1px;
}

.v-application a.btn_color06:hover {
  transition: all 0.15s ease-in;
  background-color: #0F6A33;
  color: #fff;
}

/*.icn_entry {
  background: url(../img/icn_entry.png) no-repeat 16px;
  background-size: 16px 16px;
}*/
.icn_entry::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background: url(../img/icn_entry.png) no-repeat center center;
  background-size: 16px 16px;
  content: "";
  vertical-align: middle;
}

.icn_xlsx::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background: url(../img/icn_xlsx.png) no-repeat center center;
  background-size: 16px 16px;
  content: "";
  vertical-align: middle;
}

/*検索*/
.sec_search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.search_form {
  display: flex;
  flex-wrap: wrap;
  max-width: 940px;
  min-width: 940px;
}

.search_form02 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1130px;
  min-width: 1130px;
}

.search_form03 {
  display: flex;
  flex-wrap: wrap;
  max-width: 860px;
  min-width: 860px;
}

.search_form04 {
  display: flex;
  flex-wrap: wrap;
  max-width: 990px;
  min-width: 990px;
}

.search_label {
  width: 80px;
  font-size: 14px;
  padding-top: 2px;
  padding-right: 10px;
  margin-bottom: 10px;
  text-align: right;
}

.search_label_l {
  width: 120px;
  font-size: 14px;
  padding-top: 2px;
  padding-right: 10px;
  margin-bottom: 10px;
  text-align: right;
}

.search_data_s input {
  width: 180px;
}

.search_data_s select {
  width: 180px;
}

.search_data_s {
  padding-bottom: 0.5rem;
}

.icn_search {
  background: url(../img/icn_search.png) no-repeat 16px;
  background-size: 16px 16px;
}

.btn_search::before {
  display: inline-block;
  width: 17px;
  height: 14px;
  margin-right: 8px;
  background: url("../img/icn_search.png") no-repeat center center;
  background-size: 14px 14px;
  content: "";
  vertical-align: middle;
}

.search_scroll {
  height: 22.3px;
  width: 180px;
  overflow-wrap: anywhere;
  word-break: break-all;
  overflow-y: auto;
  border: 1px solid #acacac;
  border-radius: 0.25rem;
  padding: 0 0.5rem;
}

.mar_l66 {
  margin-left: 66px;
}

.mar_l84 {
  margin-left: 84px;
}

.mar_l245 {
  margin-left: 245px;
}

.mar_r260 {
  margin-right: 260px;
}

.mar_r96 {
  margin-right: 96px;
}

.mar_r165 {
  margin-right: 165px;
}

.form_w140 {
  width: 140px;
}

/*一覧*/
.table_style03 {
  width: 100%;
  font-size: 12px;
}

.table_style03 th {
  padding: 8px;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

.table_style03 td {
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding: 8px 8px;
}

.table_header03 {
  background-color: #ececec;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  text-align: center;
}

.table_body03 tr:nth-child(even) {
  background-color: #EDF4EC;
}

.table_scroll {
  max-width: 100px;
  overflow-x: auto;
}

.table_sticky {
  display: block;
  overflow-y: auto;
  max-height: calc(100vh/1.3);
}

.table_sticky thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #ececec;
  border-top: #FFFFFF;
}

/*編集ボタン*/
.btn_edit {
  width: 32px;
  height: 0px;
  padding-top: 32px;
  border-radius: 8px;
  border: solid 1px #2074BE;
  background: url("../img/icn_edit.png") no-repeat center center #fff;
  background-size: 14px 14px;
  overflow: hidden;
}

/*指示ボタン*/
.btn_shiji {
  width: 32px;
  height: 0px;
  padding-top: 32px;
  border-radius: 8px;
  border: solid 1px #2074BE;
  background: url("../img/icn_shiji.png") no-repeat center center #fff;
  background-size: 14px 14px;
  overflow: hidden;
}

/*一覧テーブル*/
.list_table_cell_edit {
  width: 3.1rem;
  text-align: center;
}

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

.list_table_cell {
  width: 12%;
}

.list_table_cell_s {
  text-align: center;
  width: 2rem;
}

.list_table_cell_m {
  text-align: center;
  width: 3rem;
}

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

.list_table_cell_day {
  text-align: center;
  width: 4.3rem;
}

.list_table_cell_cate {
  text-align: center;
  width: 6.3rem;
}

.list_table_cell_name {
  text-align: center;
  width: 5.5rem;
}

.list_table_cell_time {
  text-align: center;
  width: 4.5rem;
}

.list_table_cell_time02 {
  text-align: center;
  width: 6rem;
}

.list_table_cell01 {
  width: 8%;
}

.list_table_cell02 {
  width: 6%;
}

.list_table_cell03 {
  width: 16%;
}

.list_table_cell03-1 {
  width: 39.4%;
}

.list_table_cell04 {
  width: 10%;
}

.list_table_cell04-1 {
  width: 60.8%;
}

.list_table_cell04-2 {
  width: 13%;
}

.list_table_cell05 {
  width: 28.8%;
}

.list_table_cell06 {
  width: 22%;
}

.list_table_cell07 {
  width: 4%;
}

.list_right {
  text-align: right;
}

.list_left {
  text-align: left;
}

.list_center {
  text-align: center;
}

/*色*/
.list_teiji {
  color: #DE6204;
}

.list_juchu {
  color: #1BA21B;
}

.list_bg01 {
  background-color: #FDFBEA;
}

.list_bg02 {
  background-color: #E3EFFB;
}

.list_bg03 {
  background-color: #F7F7F7;
}

.btn_color06 {
  background-color: #128540;
  color: #fff;
  text-align: center;
}

.list_blue {
  color: #2A95E8;
}

.list_red {
  color: #ea3400;
}

.list_gray {
  color: #696868;
}

.list_green {
  color: #32CD32;
}

.regist_form02 {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  margin: 0;
  align-items: flex-start;
}

.regist_title {
  width: 100%;
  display: block;
  margin: 0.5rem 0 0.5rem;
  background-color: #EDF4EC;
  color: #079815;
  text-align: center;
  padding: 10px 20px;
}

.regist_data_s02 {
  width: 210px;
}

.regist_w432 {
  width: 432px;
}

.regist_w180 {
  width: 180px;
}

.regist_w170 {
  width: 170px;
}

.regist_w160 {
  width: 160px;
}

.regist_w157 {
  width: 157px;
}

.regist_w140 {
  width: 140px;
}

.regist_w120 {
  width: 120px;
}

.regist_w100 {
  width: 100px;
}

.regist_w80 {
  width: 80px;
}

.regist_w60 {
  width: 60px;
}

.regist_w40 {
  width: 40px;
}

.regist_data_w140 {
  width: 140px;
  margin-bottom: 10px;
}

.regist_data_w160 {
  width: 160px;
  margin-bottom: 10px;
}

.regist_data_l-w320 {
  width: calc(100% - 560px);
  margin-bottom: 10px;
}

.regist_data_w176 {
  width: 176px;
  margin-bottom: 10px;
}

.regist_data_w196 {
  width: 196px;
  margin-bottom: 10px;
}

.regist_data_w260 {
  width: 260px;
  margin-bottom: 10px;
}

.regist_data_ss {
  width: 100px;
  margin-bottom: 10px;
}

.regist_data02 {
  width: calc(100% - 520px);
  margin-bottom: 10px;
}

.regist_data03 {
  width: 320px;
  margin-bottom: 10px;
}

.regist_data04 {
  width: calc(100% - 80px);
  margin-bottom: 10px;
}

.text_s {
  font-size: 12px;
  overflow-wrap: break-word;
}

.regist_label02 {
  padding-right: 0.5rem;
  text-align: right;
  width: 70px;
  margin-bottom: 10px;
}

.regist_label03 {
  padding-right: 0.5rem;
  text-align: right;
  width: 80px;
  margin-bottom: 10px;
}

/*作業詳細　テーブル*/
.regist_table_style {
  width: 100%;
  margin-bottom: 16px;
}
.regist_table_style th {
  padding: 4px 8px;
}
.regist_table_style td {
  border-bottom: 1px solid #aaa;
  padding: 4px;
}

.regist_table_style02 {
  width: 100%;
  margin-bottom: 16px;
}
.regist_table_style02 th {
  padding: 4px 8px;
}
.regist_table_style02 td {
  border-bottom: 1px solid #aaa;
  padding: 4px 0;
}

.table_header02 {
  display: block;
  text-align: center;
  background-color: #ececec;
  border: 1px solid #aaa;
}

.table_scroll02 {
  display: block;
  max-height: 240px;
  overflow-y: auto;
}

/*作業日報*/
.table_style05 {
  width: 100%;
}
.table_style05 th {
  padding: 8px;
}
.table_style05 td {
  border-bottom: 1px solid #aaa;
  padding: 8px 2px;
}

/*見積詳細　flex*/
.mitumori_form_inner_l,
.mitumori_form_inner_r {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 50%;
}

.mitumori_form_inner_r {
  padding-left: 2rem;
}

/*見積詳細　金額*/
.total {
  background-color: #FFFBED;
  padding: 1rem 2rem;
  margin: 0 0 1rem auto;
  border-radius: 8px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
  width: 260px;
}

.list_line {
  border-bottom: 1px solid #333;
  display: flex;
  justify-content: space-between;
}

/*請求情報*/
.number_lists {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 120px;
  background-color: #FFFBED;
  padding: 1rem 2rem 1rem 0;
  border-radius: 8px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.number_lists li {
  width: calc(100% / 3);
  display: block;
  padding-left: 2rem;
}

.invoice_informatio {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 1rem 0;
}

.invoice_lists {
  width: 360px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.invoice_list_label, .invoice_list_data {
  width: 180px;
  text-align: right;
}

/*CS詳細情報*/
.img_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 48px;
}

.img_inner, .img_text {
  width: 220px;
  height: 220px;
}

.mr-290 {
  margin-right: 290px;
}

.regist_inner_label {
  padding-right: 0.5rem;
  width: 150px;
  display: block;
  text-align: right;
  margin-bottom: 10px;
}

.regist_inner_label02 {
  padding-right: 0.5rem;
  width: 150px;
  display: block;
  text-align: right;
}

.regist_inner_data {
  margin-bottom: 10px;
  width: calc(100% - 150px);
}

.regist_inner_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/*追加・削除ボタン*/
.regist_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
}

/*目標管理*/
.level_a {
  color: #fff;
  background: #4F7BE4;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
}

.level_b {
  color: #fff;
  background: #76CD3D;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
}

.level_c {
  color: #fff;
  background: #EAC711;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
}

.level_d {
  color: #fff;
  background: #E44F4F;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
}

.mar_blr08 {
  margin: 0 8px 8px;
}

.table_scroll03 {
  display: block;
  max-height: 145px;
  overflow-y: auto;
}

/*昼間・夜間・時間ボタン*/
#unpaid, #done, #unpaid02, #done02, #day02, #night02, #time, #work, #training, #others, #waiting, #completed, #weekday, #sat, #sun, #others02, #yes, #none, #yes02, #none02, #yes03, #none03, #asc, #desc {
  display: none;
}

label[for=unpaid], label[for=unpaid02], label[for=day02], label[for=night02], label[for=done], label[for=done02], label[for=time], label[for=work], label[for=training], label[for=others], label[for=waiting], label[for=completed], label[for=weekday], label[for=sat], label[for=sun], label[for=others02], label[for=yes], label[for=none], label[for=yes02], label[for=none02], label[for=yes03], label[for=none03], label[for=asc], label[for=desc] {
  background-color: #fff;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  cursor: pointer;
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}

label[for=unpaid], label[for=unpaid02], label[for=work], label[for=waiting], label[for=yes], label[for=yes02], label[for=yes03], label[for=asc] {
  border-left: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #aaa;
  width: 85px;
}

label[for=training] {
  border-right: 1px solid #aaa;
  width: 84px;
}

label[for=time], label[for=done], label[for=done02], label[for=completed], label[for=others], label[for=none], label[for=none02], label[for=none03], label[for=desc] {
  border-radius: 0 4px 4px 0;
  border-right: 1px solid #aaa;
  width: 84px;
}

label[for=day02], label[for=weekday] {
  border-left: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #aaa;
  width: 48px;
}

label[for=day03], label[for=sat], label[for=sun] {
  border-right: 1px solid #aaa;
  width: 48px;
}

label[for=night02], label[for=others02] {
  border-radius: 0 4px 4px 0;
  border-right: 1px solid #aaa;
  width: 48px;
}

#unpaid + label:hover, #unpaid02 + label:hover, #day02 + label:hover, #night02 + label:hover, #done + label:hover, #done02 + label:hover, #time + label:hover, #work + label:hover, #training + label:hover, #others + label:hover, #waiting + label:hover, #completed + label:hover, #weekday + label:hover, #sat + label:hover, #sun + label:hover, #others02 + label:hover, #yes + label:hover, #none + label:hover, #yes02 + label:hover, #none02 + label:hover, #yes03 + label:hover, #none03 + label:hover, #asc + label:hover, #desc + label:hover {
  background-color: #fdfbea;
  transition: all 0.1s ease-in;
}

#unpaid:checked + label, #done:checked + label, #unpaid02:checked + label, #done02:checked + label, #work:checked + label, #training:checked + label, #others:checked + label, #waiting:checked + label, #completed:checked + label, #weekday:checked + label, #sat:checked + label, #sun:checked + label, #others02:checked + label, #yes:checked + label, #none:checked + label, #yes02:checked + label, #none02:checked + label, #yes03:checked + label, #none03:checked + label, #asc:checked + label, #desc:checked + label {
  background-color: #5390c7;
  color: #fff;
  transition: all 0.1s ease-in;
}

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

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

#time:checked + label {
  background-color: #4FA84C;
  color: #fff;
  transition: all 0.1s ease-in;
}

#unpaid:disabled + label, #unpaid02:disabled + label, #day02:disabled + label, #night02:disabled + label, #done:disabled + label, #done02:disabled + label, #time:disabled + label, #work:disabled + label, #training:disabled + label, #others:disabled + label, #waiting:disabled + label, #completed:disabled + label, #weekday:disabled + label, #sat:disabled + label, #sun:disabled + label, #others02:disabled + label, #yes:disabled + label, #none:disabled + label, #yes02:disabled + label, #none02:disabled + label, #yes03:disabled + label, #none03:disabled + label, #asc:disabled + label, #desc:disabled + label {
  border-color: #e0e0e0;
  color: #d0d0d0;
  cursor: not-allowed;
}

#unpaid:checked:disabled + label, #done:checked:disabled + label, #unpaid02:checked:disabled + label, #done02:checked:disabled + label, #work:checked:disabled + label, #training:checked:disabled + label, #others:checked:disabled + label, #waiting:checked:disabled + label, #completed:checked:disabled + label, #weekday:checked:disabled + label, #sat:checked:disabled + label, #sun:checked:disabled + label, #others02:checked:disabled + label, #yes:checked:disabled + label, #none:checked:disabled + label, #yes02:checked:disabled + label, #none02:checked:disabled + label, #yes03:checked:disabled + label, #none03:checked:disabled + label, #asc:checked:disabled + label, #desc:checked:disabled + label {
  border-color: #5390c7;
  color: #fff;
  cursor: not-allowed;
}

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

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

#time:checked:disabled + label {
  border-color: #4FA84C;
  color: #fff;
  cursor: not-allowed;
}

#unpaid:disabled + label:hover, #unpaid02:disabled + label:hover, #day:disabled + label:hover, #night:disabled + label:hover, #done:disabled + label:hover, #done02:disabled + label:hover, #time:disabled + label:hover, #work:disabled + label:hover, #training:disabled + label:hover, #others:disabled + label:hover, #waiting:disabled + label:hover, #completed:disabled + label:hover, #weekday:disabled + label:hover, #sat:disabled + label:hover, #sun:disabled + label:hover, #others02:disabled + label:hover, #yes:disabled + label:hover, #none:disabled + label:hover, #yes02:disabled + label:hover, #none02:disabled + label:hover, #yes03:disabled + label:hover, #none03:disabled + label:hover, #asc:disabled + label:hover, #desc:disabled + label:hover {
  background-color: #fff;
  cursor: not-allowed;
  transition: all 0.1s ease-in;
}

#unpaid:checked:disabled + label:hover, #done:checked:disabled + label:hover, #unpaid02:checked:disabled + label:hover, #done02:checked:disabled + label:hover, #work:checked:disabled + label:hover, #training:checked:disabled + label:hover, #others:checked:disabled + label:hover, #waiting:checked:disabled + label:hover, #completed:checked:disabled + label:hover, #weekday:checked:disabled + label:hover, #sat:checked:disabled + label:hover, #sun:checked:disabled + label:hover, #others02:checked:disabled + label:hover, #yes:checked:disabled + label:hover, #none:checked:disabled + label:hover, #yes02:checked:disabled + label:hover, #none02:checked:disabled + label:hover, #yes03:checked:disabled + label:hover, #none03:checked:disabled + label:hover, #asc:checked:disabled + label:hover, #desc:checked:disabled + label:hover {
  background-color: #5390c7;
}

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

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

#time:checked:disabled + label:hover {
  background-color: #4FA84C;
}

.tag_time_time {
  display: inline-block;
  width: 48px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  border: solid 1px #4FA84C;
  color: #4FA84C;
}
