@charset "UTF-8";
/*==========================================================================
default
============================================================================*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

figure {
  display: block;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*==========================================================================
color
============================================================================*/
/*==========================================================================
font
============================================================================*/
/*==========================================================================
font option
============================================================================*/
html {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  height: auto;
  min-height: 100%;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  background: #F1F1F1;
}

body {
  width: 100%;
  height: 100%;
  margin-top: 76px;
}
body.daily_list main .main_content, body.daily main .main_content, body.daily_create main .main_content, body.daily_edit main .main_content, body.daily_history main .main_content, body.data_management main .main_content {
  margin-bottom: 72px;
}
body main {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body main .main_content {
  width: calc(100% - 300px);
  margin-left: 300px;
  padding: 0px 30px 60px;
  -webkit-transition: margin-left 0.3s, width 0.3s;
  transition: margin-left 0.3s, width 0.3s;
}
body main .main_content.expanded {
  margin-left: 0 !important;
  width: 100%;
}
body.daily_create main .main_content, body.daily_edit main .main_content {
  padding-bottom: 78px;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

h1 {
  margin-bottom: 15px;
  font-size: 28px;
  letter-spacing: 1.5px;
  line-height: 36px;
}

h4.label {
  margin-bottom: 10px;
  font-weight: 700;
}

.table_input label,
.daily_parts label,
.daily_notes label,
.work_table label {
  display: none;
}

:focus-visible {
  -webkit-transition: none !important;
  transition: none !important;
}

input:not(:-moz-read-only):hover {
  cursor: pointer;
}

input:not(:read-only):hover,
select:hover,
textarea:hover {
  cursor: pointer;
}
input:not(:-moz-read-only):focus-visible {
  outline: solid 1px #66afe9 !important;
  border: solid 1px #66afe9 !important;
}
input:not(:read-only):focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: solid 1px #66afe9 !important;
  border: solid 1px #66afe9 !important;
}

/*==========================================================================
common
============================================================================*/
* {
  font-size: 16px;
}

.btn {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  background-color: #013175;
  border: solid 2px #013175;
  border-radius: 5px;
  width: 159px;
  height: 39px;
  padding-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.btn:hover {
  background-color: #011c42;
}
.btn:focus-visible {
  outline: solid 2px #013175;
  border: solid 3px #fff;
}
.btn.white {
  background-color: #fff;
  color: #013175;
}
.btn.white:hover {
  background-color: #BBBBBB;
  color: #013175;
  border-color: #013175;
}
.btn.white:focus-visible {
  border: solid 2px #000;
  outline: none;
}

.title__area {
  font-size: 17px;
  padding: 15px 20px;
  border-bottom: 1px solid #e5e5e5;
}

.fixed_btn__outer {
  position: fixed;
  bottom: 0;
  left: 260px;
  width: calc(100% - 260px);
  border-top: solid 1px #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  padding: 10px 0;
  background-color: #fff;
  -webkit-transition: width 0.3s, left 0.3s;
  transition: width 0.3s, left 0.3s;
}
.fixed_btn__outer .btn {
  height: 45px;
  width: 180px;
}

.expanded .fixed_btn__outer {
  width: 100%;
  left: 0;
}

.form_error {
  color: #c90000;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 22px;
}
.form_error.all {
  margin-bottom: 10px;
}

.calendar {
  position: relative;
  display: inline-block;
}
.calendar #id_datepicker,
.calendar #id_month_datepicker {
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.calendar .ui-datepicker-trigger {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.calendar .ui-datepicker-trigger:hover {
  background-color: rgba(204, 204, 204, 0.6);
}

#ui-datepicker-div .ui-datepicker-month-col {
  width: 65px !important;
}
#ui-datepicker-div .ui-state-active,
#ui-datepicker-div .ui-datepicker-month-col .ui-state-highlight {
  color: #fff;
  border: 1px solid #003eff;
  background: #007fff;
}

.messagelist {
  padding: 0;
  margin: 0;
}

.messagelist li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 60px 0 70px;
  margin-bottom: 20px;
  min-height: 60px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
  -webkit-animation: fadeIn 0.5s ease-in-out;
          animation: fadeIn 0.5s ease-in-out;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.messagelist li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.messagelist li .close-message {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: inherit;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.messagelist li .close-message:hover {
  opacity: 1;
}
.messagelist li.success {
  border: solid 2px #013175;
  color: #013175;
  background-color: rgba(1, 49, 117, 0.05);
}
.messagelist li.success::before {
  background-image: url("../image/common/success_icon.png");
}
.messagelist li.error {
  border: solid 2px #c90000;
  color: #c90000;
  background-color: rgba(201, 0, 0, 0.05);
}
.messagelist li.error::before {
  background-image: url("../image/common/error_icon.png");
}
.messagelist li.warning {
  border: solid 2px #ffc107;
  color: #856404;
  background-color: rgba(255, 193, 7, 0.1);
}
.messagelist li.warning::before {
  background-image: url("../image/common/warning_icon.png");
}
.messagelist li.info {
  border: solid 2px #17a2b8;
  color: #0c5460;
  background-color: rgba(23, 162, 184, 0.1);
}
.messagelist li.info::before {
  background-image: url("../image/common/info_icon.png");
}
.messagelist li:hover {
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.page_title {
  margin: 0 -30px;
  padding: 15px 20px;
  background-color: white;
}
.page_title h1 {
  margin: 0;
}

.table__outer {
  width: 100%;
  overflow-x: auto;
  display: block;
  margin-bottom: 20px;
}
.table__outer table {
  width: 100%;
  border-spacing: 0;
  white-space: nowrap;
  border-collapse: separate;
}

table {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 22px;
}
table th {
  font-weight: 700;
}

.ui-menu {
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500 !important;
  line-height: normal;
}

.common_table {
  padding: 20px;
}
.common_table table {
  padding: 0 20px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #e5e5e5;
}
.common_table table tbody tr th,
.common_table table tbody tr td {
  padding: 5px 3px;
  font-weight: normal;
  vertical-align: middle;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  word-break: break-all;
}
.common_table table tbody tr th:last-child,
.common_table table tbody tr td:last-child {
  border-right: none;
}
.common_table table tbody tr th {
  display: table-cell;
  background-color: #DAE6EF;
  font-weight: bold;
}
.common_table table tbody tr th.no {
  width: 35px;
}
.common_table table tbody tr th.status {
  width: 80px;
}
.common_table table tbody tr th.file_name {
  width: 490px;
}
.common_table table tbody tr th.create_date {
  width: 130px;
  max-width: 130px;
}
.common_table table tbody tr th.memo {
  width: 480px;
}
.common_table table tbody tr th.error_download {
  width: 50px;
  max-width: 50px;
}
.common_table table tbody tr td input[type=text] {
  width: 100%;
  padding: 5px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  cursor: text;
  line-height: 20pt;
}
.common_table table tbody tr td.status__SUCCESS {
  color: #065F46;
  background-color: #D1FAE5;
}
.common_table table tbody tr td.status__PARTIAL {
  color: #92400E;
  background-color: #FEF9C3;
}
.common_table table tbody tr td.status__FAILURE {
  color: #991B1B;
  background-color: #FECACA;
}
.common_table table tbody tr td .no_error {
  display: block;
  text-align: center;
}
.common_table table tbody tr td .download_icon {
  display: block;
  text-align: center;
}
.common_table table tbody tr td .download_icon:hover {
  background-color: #f0f0f0;
}
.common_table table tbody tr td .download_icon img {
  width: 20px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 76px;
  border-bottom: solid 1px #cccccc;
  background-color: #fff;
  z-index: 1;
}
header .header_title,
header .header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
header .header_title {
  padding-left: 15px;
  gap: 22px;
}
header .header_title a:hover {
  opacity: 0.7;
}
header .header_menu {
  height: 100%;
}
header .header_menu li {
  width: 160px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .header_menu li:first-child {
  border-left: solid 1px #cccccc;
}
header .header_menu li.logout {
  background-color: #000;
  color: #fff;
}
header .header_menu li.logout a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
header .header_menu li.logout a:hover {
  background-color: #013175;
}
header .header_menu li.logout a:focus-visible {
  border: solid 2px #fff;
  outline: solid 2px #000;
}
header .header_menu li.logout a img {
  margin-right: 10px;
}

.sidebar {
  position: fixed;
  top: 76px;
  left: 0;
  width: 300px;
  height: 100%;
  min-height: calc(100vh - 76px);
  background-color: #f1f1f1;
  border-right: solid 1px #cccccc;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
.sidebar.hidden {
  left: -300px;
}
.sidebar.hidden .toggle_sidebar::before {
  background-image: url("../image/common/arrow_right.png");
}
.sidebar_menu li:not(.parent) > a:hover {
  background-color: #BBBBBB;
}
.sidebar_menu > li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 0 50px;
  height: 60px;
  border-bottom: solid 1px #cccccc;
}
.sidebar_menu > li a img {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 25px;
}
.sidebar_menu > li:not(.parent).active {
  background-color: #fff;
}
.sidebar_menu > li.parent > a::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 7px;
  background-image: url("../image/common/menu_arrow.png");
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebar_menu > li.parent.open > a::after {
  top: calc(50% - 7px);
  -webkit-transform: rotate(180deg) translateY(-50%);
          transform: rotate(180deg) translateY(-50%);
}
.sidebar_menu > li.parent:not(.open) .child {
  display: none;
}
.sidebar_menu > li .child .active {
  background-color: #fff;
}
.sidebar_menu > li .child li a {
  height: 50px;
}
.sidebar .toggle_sidebar {
  position: absolute;
  display: inline-block;
  content: "";
  top: 10px;
  right: -20px;
  width: 20px;
  height: 50px;
  border: solid 1px #cccccc;
  background-color: #f1f1f1;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.sidebar .toggle_sidebar::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5px;
  height: 10px;
  background-image: url("../image/common/arrow_left.png");
}
.sidebar .toggle_sidebar:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #BBBBBB;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}
.modal:not(.close) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal .modal-dialog {
  max-width: 500px;
  width: 90%;
  margin: 30px auto;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.modal .modal-content {
  background-color: #fff;
  padding: 0;
}
.modal .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  border-bottom: solid 1px #cccccc;
  background-color: #f1f1f1;
}
.modal .modal-header .modal-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
}
.modal .modal-header .close_btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #000;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.modal .modal-header .close_btn:hover {
  color: #c90000;
}
.modal .modal-body {
  padding: 25px 30px;
}
.modal .modal-body .success-message {
  background-color: #aacdfe;
  color: #003D71;
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
  -webkit-animation: fadeIn 0.5s ease-in-out;
          animation: fadeIn 0.5s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.modal .modal-body form {
  width: 100%;
  margin: 0 auto;
}
.modal .modal-body form .btn {
  width: 100%;
  height: 45px;
  margin: 30px auto 0;
  border-radius: 5px;
  font-weight: 600;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.modal_btn {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 81px;
  right: 30px;
  z-index: 999;
  background-color: #28a745;
  color: #fff;
  padding: 15px 25px;
  border-radius: 50px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
}
.modal_btn::before {
  content: "+";
  font-size: 24px;
  margin-right: 8px;
}
.modal_btn:hover {
  background-color: #1e7e34;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.modal_btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/*==========================================================================
page
============================================================================*/
.login {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 600px;
  height: auto;
  min-height: 530px;
  margin-top: 0;
}
.login .main_content {
  width: 100%;
  margin-left: 0;
  padding: 0;
}
.login .main_content .login_form {
  margin: auto;
  border: solid 1px #cccccc;
  border-radius: 5px;
}
.login .main_content .login_form .form_title {
  border-radius: 5px 5px 0 0;
  background-color: #cccccc;
  text-align: center;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login .main_content .login_form .form_title__inner {
  width: 100%;
  text-align: center;
}
.login .main_content .login_form .form_title__inner img {
  margin-bottom: 5px;
}
.login .main_content .login_form .form_title__inner p {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 27px;
}
.login .main_content .login_form .form_content {
  width: 400px;
  min-height: 430px;
  margin: auto;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login .main_content .login_form .form_content__inner {
  width: 100%;
}
.login .main_content .login_form .form_content__inner dl {
  margin-bottom: 15px;
}
.login .main_content .login_form .form_content__inner dl dd {
  margin-bottom: 5px;
}
.login .main_content .login_form .form_content__inner dl dt {
  margin-bottom: 27px;
}
.login .main_content .login_form .form_content__inner dl dt input {
  display: inline-block;
  width: 100%;
  height: 60px;
  border: solid 2px #cccccc;
  border-radius: 5px;
  padding: 0 15px;
}
.login .main_content .login_form .form_content__inner .remember {
  text-align: center;
  margin-bottom: 15px;
}
.login .main_content .login_form .form_content__inner .btn__outer {
  width: 100%;
}
.login .main_content .login_form .form_content__inner .btn__outer .btn {
  width: 100%;
}
.login .main_content .login_form .form_content__inner .btn__outer .btn:not(:last-child) {
  margin-bottom: 15px;
}
.login .main_content .login_form .form_content__inner .password_reset {
  text-align: center;
  margin-top: 15px;
}
.login .main_content .login_form .form_content__inner .password_reset a {
  display: inline-block;
}
.login .main_content .login_form .form_content__inner .password_reset a img {
  margin-left: 5px;
}
.login .main_content .login_form .form_content__inner h3 {
  margin-bottom: 27px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 27px;
}

.top .main_content {
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 76px);
  background-color: white;
}
.top .main_content .home {
  margin-top: 20px;
}
.top .main_content .home ul.home__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top .main_content .home ul.home__menu li {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 270px;
}
.top .main_content .home ul.home__menu li a {
  display: block;
  position: relative;
  padding: 30px 30px 30px 65px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.top .main_content .home ul.home__menu li a:hover {
  background-color: #f5f5f5;
}
.top .main_content .home ul.home__menu li a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
}
.top .main_content .home ul.home__menu li a.upload_icon::before {
  background-image: url(/static/securion24/image/common/upload_icon.png);
}
.top .main_content .home ul.home__menu li a.download_icon::before {
  background-image: url(/static/securion24/image/common/download_icon.png);
}
.top .main_content .home ul.home__menu li a.master_icon::before {
  background-image: url(/static/securion24/image/common/master_icon.png);
}

button.edit_btn.btn {
  width: 100px;
  height: 31px;
}

.form__area .upload_status {
  display: inline;
}
.form__area .upload_status table th,
.form__area .upload_status table td {
  padding: 5px 3px;
}
.form__area .common_table table.upload_data tr.w-Saturday {
  background-color: #ebf0f4;
}
.form__area .common_table table.upload_data tr.w-Sunday {
  background-color: #f9f2f0;
}
.form__area .common_table table.upload_data th,
.form__area .common_table table.upload_data td {
  text-align: center;
  padding: 5px 3px;
}
.form__area .common_table table.upload_data td.date {
  width: 15%;
  min-width: 150px;
}
.form__area .common_table table.upload_data td.week_name {
  width: 10%;
  min-width: 100px;
}

.upload .upload_message {
  margin: 15px 0;
}

.form__area {
  background-color: white;
  padding: 0 20px;
}
.form__area table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
.form__area table tbody tr th {
  width: 25%;
  min-width: 200px;
}
.form__area table tbody tr th,
.form__area table tbody tr td {
  padding: 15px 0;
  padding-top: 20px;
  font-weight: normal;
  vertical-align: middle;
}
.form__area table tbody tr td input[type=file] {
  width: 100%;
}
.form__area table tbody tr td input[type=file]::-webkit-file-upload-button {
  background-color: white;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  width: 159px;
  height: 39px;
  padding-bottom: 5px;
  cursor: pointer;
}
.form__area table tbody tr td input[type=file]::file-selector-button {
  background-color: white;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  width: 159px;
  height: 39px;
  padding-bottom: 5px;
  cursor: pointer;
}
.form__area table tbody tr td input[type=text] {
  width: 100%;
  padding: 5px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  cursor: text;
  line-height: 20pt;
}
.form__area table tbody tr td .selectbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.form__area table tbody tr td .selectbox::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
.form__area table tbody tr td .selectbox select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 30px;
  padding: 0 calc(0.8em + 30px) 2px 0.8em;
  border: 1px solid #d0d0d0;
  border-radius: 5pt;
  background-color: #fff;
  color: #333333;
  cursor: pointer;
}

.history_list {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  background-color: white;
}

/* 操作不可オーバーレイのスタイル */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(128, 128, 128, 0.5);
  /* 薄い灰色 */
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 必須: 中央配置のためのフレックス指定 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 中央表示用のメッセージ */
}
#overlay .message {
  color: white;
  font-size: 24px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  border-radius: 10px;
  white-space: nowrap;
  line-height: 1.1;
  /* ドット部分を固定幅にして揺れを防止 */
}
#overlay .message .dots {
  display: inline-block;
  width: 1.5em;
  /* 固定幅で背景が揺れない */
  text-align: left;
  /* ドットが増減するアニメーション */
}
#overlay .message .dots::after {
  content: "";
  -webkit-animation: dot-flash 1.5s steps(4) infinite;
          animation: dot-flash 1.5s steps(4) infinite;
}
@-webkit-keyframes dot-flash {
  0% {
    content: "";
  }
  /* ドットなし */
  25% {
    content: ".";
  }
  /* ドット1つ */
  50% {
    content: "..";
  }
  /* ドット2つ */
  75% {
    content: "...";
  }
  /* ドット3つ */
  100% {
    content: "...";
  }
  /* ドット3つ（少し間を置く） */
}
@keyframes dot-flash {
  0% {
    content: "";
  }
  /* ドットなし */
  25% {
    content: ".";
  }
  /* ドット1つ */
  50% {
    content: "..";
  }
  /* ドット2つ */
  75% {
    content: "...";
  }
  /* ドット3つ */
  100% {
    content: "...";
  }
  /* ドット3つ（少し間を置く） */
}

.download .download_message {
  margin: 15px 0;
}
.download .forms {
  max-width: 1250px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  background-color: white;
  cursor: pointer;
}
.download .forms .title__area {
  position: relative;
}
.download .forms .title__area::before {
  position: absolute;
  content: "";
  top: 45%;
  right: 25px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: #000;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.download .forms .title__area.active::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  top: 55%;
}
.download .form__area .submit__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 10px;
}
.download .form__area .submit__area input {
  margin-right: 10px;
}/*# sourceMappingURL=style.css.map */