@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
  /* media */
}
@media (min-width: 1080px) {
  html {
    scroll-padding-top: 62px;
  }
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body {
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  min-width: 320px;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 500;
  color: #2c2c2c;
  letter-spacing: 1px;
}

/* classを持たないa要素はデフォルトのスタイルを継承 */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

a {
  outline: none;
  text-decoration: none;
}
a:active, a:focus {
  outline: none;
}
a:link, a:visited, a:hover, a:active {
  color: #2c2c2c;
  text-decoration: none;
}

/* bodyのデフォルトを設定 */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* 見出しやインタラクティブ要素のline-heightを設定 */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* 見出しのテキスト折り返しをbalanceに設定 */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* 画像の扱いを簡単にする */
img,
picture {
  max-width: 100%;
  display: block;
}

/* inputやbuttonなどのfontは継承 */
input, button,
textarea, select {
  font: inherit;
}

/* rows属性のないtextareasが小さくならないようにする */
textarea:not([rows]) {
  min-height: 10em;
}

/* アンカーされている要素には余分なスクロールマージンが必要 */
:target {
  scroll-margin-block: 5ex;
}

.Partner_Information_Add {
  margin-top: 10px;
  position: relative;
  z-index: 4;
  /* media */
  /* smart-colmuns */
  /* media */
}
@media (min-width: 992px) {
  .Partner_Information_Add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 20px;
  }
  .Partner_Information_Add.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.Partner_Information_Add.smart-colmuns {
  /* media */
}
@media (max-width: 992px) {
  .Partner_Information_Add.smart-colmuns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
  }
}
@media (max-width: 992px) {
  .Partner_Information_Add .is_delete {
    width: 100%;
  }
}

/* Partner_Information_Add */
.Partner {
  margin-top: 20px;
  /* media */
  /* add_Box */
  /* search_company_box */
  /* 協力会社一覧 */
  /* Partner_list */
  /* Partner_Detail */
  /* button[type=submit] */
  /* attendance_edit_ctrl */
  /* EmployeeLists_LHeader */
  /* Partner_list_ShowName */
  /* Partner_list_DrawerBox */
  /* Partner_list_ShowDetail */
}
@media (min-width: 992px) {
  .Partner {
    margin-top: 50px;
  }
}
.Partner .add_Box {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  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: 50px;
  border-radius: 2.5px;
  /* media */
}
@media (min-width: 992px) {
  .Partner .add_Box {
    border-radius: 5px;
    width: 125px;
    margin-left: auto;
  }
}
.Partner .search_company_box {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  position: relative;
  /* media */
  /* input[name=search_employee] */
  /* icon */
}
@media (min-width: 992px) {
  .Partner .search_company_box {
    max-width: 255px;
    height: 48px;
    margin-top: 0px;
  }
}
.Partner .search_company_box input[name=search_company] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #f2f2f2;
  border-radius: 2.5px;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0 1em;
  position: relative;
  /* media */
}
.Partner .search_company_box input[name=search_company]::-webkit-input-placeholder {
  color: #b2b2b2;
}
.Partner .search_company_box input[name=search_company]::-moz-placeholder {
  color: #b2b2b2;
}
.Partner .search_company_box input[name=search_company]:-ms-input-placeholder {
  color: #b2b2b2;
}
.Partner .search_company_box input[name=search_company]::-ms-input-placeholder {
  color: #b2b2b2;
}
.Partner .search_company_box input[name=search_company]::placeholder {
  color: #b2b2b2;
}
@media (min-width: 992px) {
  .Partner .search_company_box input[name=search_company] {
    font-size: 1.8rem;
    border-radius: 5px;
  }
}
.Partner .search_company_box button[type=submit] {
  cursor: pointer;
  aspect-ratio: 1/1;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: inherit;
}
.Partner .search_company_box .icon {
  color: #03a6a1;
  aspect-ratio: 1/1;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.Partner .Partner_list {
  /* Partner_list_title */
  /* li */
}
.Partner .Partner_list_title {
  font-size: 1.8rem;
  font-weight: 500;
  /* media */
}
@media (min-width: 992px) {
  .Partner .Partner_list_title {
    font-size: 2rem;
  }
}
.Partner .Partner_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.5rem;
  font-weight: 500;
  min-height: 40px;
  /* media */
  /* Partner_list */
}
.Partner .Partner_list li:nth-child(even) {
  background-color: #f2f2f2;
}
@media (min-width: 992px) {
  .Partner .Partner_list li {
    font-size: 1.8rem;
    min-height: 60px;
  }
}
.Partner .Partner_list li .Partner_list {
  /* Partner_list_name */
  /* Partner_listShowDetail */
  /* Partner_list_name */
}
.Partner .Partner_list li .Partner_list_name {
  padding-left: 1em;
}
.Partner .Partner_list li .Partner_list_ShowDetail {
  width: 100px;
  text-align: center;
  /* .icon.document */
  /* a */
}
.Partner .Partner_list li .Partner_list_ShowDetail.l-right {
  margin-left: auto;
}
.Partner .Partner_list li .Partner_list_ShowDetail .icon.document {
  aspect-ratio: 48/60;
  width: 24px;
  height: 30px;
  color: #2973b2;
}
.Partner .Partner_list li .Partner_list_ShowDetail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
  font-size: 1.5rem;
  font-weight: 500;
  width: 100%;
  height: 100%;
  padding: 0.5em 0;
  /* soon */
}
.Partner .Partner_list li .Partner_list_ShowDetail a.soon {
  color: #b2b2b2;
}
.Partner .Partner_list li .Partner_list_ShowDetail a.soon .icon {
  color: #b2b2b2;
}
.Partner_Detail {
  border-bottom: 2px solid #ccc;
  padding: 20px 0;
  /* media */
  /* dt */
  /* dd */
  /* hyphen_position */
  /* md-w255 */
  /* md-w500 */
}
.Partner_Detail.border_less {
  border-bottom: none;
}
@media (min-width: 992px) {
  .Partner_Detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .Partner_Detail.items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.Partner_Detail dt {
  font-size: 2rem;
  color: #03a6a1;
  font-weight: 500;
  /* media */
}
@media (min-width: 992px) {
  .Partner_Detail dt {
    width: 250px;
  }
}
.Partner_Detail dd {
  margin-top: 2px;
  width: 100%;
  /* input */
  /* textarea */
}
.Partner_Detail dd input[type=text],
.Partner_Detail dd input[type=date],
.Partner_Detail dd input[type=number],
.Partner_Detail dd input[type=password],
.Partner_Detail dd input[type=email] {
  border-radius: 2.5px;
  border: 2px solid #ccc;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 1em;
  font-size: 1.5rem;
  font-weight: 500;
  /* media */
  /* media */
}
@media (min-width: 992px) {
  .Partner_Detail dd input[type=text],
  .Partner_Detail dd input[type=date],
  .Partner_Detail dd input[type=number],
  .Partner_Detail dd input[type=password],
  .Partner_Detail dd input[type=email] {
    border-radius: 5px;
    font-size: 1.8rem;
  }
}
@media (max-width: 992px) {
  .Partner_Detail dd input[type=text],
  .Partner_Detail dd input[type=date],
  .Partner_Detail dd input[type=number],
  .Partner_Detail dd input[type=password],
  .Partner_Detail dd input[type=email] {
    width: 100%;
  }
}
.Partner_Detail dd textarea {
  border-radius: 2.5px;
  border: 2px solid #ccc;
  font-size: 1.5rem;
  line-height: 1.75;
  padding: 0.5em 1em;
  /* media */
  /* media */
}
@media (min-width: 992px) {
  .Partner_Detail dd textarea {
    font-size: 1.8rem;
  }
}
@media (max-width: 992px) {
  .Partner_Detail dd textarea {
    width: 100%;
  }
}
.Partner_Detail dd input[readonly],
.Partner_Detail dd textarea[readonly] {
  background-color: #f2f2f2;
}
.Partner_Detail.hyphen_position {
  position: relative;
  /* media */
}
.Partner_Detail.hyphen_position .hyphen {
  color: #b2b2b2;
}
@media (max-width: 992px) {
  .Partner_Detail.hyphen_position {
    padding-bottom: calc(20px + 1.5em);
    /* hyphen */
  }
  .Partner_Detail.hyphen_position .hyphen {
    position: absolute;
    bottom: 0.75em;
    left: 0;
  }
}
.Partner_Detail .md-w255 {
  /* media */
}
@media (min-width: 992px) {
  .Partner_Detail .md-w255 {
    width: 255px;
  }
}
.Partner_Detail .md-w500 {
  /* media */
}
@media (min-width: 992px) {
  .Partner_Detail .md-w500 {
    width: 500px;
  }
}
.Partner button[type=submit]:disabled {
  background-color: #ccc;
}
.Partner .attendance_edit_ctrl {
  margin-top: 30px;
  /* media */
}
.Partner .attendance_edit_ctrl button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
@media (min-width: 992px) {
  .Partner .attendance_edit_ctrl {
    margin-bottom: 0;
  }
}
.Partner .PartnerLists_LHeader {
  display: none;
  /* media */
}
@media (min-width: 992px) {
  .Partner .PartnerLists_LHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-width: 1008px;
    height: 50px;
    border-radius: 5px;
    background-color: #03a6a1;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    /* p */
  }
  .Partner .PartnerLists_LHeader p {
    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;
  }
  .Partner .PartnerLists_LHeader p:not(:first-child) {
    border-left: 2px solid #f2f2f2;
  }
  .Partner .PartnerLists_LHeader p:nth-of-type(1) {
    width: 100%;
  }
  .Partner .PartnerLists_LHeader p:nth-of-type(2) {
    min-width: 100px;
  }
  .Partner .PartnerLists_LHeader p:nth-of-type(3) {
    min-width: 100px;
  }
  .Partner .PartnerLists_LHeader p:nth-of-type(4) {
    min-width: 100px;
  }
  .Partner .PartnerLists_LHeader p:nth-of-type(5) {
    min-width: 100px;
  }
  .Partner .PartnerLists_LHeader p:nth-of-type(6) {
    min-width: 100px;
  }
}
.Partner .Partner_list {
  /* media */
  /* li */
}
@media (min-width: 992px) {
  .Partner .Partner_list {
    min-width: 1008px;
  }
}
.Partner .Partner_list li {
  /* media */
  /* media */
}
@media (max-width: 992px) {
  .Partner .Partner_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .Partner .Partner_list li {
    height: 80px;
  }
}
.Partner .Partner_list_ShowName {
  width: 100%;
  padding-left: 1em;
  color: #000;
  /* media */
  /* media */
}
@media (max-width: 992px) {
  .Partner .Partner_list_ShowName {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1em 3em 1em 0.5em;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    min-height: 50px;
    word-break: break-word;
  }
}
@media (min-width: 992px) {
  .Partner .Partner_list_ShowName.Select_Std:after {
    content: none;
  }
}
.Partner .Partner_list_DrawerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  /* media */
}
@media (min-width: 992px) {
  .Partner .Partner_list_DrawerBox {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .Partner .Partner_list_DrawerBox.mdw200 {
    min-width: 200px;
    max-width: 200px;
  }
}
.Partner .js_drawer_tap_tables.close + .js_drawer_content {
  /* media */
}
@media (min-width: 992px) {
  .Partner .js_drawer_tap_tables.close + .js_drawer_content {
    height: auto !important;
  }
}
.Partner .Partner_list_ShowDetail {
  /* media */
}
.Partner .Partner_list_ShowDetail a:nth-of-type(1) {
  min-width: 100px;
}
.Partner .Partner_list_ShowDetail a:nth-of-type(2) {
  min-width: 100px;
}
.Partner .Partner_list_ShowDetail a:nth-of-type(3) {
  min-width: 100px;
}
.Partner .Partner_list_ShowDetail a:nth-of-type(4) {
  min-width: 100px;
}
.Partner .Partner_list_ShowDetail a.soon {
  color: #b2b2b2;
}
.Partner .Partner_list_ShowDetail a.soon .icon.document {
  color: #b2b2b2;
}
@media (max-width: 992px) {
  .Partner .Partner_list_ShowDetail {
    width: 50% !important;
  }
  .Partner .Partner_list_ShowDetail.l-right {
    margin-left: 0 !important;
  }
}

/* Partner */
.Partner.Attendance {
  margin-top: 20px;
  position: relative;
  z-index: 4;
  /* media */
  /* TABLE COMPONENT */
  /* PartnerAttendance */
  /* END TABLE COMPONENT */
  /* SiteName hide_pc */
  /* .AttendanceRecord_Layout.is_Partner */
}
@media (min-width: 992px) {
  .Partner.Attendance {
    margin-top: 50px;
  }
}
.Partner.Attendance .PartnerAttendance {
  /* PartnerAttendance_CompanySelectWrapper */
  /* PartnerAttendance_TableCotainer */
  /* PartnerAttendance_Table */
}
.Partner.Attendance .PartnerAttendance_CompanySelectWrapper {
  gap: 1em;
  /* media */
}
@media (max-width: 992px) {
  .Partner.Attendance .PartnerAttendance_CompanySelectWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .Partner.Attendance .PartnerAttendance_CompanySelectWrapper .Select_Std {
    width: 100%;
  }
}
.Partner.Attendance .PartnerAttendance_TableCotainer {
  border: 2px solid #f2f2f2;
  /* is_GreenHeader */
}
.Partner.Attendance .PartnerAttendance_TableCotainer .is_GreenHeader {
  background-color: #03a6a1;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1em;
  /* media */
  /* title */
}
@media (min-width: 992px) {
  .Partner.Attendance .PartnerAttendance_TableCotainer .is_GreenHeader {
    height: 60px;
  }
}
.Partner.Attendance .PartnerAttendance_TableCotainer .is_GreenHeader .title {
  font-size: 75%;
  margin-right: 1em;
}
.Partner.Attendance .PartnerAttendance_Table {
  width: 100%;
  table-layout: fixed;
  min-width: 2400px;
  /* 現場名結合セル */
  /* SiteName */
  /* ユーザーセル TR */
  /* UserDates */
  /* thead */
  /* tbody */
  /* is_information */
  /* infomation_box */
}
.Partner.Attendance .PartnerAttendance_Table .SiteName {
  height: 36px;
  background-color: #dbf1f0;
  position: sticky;
  top: 72px;
  left: 0;
  z-index: 4;
  /* media */
}
.Partner.Attendance .PartnerAttendance_Table .SiteName td {
  font-size: 2rem;
  padding-left: 1em;
}
@media (min-width: 992px) {
  .Partner.Attendance .PartnerAttendance_Table .SiteName {
    height: 40px;
  }
}
.Partner.Attendance .PartnerAttendance_Table .UserDates {
  /* td */
}
.Partner.Attendance .PartnerAttendance_Table .UserDates td {
  height: 82px;
}
.Partner.Attendance .PartnerAttendance_Table .UserDates td:first-child {
  position: sticky;
  left: 0;
  background-color: #fff;
}
.Partner.Attendance .PartnerAttendance_Table .UserDates td:first-child:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  right: -2px;
  background-color: #f2f2f2;
}
.Partner.Attendance .PartnerAttendance_Table thead {
  background-color: #03a6a1;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 5;
}
.Partner.Attendance .PartnerAttendance_Table thead tr {
  border-top: 2px solid #f2f2f2;
  /* &:nth-of-type(1) */
}
.Partner.Attendance .PartnerAttendance_Table thead tr:nth-of-type(1) th {
  height: 34px;
  font-size: 1.4rem;
}
.Partner.Attendance .PartnerAttendance_Table thead tr:nth-of-type(1) th:not(:first-child) {
  border-left: 2px solid #f2f2f2;
}
.Partner.Attendance .PartnerAttendance_Table thead tr:nth-of-type(2) th {
  height: 36px;
  font-size: 1.8rem;
  border-left: 2px solid #f2f2f2;
}
.Partner.Attendance .PartnerAttendance_Table thead tr th {
  color: #fff;
  text-align: center;
  width: 100px;
}
.Partner.Attendance .PartnerAttendance_Table thead tr th.is_name {
  width: 180px;
}
.Partner.Attendance .PartnerAttendance_Table tbody {
  /* tr */
}
.Partner.Attendance .PartnerAttendance_Table tbody tr {
  border-bottom: 2px solid #f2f2f2;
  /* td */
}
.Partner.Attendance .PartnerAttendance_Table tbody tr:not(.SiteName) {
  /* td */
}
.Partner.Attendance .PartnerAttendance_Table tbody tr:not(.SiteName) td {
  padding: 1em;
  text-align: center;
  font-size: 1.8rem;
}
.Partner.Attendance .PartnerAttendance_Table tbody tr td.holiday, .Partner.Attendance .PartnerAttendance_Table tbody tr td.sun {
  background-color: rgba(255, 235, 246, 0.5019607843);
  vertical-align: middle;
}
.Partner.Attendance .PartnerAttendance_Table tbody tr td.sat {
  background-color: rgba(233, 255, 255, 0.5);
  vertical-align: middle;
}
.Partner.Attendance .PartnerAttendance_Table tbody tr td:not(:first-child) {
  border-left: 2px solid #f2f2f2;
}
.Partner.Attendance .PartnerAttendance_Table tbody tr td:nth-of-type(1) {
  color: #03a6a1;
  font-weight: bold;
  text-align: left;
}
.Partner.Attendance .PartnerAttendance_Table .is_information {
  width: 200px;
}
.Partner.Attendance .PartnerAttendance_Table .infomation_box {
  /* dl */
}
.Partner.Attendance .PartnerAttendance_Table .infomation_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  /* dt */
}
.Partner.Attendance .PartnerAttendance_Table .infomation_box dl:not(:first-child) {
  margin-top: 6px;
}
.Partner.Attendance .PartnerAttendance_Table .infomation_box dl dt {
  font-size: 1.4rem;
  color: #fff;
  width: 60px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
}
.Partner.Attendance .PartnerAttendance_Table .infomation_box dl dt.weekdays {
  background-color: #03a6a1;
}
.Partner.Attendance .PartnerAttendance_Table .infomation_box dl dt.holidays {
  background-color: #2973b2;
}
.Partner.Attendance .PartnerAttendance_Table .infomation_box dl dt.overtime {
  background-color: #f97f06;
}
.Partner.Attendance .SiteName.hide_pc {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #dbf1f0;
  font-size: 2rem;
  padding-left: 1em;
  /* media */
}
.Partner.Attendance .SiteName.hide_pc:not(:first-child) {
  margin-top: 2em;
}
@media (min-width: 992px) {
  .Partner.Attendance .SiteName.hide_pc {
    display: none;
  }
}
.Partner.Attendance .AttendanceRecord_Layout.is_Partner {
  /* information */
}
.Partner.Attendance .AttendanceRecord_Layout.is_Partner .information {
  /* information_Box */
}
.Partner.Attendance .AttendanceRecord_Layout.is_Partner .information .information_Box {
  padding: 0.5em;
}

/* Partner Attendance */
.Partner.Payment_Details_List {
  /* .alert_popup */
}
.Partner.Payment_Details_List .text_center {
  text-align: center;
}
.Partner.Payment_Details_List .btn_ctrl_return {
  margin-top: 1em;
  text-align: center;
}
.Partner.Payment_Details_List .btn_ctrl_return a {
  height: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
  color: #fff;
}
.Partner.Payment_Details_List .SectionLabel {
  margin-top: 1em;
  font-size: 1.8rem;
  padding: 0.5em 1em;
  background-color: #03a6a1;
  color: #fff;
}
.Partner.Payment_Details_List .Payment_Details_List_Body .has_invoice {
  margin-top: 1em;
  border: 1px solid #ccc;
  font-size: 1.5rem;
  padding: 0.25em 0.5em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.Partner.Payment_Details_List .Payment_Details_List_Header {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 2em;
}
.Partner.Payment_Details_List .Payment_Details_List_Titles {
  /* Payment_Details_List_Titles paragraph */
}
.Partner.Payment_Details_List .Payment_Details_List_Titles:first-of-type {
  margin-top: 1em;
}
.Partner.Payment_Details_List .Payment_Details_List_Titles:last-of-type {
  margin-top: 2em;
}
.Partner.Payment_Details_List .Payment_Details_List_Titles.paragraph {
  margin-top: 2em;
}
.Partner.Payment_Details_List .Payment_Details_List_OddBackground li {
  height: 48px;
  padding: 0 1em;
  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;
  border-bottom: 1px solid #ccc;
}
.Partner.Payment_Details_List .Payment_Details_List_OddBackground li:first-child {
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
}
.Partner.Payment_Details_List .Payment_Details_List_OddBackground li:nth-child(odd) {
  background-color: #fbfbfb;
}
.Partner.Payment_Details_List .PaymentDetails_Container {
  margin-top: 2em;
}
.Partner.Payment_Details_List .PaymentDetails_Title {
  font-weight: bold;
  padding: 0.5em 1em;
  color: #fff;
  background-color: #03a6a1;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Partner.Payment_Details_List .PaymentDetails_Contents {
  /* media */
}
.Partner.Payment_Details_List .PaymentDetails_Contents:last-of-type {
  margin-top: 3em;
}
.Partner.Payment_Details_List .PaymentDetails_Contents li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 40px;
  padding: 0.3em 1em;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  /* media */
  /* media */
  /* is_flex */
}
.Partner.Payment_Details_List .PaymentDetails_Contents li:nth-child(even) {
  background-color: #fbfbfb;
}
@media (min-width: 992px) {
  .Partner.Payment_Details_List .PaymentDetails_Contents li {
    min-height: 48px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.Partner.Payment_Details_List .PaymentDetails_Contents li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  /* media */
}
@media (min-width: 992px) {
  .Partner.Payment_Details_List .PaymentDetails_Contents li div {
    min-height: 48px;
  }
}
.Partner.Payment_Details_List .PaymentDetails_Contents li div p {
  width: 100%;
  font-size: 1.8rem;
}
.Partner.Payment_Details_List .PaymentDetails_Contents li div.content_title {
  height: 100%;
  width: 45%;
  /* media */
  /* media */
}
@media (max-width: 992px) {
  .Partner.Payment_Details_List .PaymentDetails_Contents li div.content_title.is_head {
    display: none;
  }
}
.Partner.Payment_Details_List .PaymentDetails_Contents li div.content_ammount {
  height: 100%;
  width: 45%;
  padding-left: 1em;
  /* media */
  /* media */
  /* media */
}
@media (min-width: 992px) {
  .Partner.Payment_Details_List .PaymentDetails_Contents li div.content_ammount {
    border-left: 1px solid #ccc;
  }
}
.Partner.Payment_Details_List .PaymentDetails_Contents li div.content_ammount svg.icon {
  width: 16px;
  height: 16px;
  color: #1299DA;
  /* media */
}
@media (min-width: 992px) {
  .Partner.Payment_Details_List .PaymentDetails_Contents li div.content_ammount svg.icon {
    width: 18px;
    height: 18px;
  }
}
.Partner.Payment_Details_List .PaymentDetails_Contents li div.content_ammount p {
  text-align: right;
}
@media (min-width: 992px) {
  .Partner.Payment_Details_List .PaymentDetails_Contents li div.content_ammount p {
    padding-right: 1em;
  }
}
@media (max-width: 992px) {
  .Partner.Payment_Details_List .PaymentDetails_Contents li div.content_ammount.is_head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
  }
  .Partner.Payment_Details_List .PaymentDetails_Contents li div.content_ammount.is_head:before {
    content: "契約金額（税込）";
    font-size: 1.5rem;
  }
  .Partner.Payment_Details_List .PaymentDetails_Contents li div.content_ammount.is_head p {
    text-align: right;
  }
}
.Partner.Payment_Details_List .PaymentDetails_Contents li div.content_percentage {
  padding-left: 1em;
  height: 100%;
  border-left: 1px solid #ccc;
  width: 10%;
  /* media */
}
.Partner.Payment_Details_List .PaymentDetails_Contents li div.content_percentage p {
  text-align: right;
}
@media (max-width: 992px) {
  .Partner.Payment_Details_List .PaymentDetails_Contents li div.content_percentage.is_head {
    display: none;
  }
}
.Partner.Payment_Details_List .PaymentDetails_Contents li.is_label {
  border-top: 1px solid #ccc;
  background-color: #fbfbfb;
  /* media */
}
.Partner.Payment_Details_List .PaymentDetails_Contents li.is_label div {
  text-align: center;
}
.Partner.Payment_Details_List .PaymentDetails_Contents li.is_label .content_ammount p {
  text-align: center;
  padding-right: 0;
}
@media (max-width: 992px) {
  .Partner.Payment_Details_List .PaymentDetails_Contents li.is_label {
    display: none;
  }
}
.Partner.Payment_Details_List .PaymentDetails_Contents li input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
  width: 90%;
  height: 40px;
  font-size: 1.6rem;
  padding: 0.5em;
  /* media */
}
.Partner.Payment_Details_List .PaymentDetails_Contents li input.Ammounts {
  text-align: right;
}
@media (min-width: 992px) {
  .Partner.Payment_Details_List .PaymentDetails_Contents li input {
    max-width: 250px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .Partner.Payment_Details_List .PaymentDetails_Contents li .hide_sp {
    display: none;
  }
}
.Partner.Payment_Details_List .PaymentDetails_Contents li.is_ammount {
  /* media */
}
@media (max-width: 992px) {
  .Partner.Payment_Details_List .PaymentDetails_Contents li.is_ammount {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .Partner.Payment_Details_List .PaymentDetails_Contents li.is_ammount div {
    min-height: auto;
  }
  .Partner.Payment_Details_List .PaymentDetails_Contents li.is_ammount .content_title p {
    font-size: 1.5rem;
  }
  .Partner.Payment_Details_List .PaymentDetails_Contents li.is_ammount .content_ammount {
    width: 100%;
  }
  .Partner.Payment_Details_List .PaymentDetails_Contents li.is_ammount .content_ammount p {
    text-align: right;
  }
  .Partner.Payment_Details_List .PaymentDetails_Contents li.is_ammount .content_percentage {
    width: 100%;
    border-left: none;
  }
  .Partner.Payment_Details_List .PaymentDetails_Contents li.is_ammount .content_percentage p {
    text-align: right;
  }
}
.Partner.Payment_Details_List .PaymentDetails_Contents li .is_flex {
  /* media */
}
@media (max-width: 992px) {
  .Partner.Payment_Details_List .PaymentDetails_Contents li .is_flex {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .Partner.Payment_Details_List .PaymentDetails_Contents li .is_flex span.icon {
    margin-left: 0.5em;
  }
}
.Partner.Payment_Details_List .PaymentDetails_Contents li .delete_col {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -10px;
  bottom: 0;
  margin: auto;
}
.Partner.Payment_Details_List .PaymentDetails_Contents li .delete_col svg.icon {
  width: 100%;
  height: 100%;
  color: #e13333;
}
@media (max-width: 992px) {
  .Partner.Payment_Details_List .PaymentDetails_Contents.date_details {
    border-top: 1px solid #ccc;
  }
  .Partner.Payment_Details_List .PaymentDetails_Contents.date_details li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0.3em;
  }
  .Partner.Payment_Details_List .PaymentDetails_Contents.date_details li div {
    width: 100%;
  }
  .Partner.Payment_Details_List .PaymentDetails_Contents.date_details li .content_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .Partner.Payment_Details_List .PaymentDetails_Contents.date_details li .content_title input {
    width: 100%;
  }
  .Partner.Payment_Details_List .PaymentDetails_Contents.date_details li .content_title:before {
    content: "支払日";
  }
  .Partner.Payment_Details_List .PaymentDetails_Contents.date_details li .content_ammount {
    margin-top: 1em;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .Partner.Payment_Details_List .PaymentDetails_Contents.date_details li .content_ammount:before {
    content: "支払金額";
  }
  .Partner.Payment_Details_List .PaymentDetails_Contents.date_details li .content_ammount p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-column-gap: 1em;
  }
  .Partner.Payment_Details_List .PaymentDetails_Contents.date_details li .content_ammount p input {
    width: 100%;
    text-align: right;
  }
  .Partner.Payment_Details_List .PaymentDetails_Contents.date_details li .content_percentage {
    padding-left: 0;
    border-left: none;
  }
  .Partner.Payment_Details_List .PaymentDetails_Contents.date_details li .content_percentage p {
    text-align: right;
  }
}
.Partner.Payment_Details_List .PaymentDetails_Control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  margin-top: 2em;
  /* media */
}
@media (min-width: 992px) {
  .Partner.Payment_Details_List .PaymentDetails_Control {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.Partner.Payment_Details_List .PaymentDetails_Control a, .Partner.Payment_Details_List .PaymentDetails_Control button {
  height: 48px;
  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;
  font-size: 1.8rem;
  padding: 0 1em;
}
.Partner.Payment_Details_List .PaymentDetails_AddCotrl {
  margin-top: 1.5em;
  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: 0.5em;
  /* media */
}
.Partner.Payment_Details_List .PaymentDetails_AddCotrl input[type=date] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0.5em;
  height: 40px;
}
@media (min-width: 992px) {
  .Partner.Payment_Details_List .PaymentDetails_AddCotrl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1em;
  }
}
.Partner.Payment_Details_List .PaymentDetails_AddCotrl .btn_green {
  height: 40px;
  padding: 0 1em;
  color: #03a6a1;
  font-size: 1.8rem;
  border: 1px solid #03a6a1;
  background-color: #fff;
  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;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.Partner.Payment_Details_List .PaymentDetails_AddCotrl .btn_green:hover {
  background-color: #03a6a1;
  color: #fff;
}
.Partner.Payment_Details_List .alert_popup {
  /* media */
}
@media (min-width: 992px) {
  .Partner.Payment_Details_List .alert_popup {
    left: 0px;
  }
}

.Partner.Payment_Invoice_List .text_center {
  text-align: center;
}
.Partner.Payment_Invoice_List .btn_ctrl_return {
  margin-top: 1em;
  text-align: center;
}
.Partner.Payment_Invoice_List .btn_ctrl_return a {
  height: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
  color: #fff;
}
.Partner.Payment_Invoice_List .SectionLabel {
  margin-top: 1em;
  font-size: 1.8rem;
  padding: 0.5em 1em;
  background-color: #03a6a1;
  color: #fff;
}
.Partner.Payment_Invoice_List .Payment_Invoice_List_Header {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 2em;
}
.Partner.Payment_Invoice_List .Payment_Invoice_List_date {
  margin-top: 2em;
}
.Partner.Payment_Invoice_List .Payment_Invoice_List_date .year {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 1em;
  color: #03a6a1;
  border: 1px solid #03a6a1;
  font-size: 1.8rem;
}
.Partner.Payment_Invoice_List .Payment_Invoice_List_date .year:not(:first-child) {
  margin-top: 1em;
}
.Partner.Payment_Invoice_List .Payment_Invoice_List_date .month {
  min-height: 40px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* media */
}
@media (min-width: 992px) {
  .Partner.Payment_Invoice_List .Payment_Invoice_List_date .month {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.Partner.Payment_Invoice_List .Payment_Invoice_List_date .month a {
  display: block;
  text-align: center;
  width: 16%;
  height: 40px;
  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;
  /* media */
}
@media (min-width: 992px) {
  .Partner.Payment_Invoice_List .Payment_Invoice_List_date .month a {
    width: 100%;
  }
}
.Partner.Payment_Invoice_List .Payment_Invoice_List_date .month a.OutLange {
  color: #ccc;
}
.Partner.Payment_Invoice_List .Payment_Invoice_List_date .month a:not(.resisted_invoice) {
  color: #ccc;
}

@page {
  margin: 5mm 5mm 0mm;
  size: A4 portrait;
}
/* Print 時に不要なヘッダ・フッタを取り除く */
@media print {
  html, body {
    margin: 0;
    padding: 0;
    height: auto !important;
  }
  * {
    overflow: visible !important;
    page-break-before: auto !important;
    page-break-after: auto !important;
    -webkit-column-break-before: auto !important;
       -moz-column-break-before: auto !important;
            break-before: auto !important;
    -webkit-column-break-after: auto !important;
       -moz-column-break-after: auto !important;
            break-after: auto !important;
  }
  .SideNavigation_Wrap,
  .SideNavigation_Wrap,
  .pc_information_container,
  .smart_footer_navigation,
  .Partner_Information,
  .btn_ctrl_return,
  .SectionLabel,
  .JsPopup_RegistApply_Foundation,
  .btn_add_details,
  #AppVersion,
  #StampInOut {
    display: none !important;
  }
  .Inside_Right,
  .DashBoard_Wrap.section_inner_ml100,
  .h100vh.InsideContents,
  .InsideContents,
  .Box_Rounded.bg-white.Box_Shadow,
  .Payment_Invoice_Print_Area {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
  }
  .Inside_Right {
    margin: 0 auto !important;
  }
  .BgGreen {
    background-color: #fff !important;
  }
}
.Partner .Payment_Invoice_Print .unit {
  font-size: 70%;
}
.Partner .Payment_Invoice_Print_Area {
  padding: 1em 0;
  max-width: 210mm;
  margin: 2em auto 0;
  border: 1px solid #f5f5f5;
}
.Partner .Payment_Invoice_Print_Header {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1em;
}
.Partner .Payment_Invoice_Print_HeaderArea {
  position: relative;
}
.Partner .Payment_Invoice_Print_HeaderArea .invoice_date {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  /* media */
}
@media (max-width: 640px) {
  .Partner .Payment_Invoice_Print_HeaderArea .invoice_date {
    position: static;
    text-align: right;
    margin-top: 0.5em;
  }
}
.Partner .Payment_Invoice_Print_HeaderArea .invoice_date.is_edit {
  position: static;
  text-align: right;
  /* media */
}
@media (max-width: 640px) {
  .Partner .Payment_Invoice_Print_HeaderArea .invoice_date.is_edit {
    margin-top: 0.5em;
  }
}
.Partner .Payment_Invoice_Print .invoice_from_us {
  border-bottom: 1px solid #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  grid-column-gap: 1em;
  font-size: 1.6rem;
  padding: 0 0.25em;
}
@media (min-width: 992px), print {
  .Partner .Payment_Invoice_Print .invoice_from_us {
    font-size: 2rem;
    width: 45%;
  }
  .Partner .Payment_Invoice_Print .invoice_from_us p:last-child {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px), print {
  .Partner .Payment_Invoice_Print .Invoice_PaimentAndAddress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (max-width: 992px) {
  .Partner .Payment_Invoice_Print .Invoice_PaimentAndAddress .is_top-left {
    margin-top: 1em;
  }
}
@media (min-width: 992px), print {
  .Partner .Payment_Invoice_Print .Invoice_PaimentAndAddress .is_top-left {
    margin-top: 1em;
    width: 50%;
  }
}
.Partner .Payment_Invoice_Print .Invoice_PaimentAndAddress .is_top-left li:not(:first-child) {
  margin-top: 0.5em;
}
@media (min-width: 992px), print {
  .Partner .Payment_Invoice_Print .Invoice_PaimentAndAddress .is_top-left li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .Partner .Payment_Invoice_Print .Invoice_PaimentAndAddress .is_top-left li p:nth-of-type(1) {
    min-width: 20%;
    -moz-text-align-last: justify;
         text-align-last: justify;
  }
  .Partner .Payment_Invoice_Print .Invoice_PaimentAndAddress .is_top-left li p:nth-of-type(2) {
    padding-left: 1em;
  }
}
.Partner .Payment_Invoice_Print .Invoice_PaimentAndAddress .is_top-left li.is_line {
  border-bottom: 1px solid #000;
}
@media (min-width: 992px), print {
  .Partner .Payment_Invoice_Print .Invoice_PaimentAndAddress .is_bottom-right {
    width: 45%;
  }
}
.Partner .Payment_Invoice_Print .Invoice_TotalAmountBilled {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 0.25em;
  border: 2px solid #000;
}
.Partner .Payment_Invoice_Print .Invoice_TotalAmountBilled p {
  padding: 0.25em 0.5em;
}
.Partner .Payment_Invoice_Print .Invoice_TotalAmountBilled p:first-child {
  min-width: 70px;
}
.Partner .Payment_Invoice_Print .Invoice_TotalAmountBilled p:not(:first-child) {
  border-left: 2px solid #000;
  font-size: 2rem;
  width: 100%;
  text-align: right;
}
.Partner .Payment_Invoice_Print .Invoice_PayeeInformation .BankInformation {
  margin-top: 1.25em;
  padding: 0 0.25em;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Partner .Payment_Invoice_Print .Invoice_PayeeInformation .BankInformation:first-of-type {
  margin-top: 2em;
}
@media print {
  .Partner .Payment_Invoice_Print .Invoice_PayeeInformation .BankInformation:first-of-type {
    margin-top: 3mm;
  }
}
.Partner .Payment_Invoice_Print .BillingDetails_container {
  margin-top: 1em;
}
.Partner .Payment_Invoice_Print .BillingDetails_container .error {
  font-size: 1.2rem;
  line-height: 1.35;
  color: #d92e2e;
}
@media print {
  .Partner .Payment_Invoice_Print .BillingDetails_container {
    margin-top: 2mm;
  }
}
.Partner .Payment_Invoice_Print .BillingDetails_container .BillingDetails_container_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-column-gap: 0.5em;
  position: relative;
}
.Partner .Payment_Invoice_Print .BillingDetails_container .BillingDetails_container_inner:last-of-type .order_Area {
  border-bottom: 2px solid #000;
}
.Partner .Payment_Invoice_Print .BillingDetails_container .BillingDetails_container_inner:last-of-type .company_note {
  border-bottom: 1px solid #000;
}
.Partner .Payment_Invoice_Print .BillingDetails_container .BillingDetails_container_inner .deleteCol {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: -20px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  color: #d92e2e;
  /* media */
}
.Partner .Payment_Invoice_Print .BillingDetails_container .BillingDetails_container_inner .deleteCol svg.icon {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .Partner .Payment_Invoice_Print .BillingDetails_container .BillingDetails_container_inner .deleteCol {
    left: -25px;
  }
}
.Partner .Payment_Invoice_Print .BillingDetails_container .order_Area {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-top: none;
  width: 100%;
  /* media */
}
.Partner .Payment_Invoice_Print .BillingDetails_container .order_Area.first {
  /* media */
}
@media (max-width: 992px) {
  .Partner .Payment_Invoice_Print .BillingDetails_container .order_Area.first {
    border-top: none;
  }
}
@media (min-width: 992px), print {
  .Partner .Payment_Invoice_Print .BillingDetails_container .order_Area.first {
    border-top: 2px solid #000;
  }
}
.Partner .Payment_Invoice_Print .BillingDetails_container .order_Area .number {
  min-width: 5%;
}
.Partner .Payment_Invoice_Print .BillingDetails_container .order_Area .subject {
  min-width: 60%;
  /* media */
}
@media (min-width: 992px) {
  .Partner .Payment_Invoice_Print .BillingDetails_container .order_Area .subject {
    min-width: 65%;
  }
}
.Partner .Payment_Invoice_Print .BillingDetails_container .order_Area .payment {
  min-width: 35%;
  /* media */
}
@media (min-width: 992px) {
  .Partner .Payment_Invoice_Print .BillingDetails_container .order_Area .payment {
    min-width: 30%;
  }
}
.Partner .Payment_Invoice_Print .BillingDetails_container .company_note {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  display: none;
}
@media (min-width: 992px), print {
  .Partner .Payment_Invoice_Print .BillingDetails_container .company_note {
    min-width: 20%;
    max-width: 20%;
    display: block;
  }
}
.Partner .Payment_Invoice_Print .BillingDetails_container .company_note .header {
  border-top: 1px solid #000;
  height: 30px;
  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;
}
.Partner .Payment_Invoice_Print .BillingDetails_container .company_note li {
  border-top: none;
  display: block;
}
.Partner .Payment_Invoice_Print .BillingDetails_container .company_note li:not(.header) {
  border-top: 1px solid #000;
}
.Partner .Payment_Invoice_Print .BillingDetails_container .company_note li:not(:first-child) {
  border-top: 1px solid #000;
}
.Partner .Payment_Invoice_Print .BillingDetails_container .company_note li .col4 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #000;
}
.Partner .Payment_Invoice_Print .BillingDetails_container .company_note li .col4 p {
  width: 25%;
  text-align: center;
  font-size: 1rem;
  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;
}
.Partner .Payment_Invoice_Print .BillingDetails_container .company_note li .col4 p:not(:first-child) {
  border-left: 1px solid #000;
}
.Partner .Payment_Invoice_Print .BillingDetails_container .company_note li .Appraised_Value {
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.8rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.Partner .Payment_Invoice_Print .BillingDetails_container .company_note li .SignArea {
  width: 100%;
  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;
  border-top: 1px solid #000;
}
.Partner .Payment_Invoice_Print .BillingDetails_container .company_note li .SignArea p {
  width: 25%;
  height: 50px;
}
.Partner .Payment_Invoice_Print .BillingDetails_container .company_note li .SignArea p:not(:first-child) {
  border-left: 1px solid #000;
}
.Partner .Payment_Invoice_Print .BillingDetails_container li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Partner .Payment_Invoice_Print .BillingDetails_container li .number {
  text-align: center;
  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;
}
.Partner .Payment_Invoice_Print .BillingDetails_container li .text-right {
  text-align: right;
}
.Partner .Payment_Invoice_Print .BillingDetails_container li .subject,
.Partner .Payment_Invoice_Print .BillingDetails_container li .payment {
  border-left: 1px solid #000;
}
.Partner .Payment_Invoice_Print .BillingDetails_container li.header {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  /* media */
}
.Partner .Payment_Invoice_Print .BillingDetails_container li.header .subject,
.Partner .Payment_Invoice_Print .BillingDetails_container li.header .payment {
  text-align: center;
  height: auto;
}
.Partner .Payment_Invoice_Print .BillingDetails_container li.header .subject {
  letter-spacing: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Partner .Payment_Invoice_Print .BillingDetails_container li.header .subject span {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 640px) {
  .Partner .Payment_Invoice_Print .BillingDetails_container li.header {
    display: none;
    border: none;
  }
}
.Partner .Payment_Invoice_Print .BillingDetails_container li:not(.header) {
  border-top: 2px solid #000;
}
.Partner .Payment_Invoice_Print .BillingDetails_container li .ContractAmount_container,
.Partner .Payment_Invoice_Print .BillingDetails_container li .AmountReceived_container,
.Partner .Payment_Invoice_Print .BillingDetails_container li .volume p:first-child {
  font-size: 1.2rem;
}
.Partner .Payment_Invoice_Print .BillingDetails_container li .subject .upper, .Partner .Payment_Invoice_Print .BillingDetails_container li .payment .upper {
  font-size: 1.8rem;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0.5em;
}
@media (max-width: 992px) {
  .Partner .Payment_Invoice_Print .BillingDetails_container li .subject .upper, .Partner .Payment_Invoice_Print .BillingDetails_container li .payment .upper {
    padding: 0 0.25em;
  }
}
.Partner .Payment_Invoice_Print .BillingDetails_container li .subject .lower, .Partner .Payment_Invoice_Print .BillingDetails_container li .payment .lower {
  border-top: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.Partner .Payment_Invoice_Print .BillingDetails_container li .subject .lower .ContractAmount_Value,
.Partner .Payment_Invoice_Print .BillingDetails_container li .subject .lower .AmountReceived_Value, .Partner .Payment_Invoice_Print .BillingDetails_container li .payment .lower .ContractAmount_Value,
.Partner .Payment_Invoice_Print .BillingDetails_container li .payment .lower .AmountReceived_Value {
  text-align: right;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1.8rem;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.Partner .Payment_Invoice_Print .BillingDetails_container li .subject .lower .ContractAmount_Value p,
.Partner .Payment_Invoice_Print .BillingDetails_container li .subject .lower .AmountReceived_Value p, .Partner .Payment_Invoice_Print .BillingDetails_container li .payment .lower .ContractAmount_Value p,
.Partner .Payment_Invoice_Print .BillingDetails_container li .payment .lower .AmountReceived_Value p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.Partner .Payment_Invoice_Print .BillingDetails_container li .payment .upper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.Partner .Payment_Invoice_Print .BillingDetails_container li .payment .ContractAmount_container {
  width: 100%;
}
.Partner .Payment_Invoice_Print .BillingDetails_container li .payment .ContractAmount_Title {
  text-align: center;
  border-bottom: 1px solid #000;
}
.Partner .Payment_Invoice_Print .BillingDetails_container li .volume {
  min-width: 15%;
  text-align: center;
}
.Partner .Payment_Invoice_Print .BillingDetails_container li .subject .ContractAmount_container,
.Partner .Payment_Invoice_Print .BillingDetails_container li .subject .AmountReceived_container {
  min-width: 42.5%;
  border-left: 1px solid #000;
}
.Partner .Payment_Invoice_Print .BillingDetails_container li .subject .ContractAmount_container .ContractAmount_Title,
.Partner .Payment_Invoice_Print .BillingDetails_container li .subject .ContractAmount_container .AmountReceived_Title,
.Partner .Payment_Invoice_Print .BillingDetails_container li .subject .AmountReceived_container .ContractAmount_Title,
.Partner .Payment_Invoice_Print .BillingDetails_container li .subject .AmountReceived_container .AmountReceived_Title {
  text-align: center;
  border-bottom: 1px solid #000;
}
.Partner .Payment_Invoice_Print .BillingDetails_container li .subject .lower {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: calc(100% - 36px);
}
.Partner .Payment_Invoice_Print .BillingDetails_container .PaymentTotalContainer .company_note {
  border: none !important;
}
.Partner .Payment_Invoice_Print .BillingDetails_container .PaymentTotalContainer .order_Area {
  /* media */
  /* media */
}
@media (max-width: 992px) {
  .Partner .Payment_Invoice_Print .BillingDetails_container .PaymentTotalContainer .order_Area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 992px), print {
  .Partner .Payment_Invoice_Print .BillingDetails_container .PaymentTotalContainer .order_Area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.Partner .Payment_Invoice_Print .BillingDetails_container .PaymentTotalContainer .PaymentTotal_Title {
  min-width: 30%;
  letter-spacing: 2em;
  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;
  /* media */
  /* media */
}
@media (max-width: 992px) {
  .Partner .Payment_Invoice_Print .BillingDetails_container .PaymentTotalContainer .PaymentTotal_Title {
    border-bottom: 1px solid #000;
    letter-spacing: 0;
  }
}
@media (min-width: 992px), print {
  .Partner .Payment_Invoice_Print .BillingDetails_container .PaymentTotalContainer .PaymentTotal_Title {
    min-width: 264px;
    border-bottom: none;
  }
}
@media print {
  .Partner .Payment_Invoice_Print .BillingDetails_container .PaymentTotalContainer .PaymentTotal_Title {
    min-width: 62mm !important;
    max-width: 62mm !important;
  }
}
.Partner .Payment_Invoice_Print .BillingDetails_container .PaymentTotalContainer .PaymentTotal_BottomRight {
  /* media */
}
@media (min-width: 992px), print {
  .Partner .Payment_Invoice_Print .BillingDetails_container .PaymentTotalContainer .PaymentTotal_BottomRight {
    border-left: 1px solid #000;
    width: 100%;
  }
}
.Partner .Payment_Invoice_Print .BillingDetails_container .PaymentTotalContainer .PaymentTotal_BottomRight li {
  border-width: 1px;
}
.Partner .Payment_Invoice_Print .BillingDetails_container .PaymentTotalContainer .PaymentTotal_BottomRight li:first-child {
  border-top: none;
}
.Partner .Payment_Invoice_Print .BillingDetails_container .PaymentTotalContainer .PaymentTotal_BottomRight li p.content {
  font-size: 1.2rem;
  height: 36px;
  width: 48%;
  min-width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print {
  .Partner .Payment_Invoice_Print .BillingDetails_container .PaymentTotalContainer .PaymentTotal_BottomRight li p.content {
    min-width: 39.5mm !important;
    max-width: 39.5mm !important;
  }
}
.Partner .Payment_Invoice_Print .BillingDetails_container .PaymentTotalContainer .PaymentTotal_BottomRight li .value {
  border-left: 1px solid #000;
  width: 100%;
  font-size: 1.8rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 640px) {
  .Partner .Payment_Invoice_Print .BillingDetails_container_inner:not(.PaymentTotalContainer) li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .Partner .Payment_Invoice_Print .BillingDetails_container_inner:not(.PaymentTotalContainer) li .subject, .Partner .Payment_Invoice_Print .BillingDetails_container_inner:not(.PaymentTotalContainer) li .payment {
    border-left: none;
  }
  .Partner .Payment_Invoice_Print .BillingDetails_container_inner:not(.PaymentTotalContainer) li .subject {
    border-top: 1px solid #000;
  }
  .Partner .Payment_Invoice_Print .BillingDetails_container_inner:not(.PaymentTotalContainer) li .subject .upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    padding: 0.25em;
  }
  .Partner .Payment_Invoice_Print .BillingDetails_container_inner:not(.PaymentTotalContainer) li .subject .upper:before {
    content: "件名";
    font-size: 1.4rem;
    margin-bottom: 0.25em;
  }
  .Partner .Payment_Invoice_Print .BillingDetails_container_inner:not(.PaymentTotalContainer) li .subject .lower {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .Partner .Payment_Invoice_Print .BillingDetails_container_inner:not(.PaymentTotalContainer) li .subject .lower .volume,
  .Partner .Payment_Invoice_Print .BillingDetails_container_inner:not(.PaymentTotalContainer) li .subject .lower .ContractAmount_container,
  .Partner .Payment_Invoice_Print .BillingDetails_container_inner:not(.PaymentTotalContainer) li .subject .lower .AmountReceived_container {
    width: 100%;
    border-left: none;
  }
  .Partner .Payment_Invoice_Print .BillingDetails_container_inner:not(.PaymentTotalContainer) li .subject .lower .volume {
    -moz-text-align-last: left;
         text-align-last: left;
    padding-left: 0.25em;
  }
  .Partner .Payment_Invoice_Print .BillingDetails_container_inner:not(.PaymentTotalContainer) li .subject .lower .ContractAmount_Title {
    -moz-text-align-last: left;
         text-align-last: left;
    padding-left: 0.25em;
  }
  .Partner .Payment_Invoice_Print .BillingDetails_container_inner:not(.PaymentTotalContainer) li .ContractAmount_Value,
  .Partner .Payment_Invoice_Print .BillingDetails_container_inner:not(.PaymentTotalContainer) li .AmountReceived_Value {
    height: auto !important;
    padding: 0.5em;
  }
  .Partner .Payment_Invoice_Print .BillingDetails_container_inner:not(.PaymentTotalContainer) li .ContractAmount_Value input,
  .Partner .Payment_Invoice_Print .BillingDetails_container_inner:not(.PaymentTotalContainer) li .AmountReceived_Value input {
    height: 36px;
  }
  .Partner .Payment_Invoice_Print .BillingDetails_container_inner:not(.PaymentTotalContainer) li .payment {
    width: 100%;
    border-top: 1px solid #000;
  }
  .Partner .Payment_Invoice_Print .BillingDetails_container_inner:not(.PaymentTotalContainer) li .payment .upper {
    padding: 0.5em;
    height: auto;
  }
}
.Partner .Payment_Invoice_Print .BillingDetails_container .BillingDetails_container_inner.is_last .order_Area {
  border-top: 2px solid #000;
}
.Partner .Payment_Invoice_Print .BillingDetails_container .BillingDetails_container_inner.is_last .company_note {
  border-top: 1px solid #000;
}

.Payment_Invoice_List.AndPrint {
  /* add_details_ctrl */
  /* btn_add_details */
}
.Payment_Invoice_List.AndPrint .WesternDate {
  height: 40px;
}
.Payment_Invoice_List.AndPrint .none_contracts {
  margin-top: 1em;
  background-color: #ffefef;
  padding: 1em;
  border-radius: 4px;
}
.Payment_Invoice_List.AndPrint .none_contracts p:not(.title) {
  font-weight: bold;
  margin-top: 0.25em;
  padding-left: 1em;
}
.Payment_Invoice_List.AndPrint .btn_ctrl_return {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* media */
  /* submitBtn */
  /* js_deleteAjax */
}
.Payment_Invoice_List.AndPrint .btn_ctrl_return a {
  width: 50%;
  /* media */
}
@media (min-width: 992px) {
  .Payment_Invoice_List.AndPrint .btn_ctrl_return a {
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 992px) {
  .Payment_Invoice_List.AndPrint .btn_ctrl_return {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.Payment_Invoice_List.AndPrint .btn_ctrl_return button {
  color: #fff;
  padding: 0 1em;
}
.Payment_Invoice_List.AndPrint .btn_ctrl_return .submitBtn {
  /* media */
}
@media (max-width: 992px) {
  .Payment_Invoice_List.AndPrint .btn_ctrl_return .submitBtn {
    height: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.Payment_Invoice_List.AndPrint .btn_ctrl_return .js_deleteAjax:disabled {
  background-color: #ddd;
  color: #fff;
  cursor: auto;
}
.Payment_Invoice_List.AndPrint input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ccc;
  height: 36px;
  /* media */
}
.Payment_Invoice_List.AndPrint input:-moz-read-only {
  background-color: #f2f2f2;
}
.Payment_Invoice_List.AndPrint input:read-only {
  background-color: #f2f2f2;
}
.Payment_Invoice_List.AndPrint input:-moz-read-only:focus {
  outline: none;
}
.Payment_Invoice_List.AndPrint input:read-only:focus {
  outline: none;
}
.Payment_Invoice_List.AndPrint input.w100per {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .Payment_Invoice_List.AndPrint input {
    height: auto;
  }
}
.Payment_Invoice_List.AndPrint.is_edit .AmountReceived_Value,
.Payment_Invoice_List.AndPrint.is_edit .ContractAmount_Value,
.Payment_Invoice_List.AndPrint.is_edit .payment .upper,
.Payment_Invoice_List.AndPrint.is_edit .PaymentTotal_BottomRight .value {
  padding: 0.25em !important;
}
.Payment_Invoice_List.AndPrint.is_edit .AmountReceived_Value p,
.Payment_Invoice_List.AndPrint.is_edit .ContractAmount_Value p,
.Payment_Invoice_List.AndPrint.is_edit .payment .upper p,
.Payment_Invoice_List.AndPrint.is_edit .PaymentTotal_BottomRight .value p {
  height: 100%;
}
.Payment_Invoice_List.AndPrint.is_edit .AmountReceived_Value input,
.Payment_Invoice_List.AndPrint.is_edit .ContractAmount_Value input,
.Payment_Invoice_List.AndPrint.is_edit .payment .upper input,
.Payment_Invoice_List.AndPrint.is_edit .PaymentTotal_BottomRight .value input {
  height: 30px;
}
.Payment_Invoice_List.AndPrint.is_edit .ContractAmount_Value,
.Payment_Invoice_List.AndPrint.is_edit .payment .upper,
.Payment_Invoice_List.AndPrint.is_edit .subject .upper,
.Payment_Invoice_List.AndPrint.is_edit .Appraised_Value {
  height: 40px !important;
}
.Payment_Invoice_List.AndPrint.is_edit .company_note li:first-child .SignArea p {
  height: 60px;
}
.Payment_Invoice_List.AndPrint .add_details_ctrl {
  margin-top: 1em;
  /* media */
}
@media (min-width: 992px) {
  .Payment_Invoice_List.AndPrint .add_details_ctrl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1em;
  }
}
.Payment_Invoice_List.AndPrint .add_details_ctrl select[name=select_site] {
  height: 40px;
  width: 100%;
  /* media */
}
@media (min-width: 992px) {
  .Payment_Invoice_List.AndPrint .add_details_ctrl select[name=select_site] {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 467px;
  }
}
.Payment_Invoice_List.AndPrint .btn_add_details {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: #fff;
  border: 1px solid #03a6a1;
  color: #03a6a1;
  border-radius: 3px;
  padding: 0 1em;
  height: 40px;
  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;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /* media */
}
.Payment_Invoice_List.AndPrint .btn_add_details:hover {
  background-color: #03a6a1;
  color: #fff;
}
@media (max-width: 992px) {
  .Payment_Invoice_List.AndPrint .btn_add_details {
    margin-top: 1em;
  }
}

.WorkSites {
  margin-top: 20px;
  /* media */
  /* Partner_Information_Add */
  /* add_Box */
  /* search_company_box */
  /* 協力会社一覧 */
  /* Partner_list */
  /* WorkSites_Detail */
  /* button[type=submit] */
  /* attendance_edit_ctrl */
  /* box_Order_Amount */
  /* Select_Std */
  /* add_ammonut */
  /* added_companies */
  /* #addPersonBtn */
  /* delete-item */
  /* .ovarlay_cover */
  /* EmployeeLists_LHeader */
  /* Partner_list_ShowName */
  /* Partner_list_DrawerBox */
  /* Partner_list_ShowDetail */
}
@media (min-width: 992px) {
  .WorkSites {
    margin-top: 100px;
  }
}
.WorkSites .WorkSites_Information_Add {
  margin-top: 10px;
  position: relative;
  z-index: 4;
  gap: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* media */
  /* smart-colmuns */
}
@media (min-width: 992px) {
  .WorkSites .WorkSites_Information_Add {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 20px;
  }
}
.WorkSites .WorkSites_Information_Add.smart-colmuns {
  /* media */
}
@media (max-width: 992px) {
  .WorkSites .WorkSites_Information_Add.smart-colmuns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.WorkSites .spw100per {
  /* media */
}
@media (max-width: 992px) {
  .WorkSites .spw100per {
    width: 100%;
  }
}
.WorkSites .add_Box {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  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: 50px;
  border-radius: 2.5px;
  /* media */
  /* is_delete */
}
@media (min-width: 992px) {
  .WorkSites .add_Box {
    border-radius: 5px;
    min-width: 125px;
    padding: 0 1em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
.WorkSites .add_Box.end {
  margin-left: inherit;
  /* media */
}
@media (min-width: 992px) {
  .WorkSites .add_Box.end {
    margin-left: 1em;
  }
}
.WorkSites .add_Box.is_delete {
  background-color: #de4b7d;
}
.WorkSites .search_company_box {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  position: relative;
  /* media */
  /* input[name=search_employee] */
  /* icon */
}
@media (min-width: 992px) {
  .WorkSites .search_company_box {
    max-width: 255px;
    height: 48px;
    margin-top: 0px;
  }
}
.WorkSites .search_company_box input[name=search_company],
.WorkSites .search_company_box input[name=search_work_sites],
.WorkSites .search_company_box input[name=search_construction_project_number] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #f2f2f2;
  border-radius: 2.5px;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0 1em;
  position: relative;
  /* media */
}
.WorkSites .search_company_box input[name=search_company]::-webkit-input-placeholder, .WorkSites .search_company_box input[name=search_work_sites]::-webkit-input-placeholder, .WorkSites .search_company_box input[name=search_construction_project_number]::-webkit-input-placeholder {
  color: #b2b2b2;
}
.WorkSites .search_company_box input[name=search_company]::-moz-placeholder, .WorkSites .search_company_box input[name=search_work_sites]::-moz-placeholder, .WorkSites .search_company_box input[name=search_construction_project_number]::-moz-placeholder {
  color: #b2b2b2;
}
.WorkSites .search_company_box input[name=search_company]:-ms-input-placeholder, .WorkSites .search_company_box input[name=search_work_sites]:-ms-input-placeholder, .WorkSites .search_company_box input[name=search_construction_project_number]:-ms-input-placeholder {
  color: #b2b2b2;
}
.WorkSites .search_company_box input[name=search_company]::-ms-input-placeholder, .WorkSites .search_company_box input[name=search_work_sites]::-ms-input-placeholder, .WorkSites .search_company_box input[name=search_construction_project_number]::-ms-input-placeholder {
  color: #b2b2b2;
}
.WorkSites .search_company_box input[name=search_company]::placeholder,
.WorkSites .search_company_box input[name=search_work_sites]::placeholder,
.WorkSites .search_company_box input[name=search_construction_project_number]::placeholder {
  color: #b2b2b2;
}
@media (min-width: 992px) {
  .WorkSites .search_company_box input[name=search_company],
  .WorkSites .search_company_box input[name=search_work_sites],
  .WorkSites .search_company_box input[name=search_construction_project_number] {
    font-size: 1.8rem;
    border-radius: 5px;
  }
}
.WorkSites .search_company_box button[type=submit] {
  cursor: pointer;
  aspect-ratio: 1/1;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: inherit;
}
.WorkSites .search_company_box .icon {
  color: #03a6a1;
  aspect-ratio: 1/1;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.WorkSites .Partner_list {
  /* Partner_list_title */
  /* li */
}
.WorkSites .Partner_list_title {
  font-size: 1.8rem;
  font-weight: 500;
  /* media */
}
@media (min-width: 992px) {
  .WorkSites .Partner_list_title {
    font-size: 2rem;
  }
}
.WorkSites .Partner_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.5rem;
  font-weight: 500;
  min-height: 40px;
  /* media */
  /* Partner_list */
}
.WorkSites .Partner_list li:nth-child(even) {
  background-color: #f2f2f2;
}
@media (min-width: 992px) {
  .WorkSites .Partner_list li {
    font-size: 1.8rem;
    min-height: 60px;
  }
}
.WorkSites .Partner_list li .Partner_list {
  /* Partner_list_name */
  /* Partner_list_ShowDetail */
  /* Partner_list_name */
}
.WorkSites .Partner_list li .Partner_list_name {
  padding-left: 1em;
}
.WorkSites .Partner_list li .Partner_list_ShowDetail {
  width: 100px;
  text-align: center;
  /* .icon.document */
  /* a */
}
.WorkSites .Partner_list li .Partner_list_ShowDetail.l-right {
  margin-left: auto;
}
.WorkSites .Partner_list li .Partner_list_ShowDetail .icon.document {
  aspect-ratio: 48/60;
  width: 24px;
  height: 30px;
  color: #2973b2;
}
.WorkSites .Partner_list li .Partner_list_ShowDetail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
  font-size: 1.5rem;
  font-weight: 500;
  width: 100%;
  height: 100%;
  padding: 0.5em 0;
}
.WorkSites_Detail {
  border-bottom: 2px solid #ccc;
  padding: 20px 0;
  /* media */
  /* dt */
  /* dd */
  /* hyphen_position */
  /* md-w255 */
  /* md-w500 */
}
.WorkSites_Detail.border_less {
  border-bottom: none;
}
@media (min-width: 992px) {
  .WorkSites_Detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .WorkSites_Detail.items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.WorkSites_Detail dt {
  font-size: 2rem;
  color: #03a6a1;
  font-weight: 500;
  /* media */
  /* require */
}
@media (min-width: 992px) {
  .WorkSites_Detail dt {
    width: 250px;
    min-width: 250px;
  }
}
.WorkSites_Detail dt.require {
  position: relative;
  /* after */
}
.WorkSites_Detail dt.require:after {
  content: "必須";
  color: #da3275;
  font-size: 1.5rem;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.WorkSites_Detail dd {
  margin-top: 2px;
  width: 100%;
  /* input */
  /* textarea */
  /* input[type=sites_type][name=sites_type] */
  /* yen */
}
.WorkSites_Detail dd input[type=text],
.WorkSites_Detail dd input[type=date],
.WorkSites_Detail dd input[type=number],
.WorkSites_Detail dd input[type=password],
.WorkSites_Detail dd input[type=email] {
  border-radius: 2.5px;
  border: 2px solid #ccc;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 1em;
  font-size: 1.5rem;
  font-weight: 500;
  /* media */
  /* media */
}
@media (min-width: 992px) {
  .WorkSites_Detail dd input[type=text],
  .WorkSites_Detail dd input[type=date],
  .WorkSites_Detail dd input[type=number],
  .WorkSites_Detail dd input[type=password],
  .WorkSites_Detail dd input[type=email] {
    border-radius: 5px;
    font-size: 1.8rem;
    min-width: 250px;
  }
}
@media (max-width: 992px) {
  .WorkSites_Detail dd input[type=text],
  .WorkSites_Detail dd input[type=date],
  .WorkSites_Detail dd input[type=number],
  .WorkSites_Detail dd input[type=password],
  .WorkSites_Detail dd input[type=email] {
    width: 100%;
  }
}
.WorkSites_Detail dd textarea {
  border-radius: 2.5px;
  border: 2px solid #ccc;
  font-size: 1.5rem;
  line-height: 1.75;
  padding: 0.5em 1em;
  /* media */
  /* media */
}
@media (min-width: 992px) {
  .WorkSites_Detail dd textarea {
    font-size: 1.8rem;
  }
}
@media (max-width: 992px) {
  .WorkSites_Detail dd textarea {
    width: 100%;
  }
}
.WorkSites_Detail dd input[readonly],
.WorkSites_Detail dd textarea[readonly] {
  background-color: #f2f2f2;
}
.WorkSites_Detail dd input[type=checkbox][name=small_scale],
.WorkSites_Detail dd input[type=checkbox][name=is_completed] {
  display: none;
  /* checkbox:label. */
  /* checked */
}
.WorkSites_Detail dd input[type=checkbox][name=small_scale] + label,
.WorkSites_Detail dd input[type=checkbox][name=is_completed] + label {
  position: relative;
  padding-left: 2.5em;
  /* before */
  /* before */
  /* after */
}
.WorkSites_Detail dd input[type=checkbox][name=small_scale] + label:before, .WorkSites_Detail dd input[type=checkbox][name=small_scale] + label:after,
.WorkSites_Detail dd input[type=checkbox][name=is_completed] + label:before,
.WorkSites_Detail dd input[type=checkbox][name=is_completed] + label:after {
  content: "";
  position: absolute;
}
.WorkSites_Detail dd input[type=checkbox][name=small_scale] + label:before,
.WorkSites_Detail dd input[type=checkbox][name=is_completed] + label:before {
  content: "";
  aspect-ratio: 1/1;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  border-radius: 2.5px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.WorkSites_Detail dd input[type=checkbox][name=small_scale] + label:after,
.WorkSites_Detail dd input[type=checkbox][name=is_completed] + label:after {
  content: "";
  border-right: 3px solid #03a6a1;
  border-bottom: 3px solid #03a6a1;
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
}
.WorkSites_Detail dd input[type=checkbox][name=small_scale]:checked + label:after,
.WorkSites_Detail dd input[type=checkbox][name=is_completed]:checked + label:after {
  opacity: 1;
}
.WorkSites_Detail dd.w-auto {
  position: relative;
  width: auto;
}
.WorkSites_Detail dd .maw250 {
  /* media */
}
@media (min-width: 992px) {
  .WorkSites_Detail dd .maw250 {
    max-width: 250px;
  }
}
.WorkSites_Detail dd input[name=sites_start],
.WorkSites_Detail dd input[name=sites_complete] {
  /* media */
}
@media (min-width: 992px) {
  .WorkSites_Detail dd input[name=sites_start],
  .WorkSites_Detail dd input[name=sites_complete] {
    width: 250px;
    display: block;
  }
}
.WorkSites_Detail dd .yen {
  margin-left: 1em;
}
.WorkSites_Detail.hyphen_position {
  position: relative;
  /* media */
}
.WorkSites_Detail.hyphen_position .hyphen {
  color: #b2b2b2;
}
@media (max-width: 992px) {
  .WorkSites_Detail.hyphen_position {
    padding-bottom: calc(20px + 1.5em);
    /* hyphen */
  }
  .WorkSites_Detail.hyphen_position .hyphen {
    position: absolute;
    bottom: 0.75em;
    left: 0;
  }
}
.WorkSites_Detail .md-w255 {
  /* media */
}
@media (min-width: 992px) {
  .WorkSites_Detail .md-w255 {
    width: 255px;
  }
}
.WorkSites_Detail .md-w500 {
  /* media */
}
@media (min-width: 992px) {
  .WorkSites_Detail .md-w500 {
    width: 500px;
  }
}
.WorkSites button[type=submit]:disabled {
  background-color: #ccc;
}
.WorkSites .attendance_edit_ctrl {
  margin-top: 30px;
  /* media */
}
.WorkSites .attendance_edit_ctrl button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
@media (min-width: 992px) {
  .WorkSites .attendance_edit_ctrl {
    margin-bottom: 0;
  }
}
.WorkSites .attendance_edit_ctrl .update_WorksiteName:disabled {
  background-color: #ccc;
}
.WorkSites .box_Order_Amount:not(:first-child) {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 2px solid #ccc;
}
.WorkSites .Select_Std select {
  border-width: 2px;
}
.WorkSites .Select_Std.h42 {
  /* media */
}
@media (min-width: 992px) {
  .WorkSites .Select_Std.h42 {
    height: 42px;
  }
}
.WorkSites .Select_Std .spw-100per {
  /* media */
  /* media */
}
@media (max-width: 992px) {
  .WorkSites .Select_Std .spw-100per {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .WorkSites .Select_Std .spw-100per {
    width: 250px;
    min-width: 250px;
  }
}
.WorkSites .add_ammonut {
  /* media */
}
@media (max-width: 992px) {
  .WorkSites .add_ammonut {
    margin-top: 0.5em;
  }
}
.WorkSites .added_companies .mt-1,
.WorkSites .added_company .mt-1 {
  margin-top: 1em;
}
.WorkSites .added_companies .added-item,
.WorkSites .added_company .added-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 1em;
  margin-top: 1em;
}
.WorkSites #addPersonBtn,
.WorkSites #addCompanyBtn {
  margin-top: 1em;
  border: 2px solid #ccc;
  border-radius: 2.5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.WorkSites .delete-item {
  border: 2px solid #ccc;
  border-radius: 2.5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 2em;
  font-size: 1.2rem;
  min-width: 70px;
  height: 32px;
}
.WorkSites .delete-item:before, .WorkSites .delete-item:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #03a6a1;
  line-height: 1;
  width: 12px;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0.75em;
  bottom: 0;
  margin: auto;
}
.WorkSites .delete-item:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.WorkSites .ovarlay_cover {
  position: relative;
  /* after */
}
.WorkSites .ovarlay_cover:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.WorkSites .PartnerLists_LHeader {
  display: none;
  /* media */
}
@media (min-width: 992px) {
  .WorkSites .PartnerLists_LHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-width: 1008px;
    height: 50px;
    border-radius: 5px;
    background-color: #03a6a1;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    /* p */
  }
  .WorkSites .PartnerLists_LHeader p {
    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;
  }
  .WorkSites .PartnerLists_LHeader p:not(:first-child) {
    border-left: 2px solid #f2f2f2;
  }
  .WorkSites .PartnerLists_LHeader p:nth-of-type(1) {
    width: 100%;
  }
  .WorkSites .PartnerLists_LHeader p:nth-of-type(2) {
    min-width: 100px;
  }
  .WorkSites .PartnerLists_LHeader p:nth-of-type(3) {
    min-width: 100px;
  }
  .WorkSites .PartnerLists_LHeader p:nth-of-type(4) {
    min-width: 100px;
  }
  .WorkSites .PartnerLists_LHeader p:nth-of-type(5) {
    min-width: 100px;
  }
}
.WorkSites .Partner_list {
  /* media */
  /* li */
}
@media (min-width: 992px) {
  .WorkSites .Partner_list {
    min-width: 1008px;
  }
}
.WorkSites .Partner_list li {
  /* media */
  /* media */
}
@media (max-width: 992px) {
  .WorkSites .Partner_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .WorkSites .Partner_list li {
    height: 80px;
  }
}
.WorkSites .Partner_list_ShowName {
  width: 100%;
  padding-left: 1em;
  color: #000;
  /* media */
  /* media */
}
@media (max-width: 992px) {
  .WorkSites .Partner_list_ShowName {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1em 3em 1em 0.5em;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    min-height: 50px;
    word-break: break-word;
  }
}
@media (min-width: 992px) {
  .WorkSites .Partner_list_ShowName.Select_Std:after {
    content: none;
  }
}
.WorkSites .Partner_list_DrawerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  /* media */
}
@media (min-width: 992px) {
  .WorkSites .Partner_list_DrawerBox {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .WorkSites .Partner_list_DrawerBox.mdw200 {
    min-width: 200px;
    max-width: 200px;
  }
}
.WorkSites .js_drawer_tap_tables.close + .js_drawer_content {
  /* media */
}
@media (min-width: 992px) {
  .WorkSites .js_drawer_tap_tables.close + .js_drawer_content {
    height: auto !important;
  }
}
.WorkSites .Partner_list_ShowDetail {
  /* media */
}
.WorkSites .Partner_list_ShowDetail a:nth-of-type(1) {
  min-width: 100px;
}
.WorkSites .Partner_list_ShowDetail a:nth-of-type(2) {
  min-width: 100px;
}
.WorkSites .Partner_list_ShowDetail a:nth-of-type(3) {
  min-width: 100px;
}
.WorkSites .Partner_list_ShowDetail a:nth-of-type(4) {
  min-width: 100px;
}
.WorkSites .Partner_list_ShowDetail a.soon {
  color: #b2b2b2;
}
.WorkSites .Partner_list_ShowDetail a.soon .icon.document {
  color: #b2b2b2;
}
@media (max-width: 992px) {
  .WorkSites .Partner_list_ShowDetail {
    width: 50% !important;
  }
  .WorkSites .Partner_list_ShowDetail.l-right {
    margin-left: 0 !important;
  }
}

/* WorkSites */
.Construction_Daily_Report {
  margin-top: 20px;
  /* media */
  /* 工事日報詳細 */
  /* IS_EDIT_MODE */
  /* END IS_EDIT_MODE */
}
@media (min-width: 992px) {
  .Construction_Daily_Report {
    margin-top: 140px;
  }
}
.Construction_Daily_Report .text-right {
  font-size: 1.2rem;
  margin-top: 0.5em;
  text-align: right;
}
.Construction_Daily_Report .md-maw680 {
  /* media */
}
@media (min-width: 992px) {
  .Construction_Daily_Report .md-maw680 {
    max-width: 680px;
  }
}
@media (min-width: 1441px) {
  .Construction_Daily_Report .md-maw680 {
    max-width: 1230px;
  }
}
.Construction_Daily_Report .tips {
  text-align: right;
  font-size: 1.4rem;
  /* media */
}
@media (min-width: 992px) {
  .Construction_Daily_Report .tips {
    font-size: 1.5rem;
  }
}
.Construction_Daily_Report .note {
  /* media */
}
@media (min-width: 992px) {
  .Construction_Daily_Report .note {
    font-size: 1.6rem;
  }
}
.Construction_Daily_Report .btn_green:disabled {
  background-color: #ddd;
}
.Construction_Daily_Report .Box_Rounded {
  overflow: inherit;
}
.Construction_Daily_Report .pos-stickey {
  position: relative;
}
.Construction_Daily_Report .mxy-1em {
  margin: 1em;
}
.Construction_Daily_Report .GreenLabel {
  background-color: #03a6a1;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.25;
  text-align: center;
}
.Construction_Daily_Report .GreenLabel.PageHeader {
  min-width: 40px;
  height: auto;
  padding: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: sticky;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 4;
  /* media */
}
@media (min-width: 992px) {
  .Construction_Daily_Report .GreenLabel.PageHeader {
    top: 0;
  }
}
.Construction_Daily_Report .DailyReport_HeaderWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  /* media */
}
@media (min-width: 992px) {
  .Construction_Daily_Report .DailyReport_HeaderWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .Construction_Daily_Report .DailyReport_HeaderWrapper.justify_start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .Construction_Daily_Report .DailyReport_HeaderWrapper .keep-right {
    margin-left: auto;
  }
}
.Construction_Daily_Report .DailyReport_HeaderWrapper .is_href {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 0 1em;
}
.Construction_Daily_Report .DailyReport_ScheduleContainer {
  margin-top: 0.5em;
}
.Construction_Daily_Report .DailyReport_ScheduleContainer:not(:first-child) {
  margin-top: 1em;
}
.Construction_Daily_Report .DailyReport_ScheduleContainer .ContainerHeader {
  font-size: 1.8rem;
  position: sticky;
  top: 90px;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 40px;
  padding: 0 0.5em;
  /* media */
}
@media (min-width: 992px) {
  .Construction_Daily_Report .DailyReport_ScheduleContainer .ContainerHeader {
    top: 40px;
  }
}
.Construction_Daily_Report .DailyReport_ScheduleTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Construction_Daily_Report .DailyReport_ScheduleTable li {
  text-align: center;
  font-size: 1.5rem;
  width: 14%;
  /* media */
}
@media (min-width: 992px) {
  .Construction_Daily_Report .DailyReport_ScheduleTable li {
    font-size: 1.6rem;
    width: 3%;
    min-width: 36px;
  }
}
.Construction_Daily_Report .DailyReport_ScheduleTable li .date {
  background-color: rgba(3, 166, 161, 0.75);
  color: #fff;
  height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Construction_Daily_Report .DailyReport_ScheduleTable li .reports 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;
  height: 2em;
}
.Construction_Daily_Report .PrintScreen {
  /* 使用材料 */
  /* End 使用材料 */
  /* 工事内容 */
  /* END 工事内容 */
}
.Construction_Daily_Report .PrintScreen_Wrapper {
  max-width: 210mm;
}
.Construction_Daily_Report .PrintScreen_Header {
  font-size: 2.6rem;
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  -moz-text-align-last: justify;
       text-align-last: justify;
  padding: 0 0.25em;
  padding-bottom: 3px;
  position: relative;
  /* media */
}
@media (min-width: 992px), print {
  .Construction_Daily_Report .PrintScreen_Header {
    width: 25%;
  }
}
.Construction_Daily_Report .PrintScreen_Header:before, .Construction_Daily_Report .PrintScreen_Header:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 1px;
  background-color: #000;
}
.Construction_Daily_Report .PrintScreen_Header:before {
  bottom: 0;
}
.Construction_Daily_Report .PrintScreen_Header:after {
  bottom: -2px;
}
.Construction_Daily_Report .PrintScreen_UpperInformation {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  /* media */
}
@media (min-width: 992px), print {
  .Construction_Daily_Report .PrintScreen_UpperInformation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.Construction_Daily_Report .PrintScreen_UpperInformation .construction_name {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.5em;
  border-bottom: 1px solid #000;
  /* media */
}
@media (min-width: 992px), print {
  .Construction_Daily_Report .PrintScreen_UpperInformation .construction_name {
    width: 60%;
  }
}
.Construction_Daily_Report .PrintScreen_UpperInformation .construction_name .title {
  font-size: 1.3rem;
}
.Construction_Daily_Report .PrintScreen_UpperInformation .construction_name .content {
  font-size: 2.2rem;
}
.Construction_Daily_Report .PrintScreen_UpperInformation .report {
  width: 100%;
  /* media */
}
@media (min-width: 992px), print {
  .Construction_Daily_Report .PrintScreen_UpperInformation .report {
    width: 40%;
  }
}
.Construction_Daily_Report .PrintScreen_UpperInformation .report_date {
  font-size: 1.4rem;
  border-bottom: 1px solid #000;
}
.Construction_Daily_Report .PrintScreen_UpperInformation .report_employee {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
  border-bottom: 1px solid #000;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* media */
}
.Construction_Daily_Report .PrintScreen_UpperInformation .report_employee .title {
  font-size: 1.3rem;
}
.Construction_Daily_Report .PrintScreen_UpperInformation .report_employee .content {
  font-family: 1.8rem;
}
.Construction_Daily_Report .PrintScreen_UpperInformation .report_employee .suggest_name {
  position: static !important;
}
@media (min-width: 992px) {
  .Construction_Daily_Report .PrintScreen_UpperInformation .report_employee {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .Construction_Daily_Report .PrintScreen_UpperInformation .report_employee .suggest_name {
    position: absolute !important;
  }
}
.Construction_Daily_Report .PrintScreen_TimeLineOuter {
  margin-top: 1em;
  border: 1px solid #000;
}
.Construction_Daily_Report .PrintScreen_TimeLineContainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}
.Construction_Daily_Report .PrintScreen_TimeLineContainer:not(:first-child) {
  border-top: 1px solid #000;
}
@media (min-width: 992px), print {
  .Construction_Daily_Report .PrintScreen_TimeLineContainer {
    gap: 1em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.Construction_Daily_Report .PrintScreen_TimeLineEmployee {
  width: 20%;
  max-width: 20%;
  min-width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: flex-start;
  padding-top: 0.5em;
  padding-left: 0.5em;
  font-size: 1.2rem;
  /* media */
}
@media (min-width: 992px) {
  .Construction_Daily_Report .PrintScreen_TimeLineEmployee {
    position: relative;
    padding-left: 1em;
    font-size: 1.6rem;
  }
}
.Construction_Daily_Report .PrintScreen_TimeLine_outer {
  width: 100%;
  padding: 0.5em;
  /* media */
}
@media (min-width: 992px) {
  .Construction_Daily_Report .PrintScreen_TimeLine_outer {
    border-left: 1px solid #000;
  }
}
.Construction_Daily_Report .PrintScreen_TimeLine {
  width: 100%;
  position: relative;
  height: 40px;
  background: white;
  /* 1Hメイン目盛 */
  /* 30分補助線 */
  /* ラベル（1Hだけ表示） */
  /* ボックス（稼働時間） */
  position: relative;
}
.Construction_Daily_Report .PrintScreen_TimeLine .tick {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  width: 1px;
  background: #555;
}
.Construction_Daily_Report .PrintScreen_TimeLine .sub-tick {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 10px;
  width: 1px;
  background: #ccc;
}
.Construction_Daily_Report .PrintScreen_TimeLine .tick-label {
  position: absolute;
  top: -0.75em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1rem;
  color: #555;
  /* media */
}
@media (max-width: 600px) {
  .Construction_Daily_Report .PrintScreen_TimeLine .tick-label:nth-child(4n+2) {
    display: none;
  }
}
.Construction_Daily_Report .PrintScreen_TimeLine .box {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  background: #ffbf00;
  opacity: 0.5;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.Construction_Daily_Report .PrintScreen_TimeLine:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
}
.Construction_Daily_Report .PrintScreen_TimeLine .early {
  position: absolute;
  width: 31.25%;
  height: 100%;
  background-color: #00556a;
  opacity: 0.05;
}
.Construction_Daily_Report .PrintScreen_TimeLine .late {
  position: absolute;
  left: 77.0833333333%;
  width: 23%;
  height: 100%;
  background-color: #00556a;
  opacity: 0.05;
}
.Construction_Daily_Report .PrintScreen_TimeLine.is_editmode {
  height: auto;
}
.Construction_Daily_Report .PrintScreen_TimeLine.is_editmode:before {
  content: none;
}
.Construction_Daily_Report .PrintScreen_TimeLine.is_editmode .TimeLineEdit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
  /* media */
}
.Construction_Daily_Report .PrintScreen_TimeLine.is_editmode .TimeLineEdit:not(:first-child) {
  margin-top: 0.5em;
}
.Construction_Daily_Report .PrintScreen_TimeLinePertnerHeader {
  height: 40px;
  border-top: 1px solid #000;
  padding: 0 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.Construction_Daily_Report .PrintScreen_MaterialsUsedContainer {
  border: 1px solid #000;
  border-top: none;
}
.Construction_Daily_Report .PrintScreen_MaterialsUsedHeader {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0.5em;
}
.Construction_Daily_Report .PrintScreen_MaterialsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* media */
}
@media print {
  .Construction_Daily_Report .PrintScreen_MaterialsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.Construction_Daily_Report .PrintScreen_MaterialsList li {
  width: 100%;
  min-height: 30px;
  border-top: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  /* media */
  /* media */
}
@media (min-width: 992px), print {
  .Construction_Daily_Report .PrintScreen_MaterialsList li {
    width: 50%;
  }
}
.Construction_Daily_Report .PrintScreen_MaterialsList li p {
  width: 40%;
  font-size: 1.2rem;
  padding: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Construction_Daily_Report .PrintScreen_MaterialsList li p:not(:first-child) {
  font-size: 1.2rem;
  width: 20%;
  border-left: 1px solid #000;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Construction_Daily_Report .PrintScreen_MaterialsList li:nth-of-type(even) {
  /* media */
}
@media (min-width: 992px), print {
  .Construction_Daily_Report .PrintScreen_MaterialsList li:nth-of-type(even) p:first-child {
    border-left: 1px solid #000;
  }
}
@media (max-width: 600px) {
  .Construction_Daily_Report .PrintScreen_MaterialsList li:nth-of-type(2) {
    display: none;
  }
}
.Construction_Daily_Report .PrintScreen_ConstructionContent_Container {
  border: 1px solid #000;
  border-top: none;
}
.Construction_Daily_Report .PrintScreen_ConstructionContent_Container .is_label {
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0.5em;
}
.Construction_Daily_Report .PrintScreen_ConstructionContent_Container .is_label.small {
  font-size: 1.2rem;
}
.Construction_Daily_Report .PrintScreen_ConstructionContent {
  padding: 0.5em;
}
.Construction_Daily_Report .PrintScreen_ConstructionContent .is_header {
  width: calc(72px + 1em);
  padding: 0 0.5em;
  -moz-text-align-last: justify;
       text-align-last: justify;
  border-bottom: 1px solid #000;
}
.Construction_Daily_Report .PrintScreen_ConstructionContent .is_header.STD {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -moz-text-align-last: auto;
       text-align-last: auto;
}
.Construction_Daily_Report .PrintScreen_ConstructionContent .is_header.BOX {
  width: 100%;
  -moz-text-align-last: auto;
       text-align-last: auto;
  border-bottom: 1px solid #000;
}
.Construction_Daily_Report .PrintScreen_ConstructionContent .is_contents {
  margin-top: 1em;
  font-size: 1.5rem;
  line-height: 1.5;
}
.Construction_Daily_Report .PrintScreen_ConstructionLeftRight {
  /* media */
}
@media (min-width: 992px), print {
  .Construction_Daily_Report .PrintScreen_ConstructionLeftRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.Construction_Daily_Report .PrintScreen_ConstructionLeftRight .PrintScreen_ConstructionLeft {
  /* media */
}
@media (min-width: 992px), print {
  .Construction_Daily_Report .PrintScreen_ConstructionLeftRight .PrintScreen_ConstructionLeft {
    width: 50%;
  }
}
.Construction_Daily_Report .PrintScreen_ConstructionLeftRight .PrintScreen_ConstructionRight {
  border-top: 1px solid #000;
  /* media */
}
@media (min-width: 992px), print {
  .Construction_Daily_Report .PrintScreen_ConstructionLeftRight .PrintScreen_ConstructionRight {
    width: 50%;
    border-left: 1px solid #000;
    border-top: none;
  }
}
.Construction_Daily_Report.PrintScreen.is_edit .report_employee .content {
  width: 68%;
}
.Construction_Daily_Report.PrintScreen.is_edit input[type=date][name=report_date] {
  width: 47%;
}
.Construction_Daily_Report.PrintScreen.is_edit input[type=date][name=report_date],
.Construction_Daily_Report.PrintScreen.is_edit input[type=text][name=person_in_charge],
.Construction_Daily_Report.PrintScreen.is_edit select[name=weather] {
  height: 38px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ddd;
  padding: 0 0.5em;
}
.Construction_Daily_Report.PrintScreen.is_edit select[name=weather] {
  width: 50%;
}
.Construction_Daily_Report.PrintScreen.is_edit .report_date {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Construction_Daily_Report.PrintScreen.is_edit .report_date:after, .Construction_Daily_Report.PrintScreen.is_edit .report_date:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  width: 2px;
  height: 8px;
  border-radius: 9999px;
  background-color: #000000;
  -webkit-transform-origin: 50% calc(100% - 1px);
          transform-origin: 50% calc(100% - 1px);
}
.Construction_Daily_Report.PrintScreen.is_edit .report_date:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.Construction_Daily_Report.PrintScreen.is_edit .report_date:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.Construction_Daily_Report.PrintScreen.is_edit .timeline-container.add_employee {
  border-top: 1px solid #000;
  padding: 0.5em;
}
.Construction_Daily_Report.PrintScreen.is_edit .timeline-container.add_employee .js_add_official_employee,
.Construction_Daily_Report.PrintScreen.is_edit .timeline-container.add_employee .js_add_partner_employee {
  font-size: 1.4rem;
  height: 30px;
  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;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
}

/* Construction_Daily_Report */
.Tablet {
  /* tablet_dashboard_wrap */
  /* stampInOut */
  /* confirmModal */
  /* Inside_Right */
  /* Logout */
}
.Tablet .SideNavigation_List.is_tablet {
  z-index: -1;
}
.Tablet .tablet_dashboard_wrap {
  /* employee_lists */
}
.Tablet .tablet_dashboard_wrap .employee_lists {
  margin: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  grid-row-gap: 2em;
  /* li */
}
.Tablet .tablet_dashboard_wrap .employee_lists li {
  aspect-ratio: 1/1;
  width: calc(25% - 1em);
  /* figure */
  /* employee_name */
  /* is_login */
}
.Tablet .tablet_dashboard_wrap .employee_lists li figure {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  /* before */
  /* is_login */
}
.Tablet .tablet_dashboard_wrap .employee_lists li figure:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  margin: auto;
  background: #efefef;
  height: 25.9807621135px;
  width: 30px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.Tablet .tablet_dashboard_wrap .employee_lists li figure .is_login {
  position: absolute;
  bottom: 2em;
  left: 0;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  padding: 0 1em;
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 500;
  background-color: #efefef;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}
.Tablet .tablet_dashboard_wrap .employee_lists li figure img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  border: 10px solid #efefef;
}
.Tablet .tablet_dashboard_wrap .employee_lists li .employee_name {
  padding-top: 1em;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
.Tablet .tablet_dashboard_wrap .employee_lists li.is_login {
  /* is_login */
}
.Tablet .tablet_dashboard_wrap .employee_lists li.is_login .is_login {
  background-color: #03a6a1;
  color: #fff;
}
.Tablet .tablet_dashboard_wrap .employee_lists li.is_login figure::before {
  background: #03a6a1;
}
.Tablet .tablet_dashboard_wrap .employee_lists li.is_login img {
  border-color: #03a6a1;
}
.Tablet #stampInOut {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1);
  /* sideNavigation */
  /* Tablet_Drawer_user */
  /* mainContent */
}
.Tablet #stampInOut.active {
  top: 0;
}
.Tablet #stampInOut #sideNavigation {
  width: 30%;
  min-width: 30%;
  background-color: #fff;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* date */
  /* time */
  /* stamp_user_information */
  /* stamp_ctrl_container */
}
.Tablet #stampInOut #sideNavigation .date {
  font-size: 2rem;
}
.Tablet #stampInOut #sideNavigation .time {
  font-size: 5rem;
  font-weight: 100;
  line-height: 45px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
}
.Tablet #stampInOut #sideNavigation .stamp_user_information {
  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;
  grid-column-gap: 2em;
  margin-top: 18px;
  /* figure */
  /* name */
}
.Tablet #stampInOut #sideNavigation .stamp_user_information figure {
  aspect-ratio: 1/1;
  width: 120px;
}
.Tablet #stampInOut #sideNavigation .stamp_user_information figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  border: 2px solid #efefef;
}
.Tablet #stampInOut #sideNavigation .stamp_user_information .name {
  line-height: 1;
}
.Tablet #stampInOut #sideNavigation .stamp_user_information .name .user_name {
  font-size: 2.4rem;
}
.Tablet #stampInOut #sideNavigation .stamp_user_information .name .user_name_kana {
  font-size: 1.4rem;
  margin-top: 5px;
}
.Tablet #stampInOut #sideNavigation .stamp_ctrl_container {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 18px;
  gap: 1em;
  position: relative;
  z-index: 100;
  /* button */
}
.Tablet #stampInOut #sideNavigation .stamp_ctrl_container button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: #f2f2f2;
  width: 47%;
  border-radius: 5px;
  color: #000;
  padding: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* js_cancel */
  /* active */
}
.Tablet #stampInOut #sideNavigation .stamp_ctrl_container button.js_cancel {
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  background-color: #292929;
}
.Tablet #stampInOut #sideNavigation .stamp_ctrl_container button.active {
  background-color: #03a6a1;
  color: #fff;
}
.Tablet #stampInOut #sideNavigation .stamp_ctrl_container textarea {
  width: 100%;
  padding: 1em;
  font-size: 1.8rem;
  line-height: 1.5;
}
.Tablet #stampInOut .Tablet_Drawer_user {
  overflow: hidden;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
}
.Tablet #stampInOut .Tablet_Drawer_user.hide {
  height: 0 !important;
}
.Tablet #stampInOut #mainContent {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #f2f2f2;
  width: 70%;
  height: 100%;
  /* camera */
  /* canvas */
  -webkit-transition: top 0.8s;
  transition: top 0.8s;
}
.Tablet #stampInOut #mainContent #camera {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.Tablet #stampInOut #mainContent #canvas {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.Tablet #stampInOut #mainContent.hide {
  top: -100vh;
}
.Tablet #confirmModal {
  position: absolute;
  top: 0;
  left: 30%;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  z-index: 10;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  /* confirm_ctrl */
}
.Tablet #confirmModal .confirm_ctrl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1em;
  gap: 1em;
  /* button */
}
.Tablet #confirmModal .confirm_ctrl button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  height: 40px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
}
.Tablet.InsideContents .Inside_Right {
  margin-left: 30%;
  z-index: 1;
}
.Tablet .Logout {
  position: absolute;
  bottom: 1em;
  left: 1em;
  font-size: 1.8rem;
}
.Tablet .Logout .icon {
  aspect-ratio: 1/1;
  width: 20px;
  margin-right: 10px;
}
.Tablet .Logout a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #555;
}
.Tablet .Select_Std {
  margin-top: 24px;
}

/* Tablet */
#PersonalManageSheets {
  position: relative;
  z-index: 4;
  /* select_wrap */
  /* Select_Std */
}
#PersonalManageSheets .select_wrap {
  /* select_wrap_title */
}
#PersonalManageSheets .select_wrap_title {
  /* media */
}
@media (max-width: 992px) {
  #PersonalManageSheets .select_wrap_title {
    min-width: 90px;
  }
}
#PersonalManageSheets .Select_Std {
  /* media */
}
@media (max-width: 992px) {
  #PersonalManageSheets .Select_Std {
    min-width: 140px;
    width: 100%;
  }
}
#PersonalManageSheets .is_note {
  background-color: #fff3f3;
  padding: 0.5em;
  line-height: 1.15;
}

/* #PersonalManageSheets */
.PersonalManageSheets {
  /* PageTitle */
  /* Employee_Information_Add */
  /* Personal_Month Family */
  /* is_days */
  /* is_work_site */
  /* is_time */
  /* is_overworktime */
  /* show_date  */
  /* is_clock_in */
  /* is_btn_ctrl */
  /* edit_personal_manage_sheets */
}
.PersonalManageSheets .PageTitle {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 1em;
  /* media */
}
@media (min-width: 992px) {
  .PersonalManageSheets .PageTitle {
    font-size: 2rem;
  }
}
.PersonalManageSheets .Persona_Information_Add {
  margin-top: 20px;
  margin-bottom: 30px;
  /* media */
  /* add_employee */
  /* sort_name */
  /* Select_Std */
}
@media (min-width: 992px) {
  .PersonalManageSheets .Persona_Information_Add {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 40px;
  }
}
.PersonalManageSheets .Persona_Information_Add .add_employee {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  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: 50px;
  border-radius: 2.5px;
  /* media */
}
@media (min-width: 992px) {
  .PersonalManageSheets .Persona_Information_Add .add_employee {
    border-radius: 5px;
    width: 125px;
    margin-left: auto;
  }
}
.PersonalManageSheets .Persona_Information_Add .sort_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
  /* media */
}
@media (max-width: 992px) {
  .PersonalManageSheets .Persona_Information_Add .sort_name {
    margin-top: 20px;
  }
}
.PersonalManageSheets .Persona_Information_Add .Select_Std {
  min-width: 100%;
  height: 48px;
  /* media */
}
@media (min-width: 992px) {
  .PersonalManageSheets .Persona_Information_Add .Select_Std {
    min-width: 200px;
    max-width: 200px;
    font-size: 1.6rem;
  }
}
.PersonalManageSheets .Persona_Information_Add .Select_Std select {
  font-size: 1.8rem;
  /* media */
}
@media (min-width: 992px) {
  .PersonalManageSheets .Persona_Information_Add .Select_Std select {
    font-size: 1.6rem;
  }
}
.PersonalManageSheets .Personal_Month {
  /* Personal_Month_Wrap */
  /* Personal_Month_Table */
  /* Personal_Month_Header */
}
.PersonalManageSheets .Personal_Month_Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
  /* media */
}
@media (min-width: 992px) {
  .PersonalManageSheets .Personal_Month_Wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.PersonalManageSheets .Personal_Month_Table {
  width: 100%;
  /* attendance_simplemode */
  /* employee_personal_Summary */
  /* Personal_Month_Table is_edit */
}
@media (min-width: 1080px) {
  .PersonalManageSheets .Personal_Month_Table {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 1550px) {
  .PersonalManageSheets .Personal_Month_Table {
    max-width: 640px;
    width: 25vw;
  }
}
.PersonalManageSheets .Personal_Month_Table.is_single {
  width: 100%;
}
.PersonalManageSheets .Personal_Month_Table .attendance_simplemode {
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  min-height: 50px;
  height: auto !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  /* is_days */
  /* attendance_cell */
  /* media */
}
.PersonalManageSheets .Personal_Month_Table .attendance_simplemode .day_body {
  font-size: 1.6rem;
}
.PersonalManageSheets .Personal_Month_Table .attendance_simplemode .show_date.sat,
.PersonalManageSheets .Personal_Month_Table .attendance_simplemode .show_date.sun,
.PersonalManageSheets .Personal_Month_Table .attendance_simplemode .show_date.holiday_work {
  color: #df2e2e;
}
.PersonalManageSheets .Personal_Month_Table .attendance_simplemode .show_date {
  padding-right: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: auto;
  /* layout_management_fees */
}
.PersonalManageSheets .Personal_Month_Table .attendance_simplemode .show_date.layout_management_fees {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  /* input */
}
.PersonalManageSheets .Personal_Month_Table .attendance_simplemode .show_date.layout_management_fees input {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  padding: 0.5em;
}
.PersonalManageSheets .Personal_Month_Table .attendance_simplemode .is_clock_in,
.PersonalManageSheets .Personal_Month_Table .attendance_simplemode .is_clock_out {
  /* media */
}
@media (min-width: 992px) {
  .PersonalManageSheets .Personal_Month_Table .attendance_simplemode .is_clock_in,
  .PersonalManageSheets .Personal_Month_Table .attendance_simplemode .is_clock_out {
    min-width: 10% !important;
  }
  .PersonalManageSheets .Personal_Month_Table .attendance_simplemode .is_clock_in .flex.items-center,
  .PersonalManageSheets .Personal_Month_Table .attendance_simplemode .is_clock_out .flex.items-center {
    width: 100% !important;
  }
}
.PersonalManageSheets .Personal_Month_Table .attendance_simplemode .text-small {
  font-size: 1.2rem;
}
.PersonalManageSheets .Personal_Month_Table .attendance_simplemode .is_days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: auto;
}
.PersonalManageSheets .Personal_Month_Table .attendance_simplemode .attendance_cell {
  /* is_work_site */
}
.PersonalManageSheets .Personal_Month_Table .attendance_simplemode .attendance_cell .is_work_site {
  width: 100%;
}
@media (max-width: 992px) {
  .PersonalManageSheets .Personal_Month_Table .attendance_simplemode {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* site_number */
    /* layout_management_fees */
  }
  .PersonalManageSheets .Personal_Month_Table .attendance_simplemode .site_number {
    background-color: #03a6a1;
    color: #fff;
    padding-left: 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-column-gap: 1em;
    height: 48px;
    border-bottom: 1px solid #ccc;
  }
  .PersonalManageSheets .Personal_Month_Table .attendance_simplemode .site_number p {
    border-right: none;
  }
  .PersonalManageSheets .Personal_Month_Table .attendance_simplemode .site_number:before {
    content: "工番";
    font-size: 80%;
  }
  .PersonalManageSheets .Personal_Month_Table .attendance_simplemode .hide_sp {
    display: none;
  }
  .PersonalManageSheets .Personal_Month_Table .attendance_simplemode .layout_management_fees {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    padding-bottom: 0.5em;
    /* is_clock_in */
  }
  .PersonalManageSheets .Personal_Month_Table .attendance_simplemode .layout_management_fees .is_work_site {
    padding-left: 0.5em;
    width: 100%;
    min-width: 100%;
    height: 48px;
    border-bottom: 1px solid #ccc;
  }
  .PersonalManageSheets .Personal_Month_Table .attendance_simplemode .layout_management_fees .is_clock_in {
    min-height: 48px;
    height: auto;
    width: 31%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* work_real_time */
    /* work_report_time */
    /* work_quantity */
  }
  .PersonalManageSheets .Personal_Month_Table .attendance_simplemode .layout_management_fees .is_clock_in.work_real_time:before {
    content: "・";
  }
  .PersonalManageSheets .Personal_Month_Table .attendance_simplemode .layout_management_fees .is_clock_in.work_report_time:before {
    content: "労";
  }
  .PersonalManageSheets .Personal_Month_Table .attendance_simplemode .layout_management_fees .is_clock_in.work_quantity:before {
    content: "建";
  }
  .PersonalManageSheets .Personal_Month_Table .attendance_simplemode .layout_management_fees.is_last {
    padding-top: 0.5em;
  }
}
.PersonalManageSheets .Personal_Month_Table .employee_personal_Summary {
  margin-top: 2em;
  padding-top: 0.5em;
  border-top: 1px solid #ccc;
  /* li */
}
.PersonalManageSheets .Personal_Month_Table .employee_personal_Summary li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
  /* site_name */
  /* total_time */
  /* total_overwork */
}
.PersonalManageSheets .Personal_Month_Table .employee_personal_Summary li .site_name {
  width: 100%;
}
.PersonalManageSheets .Personal_Month_Table .employee_personal_Summary li .total_time {
  min-width: 60px;
}
.PersonalManageSheets .Personal_Month_Table .employee_personal_Summary li .total_overwork {
  min-width: 60px;
}
.PersonalManageSheets .Personal_Month_Table .employee_personal_Summary li.is_holiday {
  color: #df2e2e;
}
.PersonalManageSheets .Personal_Month_Table .employee_personal_Summary h3 {
  height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1em;
  border-bottom: 1px solid #ccc;
}
.PersonalManageSheets .Personal_Month_Table.is_edit .is_clock_in,
.PersonalManageSheets .Personal_Month_Table.is_edit .is_clock_in .items-center {
  min-width: 72px !important;
}
.PersonalManageSheets .Personal_Month_Table.is_edit .Personal_Month_Header .is_time, .PersonalManageSheets .Personal_Month_Table.is_edit .Personal_Month_Header .is_overworktime {
  min-width: 72px;
}
.PersonalManageSheets .Personal_Month_Header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #03a6a1;
  color: #fff;
  height: 60px;
  /* media */
}
.PersonalManageSheets .Personal_Month_Header .text-center {
  text-align: center;
}
@media (max-width: 992px) {
  .PersonalManageSheets .Personal_Month_Header {
    display: none;
  }
}
.PersonalManageSheets .Personal_Month_Table .attendance_simplemode.is_end {
  margin-bottom: 2em;
}
.PersonalManageSheets .is_days {
  text-align: center;
  min-width: 62px;
  /* media */
}
@media (min-width: 992px) {
  .PersonalManageSheets .is_days {
    min-width: 70px;
  }
}
.PersonalManageSheets .is_work_site {
  text-align: left;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  padding-left: 1em;
  width: 100%;
  /* media */
}
@media (min-width: 992px) {
  .PersonalManageSheets .is_work_site {
    width: 67.8% !important;
  }
}
.PersonalManageSheets .is_time {
  min-width: 48px;
  /* media */
}
@media (min-width: 992px) {
  .PersonalManageSheets .is_time {
    min-width: 10%;
  }
}
.PersonalManageSheets .is_overworktime {
  min-width: 48px;
  /* media */
}
@media (min-width: 992px) {
  .PersonalManageSheets .is_overworktime {
    min-width: 10%;
  }
}
.PersonalManageSheets .show_date {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.PersonalManageSheets .is_btn_ctrl {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  /* media */
  /* is_delete */
}
@media (min-width: 992px) {
  .PersonalManageSheets .is_btn_ctrl {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.PersonalManageSheets .is_btn_ctrl .mt-2036 {
  margin-top: 0;
}
.PersonalManageSheets .is_btn_ctrl .is_delete {
  color: #03a6a1;
  background-color: #fff;
  border: 1px solid #03a6a1;
  min-width: auto;
  padding: 0 1em;
}
.PersonalManageSheets .edit_personal_manage_sheets {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  border-radius: 2.5px;
  width: 100%;
  /* media */
}
@media (min-width: 992px) {
  .PersonalManageSheets .edit_personal_manage_sheets {
    min-width: 200px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: auto;
  }
}
.PersonalManageSheets .Personal_Month_Table.is_3col .Personal_Month_Header .is_days,
.PersonalManageSheets .Personal_Month_Table.is_3col .js_drawer_tap_tables.attendance_simplemode .is_days {
  width: 70px;
  min-width: 70px;
}
.PersonalManageSheets .Personal_Month_Table.is_3col .Personal_Month_Header .is_work_site,
.PersonalManageSheets .Personal_Month_Table.is_3col .js_drawer_tap_tables.attendance_simplemode .is_work_site {
  /* media */
}
@media (min-width: 992px) {
  .PersonalManageSheets .Personal_Month_Table.is_3col .Personal_Month_Header .is_work_site,
  .PersonalManageSheets .Personal_Month_Table.is_3col .js_drawer_tap_tables.attendance_simplemode .is_work_site {
    max-width: 350px;
  }
}

/* PersonalManageSheets */
.GroupManageSheets {
  width: 100%;
  /* media */
  /* GroupManageSheets_inner */
}
@media (min-width: 992px) {
  .GroupManageSheets {
    overflow: scroll;
    height: 70vh;
  }
}
.GroupManageSheets_inner {
  padding-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
  /* media */
  /* media */
}
@media (min-width: 992px) {
  .GroupManageSheets_inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 4em;
  }
}
@media (max-width: 992px) {
  .GroupManageSheets_inner {
    width: 100% !important;
  }
}
.GroupManageSheets .Personal_Month_Table {
  width: 100%;
}

/* .GroupManageSheets */
.SiteManagement {
  /* 編集モード */
}
.SiteManagement .md-width1520 {
  min-width: 1520px;
  /* media */
}
@media (min-width: 992px) {
  .SiteManagement .md-width1520 {
    min-width: 1520px;
  }
}
.SiteManagement .w100per {
  width: 100%;
}
.SiteManagement .btn_green.rounded.is_edit {
  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;
  padding: 0 1em;
  color: #fff;
  margin-top: 1em;
  /* media */
}
@media (min-width: 992px) {
  .SiteManagement .btn_green.rounded.is_edit {
    margin-top: 0;
    margin-left: 1em;
  }
}
.SiteManagement #SiteManagementTable {
  width: 100%;
  table-layout: fixed;
  /* header_label */
  /* th td */
  /* td */
}
.SiteManagement #SiteManagementTable .header_label {
  background-color: #03a6a1;
  color: #fff;
}
.SiteManagement #SiteManagementTable .header_label th, .SiteManagement #SiteManagementTable .header_label td {
  text-align: center;
}
.SiteManagement #SiteManagementTable th {
  padding: 0.5em;
}
@media (min-width: 992px) {
  .SiteManagement #SiteManagementTable th:nth-of-type(1) {
    width: 5.2631578947%;
    min-width: 80px;
    max-width: 5.2631578947%;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .SiteManagement #SiteManagementTable th:nth-of-type(2), .SiteManagement #SiteManagementTable th:nth-of-type(5) {
    min-width: 180px;
    width: 11.8421052632%;
    max-width: 180px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .SiteManagement #SiteManagementTable th.time_ampm {
    width: 26.3157894737%;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .SiteManagement #SiteManagementTable th:nth-of-type(4), .SiteManagement #SiteManagementTable th:nth-of-type(7) {
    width: 9.2105263158%;
    max-width: 140px;
    text-align: center;
  }
}
.SiteManagement #SiteManagementTable td {
  /* &:nth-of-type(1) */
  /* &:nth-of-type(2) */
  /* &:nth-of-type(3) */
  /* &:nth-of-type(4) */
}
@media (min-width: 992px) {
  .SiteManagement #SiteManagementTable td:nth-of-type(1) {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .SiteManagement #SiteManagementTable td:nth-of-type(2) {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .SiteManagement #SiteManagementTable td:nth-of-type(3), .SiteManagement #SiteManagementTable td:nth-of-type(9) {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .SiteManagement #SiteManagementTable td:nth-of-type(4), .SiteManagement #SiteManagementTable td:nth-of-type(10) {
    text-align: center;
  }
}
.SiteManagement #SiteManagementTable thead th:not(:first-child) {
  border-left: 1px solid #fff;
}
.SiteManagement #SiteManagementTable thead tr:nth-of-type(1) {
  border-bottom: 1px solid #fff;
}
.SiteManagement #SiteManagementTable tbody tr {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.SiteManagement #SiteManagementTable tbody tr:nth-of-type(1) td:not(:first-child) {
  border-left: 1px solid #fff;
}
.SiteManagement #SiteManagementTable tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.SiteManagement #SiteManagementTable tbody tr td {
  padding: 0.5em;
  /* media */
}
@media (min-width: 992px) {
  .SiteManagement #SiteManagementTable tbody tr td {
    font-size: 1.5rem;
  }
}
.SiteManagement #SiteManagementTable tbody tr td:nth-of-type(5), .SiteManagement #SiteManagementTable tbody tr td:nth-of-type(6), .SiteManagement #SiteManagementTable tbody tr td:nth-of-type(11), .SiteManagement #SiteManagementTable tbody tr td:nth-of-type(12) {
  text-align: center;
}
.SiteManagement #SiteManagementTable tbody tr td:nth-of-type(7), .SiteManagement #SiteManagementTable tbody tr td:nth-of-type(13) {
  width: 72px;
}
.SiteManagement #SiteManagementTable tbody tr td:nth-of-type(8), .SiteManagement #SiteManagementTable tbody tr td:nth-of-type(14) {
  width: 30px;
}
.SiteManagement #SiteManagementTable tbody tr td:nth-of-type(9), .SiteManagement #SiteManagementTable tbody tr td:nth-of-type(15) {
  max-width: 20px;
}
.SiteManagement #SiteManagementTable tbody tr.sun, .SiteManagement #SiteManagementTable tbody tr.sat, .SiteManagement #SiteManagementTable tbody tr.holiday {
  color: #df2e2e;
}
.SiteManagement #SiteManagementTable tbody tr.is_total80 {
  /* media */
}
@media (min-width: 992px) {
  .SiteManagement #SiteManagementTable tbody tr.is_total80 {
    height: 80px;
  }
}
.SiteManagement #SiteManagementTable tbody tr.is_total80 td {
  vertical-align: bottom;
}
.SiteManagement #SiteManagementTable tbody tr:not(:first-child) {
  border-bottom: 1px solid #ccc;
}
.SiteManagement #SiteManagementTable tbody tr:not(:first-child) td:not(:first-child) {
  border-left: 1px solid #ccc;
}
.SiteManagement #SiteManagementTable tr.is_holiday {
  color: #df2e2e;
  background-color: #fff8f8 !important;
}
.SiteManagement .Box_Rounded.bg-white.Box_Shadow.is_edit #SiteManagementTable {
  min-width: 1800px;
  /* media */
}
.SiteManagement .Box_Rounded.bg-white.Box_Shadow.is_edit #SiteManagementTable input[type=time],
.SiteManagement .Box_Rounded.bg-white.Box_Shadow.is_edit #SiteManagementTable input[type=text],
.SiteManagement .Box_Rounded.bg-white.Box_Shadow.is_edit #SiteManagementTable select {
  width: 100%;
}
@media (min-width: 992px) {
  .SiteManagement .Box_Rounded.bg-white.Box_Shadow.is_edit #SiteManagementTable {
    min-width: 1560px;
  }
}
.SiteManagement .Box_Rounded.bg-white.Box_Shadow.is_edit #SiteManagementTable tr.is_holiday {
  color: #df2e2e;
  background-color: #fff8f8;
}
.SiteManagement .Box_Rounded.bg-white.Box_Shadow.is_edit .btn_green.rounded.is_submit {
  color: #fff;
  padding: 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: block;
}
.SiteManagement .Box_Rounded.bg-white.Box_Shadow.is_edit input[type=time],
.SiteManagement .Box_Rounded.bg-white.Box_Shadow.is_edit input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ddd;
  height: 36px;
  padding: 0.25em;
}
.SiteManagement .Box_Rounded.bg-white.Box_Shadow.is_edit select {
  border: 1px solid #ddd;
  height: 36px;
  padding: 0.25em;
}

/* 小数点第二で切り捨て */
.mt { /* mt qem */ }
.mt-1020 {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .mt-1020 {
    margin-top: 20px;
  }
}
.mt-2036 {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .mt-2036 {
    margin-top: 36px;
  }
}
.mt-2040 {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .mt-2040 {
    margin-top: 40px;
  }
}
.mt-2050 {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .mt-2050 {
    margin-top: 50px;
  }
}
.mt-2540 {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .mt-2540 {
    margin-top: 40px;
  }
}
.mt-5060 {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .mt-5060 {
    margin-top: 60px;
  }
}
.mt-12 {
  margin-top: 12px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-1em {
  margin-top: 1em;
}

.ml1em_md {
  /* media */
}
@media (min-width: 992px) {
  .ml1em_md {
    margin-left: 1em;
  }
}

/* ml1em_md */
.ml-1em_imp_md {
  /* media */
}
@media (min-width: 992px) {
  .ml-1em_imp_md {
    margin-left: 1em !important;
  }
}

/* ml-1em_imp */
.md_mb_auto {
  /* media */
}
@media (min-width: 992px) {
  .md_mb_auto {
    margin-bottom: auto;
  }
}

/* md_mb_auto */
.mb1em {
  margin-bottom: 1em;
}

.ml-auto {
  margin-left: auto;
}

.sp_mt_20 {
  /* media */
}
@media (max-width: 992px) {
  .sp_mt_20 {
    margin-top: 20px;
  }
}

/* sp_mt_20 */
.sp_mb_10 {
  /* media */
}
@media (max-width: 992px) {
  .sp_mb_10 {
    margin-bottom: 10px;
  }
}

/* sp_mt_10 */
.sp_mt_50 {
  /* media */
}
@media (max-width: 992px) {
  .sp_mt_50 {
    margin-top: 50px;
  }
}

/* sp_mt_50 */
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1em {
  margin-left: 1em;
}

.pb50100 {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .pb50100 {
    padding-bottom: 100px;
  }
}

/* padding bottom */
.p2020 {
  padding: 20px;
} /* p2020 */
.p2020_5050 {
  padding: 20px;
  /* media */
}
@media (min-width: 992px) {
  .p2020_5050 {
    padding: 50px;
  }
}

/* p2020_5050 */
.p5020_5050 {
  padding: 50px 20px;
  /* media */
}
@media (min-width: 992px) {
  .p5020_5050 {
    padding: 50px;
  }
}

/* p5010_5050 */
.px-1850 {
  padding-left: 18px;
  padding-right: 18px;
  /* media */
}
@media (min-width: 992px) {
  .px-1850 {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/* px-1850 */
.fz14 {
  font-size: 1.4rem;
}

.fz20pt {
  font-size: 2rem;
}

.fz-2018 {
  font-size: 2rem;
  /* media */
}
@media (min-width: 992px) {
  .fz-2018 {
    font-size: 1.8rem;
  }
}

/* fz-2018 */
.fz-2022 {
  font-size: 2rem;
  /* media */
}
@media (min-width: 992px) {
  .fz-2022 {
    font-size: 2.2rem;
  }
}

/* fz-2022 */
/* 小数点第二で切り捨て */
/* スマホのみラップ */
.wrap_smart {
  /* media */
}
@media (max-width: 991px) {
  .wrap_smart {
    width: 89.33%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 通常のラップ */
.wrap_inner {
  width: 89.33%;
  margin-left: auto;
  margin-right: auto;
  /* media */
}
@media (min-width: 992px) {
  .wrap_inner {
    max-width: 1248px;
    padding: 0 24px;
    width: 100%;
  }
}

.section_inner {
  width: 89.3333333333%;
  margin-left: auto;
  margin-right: auto;
  /* media */
}
@media (min-width: 992px) {
  .section_inner {
    max-width: 1200px;
  }
}

/* section_inner */
.section_inner1000 {
  width: 89.3333333333%;
  margin-left: auto;
  margin-right: auto;
  /* media */
}
@media (min-width: 992px) {
  .section_inner1000 {
    max-width: 1000px;
  }
}

/* section_inner */
.section_inner_ml100 {
  width: 89.3333333333%;
  margin-left: auto;
  margin-right: auto;
  /* media */
}
@media (min-width: 992px) {
  .section_inner_ml100 {
    width: 91.6015625%;
  }
}

/* section_inner_ml100 */
.fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.InsideContents {
  /* .Inside_Right */
  /* media */
  /* media */
  /* media */
}
.InsideContents .Inside_Right {
  position: relative;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .InsideContents {
    display: block;
    /* Inside_Right */
  }
  .InsideContents .Inside_Right {
    margin-left: 200px;
    width: -100%;
    padding-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .InsideContents {
    margin-top: 70px;
  }
}
@media (min-width: 1921px) {
  .InsideContents {
    display: block;
    /* Inside_Right */
  }
  .InsideContents .Inside_Right {
    margin-left: 200px;
    width: -100%;
    padding-bottom: 100px;
  }
}

/* InsideContents */
.BgGreen {
  background-color: #f2f9f9;
} /* BgGreen */
.offset_top {
  /* media */
}
@media (min-width: 992px) {
  .offset_top {
    margin-top: 128px;
  }
}

/* offset_top */
.offset_tablet {
  margin-top: 60px;
}

/* flex */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex.direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex.md-direction-row {
  /* media */
}
@media (min-width: 992px) {
  .flex.md-direction-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.flex.gcg025em {
  grid-column-gap: 0.25em;
}
.flex.gcg05em {
  grid-column-gap: 0.5em;
}
.flex.gcg1em {
  grid-column-gap: 1em;
}
.flex.gcg20 {
  grid-column-gap: 20px;
}
.flex.grg20 {
  grid-row-gap: 20px;
}
.flex.align-center, .flex.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex.items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex.space-between, .flex.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex.sp_direction-column {
  /* media */
}
@media (max-width: 992px) {
  .flex.sp_direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flex.sp-wrap {
  /* media */
}
@media (max-width: 992px) {
  .flex.sp-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* flex */
/* scroll hint */
.js-scrollable {
  /* scroll-hint */
}
.js-scrollable .js-scrollable-body {
  /* smw-1000 */
}
@media (max-width: 992px) {
  .js-scrollable .js-scrollable-body.smw-1000 {
    width: 1000px;
  }
}

/* scroll-hint */
.pc_information {
  /* pc_information_container */
  /* pc_information_inner */
  /* pc_information_content */
  /* pc_information_notice */
  /* pc_information_user */
}
.pc_information_container {
  display: none;
  /* media */
}
@media (min-width: 992px) {
  .pc_information_container {
    display: block;
    position: fixed;
    width: calc(100% - 200px);
    top: 0;
    left: 200px;
    height: 128px;
    z-index: 1;
  }
}
.pc_information_inner {
  max-width: 1200px;
  width: 89.3333333333%;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pc_information_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 1em;
}
.pc_information_notice {
  aspect-ratio: 32/40;
  width: 28px;
  height: 100%;
  color: #b2b2b2;
  position: relative;
  /* length */
  /* AddInfo */
}
.pc_information_notice .length {
  display: none;
  aspect-ratio: 1/1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ff0606;
  color: #fff;
  font-size: 1.2rem;
  line-height: 18px;
  text-align: center;
  position: absolute;
  top: -5px;
  right: -5px;
}
.pc_information_notice .icon {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: drop-shadow(0px 0px 6px #f2f9f9);
          filter: drop-shadow(0px 0px 6px #f2f9f9);
}
.pc_information_notice.AddInfo {
  color: #03a6a1;
}
.pc_information_notice.AddInfo .length {
  display: block;
}
.pc_information_user {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  text-shadow: 0 0 12px #f2f9f9, 0 0 12px #f2f9f9;
}

/* pc_information */
.SideNavigation {
  /* SideNavigation_Wrap */
  /* SideNavigation_List */
}
.SideNavigation_Wrap {
  background-color: #fff;
  padding-left: 20px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* login_logo */
  -webkit-box-shadow: 0 5px 5px rgba(3, 127, 121, 0.05);
          box-shadow: 0 5px 5px rgba(3, 127, 121, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* media */
  /* media */
  /* for_tablet */
}
.SideNavigation_Wrap .login_logo {
  max-width: 76px;
  margin-left: auto;
  margin-right: auto;
  /* media */
}
@media (max-width: 992px) {
  .SideNavigation_Wrap .login_logo {
    max-width: 170px;
  }
}
@media (min-width: 992px) {
  .SideNavigation_Wrap {
    min-width: 200px;
    width: 200px;
    height: 100vh;
    display: block;
    padding-left: 0;
    -webkit-box-shadow: 5px 0 5px rgba(3, 127, 121, 0.05);
            box-shadow: 5px 0 5px rgba(3, 127, 121, 0.05);
    /* home_logo */
  }
  .SideNavigation_Wrap .home_logo {
    display: block;
    width: 160px;
    margin: 50px auto;
  }
}
@media (max-width: 992px) {
  .SideNavigation_Wrap {
    z-index: 5;
    /* active */
  }
  .SideNavigation_Wrap.active {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
  }
}
.SideNavigation_Wrap.for_tablet {
  min-width: 30%;
  width: 30%;
}
.SideNavigation_List {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* li */
  /* media */
  /* Logout */
}
.SideNavigation_List li {
  border-bottom: 1px solid #f2f2f2;
  /* a */
  /* media */
  /* soon */
}
.SideNavigation_List li a, .SideNavigation_List li .JsPopup_RegistApply {
  cursor: pointer;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 20px;
  color: #b2b2b2;
  font-size: 2rem;
  /* icon */
  /* current */
  /* media */
}
.SideNavigation_List li a .icon, .SideNavigation_List li .JsPopup_RegistApply .icon {
  aspect-ratio: 1/1;
  width: 20px;
  margin-right: 10px;
}
.SideNavigation_List li a.current, .SideNavigation_List li .JsPopup_RegistApply.current {
  color: #03a6a1;
}
@media (min-width: 992px) {
  .SideNavigation_List li a.current, .SideNavigation_List li .JsPopup_RegistApply.current {
    position: relative;
    border-bottom: none;
    /* after */
  }
  .SideNavigation_List li a.current:after, .SideNavigation_List li .JsPopup_RegistApply.current:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 100%;
    background-color: #03a6a1;
  }
}
@media (min-width: 992px) {
  .SideNavigation_List li a, .SideNavigation_List li .JsPopup_RegistApply {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .SideNavigation_List li {
    border-bottom: inherit;
  }
}
.SideNavigation_List li a.soon {
  cursor: auto;
  color: #eaeaea;
}
@media (max-width: 992px) {
  .SideNavigation_List {
    position: fixed;
    top: 50px;
    left: -150vw;
    width: 100%;
    height: calc(100vh - 50px);
    margin-top: 0;
    padding: 0 15px;
    background-color: #fff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 10;
    /* active */
  }
  .SideNavigation_List.active {
    left: 0;
  }
}
.SideNavigation_List li.Logout {
  position: absolute;
  bottom: 60px;
  left: 0;
  /* media */
}
@media (max-width: 992px) {
  .SideNavigation_List li.Logout {
    width: 100%;
    position: static;
    bottom: inherit;
    left: inherit;
    margin-top: 20px;
    /* form */
  }
  .SideNavigation_List li.Logout form a {
    width: 90%;
    margin: 0 auto 20px;
    background-color: #2973b2;
    color: #fff;
    font-size: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 5px;
  }
}
.SideNavigation_List.is_tablet {
  height: 75%;
  position: relative;
}

/*SideNavigation*/
.DrawerContent {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* DrawerContent_btn */
  /* media */
  /* ArrivalNotice */
}
.DrawerContent_Btn {
  aspect-ratio: 1/1;
  width: 50px;
  height: auto;
  background-color: #03a6a1;
  position: relative;
  /* div */
  /* active */
}
.DrawerContent_Btn div {
  width: 15px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /* span */
}
.DrawerContent_Btn div span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.DrawerContent_Btn div span:nth-of-type(1) {
  top: -10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.DrawerContent_Btn div span:nth-of-type(2) {
  margin: auto;
  opacity: 1;
}
.DrawerContent_Btn div span:nth-of-type(3) {
  bottom: -10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.DrawerContent_Btn.active {
  /* span */
}
.DrawerContent_Btn.active span:nth-of-type(1) {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.DrawerContent_Btn.active span:nth-of-type(2) {
  opacity: 0;
}
.DrawerContent_Btn.active span:nth-of-type(3) {
  bottom: 0;
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (min-width: 992px) {
  .DrawerContent {
    display: none;
  }
}
.DrawerContent .ArrivalNotice {
  margin-right: 20px;
  padding: 0.15em;
  position: relative;
  /* figure */
  /* ArrivalNotice_Circle */
}
.DrawerContent .ArrivalNotice figure {
  aspect-ratio: 48/60;
  width: 24px;
}
.DrawerContent .ArrivalNotice_Circle {
  aspect-ratio: 1/1;
  width: 15px;
  height: auto;
  background-color: #ff0606;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  line-height: 1;
  font-size: 7pt;
  font-weight: bold;
  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;
}

/* DrawerContent */
/* SMART FOOTER NAVIGATION */
.smart_footer_navigation {
  background-color: #333;
  padding: 0 20px;
  position: fixed;
  width: 100%;
  height: 55px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  /* ul */
  /* media */
}
.smart_footer_navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  /* li */
}
.smart_footer_navigation ul li {
  min-width: 50px;
  min-height: 38px;
  /* a */
}
.smart_footer_navigation ul li a {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  gap: 2px;
  font-size: 1rem;
  /* icon_announce */
  /* icon_clock */
  /* icon_sheet */
  /* icon_note */
}
.smart_footer_navigation ul li a.current {
  color: #03a6a1;
}
.smart_footer_navigation ul li a.soon {
  color: rgba(255, 255, 255, 0.25);
}
.smart_footer_navigation ul li a.icon_announce svg.icon {
  aspect-ratio: 51/45;
  width: 25px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.smart_footer_navigation ul li a.icon_clock svg.icon {
  aspect-ratio: 45/45;
  width: 22.5px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.smart_footer_navigation ul li a.icon_sheet svg.icon {
  aspect-ratio: 61/45;
  width: 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.smart_footer_navigation ul li a.icon_note svg.icon {
  aspect-ratio: 42/45;
  width: 21px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 992px) {
  .smart_footer_navigation {
    display: none;
  }
}

/* smart_footer_navigation */
/* END SMART FOOTER NAVIGATION */
.drawer_menuSP {
  /* media */
  /* media */
}
@media (min-width: 1080px) {
  .drawer_menuSP {
    display: none;
  }
}
@media (max-width: 1080px) {
  .drawer_menuSP {
    position: fixed;
    top: -120%;
    width: 100%;
    height: 100vh;
    background-color: #a9a894;
    color: #fff;
    z-index: 4;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 800ms cubic-bezier(0.22, 1, 0.36, 1);
    transition: all 800ms cubic-bezier(0.22, 1, 0.36, 1);
    /* .footer_rounded */
  }
  .drawer_menuSP .menuList {
    letter-spacing: 1px;
    width: 88.0597014925%;
    margin-left: auto;
    margin-right: auto;
  }
  .drawer_menuSP .menuList li {
    padding: 0 0.5em;
    border-bottom: 1px solid #fff;
    /* sp_icon_links */
  }
  .drawer_menuSP .menuList li a {
    color: #fff;
    font-size: 1.75rem;
    height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transition: all 800ms cubic-bezier(0.22, 1, 0.36, 1);
    transition: all 800ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .drawer_menuSP .menuList li .sp_icon_links {
    position: relative;
    /* before */
    /* media */
  }
  .drawer_menuSP .menuList li .sp_icon_links:before {
    content: "";
    background: url("/storage/assets/images/common/out_href_bold_thin.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    aspect-ratio: 1/1;
    width: 20px;
    margin: 0 0.5em;
  }
}
@media (max-width: 1080px) and (min-width: 992px) {
  .drawer_menuSP .menuList li .sp_icon_links:before {
    content: none;
  }
}
@media (max-width: 1080px) {
  .drawer_menuSP .btn_lowerLight_triangle {
    margin-top: 25px;
    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;
    max-width: 295px;
    margin-left: auto;
    margin-right: auto;
  }
  .drawer_menuSP.active {
    top: 0%;
    padding-top: 75px;
  }
  .drawer_menuSP.active .menuList li a {
    height: 54px;
  }
  .drawer_menuSP .footer_rounded {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-column-gap: 14px;
    grid-row-gap: 10px;
    max-width: 140px;
    width: 100%;
    height: 80px;
    border-radius: 5px;
    font-size: 1.5rem;
    line-height: 1;
    position: relative;
    /* before */
    /* contact */
    /* official */
  }
  .drawer_menuSP .footer_rounded:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .drawer_menuSP .footer_rounded.contact {
    color: #868465;
    background-color: #fff;
    /* before */
  }
  .drawer_menuSP .footer_rounded.contact:before {
    background: url("/storage/assets/images/common/icon_mail_gold.svg");
    aspect-ratio: 65/46.6;
    width: 32px;
  }
  .drawer_menuSP .footer_rounded.official {
    background-color: #868465;
    color: #fff;
    /* before */
  }
  .drawer_menuSP .footer_rounded.official:before {
    background: url("/storage/assets/images/common/out_href_bold_thin.svg");
    aspect-ratio: 1/1;
    width: 22.5px;
  }
}

.sp_hotelbooking_bnr {
  display: block;
  max-width: 295px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
} /* sp_hotelbooking_bnr */
#footer {
  position: relative;
  background-color: #f5f2e6;
  color: #231815;
  padding: 50px 0 25px;
  /* media */
}
@media (min-width: 1080px) {
  #footer {
    padding: 100px 0 50px;
  }
}
#footer .logo {
  max-width: 295px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* media */
}
@media (min-width: 992px) {
  #footer .logo {
    max-width: 380px;
  }
}
#footer address {
  font-size: 1.25rem;
  line-height: 1.8;
  text-align: center;
  margin-top: 12px;
  /* media */
}
@media (min-width: 1080px) {
  #footer address {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 20px;
  }
}
#footer .include_commonMenu {
  /* menuList */
  /* media */
}
#footer .include_commonMenu .menuList {
  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;
  margin-top: 48px;
  /* a */
  /* li */
}
#footer .include_commonMenu .menuList a {
  color: #231815;
  font-size: 1.6rem;
  padding: 0 15px;
  height: 16px;
  line-height: 16px;
}
#footer .include_commonMenu .menuList li {
  /* not */
}
#footer .include_commonMenu .menuList li:not(:first-child) {
  position: relative;
  /* before */
}
#footer .include_commonMenu .menuList li:not(:first-child):before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #231815;
}
#footer .include_commonMenu .menuList .btn_square.official {
  display: none;
}
@media (max-width: 1080px) {
  #footer .include_commonMenu {
    display: none;
  }
}
#footer .copy {
  text-align: center;
  font-size: 1rem;
  margin-top: 48px;
  /* media */
}
@media (min-width: 1080px) {
  #footer .copy {
    font-size: 1.6rem;
    margin-top: 95px;
  }
}
#footer .btn_lowerLight_triangle {
  display: none;
}

#AppVersion {
  position: fixed;
  bottom: 1em;
  right: 1em;
  font-weight: bold;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.1);
  z-index: -1;
}

pre {
  display: none;
  /* media */
}
@media (min-width: 992px) {
  pre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hide_sp {
  display: none;
  /* media */
}
@media (min-width: 992px) {
  .hide_sp {
    display: block;
  }
}

/* hide_sp */
.hide_pc {
  /* media */
}
@media (min-width: 992px) {
  .hide_pc {
    display: none;
  }
}

/* hide_pc */
.block {
  display: block;
}

.noFlex {
  display: block !important;
}

.gradient_green {
  background: #03a6a1;
  background: -webkit-gradient(linear, left top, left bottom, from(#03a6a1), to(rgba(3, 166, 161, 0)));
  background: linear-gradient(180deg, #03a6a1 0%, rgba(3, 166, 161, 0) 100%);
} /* gradient_green */
.h100vh {
  height: 100vh;
} /* h100vh */
.txt-center {
  text-align: center;
}

.bg-white {
  background-color: #fff;
}

.color-green {
  color: #03a6a1;
}

/* FONT */
.lh1 {
  line-height: 1;
}

/* HEADER */
h2.Section_Title {
  font-size: 2rem;
  color: #03a6a1;
} /* Section_Title */
/* BOX MODEL */
.Box_Rounded {
  border-radius: 5px;
  overflow: hidden;
  /* media */
  /* AddUpperLabel */
  /* BoxContent_Wrap */
}
@media (max-width: 992px) {
  .Box_Rounded {
    overflow: auto;
  }
  .Box_Rounded .smart_w4000 {
    min-width: 4000px;
  }
}
.Box_Rounded.AddUpperLabel {
  padding: 0;
  /* UpperLabel */
}
.Box_Rounded.AddUpperLabel .UpperLabel {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #03a6a1;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding-left: 20px;
  /* media */
}
@media (min-width: 992px) {
  .Box_Rounded.AddUpperLabel .UpperLabel {
    height: 60px;
    padding-left: 50px;
  }
}
.Box_Rounded .BoxContent_Wrap {
  padding: 50px 20px;
  padding-top: 0;
  /* media */
}
@media (min-width: 992px) {
  .Box_Rounded .BoxContent_Wrap {
    padding: 0 50px 50px;
  }
}
.Box_Rounded .px-0 {
  padding-left: 0;
  padding-right: 0;
}

/* Box_Rounded */
/* shadow */
.Box_Shadow {
  -webkit-box-shadow: 0 0 10px rgba(3, 166, 161, 0.1);
          box-shadow: 0 0 10px rgba(3, 166, 161, 0.1);
} /* Box_Shadow */
/* ICONS */
.icon {
  /* stampIn */
  /* icon notice */
  /* icon office */
  /* icon map_pin */
  /* icon edit */
}
.icon.stampIn {
  aspect-ratio: 1/1;
  width: 25px;
  /* media */
}
@media (min-width: 992px) {
  .icon.stampIn {
    width: 30px;
  }
}
.icon.notice {
  aspect-ratio: 1/1;
  width: 20px;
  height: 20px;
}
.icon.office {
  aspect-ratio: 1/1;
  width: 20px;
  height: 20px;
}
.icon.map_pin {
  aspect-ratio: 56/66;
  width: 28px;
  height: 33px;
}
.icon.map_pin.green {
  color: #03a6a1;
}
.icon.edit {
  aspect-ratio: 67.5/60;
  width: 33.75px;
  height: 30px;
  cursor: pointer;
}
.icon.edit.green {
  color: #03a6a1;
}

/* icon */
.btn_green {
  cursor: pointer;
  background-color: #03a6a1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  /* rounded */
  /* sp_center */
  /* stamp In out */
  /* maw-295_340 */
  /* is_disabled */
}
.btn_green.rounded {
  border-radius: 4px;
  /* media */
}
@media (min-width: 992px) {
  .btn_green.rounded {
    border-radius: 5px;
  }
}
.btn_green.sp_center {
  /* media */
}
@media (max-width: 992px) {
  .btn_green.sp_center {
    margin-left: auto;
    margin-right: auto;
  }
}
.btn_green.maw-295_340 {
  width: 100%;
  max-width: 295px;
  height: 70px;
  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;
  grid-column-gap: 1em;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1;
  /* media */
}
@media (min-width: 992px) {
  .btn_green.maw-295_340 {
    max-width: 340px;
    height: 80px;
    font-size: 3rem;
  }
}
.btn_green.is_disabled {
  background-color: #747474;
  cursor: default;
}
.btn_green.is_cancel {
  background-color: #f2efe7;
  color: #b2b2b2;
}

/* btn_green */
.btn_close {
  cursor: pointer;
  position: relative;
  padding: 0 1em;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  color: #b2b2b2;
  height: 35px;
  border-radius: 2.5px;
  border: 2px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* media */
  /* after */
}
@media (min-width: 992px) {
  .btn_close {
    font-size: 1.4rem;
    text-align: left;
    border-radius: 5px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.btn_close span {
  content: "";
  aspect-ratio: 24/24;
  background-image: url("/storage/assets/images/common/close_adn_delete.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: auto;
  margin-right: 0.5em;
  /* media */
}
/* button close */
.status {
  /* label */
  /* current_flow */
}
.status label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 24px;
  border-radius: 12px;
  background-color: #ccc;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 0.5em;
  /* InProcess */
  /* Processed */
  /* Accepted */
}
.status label.InProcess {
  background-color: #f97f06;
}
.status label.Processed {
  background-color: #009fcf;
}
.status label.申請中 {
  background-color: #03a6a1;
}
.status label.未処理 {
  background-color: #ccc;
}
.status label.Accepted {
  background-color: #03a6a1;
}
.status .current_flow {
  margin-top: 0.5em;
  font-size: 1.2rem;
}

/* status */
.List_CrossLabel {
  /* li */
  /* missingDates */
}
.List_CrossLabel li {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  /* a */
  /* hover */
  /* info */
  /* date */
  /* title */
  /* status */
}
.List_CrossLabel li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  height: 70px;
  padding: 0 44px 0 20px;
  /* media */
  /* icon arrow */
}
@media (min-width: 992px) {
  .List_CrossLabel li a {
    height: 50px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0 65px 0 18px;
  }
}
.List_CrossLabel li a .icon.arrow {
  aspect-ratio: 11/20;
  width: 5.5px;
  height: 10px;
  color: #03a6a1;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  /* media */
}
@media (min-width: 992px) {
  .List_CrossLabel li a .icon.arrow {
    width: 6px;
    height: 11px;
    right: 20px;
  }
}
.List_CrossLabel li:nth-child(odd) {
  background-color: #f2f9f9;
}
.List_CrossLabel li:hover {
  background-color: rgba(3, 166, 161, 0.25);
}
.List_CrossLabel li .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* media */
}
@media (min-width: 992px) {
  .List_CrossLabel li .info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.List_CrossLabel li .date {
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  color: #03a6a1;
  /* media */
}
@media (min-width: 992px) {
  .List_CrossLabel li .date {
    font-size: 1.4rem;
    width: 120px;
  }
}
.List_CrossLabel li .title {
  font-size: 1.5rem;
  font-weight: 500;
  /* media */
}
@media (min-width: 992px) {
  .List_CrossLabel li .title {
    font-size: 1.8rem;
    line-height: 1;
  }
}
.List_CrossLabel li .status {
  margin-left: auto;
}
.List_CrossLabel.missingDates {
  /* li */
}
.List_CrossLabel.missingDates li {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 1em;
  /* edit_and_create */
}
.List_CrossLabel.missingDates li:nth-child(odd) {
  background-color: #f2f9f9;
}
.List_CrossLabel.missingDates li:hover {
  background-color: #f2f9f9;
}
.List_CrossLabel.missingDates li:nth-child(even):hover {
  background-color: inherit;
}
.List_CrossLabel.missingDates li .edit_and_create {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 1em;
  /* a */
}
.List_CrossLabel.missingDates li .edit_and_create a {
  display: block;
  padding: 0;
  height: 100%;
}

/* List_CrossLabel */
.LearnMoreLink {
  color: #03a6a1;
  font-size: 2rem;
  padding-right: 13px;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* media */
  /* icon arrow */
  /* .mdRight */
}
.LearnMoreLink:link, .LearnMoreLink:visited, .LearnMoreLink:hover, .LearnMoreLink:active {
  color: #03a6a1;
}
@media (min-width: 992px) {
  .LearnMoreLink {
    font-size: 1.8rem;
    padding-right: 15px;
  }
}
.LearnMoreLink .icon.arrow {
  aspect-ratio: 11/20;
  width: 5.5px;
  height: 10px;
  color: #03a6a1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /* media */
}
@media (min-width: 992px) {
  .LearnMoreLink .icon.arrow {
    width: 6px;
    height: 11px;
  }
}
.LearnMoreLink.mdRight {
  margin-left: auto;
  margin-right: auto;
  /* media */
}
@media (min-width: 992px) {
  .LearnMoreLink.mdRight {
    margin-right: 0;
  }
}

/* LearnMoreLink */
/* TABLE */
/* APPLICATION LIST */
.Table_Application_List_Layouts {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #f2f2f2;
  /* tr */
  /* thead tr */
  /* tbody tr */
}
.Table_Application_List_Layouts tr {
  /* th,td */
}
.Table_Application_List_Layouts tr th, .Table_Application_List_Layouts tr td {
  border-left: 1px solid #f2f2f2;
}
.Table_Application_List_Layouts tr th:nth-of-type(1), .Table_Application_List_Layouts tr td:nth-of-type(1) {
  max-width: 118px;
  width: 10.7272727273%;
}
.Table_Application_List_Layouts tr th:nth-of-type(2), .Table_Application_List_Layouts tr td:nth-of-type(2) {
  max-width: 114px;
  width: 10.3636363636%;
}
.Table_Application_List_Layouts tr th:nth-of-type(3), .Table_Application_List_Layouts tr td:nth-of-type(3) {
  max-width: 148px;
  width: 13.4545454545%;
}
.Table_Application_List_Layouts tr th:nth-of-type(4), .Table_Application_List_Layouts tr td:nth-of-type(4) {
  max-width: 394px;
  width: 35.8181818182%;
}
.Table_Application_List_Layouts tr th:nth-of-type(5), .Table_Application_List_Layouts tr td:nth-of-type(5) {
  max-width: 140px;
  width: 12.7272727273%;
}
.Table_Application_List_Layouts tr th:nth-of-type(6), .Table_Application_List_Layouts tr td:nth-of-type(6) {
  max-width: 60px;
  width: 5.4545454545%;
}
.Table_Application_List_Layouts tr th:nth-of-type(7), .Table_Application_List_Layouts tr td:nth-of-type(7) {
  max-width: 60px;
  width: 5.4545454545%;
}
.Table_Application_List_Layouts tr th:nth-of-type(8), .Table_Application_List_Layouts tr td:nth-of-type(8) {
  max-width: 60px;
  width: 5.4545454545%;
}
.Table_Application_List_Layouts tr .ajax_delete {
  cursor: pointer;
}
.Table_Application_List_Layouts tr .ajax_delete .icon.delete,
.Table_Application_List_Layouts tr .ajax_delete .more {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.Table_Application_List_Layouts tr .ajax_delete:hover .icon.delete,
.Table_Application_List_Layouts tr .ajax_delete:hover .more {
  color: red;
}
.Table_Application_List_Layouts thead tr {
  background-color: #f2f9f9;
  color: #03a6a1;
  height: 50px;
  font-size: 1.8rem;
  font-weight: 500;
  /* th */
}
.Table_Application_List_Layouts thead tr th {
  text-align: center;
}
.Table_Application_List_Layouts tbody tr {
  /* td */
  border-top: 1px solid #f2f2f2;
  height: 86px;
  font-size: 1.6rem;
  /* media */
  /* date */
  /* more */
  /* */
  /* reason */
  /* icon */
}
.Table_Application_List_Layouts tbody tr td {
  text-align: center;
}
@media (min-width: 992px) {
  .Table_Application_List_Layouts tbody tr {
    height: 82px;
  }
}
.Table_Application_List_Layouts tbody tr .date {
  font-size: 6px;
  color: #03a6a1;
  /* media */
}
@media (min-width: 992px) {
  .Table_Application_List_Layouts tbody tr .date {
    font-size: 1.2rem;
  }
}
.Table_Application_List_Layouts tbody tr .more {
  font-size: 1.4rem;
  color: #b2b2b2;
  /* media */
}
@media (min-width: 992px) {
  .Table_Application_List_Layouts tbody tr .more {
    font-size: 1.2rem;
  }
}
.Table_Application_List_Layouts tbody tr .reason {
  text-align: left;
  padding: 1em;
}
.Table_Application_List_Layouts tbody tr .reason .site_name_and_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  /* media */
}
@media (max-width: 992px) {
  .Table_Application_List_Layouts tbody tr .reason .site_name_and_time .site_name {
    width: 100%;
  }
}
.Table_Application_List_Layouts tbody tr .reason .contents {
  width: 100%;
  font-size: 1.4rem;
  margin-top: 0.25em;
  padding-top: 0.25em;
  border-top: 1px solid #ddd;
}
.Table_Application_List_Layouts tbody tr .icon {
  color: #b2b2b2;
}
.Table_Application_List_Layouts tbody tr .icon.check_circle {
  aspect-ratio: 1/1;
  width: 30px;
  /* Accepted */
}
.Table_Application_List_Layouts tbody tr .icon.check_circle.Accepted {
  color: #2973b2;
}
.Table_Application_List_Layouts tbody tr .icon.check_circle.Accepted + .more {
  color: #2973b2;
}
.Table_Application_List_Layouts tbody tr .icon.edit {
  color: #03a6a1;
  aspect-ratio: 67.5/60;
  width: 33.75px;
}
.Table_Application_List_Layouts tbody tr .icon.delete {
  aspect-ratio: 53/60;
  width: 26px;
}
.Table_Application_List_Layouts tbody td.is_edit {
  cursor: pointer !important;
  position: relative;
  /* before */
}
.Table_Application_List_Layouts tbody td.is_edit .icon, .Table_Application_List_Layouts tbody td.is_edit .more {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.Table_Application_List_Layouts tbody td.is_edit:before {
  content: "クリックで\aクイック承認";
  white-space: pre;
  font-size: 1.2rem;
  position: absolute;
  top: -300%;
  left: -170%;
  width: 90px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.5em 1em;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.Table_Application_List_Layouts tbody td.is_edit:hover:before {
  top: -3em;
  opacity: 1;
}
.Table_Application_List_Layouts tbody td.is_edit:hover .icon, .Table_Application_List_Layouts tbody td.is_edit:hover .more {
  color: #2973b2;
}

/* Table_Application_List_Layouts */
.approved_popup {
  /* foundation */
  /* is_popupbody */
  /* process */
}
.approved_popup.foundation {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -100vh;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.approved_popup .is_popupbody {
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 1em;
  overflow: hidden;
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.approved_popup .process {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #ddd;
}
.approved_popup .process:before {
  content: "";
  width: 200%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: repeating-linear-gradient(-45deg, #ddd, #ddd 4px, #fff 4px, #fff 8px);
  -webkit-animation: scroll-left 15s linear infinite;
          animation: scroll-left 15s linear infinite;
}
.approved_popup.active.foundation, .approved_popup.foundation.apply_update {
  opacity: 1;
  top: 0;
}

/* approved_popup */
/* TABLE */
/* APPLICATION LIST */
.Table_Attendance_Layouts {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #f2f2f2;
  /* media */
  /* media */
  /* tr */
  /* thead */
  /* tbody tr */
  /* is_edit_date */
}
@media (max-width: 992px) {
  .Table_Attendance_Layouts {
    min-width: 1500px;
  }
}
@media (min-width: 992px) {
  .Table_Attendance_Layouts {
    border-width: 2px;
    min-width: 1400px;
  }
}
.Table_Attendance_Layouts tr {
  /* th,td */
  /* td */
}
.Table_Attendance_Layouts tr th, .Table_Attendance_Layouts tr td {
  border-left: 1px solid #f2f2f2;
  /* media */
  /* 日 */
  /* nth01 */
  /* 曜日 */
  /* nth01 */
  /* 出勤時間 */
  /* nth01 */
  /* 退勤時間 */
  /* nth01 */
  /* 実退勤時間 */
  /* nth01 */
  /* 酒気 */
  /* nth01 */
  /* 勤務時間 */
  /* nth01 */
  /* 残業時間 */
  /* nth01 */
  /* 申請等 */
  /* nth01 */
  /* 備考 */
  /* nth01 */
  /* 出退勤位置情報 */
  /* nth01 */
}
@media (min-width: 992px) {
  .Table_Attendance_Layouts tr th, .Table_Attendance_Layouts tr td {
    border-width: 2px;
    font-size: 1.8rem;
  }
}
.Table_Attendance_Layouts tr th:nth-of-type(1), .Table_Attendance_Layouts tr td:nth-of-type(1) {
  width: 2.6666666667%;
}
.Table_Attendance_Layouts tr th:nth-of-type(2), .Table_Attendance_Layouts tr td:nth-of-type(2) {
  width: 3.8666666667%;
}
.Table_Attendance_Layouts tr th:nth-of-type(3), .Table_Attendance_Layouts tr td:nth-of-type(3) {
  width: 6.3333333333%;
}
.Table_Attendance_Layouts tr th:nth-of-type(4), .Table_Attendance_Layouts tr td:nth-of-type(4) {
  width: 6.3333333333%;
}
.Table_Attendance_Layouts tr th:nth-of-type(5), .Table_Attendance_Layouts tr td:nth-of-type(5) {
  width: 7.6666666667%;
}
.Table_Attendance_Layouts tr th:nth-of-type(6), .Table_Attendance_Layouts tr td:nth-of-type(6) {
  width: 6.3333333333%;
}
.Table_Attendance_Layouts tr th:nth-of-type(7), .Table_Attendance_Layouts tr td:nth-of-type(7) {
  width: 6.3333333333%;
}
.Table_Attendance_Layouts tr th:nth-of-type(8), .Table_Attendance_Layouts tr td:nth-of-type(8) {
  width: 6.3333333333%;
}
.Table_Attendance_Layouts tr th:nth-of-type(9), .Table_Attendance_Layouts tr td:nth-of-type(9) {
  width: 5.6666666667%;
}
.Table_Attendance_Layouts tr th:nth-of-type(10), .Table_Attendance_Layouts tr td:nth-of-type(10) {
  width: 34%;
}
.Table_Attendance_Layouts tr th:nth-of-type(11), .Table_Attendance_Layouts tr td:nth-of-type(11) {
  width: 10%;
}
.Table_Attendance_Layouts tr td {
  /* 日 */
  /* nth01 */
}
.Table_Attendance_Layouts tr td:nth-of-type(1) {
  font-size: 1.4rem;
  color: #03a6a1;
  font-weight: 500;
}
.Table_Attendance_Layouts tr.sat {
  background-color: rgba(3, 166, 161, 0.05);
}
.Table_Attendance_Layouts tr.sun {
  background-color: rgba(3, 33, 166, 0.05);
}
.Table_Attendance_Layouts tr.holiday {
  background-color: rgba(166, 3, 125, 0.05);
}
.Table_Attendance_Layouts thead {
  position: sticky;
  top: -1px;
  left: 0;
  height: 50px;
  /* tr */
}
.Table_Attendance_Layouts thead tr {
  background-color: #f2f9f9;
  font-size: 1.8rem;
  font-weight: 500;
  color: #03a6a1;
  height: 50px;
  max-height: 50px;
}
.Table_Attendance_Layouts thead th {
  text-align: center;
}
.Table_Attendance_Layouts tbody tr { /* no_stamp */
  /* td */
  /* media */
}
.Table_Attendance_Layouts tbody tr.no_stamp {
  background-color: #fff5f5;
}
.Table_Attendance_Layouts tbody tr td {
  text-align: center;
  height: 50px;
  /* media */
}
@media (min-width: 992px) {
  .Table_Attendance_Layouts tbody tr td {
    min-height: 82px;
    height: 82px;
  }
}
.Table_Attendance_Layouts tbody tr {
  border-top: 1px solid #f2f2f2;
}
@media (min-width: 992px) {
  .Table_Attendance_Layouts tbody tr {
    border-width: 2px;
  }
}
.Table_Attendance_Layouts tbody tr td:nth-of-type(9) {
  /* media */
}
@media (min-width: 992px), print {
  .Table_Attendance_Layouts tbody tr td:nth-of-type(9) {
    width: 100%;
    height: 100%;
    gap: 0.25em;
  }
  .Table_Attendance_Layouts tbody tr td:nth-of-type(9) .apply_rounded:not(:first-child) {
    margin-top: 0.25em;
  }
}
.Table_Attendance_Layouts .is_edit_date {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* span */
}
.Table_Attendance_Layouts .is_edit_date span {
  font-size: 1.4rem;
  text-align: center;
  color: #b2b2b2;
  /* media */
}
@media (min-width: 992px) {
  .Table_Attendance_Layouts .is_edit_date span {
    font-size: 1.2rem;
  }
}
.Table_Attendance_Layouts .contents {
  font-size: 1.5rem;
}
.Table_Attendance_Layouts .content_wrap {
  /* media */
}
@media (min-width: 992px), print {
  .Table_Attendance_Layouts .content_wrap {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 1em;
  }
  .Table_Attendance_Layouts .content_wrap p:nth-of-type(1) {
    margin-right: 1em;
  }
  .Table_Attendance_Layouts .content_wrap p.is_reason {
    width: 100%;
  }
}
@media print {
  .Table_Attendance_Layouts .content_wrap {
    font-size: 1.2rem;
  }
}

/* Table_Attendance_Layouts */
.apply_rounded {
  width: 64px;
  height: 24px;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  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;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  /* media */
}
.apply_rounded.overtime {
  background-color: #2973b2;
}
.apply_rounded.paid_leave {
  background-color: #f97f06;
}
.apply_rounded.compensation_day {
  background-color: #03a6a1;
}
@media (min-width: 992px) {
  .apply_rounded {
    min-width: 64px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 0.5em;
  }
}

/* apply_rounded */
.Various_Summaries {
  width: 100%;
  margin-left: auto;
  padding: 0 1em 1em;
  /* media */
  /* Various_Summaries_Body */
}
@media (min-width: 992px) {
  .Various_Summaries {
    padding: 0;
    padding-right: 50px;
    max-width: 600px;
  }
}
.Various_Summaries_Body {
  /* dl */
  /* media */
}
.Various_Summaries_Body dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* media */
  /* dt */
  /* dd */
}
@media (min-width: 992px) {
  .Various_Summaries_Body dl {
    border-top: 1px solid #f2f2f2;
    border-width: 2px;
    border-right: 2px solid #f2f2f2;
  }
  .Various_Summaries_Body dl:last-child {
    border-bottom: 2px solid #f2f2f2;
  }
}
.Various_Summaries_Body dl dt {
  width: 50%;
  background-color: #f2f9f9;
  color: #03a6a1;
  font-size: 1.8rem;
  line-height: 1.38;
  height: 50px;
  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;
  border-top: 2px solid #f2f2f2;
  border-left: 2px solid #f2f2f2;
  /* media */
}
@media (min-width: 992px) {
  .Various_Summaries_Body dl dt {
    border: none;
    width: 24%;
    border-left: 2px solid #f2f2f2;
    border-width: 2px;
  }
}
.Various_Summaries_Body dl dd {
  width: 50%;
  font-size: 1.8rem;
  line-height: 1.38;
  height: 50px;
  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;
  border-top: 2px solid #f2f2f2;
  border-left: 2px solid #f2f2f2;
  border-right: 2px solid #f2f2f2;
  /* media */
}
@media (min-width: 992px) {
  .Various_Summaries_Body dl dd {
    border: none;
    width: 24%;
    border-width: 2px;
  }
}
@media (max-width: 992px) {
  .Various_Summaries_Body {
    border-bottom: 2px solid #f2f2f2;
  }
}

/* Various_Summaries */
#mapModal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -100vh;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  /* media */
  /* modal-content */
  /* close-modal */
}
#mapModal.map-modal.active {
  top: 0;
}
@media (min-width: 992px) {
  #mapModal {
    z-index: 10;
  }
}
#mapModal .modal-content {
  padding: 1em;
  background-color: #fff;
  position: absolute;
  width: 80%;
  min-height: 75%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /* media */
  /* modal-left */
  /* modal-right */
  /* media */
}
@media (min-width: 992px) {
  #mapModal .modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1em;
    top: 100px;
    min-height: 77%;
  }
}
#mapModal .modal-content .modal-left {
  /* media */
}
@media (min-width: 992px) {
  #mapModal .modal-content .modal-left {
    min-width: 400px;
  }
}
#mapModal .modal-content .modal-right {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  #mapModal .modal-content {
    min-height: 75%;
    max-height: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* .modal-right */
  }
  #mapModal .modal-content .modal-right {
    min-height: 50%;
    max-height: 400px;
  }
  #mapModal .modal-content .modal-right #mapCanvas {
    height: 100% !important;
  }
}
#mapModal .close-modal {
  position: absolute;
  top: -3em;
  right: 0;
}

/* # mapModal */
#editModal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -100vh;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  /* modal-content */
}
#editModal.open {
  top: 0;
  opacity: 1;
}
#editModal .modal-content {
  padding: 1em;
  background-color: #fff;
  position: absolute;
  width: 80%;
  min-height: 75%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /* media */
  /* modal-left */
  /* modal-right */
  /* edit_stampInOut */
}
@media (min-width: 992px) {
  #editModal .modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1em;
    top: 100px;
    min-height: 77%;
  }
}
#editModal .modal-content .modal-left {
  /* media */
}
@media (min-width: 992px) {
  #editModal .modal-content .modal-left {
    min-width: 400px;
  }
}
#editModal .modal-content .modal-right {
  width: 100%;
  height: 100%;
}
#editModal .modal-content.edit_stampInOut {
  width: 90%;
  display: block;
  max-height: 70%;
  height: 100%;
  overflow-y: auto;
  /* media */
  /* editForm */
}
@media (min-width: 992px) {
  #editModal .modal-content.edit_stampInOut {
    width: 50%;
    padding: 2em;
  }
}
/* editModal */
#EmployeeInformation {
  position: relative;
  z-index: 4;
  /* select_wrap */
  /* Select_Std */
  /* Employee_Information_colorguide */
  /* color_guide */
  /* Table_AttendanceRecord_Layouts */
}
#EmployeeInformation .select_wrap {
  /* select_wrap_title */
}
#EmployeeInformation .select_wrap_title {
  /* media */
}
@media (max-width: 992px) {
  #EmployeeInformation .select_wrap_title {
    min-width: 90px;
  }
}
#EmployeeInformation .Select_Std {
  /* media */
}
@media (max-width: 992px) {
  #EmployeeInformation .Select_Std {
    min-width: 140px;
    width: 100%;
  }
}
#EmployeeInformation .color_guide { /* after20 */
  /* holiday_work */
  /* paid_leave */
  /* compensation_day */
}
#EmployeeInformation .color_guide.after20 {
  background-color: #ffebf6;
}
#EmployeeInformation .color_guide.holiday_work {
  background-color: #e6f3ff;
}
#EmployeeInformation .color_guide.paid_leave {
  background-color: #e6ffec;
}
#EmployeeInformation .color_guide.compensation_day {
  background-color: #fffae6;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #f2f2f2;
  /* media */
  /* media */
  /* thead */
  /* tbody */
  /* tbody */
  /* .infomation_box, */
  /* tr */
}
@media (max-width: 992px) {
  #EmployeeInformation .Table_AttendanceRecord_Layouts {
    min-width: 1500px;
  }
}
@media (min-width: 992px) {
  #EmployeeInformation .Table_AttendanceRecord_Layouts {
    border-width: 2px;
    min-width: 1400px;
  }
}
#EmployeeInformation .Table_AttendanceRecord_Layouts thead {
  border-bottom: 1px solid #f2f2f2;
  /* media */
  /* tr */
}
@media (min-width: 992px) {
  #EmployeeInformation .Table_AttendanceRecord_Layouts thead {
    border-width: 2px;
    position: sticky;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
  }
}
#EmployeeInformation .Table_AttendanceRecord_Layouts thead tr {
  /* th */
}
#EmployeeInformation .Table_AttendanceRecord_Layouts thead tr th {
  text-align: center;
  background-color: #03a6a1;
  color: #fff;
  border-right: 1px solid #f2f2f2;
  /* media */
}
@media (min-width: 992px) {
  #EmployeeInformation .Table_AttendanceRecord_Layouts thead tr th {
    border-width: 2px;
    width: 100px;
  }
}
#EmployeeInformation .Table_AttendanceRecord_Layouts thead tr:nth-of-type(1) th {
  height: 34px;
  font-size: 1.4rem;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts thead tr:nth-of-type(2) {
  border-top: 1px solid #f2f2f2;
  /* media */
}
#EmployeeInformation .Table_AttendanceRecord_Layouts thead tr:nth-of-type(2) th {
  height: 36px;
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  #EmployeeInformation .Table_AttendanceRecord_Layouts thead tr:nth-of-type(2) {
    border-width: 2px;
  }
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody {
  /* tr */
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody tr {
  /* td */
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody tr {
  border-bottom: 1px solid #f2f2f2;
  /* media */
}
@media (min-width: 992px) {
  #EmployeeInformation .Table_AttendanceRecord_Layouts tbody tr {
    border-width: 2px;
  }
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody tr td {
  text-align: center;
  border-right: 1px solid #f2f2f2;
  /* media */
  /* over_time */
}
@media (min-width: 992px) {
  #EmployeeInformation .Table_AttendanceRecord_Layouts tbody tr td {
    border-width: 2px;
    font-size: 1.8rem;
    font-weight: 500;
    vertical-align: baseline;
  }
  #EmployeeInformation .Table_AttendanceRecord_Layouts tbody tr td div {
    padding: 0.5em 0;
  }
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody tr td .over_time {
  /* authorized */
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody tr td .over_time.authorized {
  background-color: #ffe6e6;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody tr td.va-middle {
  vertical-align: middle;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody tr td.sticky, #EmployeeInformation .Table_AttendanceRecord_Layouts tbody tr td.sticky_Last_L, #EmployeeInformation .Table_AttendanceRecord_Layouts tbody tr td.sticky_Last_R {
  background-color: #fff;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody tr td:nth-of-type(1) {
  vertical-align: middle;
  color: #03a6a1;
  font-weight: bold;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody {
  /* memo */
  /* color_guide */
  /* paid_leave_hour */
  /* information */
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody .memo {
  font-size: 1.4rem;
  /* overtime */
  /* overtime */
  /* paid_leave */
  /* compensation_day */
  /* compensation_day */
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody .memo.js_change_apply {
  cursor: pointer;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody .memo.rounded_label {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  background-color: #ccc;
  padding: 0.25em 1em;
  border-radius: 12px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody .memo.overtime, #EmployeeInformation .Table_AttendanceRecord_Layouts tbody .memo.残業 {
  background-color: #2973b2;
  color: #fff;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody .memo.休日出勤 {
  background-color: #3ba3ff;
  color: #fff;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody .memo.paid_leave, #EmployeeInformation .Table_AttendanceRecord_Layouts tbody .memo.有給休暇 {
  background-color: #03a6a1;
  color: #fff;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody .memo.compensation_day, #EmployeeInformation .Table_AttendanceRecord_Layouts tbody .memo.代休 {
  background-color: #f97f06;
  color: #fff;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody .memo.生理休暇, #EmployeeInformation .Table_AttendanceRecord_Layouts tbody .memo.慶弔休暇, #EmployeeInformation .Table_AttendanceRecord_Layouts tbody .memo.産前産後休暇, #EmployeeInformation .Table_AttendanceRecord_Layouts tbody .memo.転勤休暇, #EmployeeInformation .Table_AttendanceRecord_Layouts tbody .memo.特別休暇, #EmployeeInformation .Table_AttendanceRecord_Layouts tbody .memo.服喪, #EmployeeInformation .Table_AttendanceRecord_Layouts tbody .memo.その他 {
  background-color: #ffb870;
  color: #fff;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody .as_status {
  font-size: 1.2rem;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody .color_guide {
  padding: 0.5em 0;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody .paid_leave_hour {
  font-weight: 500;
  font-size: 3rem;
  /* hour */
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody .paid_leave_hour .hour {
  font-size: 1.8rem;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody .information {
  font-weight: 500;
  font-size: 1.8rem;
  /* infomation_box */
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody .information .infomation_box, #EmployeeInformation .Table_AttendanceRecord_Layouts tbody .information_box {
  /* dl */
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody .information .infomation_box dl, #EmployeeInformation .Table_AttendanceRecord_Layouts tbody .information_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  /* dt */
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody .information .infomation_box dl:not(:first-child), #EmployeeInformation .Table_AttendanceRecord_Layouts tbody .information_box dl:not(:first-child) {
  margin-top: 6px;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody .information .infomation_box dl dt, #EmployeeInformation .Table_AttendanceRecord_Layouts tbody .information_box dl dt {
  font-size: 1.4rem;
  color: #fff;
  width: 60px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody .information .infomation_box dl dt.weekdays, #EmployeeInformation .Table_AttendanceRecord_Layouts tbody .information_box dl dt.weekdays {
  background-color: #03a6a1;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody .information .infomation_box dl dt.holidays, #EmployeeInformation .Table_AttendanceRecord_Layouts tbody .information_box dl dt.holidays {
  background-color: #2973b2;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody .information .infomation_box dl dt.overtime, #EmployeeInformation .Table_AttendanceRecord_Layouts tbody .information_box dl dt.overtime {
  background-color: #f97f06;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts .infomation_box {
  /* dl */
}
#EmployeeInformation .Table_AttendanceRecord_Layouts .infomation_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  /* dt */
}
#EmployeeInformation .Table_AttendanceRecord_Layouts .infomation_box dl:not(:first-child) {
  margin-top: 6px;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts .infomation_box dl dt {
  font-size: 1.4rem;
  color: #fff;
  width: 60px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts .infomation_box dl dt.weekdays {
  background-color: #03a6a1;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts .infomation_box dl dt.holidays {
  background-color: #2973b2;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts .infomation_box dl dt.overtime {
  background-color: #f97f06;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tr {
  /* th, td */
  /* POSITION STICKEY IS PC ONLY */
  /* th, td */
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tr th, #EmployeeInformation .Table_AttendanceRecord_Layouts tr td {
  /* holiday */
  /* sat */
  /* holiday_work */
  /* &.sticky */
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tr th.holiday, #EmployeeInformation .Table_AttendanceRecord_Layouts tr th.sun, #EmployeeInformation .Table_AttendanceRecord_Layouts tr td.holiday, #EmployeeInformation .Table_AttendanceRecord_Layouts tr td.sun {
  background-color: rgba(255, 235, 246, 0.5);
  vertical-align: middle;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tr th.sat, #EmployeeInformation .Table_AttendanceRecord_Layouts tr td.sat {
  background-color: rgba(233, 255, 255, 0.5);
  vertical-align: middle;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tr th.holiday_work, #EmployeeInformation .Table_AttendanceRecord_Layouts tr td.holiday_work {
  background-color: #e6f3ff;
  vertical-align: top;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tr th.sticky_Last_L, #EmployeeInformation .Table_AttendanceRecord_Layouts tr th.sticky_Last_R, #EmployeeInformation .Table_AttendanceRecord_Layouts tr td.sticky_Last_L, #EmployeeInformation .Table_AttendanceRecord_Layouts tr td.sticky_Last_R {
  border-left: 2px solid #f2f2f2;
  /* before */
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tr th.sticky_Last_L:before, #EmployeeInformation .Table_AttendanceRecord_Layouts tr th.sticky_Last_R:before, #EmployeeInformation .Table_AttendanceRecord_Layouts tr td.sticky_Last_L:before, #EmployeeInformation .Table_AttendanceRecord_Layouts tr td.sticky_Last_R:before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  left: -2px;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tr th.sticky, #EmployeeInformation .Table_AttendanceRecord_Layouts tr td.sticky {
  /* before */
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tr th.sticky:before, #EmployeeInformation .Table_AttendanceRecord_Layouts tr td.sticky:before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  right: -2px;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tr th, #EmployeeInformation .Table_AttendanceRecord_Layouts tr td {
  /* media */
}
@media (min-width: 992px) {
  #EmployeeInformation .Table_AttendanceRecord_Layouts tr th, #EmployeeInformation .Table_AttendanceRecord_Layouts tr td {
    /* sticky_Last_L */
    /* sticky_Last_R */
  }
  #EmployeeInformation .Table_AttendanceRecord_Layouts tr th.sticky, #EmployeeInformation .Table_AttendanceRecord_Layouts tr td.sticky {
    position: sticky;
    left: 0;
    z-index: 1;
    width: 160px;
  }
  #EmployeeInformation .Table_AttendanceRecord_Layouts tr th.sticky_Last_L, #EmployeeInformation .Table_AttendanceRecord_Layouts tr td.sticky_Last_L {
    position: sticky;
    z-index: 1;
    right: 94px;
    width: 175px;
    padding: 10px;
  }
  #EmployeeInformation .Table_AttendanceRecord_Layouts tr th.sticky_Last_R, #EmployeeInformation .Table_AttendanceRecord_Layouts tr td.sticky_Last_R {
    position: sticky;
    z-index: 1;
    right: 0;
    width: 94px;
    vertical-align: middle;
  }
}
#EmployeeInformation .js_incomplete_attendances {
  font-size: 1.6rem;
  margin-top: 1em;
  background-color: #ffe6e6;
  color: #d11515;
  padding: 0.5em 1em;
  cursor: pointer;
  position: relative;
}
#EmployeeInformation .js_incomplete_attendances:before, #EmployeeInformation .js_incomplete_attendances:after {
  content: "";
  position: absolute;
  top: 0;
  right: 2em;
  bottom: 0;
  margin: auto;
  width: 3px;
  height: 12px;
  border-radius: 9999px;
  background-color: #d11515;
  -webkit-transform-origin: 50% calc(100% - 1.5px);
          transform-origin: 50% calc(100% - 1.5px);
}
#EmployeeInformation .js_incomplete_attendances:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#EmployeeInformation .js_incomplete_attendances:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#EmployeeInformation .js_incomplete_attendances_box {
  font-size: 1.4rem;
  background-color: #ffe6e6;
  color: #d11515;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
#EmployeeInformation .js_incomplete_attendances_box div {
  padding: 0.5em 1em 1em;
}
#EmployeeInformation .js_incomplete_attendances_box dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 1em;
}
#EmployeeInformation .js_incomplete_attendances_box dl dt {
  min-width: 100px;
}
#EmployeeInformation .js_incomplete_attendances_box dl:not(:first-child) {
  margin-top: 1em;
}

/* EmployeeInformation */
.Employee_Information { /* incomplete_attendance */
  /* Employee_Information_Navigation */
  /* Employee_Information_Navigation */
  /* Employee_Information_select */
  /* Employee_Information_select */
  /* Employee_Information_SelectMonth */
  /* Employee_Information_SelectMonth */
  /* Employee_Information_colorguide */
  /* Employee_Information_colorguide */
  /* add_attendance */
}
.Employee_Information .incomplete_attendance {
  background-color: #fff5f5;
}
.Employee_Information_Navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
  font-size: 1.6rem;
}
.Employee_Information_select {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  font-size: 1.6rem;
  /* media */
  /* li */
  /* media */
}
@media (min-width: 992px) {
  .Employee_Information_select {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.Employee_Information_select li {
  width: 47%;
  /* media */
  /* a */
}
@media (min-width: 992px) {
  .Employee_Information_select li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.Employee_Information_select li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2.5px;
  background-color: #b2b2b2;
  height: 50px;
  font-size: 2rem;
  color: #fff;
  padding: 0 1em;
  line-height: 1.15;
  /* media */
}
.Employee_Information_select li a.current {
  background-color: #2973b2;
}
@media (min-width: 992px) {
  .Employee_Information_select li a {
    height: 60px;
    border-radius: 5px;
  }
}
@media (min-width: 992px) {
  .Employee_Information_select {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.Employee_Information_SelectMonth {
  font-size: 1.6rem;
  margin-top: 1em;
  /* media */
}
@media (min-width: 992px) {
  .Employee_Information_SelectMonth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1em;
  }
}
.Employee_Information_colorguide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
  font-size: 1.6rem;
  margin-top: 1em;
  /* media */
  /* dl */
  /* media */
  /* change_view */
}
.Employee_Information_colorguide dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  /* dt */
  /* dd */
}
.Employee_Information_colorguide dl dt {
  width: 120px;
  /* media */
}
@media (min-width: 992px) {
  .Employee_Information_colorguide dl dt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.Employee_Information_colorguide dl dd {
  height: 30px;
  width: 30px;
  border: 1px solid #000;
  /* media */
}
@media (min-width: 992px) {
  .Employee_Information_colorguide dl dd {
    border-width: 2px;
    height: 30px;
    width: 100px;
    margin-left: auto;
  }
}
@media (max-width: 992px) {
  .Employee_Information_colorguide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.Employee_Information_colorguide .change_view {
  background-color: #2973b2;
  color: #fff;
  border-radius: 2.5px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  /* media */
}
@media (min-width: 992px) {
  .Employee_Information_colorguide .change_view {
    border-radius: 5px;
    width: 190px;
    font-size: 1.8rem;
    margin-left: auto;
  }
}
.Employee_Information_colorguide .change_view.disabled {
  background-color: #b2b2b2;
}
.Employee_Information .add_attendance {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 2.5px;
  margin-top: 1em;
  /* media */
}
@media (min-width: 992px) {
  .Employee_Information .add_attendance {
    width: 125px;
    border-radius: 5px;
    margin-top: inherit;
    margin-left: auto;
  }
}
.Employee_Information .is_edit_date {
  /* media */
}
@media (max-width: 992px) {
  .Employee_Information .is_edit_date {
    margin-left: auto;
    margin-right: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Employee_Information .is_edit_date .icon.edit {
    max-width: 26px;
  }
  .Employee_Information .is_edit_date span {
    font-size: 1.2rem;
  }
}
.Employee_Information .js_drawer_tap_tables {
  /* media */
}
@media (max-width: 992px) {
  .Employee_Information .js_drawer_tap_tables {
    border-bottom: 2px solid #f2f2f2;
  }
}

/* Employee_Information */
/* js_drawer_tap_tables */
.js_drawer_tap_tables {
  height: 50px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  color: #03a6a1;
  font-weight: 500;
  padding-left: 1em;
  /* js_drawer_tap_tables close */
  /* attendance_simplemode */
}
.js_drawer_tap_tables:after {
  right: 1em !important;
}
.js_drawer_tap_tables.close + .js_drawer_content {
  height: 0 !important;
}
.js_drawer_tap_tables.attendance_simplemode {
  padding-left: 0;
  /* show_date */
}
.js_drawer_tap_tables.attendance_simplemode:after {
  content: none;
}
.js_drawer_tap_tables.attendance_simplemode p:first-child {
  width: 62px;
  min-width: 62px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 2px solid #f2f2f2;
  font-size: 1.8rem;
}
.js_drawer_tap_tables.attendance_simplemode .show_date {
  padding-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  grid-column-gap: 0.5em;
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  height: 100%;
  /* attendance_cell */
  /* media */
}
.js_drawer_tap_tables.attendance_simplemode .show_date p:first-child {
  border: none;
  font-size: 1.5rem;
}
.js_drawer_tap_tables.attendance_simplemode .show_date .is_clock_in,
.js_drawer_tap_tables.attendance_simplemode .show_date .is_clock_out {
  min-width: 48px;
}
.js_drawer_tap_tables.attendance_simplemode .show_date .attendance_cell {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media (max-width: 992px) {
  .js_drawer_tap_tables.attendance_simplemode .show_date {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .js_drawer_tap_tables.attendance_simplemode .show_date .apply_rounded {
    margin: inherit;
  }
}

/* js_drawer_tap_tables */
/* js_drawer_content */
.js_drawer_content {
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
  overflow: hidden;
  /* AttendanceRecord_Layout */
  /* AttendanceRecord_Layout */
}
.js_drawer_content .AttendanceRecord_Layout {
  border-top: 2px solid #f2f2f2;
  /* li */
  /* &.is_Attendances */
  /* edit_and_place */
}
.js_drawer_content .AttendanceRecord_Layout li {
  border-bottom: 2px solid #f2f2f2;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-weight: 500;
  /* date */
  /* week */
  /* information */
  /* Various_Statistics */
}
.js_drawer_content .AttendanceRecord_Layout li .date {
  width: 40px;
  min-width: 40px;
  background-color: #03a6a1;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 2px solid #f2f2f2;
}
.js_drawer_content .AttendanceRecord_Layout li .week {
  width: 40px;
  min-width: 40px;
  background-color: #03a6a1;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 2px solid #f2f2f2;
}
.js_drawer_content .AttendanceRecord_Layout li .information {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /* information_Box */
  /* wrap_time */
  /* paid_leave */
  /* paid_leave */
  /* over_time authorized */
  /* Legal_holidays */
}
.js_drawer_content .AttendanceRecord_Layout li .information_Box {
  padding: 0 0.5em;
  padding-top: 5px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.js_drawer_content .AttendanceRecord_Layout li .information .wrap_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.js_drawer_content .AttendanceRecord_Layout li .information .wrap_time.flx-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  grid-row-gap: 0;
  grid-column-gap: 1em;
}
.js_drawer_content .AttendanceRecord_Layout li .information .wrap_time.flx-wrap .w100per {
  width: 100%;
}
.js_drawer_content .AttendanceRecord_Layout li .information .memo.paid_leave {
  color: #03a6a1;
}
.js_drawer_content .AttendanceRecord_Layout li .information .memo {
  font-size: 1.4rem;
  /* overtime */
  /* paid_leave */
  /* compensation_day */
}
.js_drawer_content .AttendanceRecord_Layout li .information .memo.overtime {
  color: #2973b2;
}
.js_drawer_content .AttendanceRecord_Layout li .information .memo.paid_leave {
  color: #03a6a1;
}
.js_drawer_content .AttendanceRecord_Layout li .information .memo.compensation_day {
  color: #f97f06;
}
.js_drawer_content .AttendanceRecord_Layout li .information .over_time.authorized {
  background-color: #ffe6e6;
  padding: 0 0.5em;
}
.js_drawer_content .AttendanceRecord_Layout li .information.Legal_holidays {
  background-color: #ffebf6;
}
.js_drawer_content .AttendanceRecord_Layout li.Various_Statistics {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Various_Statistics_Line */
  /* Various_Statistics_Information */
  /* GreenLabel */
  /* PaidHoliday */
  /* dl */
}
.js_drawer_content .AttendanceRecord_Layout li.Various_Statistics .Various_Statistics_Line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.js_drawer_content .AttendanceRecord_Layout li.Various_Statistics .Various_Statistics_Line:not(:first-child) {
  border-top: 2px solid #f2f2f2;
}
.js_drawer_content .AttendanceRecord_Layout li.Various_Statistics .Various_Statistics_Information {
  width: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.js_drawer_content .AttendanceRecord_Layout li.Various_Statistics .Various_Statistics_Information.PaidHoliday {
  padding-top: 10px;
}
.js_drawer_content .AttendanceRecord_Layout li.Various_Statistics .GreenLabel {
  background-color: #03a6a1;
  color: #fff;
  font-size: 2rem;
  line-height: 1.25;
  text-align: center;
  min-width: 80px;
  padding: 0.5em 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;
}
.js_drawer_content .AttendanceRecord_Layout li.Various_Statistics .PaidHoliday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* p */
}
.js_drawer_content .AttendanceRecord_Layout li.Various_Statistics .PaidHoliday p { /* .small */ }
.js_drawer_content .AttendanceRecord_Layout li.Various_Statistics .PaidHoliday p:not(.small) {
  font-size: 3rem;
  font-weight: 500;
}
.js_drawer_content .AttendanceRecord_Layout li.Various_Statistics .PaidHoliday p.small {
  font-size: 1.8rem;
  font-weight: 500;
}
.js_drawer_content .AttendanceRecord_Layout li.Various_Statistics dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  grid-column-gap: 0.5em;
  margin-top: 10px;
  /* dt */
  /* dd */
}
.js_drawer_content .AttendanceRecord_Layout li.Various_Statistics dl:not(:first-child) {
  margin-top: 5px;
}
.js_drawer_content .AttendanceRecord_Layout li.Various_Statistics dl dt {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  width: 60px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12.5px;
}
.js_drawer_content .AttendanceRecord_Layout li.Various_Statistics dl dt.weekdays {
  background-color: #03a6a1;
}
.js_drawer_content .AttendanceRecord_Layout li.Various_Statistics dl dt.holidays {
  background-color: #2973b2;
}
.js_drawer_content .AttendanceRecord_Layout li.Various_Statistics dl dt.overtime {
  background-color: #f97f06;
}
.js_drawer_content .AttendanceRecord_Layout li.Various_Statistics dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* p:not(.memo) */
}
.js_drawer_content .AttendanceRecord_Layout li.Various_Statistics dl dd p {
  /* :not(.memo)  */
  /* .memo */
}
.js_drawer_content .AttendanceRecord_Layout li.Various_Statistics dl dd p:not(.memo) {
  font-size: 2rem;
  font-weight: 500;
}
.js_drawer_content .AttendanceRecord_Layout li.Various_Statistics dl dd p.memo {
  font-size: 1.5rem;
}
.js_drawer_content .AttendanceRecord_Layout.is_Attendances {
  /* Attendance_RecordCell */
}
.js_drawer_content .AttendanceRecord_Layout.is_Attendances .Attendance_RecordCell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*dl*/
}
.js_drawer_content .AttendanceRecord_Layout.is_Attendances .Attendance_RecordCell dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 50px;
  border-bottom: 2px solid #f2f2f2;
  /* dt */
  /* textarea */
}
.js_drawer_content .AttendanceRecord_Layout.is_Attendances .Attendance_RecordCell dl dt {
  min-width: 135px;
  background-color: #f2f9f9;
  color: #03a6a1;
  font-size: 1.8rem;
  font-weight: 500;
  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;
}
.js_drawer_content .AttendanceRecord_Layout.is_Attendances .Attendance_RecordCell dl dd {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  padding: 0.35em 1em;
}
.js_drawer_content .AttendanceRecord_Layout.is_Attendances .Attendance_RecordCell dl.textarea dd {
  text-align: left;
}
.js_drawer_content .AttendanceRecord_Layout .edit_and_place {
  max-width: 590px;
  width: 88.0597014925%;
  margin: 20px auto;
  /* is_edit_date */
}
.js_drawer_content .AttendanceRecord_Layout .edit_and_place .is_place,
.js_drawer_content .AttendanceRecord_Layout .edit_and_place .is_edit_date {
  color: #fff;
  background-color: #03a6a1;
  height: 40px;
  border-radius: 2.5px;
  width: 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;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
}
.js_drawer_content .AttendanceRecord_Layout .edit_and_place .is_place .icon.edit,
.js_drawer_content .AttendanceRecord_Layout .edit_and_place .is_place .icon.map_pin,
.js_drawer_content .AttendanceRecord_Layout .edit_and_place .is_edit_date .icon.edit,
.js_drawer_content .AttendanceRecord_Layout .edit_and_place .is_edit_date .icon.map_pin {
  color: #fff;
  height: 20px;
  width: auto;
  position: absolute;
  left: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.js_drawer_content .AttendanceRecord_Layout .edit_and_place .is_edit_date {
  margin-top: 20px;
}

/* js_drawer_content */
.attendance_edit_ctrl {
  /* media */
}
@media (min-width: 992px) {
  .attendance_edit_ctrl {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .attendance_edit_ctrl button[type=submit] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
  }
}

/* attendance_edit_ctrl */
.js_delete_data {
  width: 100%;
  /* media */
}
@media (min-width: 992px) {
  .js_delete_data {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}

/* js_delete_data */
.EmployeeLists {
  margin-top: 20px;
  /* media */
  /* search_employee_box */
  /* Employee_Information_Tags */
  /* tag */
  /* Employee_Information_Add */
  /* EmployeeLists_Body */
}
@media (min-width: 992px) {
  .EmployeeLists {
    margin-top: 50px;
  }
}
.EmployeeLists .search_employee_box {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  position: relative;
  /* media */
  /* input[name=search_employee] */
  /* icon */
}
@media (min-width: 992px) {
  .EmployeeLists .search_employee_box {
    max-width: 255px;
    height: 48px;
    margin-top: 20px;
  }
}
.EmployeeLists .search_employee_box input[name=search_employee] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #f2f2f2;
  border-radius: 2.5px;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0 1em;
  position: relative;
  /* media */
}
.EmployeeLists .search_employee_box input[name=search_employee]::-webkit-input-placeholder {
  color: #b2b2b2;
}
.EmployeeLists .search_employee_box input[name=search_employee]::-moz-placeholder {
  color: #b2b2b2;
}
.EmployeeLists .search_employee_box input[name=search_employee]:-ms-input-placeholder {
  color: #b2b2b2;
}
.EmployeeLists .search_employee_box input[name=search_employee]::-ms-input-placeholder {
  color: #b2b2b2;
}
.EmployeeLists .search_employee_box input[name=search_employee]::placeholder {
  color: #b2b2b2;
}
@media (min-width: 992px) {
  .EmployeeLists .search_employee_box input[name=search_employee] {
    font-size: 1.8rem;
    border-radius: 5px;
  }
}
.EmployeeLists .search_employee_box button[type=submit] {
  cursor: pointer;
  aspect-ratio: 1/1;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: inherit;
}
.EmployeeLists .search_employee_box .icon {
  color: #03a6a1;
  aspect-ratio: 1/1;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.EmployeeLists .Employee_Information_Tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
  /* li a */
}
.EmployeeLists .Employee_Information_Tags li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-column-gap: 0.25em;
  font-size: 1.5rem;
  /* media */
}
@media (min-width: 992px) {
  .EmployeeLists .Employee_Information_Tags li a {
    font-size: 1.8rem;
  }
}
.EmployeeLists .icon.tag {
  color: #2973b2;
  aspect-ratio: 1/1;
  width: 15px;
  height: 15px;
}
.EmployeeLists .Employee_Information_Add {
  margin-top: 20px;
  /* media */
  /* add_employee */
  /* sort_name */
  /* Select_Std */
}
@media (min-width: 992px) {
  .EmployeeLists .Employee_Information_Add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.EmployeeLists .Employee_Information_Add .add_employee {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  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: 50px;
  border-radius: 2.5px;
  /* media */
}
@media (min-width: 992px) {
  .EmployeeLists .Employee_Information_Add .add_employee {
    border-radius: 5px;
    width: 125px;
    margin-left: auto;
  }
}
.EmployeeLists .Employee_Information_Add .sort_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
  /* media */
}
@media (max-width: 992px) {
  .EmployeeLists .Employee_Information_Add .sort_name {
    margin-top: 20px;
  }
}
.EmployeeLists .Employee_Information_Add .Select_Std {
  min-width: 200px;
  max-width: 200px;
  /* media */
}
@media (min-width: 992px) {
  .EmployeeLists .Employee_Information_Add .Select_Std {
    min-width: 200px;
    height: 36px;
    font-size: 1.6rem;
  }
}
.EmployeeLists .Employee_Information_Add .Select_Std select {
  font-size: 1.8rem;
  /* media */
}
@media (min-width: 992px) {
  .EmployeeLists .Employee_Information_Add .Select_Std select {
    font-size: 1.6rem;
  }
}
.EmployeeLists .EmployeeLists_Body {
  position: relative;
  /* js_drawer_content */
  /* media */
  /* EmployeeLists_LHeader */
  /* EmployeeLists_Lbody */
  /* js_drawer_tap_tables */
  /* Box_cell */
  /* is_ctrl */
}
.EmployeeLists .EmployeeLists_Body .js_drawer_content {
  /* media */
}
@media (min-width: 992px) {
  .EmployeeLists .EmployeeLists_Body .js_drawer_content {
    min-height: 85px;
    height: auto !important;
  }
}
@media (min-width: 992px) {
  .EmployeeLists .EmployeeLists_Body {
    height: 60vh;
    overflow-y: auto;
  }
}
.EmployeeLists .EmployeeLists_Body .EmployeeLists_LHeader {
  display: none;
  /* media */
}
@media (min-width: 992px) {
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_LHeader {
    position: sticky;
    left: 0;
    top: -50px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-width: 1008px;
    height: 50px;
    border-radius: 5px;
    background-color: #03a6a1;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    /* p */
  }
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_LHeader p {
    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;
  }
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_LHeader p:not(:first-child) {
    border-left: 2px solid #f2f2f2;
  }
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_LHeader p:nth-of-type(1) {
    min-width: 210px;
  }
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_LHeader p:nth-of-type(2) {
    min-width: 140px;
  }
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_LHeader p:nth-of-type(3) {
    width: 100%;
  }
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_LHeader p:nth-of-type(4) {
    min-width: 100px;
  }
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_LHeader p:nth-of-type(5) {
    min-width: 100px;
  }
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_LHeader p:nth-of-type(6) {
    min-width: 100px;
  }
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_LHeader p:nth-of-type(7) {
    min-width: 96px;
  }
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_LHeader p:nth-of-type(8) {
    min-width: 80px;
  }
}
.EmployeeLists .EmployeeLists_Body .EmployeeLists_Lbody {
  /* media */
  /* media */
}
@media (min-width: 992px) {
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_Lbody {
    border: none;
  }
}
.EmployeeLists .EmployeeLists_Body .EmployeeLists_Lbody li {
  margin-top: 20px;
  border: 2px solid #f2f2f2;
}
.EmployeeLists .EmployeeLists_Body .EmployeeLists_Lbody li .is_division {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  color: #2973b2;
  /* media */
}
@media (min-width: 992px) {
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_Lbody li .is_division {
    min-width: 140px;
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_Lbody {
    /* li */
  }
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_Lbody li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: 2px solid #f2f2f2;
    border-radius: 5px;
    min-width: 1008px;
    margin-top: 20px;
    /* Select_Std */
    /* js_drawer_content */
    /* is_ctrl */
    /* .Box_cell */
  }
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_Lbody li .Select_Std:after {
    content: none;
  }
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_Lbody li .js_drawer_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_Lbody li .is_division,
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_Lbody li .is_join {
    border-left: 2px solid #f2f2f2;
  }
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_Lbody li .is_join {
    font-size: 1.8rem;
  }
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_Lbody li .is_ctrl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: auto;
  }
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_Lbody li .is_ctrl a {
    border-left: 2px solid #f2f2f2;
    font-size: 1.4rem;
    /* soon */
  }
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_Lbody li .is_ctrl a:nth-of-type(3), .EmployeeLists .EmployeeLists_Body .EmployeeLists_Lbody li .is_ctrl a:nth-of-type(4) {
    border: none;
    border-left: 2px solid #f2f2f2;
  }
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_Lbody li .is_ctrl a:nth-of-type(1) {
    min-width: 100px;
  }
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_Lbody li .is_ctrl a:nth-of-type(2) {
    min-width: 100px;
  }
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_Lbody li .is_ctrl a:nth-of-type(3) {
    min-width: 100px;
  }
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_Lbody li .is_ctrl a:nth-of-type(4) {
    min-width: 96px;
  }
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_Lbody li .is_ctrl a:nth-of-type(5) {
    min-width: 80px;
  }
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_Lbody li .is_ctrl a.w80 {
    min-width: 80px;
    max-width: 80px;
  }
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_Lbody li .is_ctrl a.soon {
    color: #b2b2b2 !important;
  }
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_Lbody li .is_ctrl a.soon .icon {
    color: #b2b2b2 !important;
  }
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_Lbody li .Box_cell {
    border-bottom: none;
  }
  .EmployeeLists .EmployeeLists_Body .EmployeeLists_Lbody li .Box_cell:first-child {
    border-top: none;
  }
}
.EmployeeLists .EmployeeLists_Body .js_drawer_tap_tables {
  background-color: #f2f9f9;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.25em;
  min-height: 80px;
  /* media */
}
@media (min-width: 992px) {
  .EmployeeLists .EmployeeLists_Body .js_drawer_tap_tables {
    min-width: 210px;
    min-height: 85px;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: auto !important;
  }
}
.EmployeeLists .EmployeeLists_Body .js_drawer_tap_tables p:nth-of-type(1) {
  font-size: 2rem;
  color: #000;
}
.EmployeeLists .EmployeeLists_Body .js_drawer_tap_tables p:nth-of-type(2) {
  font-size: 1rem;
  color: #b2b2b2;
  /* media */
}
@media (min-width: 992px) {
  .EmployeeLists .EmployeeLists_Body .js_drawer_tap_tables p:nth-of-type(2) {
    font-size: 1.4rem;
  }
}
.EmployeeLists .EmployeeLists_Body .Box_cell {
  min-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  font-size: 1.5rem;
  font-weight: 500;
  border-bottom: 2px solid #f2f2f2;
}
.EmployeeLists .EmployeeLists_Body .Box_cell:first-child {
  border-top: 2px solid #f2f2f2;
}
.EmployeeLists .EmployeeLists_Body .is_ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* .icon.document */
  /*a*/
}
.EmployeeLists .EmployeeLists_Body .is_ctrl .icon.document {
  aspect-ratio: 48/60;
  width: 24px;
  height: 30px;
  color: #2973b2;
}
.EmployeeLists .EmployeeLists_Body .is_ctrl a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
  font-size: 1.5rem;
  font-weight: 500;
  width: 50%;
  height: 95px;
  /* media */
  /* media */
  /* soon */
}
.EmployeeLists .EmployeeLists_Body .is_ctrl a:nth-child(even) {
  border-left: 2px solid #f2f2f2;
}
.EmployeeLists .EmployeeLists_Body .is_ctrl a:nth-of-type(3), .EmployeeLists .EmployeeLists_Body .is_ctrl a:nth-of-type(4) {
  border-top: 2px solid #f2f2f2;
}
@media (max-width: 992px) {
  .EmployeeLists .EmployeeLists_Body .is_ctrl a:nth-of-type(5) {
    width: 100%;
    border-top: 2px solid #f2f2f2;
  }
}
@media (min-width: 992px) {
  .EmployeeLists .EmployeeLists_Body .is_ctrl a {
    height: auto;
  }
}
.EmployeeLists .EmployeeLists_Body .is_ctrl a.soon {
  color: #b2b2b2 !important;
}
.EmployeeLists .EmployeeLists_Body .is_ctrl a.soon .icon {
  color: #b2b2b2 !important;
}
.EmployeeLists select:disabled {
  background-color: #ccc;
}

/* EmployeeLists */
.alert_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -100vh;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  /* alert_popup */
}
.alert_popup.active {
  top: 0;
}
.alert_popup.fadeout {
  opacity: 0;
}
.alert_popup .alert_popup {
  position: absolute;
  width: 90%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 2em 1em;
  border-radius: 2.5px;
  background-color: #fff;
  font-size: 1.8rem;
  text-align: center;
  color: #03a6a1;
  /* media */
}
@media (min-width: 992px) {
  .alert_popup .alert_popup {
    border-radius: 5px;
    width: 400px;
    left: -200px;
  }
}

/* alert_popup */
.Employee_Create_and_Edit {
  padding: 30px 20px 50px;
  /* media */
  /* md-w255 */
  /* md-w500 */
  /* dl */
  /* md_flex_2col */
  /* attendance_edit_ctrl */
  /* hyphen_position */
  /* media */
}
@media (min-width: 992px) {
  .Employee_Create_and_Edit {
    padding: 30px 50px 50px;
  }
}
.Employee_Create_and_Edit .md-w255 {
  /* media */
}
@media (min-width: 992px) {
  .Employee_Create_and_Edit .md-w255 {
    width: 255px;
  }
}
.Employee_Create_and_Edit .md-w500 {
  /* media */
}
@media (min-width: 992px) {
  .Employee_Create_and_Edit .md-w500 {
    width: 500px;
  }
}
.Employee_Create_and_Edit dl {
  border-bottom: 2px solid #ccc;
  padding: 20px 0;
  /* media */
  /* dl */
  /* dd */
}
.Employee_Create_and_Edit dl.border_less {
  border-bottom: none;
}
@media (min-width: 992px) {
  .Employee_Create_and_Edit dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .Employee_Create_and_Edit dl.items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .Employee_Create_and_Edit dl.items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.Employee_Create_and_Edit dl dt {
  font-size: 2rem;
  color: #03a6a1;
  font-weight: 500;
  /* media */
  /* span */
  /* require */
}
@media (min-width: 992px) {
  .Employee_Create_and_Edit dl dt {
    width: 250px;
    min-width: 250px;
  }
}
.Employee_Create_and_Edit dl dt span {
  color: #b2b2b2;
  font-size: 1.3rem;
  /* media */
}
@media (min-width: 992px) {
  .Employee_Create_and_Edit dl dt span {
    font-size: 2rem;
  }
}
.Employee_Create_and_Edit dl dt.require {
  position: relative;
  /* after */
}
.Employee_Create_and_Edit dl dt.require:after {
  content: "必須";
  color: #da3275;
  font-size: 1.5rem;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Employee_Create_and_Edit dl dd {
  /* input */
  /* textarea */
  /* media */
  /* note */
  /* stamp_managers */
  /* md-w15 */
  /* input[type=radio][name=contract_renewal] */
  /* pswd_ctrl */
  /* media */
}
.Employee_Create_and_Edit dl dd input[type=text],
.Employee_Create_and_Edit dl dd input[type=date],
.Employee_Create_and_Edit dl dd input[type=number],
.Employee_Create_and_Edit dl dd input[type=password],
.Employee_Create_and_Edit dl dd input[type=email] {
  border-radius: 2.5px;
  border: 2px solid #ccc;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 1em;
  font-size: 1.5rem;
  font-weight: 500;
  /* media */
  /* media */
}
@media (min-width: 992px) {
  .Employee_Create_and_Edit dl dd input[type=text],
  .Employee_Create_and_Edit dl dd input[type=date],
  .Employee_Create_and_Edit dl dd input[type=number],
  .Employee_Create_and_Edit dl dd input[type=password],
  .Employee_Create_and_Edit dl dd input[type=email] {
    border-radius: 5px;
    font-size: 1.8rem;
  }
}
@media (max-width: 992px) {
  .Employee_Create_and_Edit dl dd input[type=text],
  .Employee_Create_and_Edit dl dd input[type=date],
  .Employee_Create_and_Edit dl dd input[type=number],
  .Employee_Create_and_Edit dl dd input[type=password],
  .Employee_Create_and_Edit dl dd input[type=email] {
    width: 100%;
  }
}
.Employee_Create_and_Edit dl dd textarea {
  border-radius: 2.5px;
  border: 2px solid #ccc;
  font-size: 1.5rem;
  line-height: 1.75;
  padding: 0.5em 1em;
  /* media */
  /* media */
}
@media (min-width: 992px) {
  .Employee_Create_and_Edit dl dd textarea {
    font-size: 1.8rem;
  }
}
@media (max-width: 992px) {
  .Employee_Create_and_Edit dl dd textarea {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .Employee_Create_and_Edit dl dd {
    width: 100%;
  }
}
.Employee_Create_and_Edit dl dd .note {
  color: #2973b2;
  font-size: 1.3rem;
  line-height: 1.38;
  /* media */
}
@media (min-width: 992px) {
  .Employee_Create_and_Edit dl dd .note {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.Employee_Create_and_Edit dl dd .note.pink {
  color: #da3275;
}
.Employee_Create_and_Edit dl dd #stamp_managers {
  display: none;
  /* label */
}
.Employee_Create_and_Edit dl dd #stamp_managers + label {
  font-size: 2rem;
  font-weight: bold;
  padding-left: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  /* before */
  /* after */
}
.Employee_Create_and_Edit dl dd #stamp_managers + label:before {
  content: "";
  aspect-ratio: 1/1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 2px solid #ccc;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.Employee_Create_and_Edit dl dd #stamp_managers + label:after {
  content: "";
  background: url("/storage/assets/images/common/checkbox_checked.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 28px;
  position: absolute;
  top: 0;
  left: 0.4em;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.Employee_Create_and_Edit dl dd #stamp_managers:checked + label:after {
  opacity: 1;
}
.Employee_Create_and_Edit dl dd.md-w15 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* media */
}
@media (min-width: 992px) {
  .Employee_Create_and_Edit dl dd.md-w15 {
    width: 15%;
  }
}
.Employee_Create_and_Edit dl dd input[type=radio][name=contract_renewal] {
  display: none;
}
.Employee_Create_and_Edit dl dd input[type=radio][name=contract_renewal] + label {
  font-size: 1.5rem;
  font-weight: 500;
  padding-left: 2em;
  position: relative;
  width: 50%;
  /* media */
  /* before */
  /* after */
}
@media (min-width: 992px) {
  .Employee_Create_and_Edit dl dd input[type=radio][name=contract_renewal] + label {
    font-size: 1.8rem;
    padding-left: 2.5em;
  }
}
.Employee_Create_and_Edit dl dd input[type=radio][name=contract_renewal] + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #ccc;
  width: 20px;
  height: 20px;
  /* media */
}
@media (min-width: 992px) {
  .Employee_Create_and_Edit dl dd input[type=radio][name=contract_renewal] + label:before {
    border-width: 4px;
    width: 30px;
    height: 30px;
  }
}
.Employee_Create_and_Edit dl dd input[type=radio][name=contract_renewal] + label:after {
  content: "";
  aspect-ratio: 1/1;
  background-color: #03a6a1;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  /* media */
}
@media (min-width: 992px) {
  .Employee_Create_and_Edit dl dd input[type=radio][name=contract_renewal] + label:after {
    width: 18px;
    height: 18px;
    left: 10px;
  }
}
.Employee_Create_and_Edit dl dd input[type=radio][name=contract_renewal]:checked + label:after {
  opacity: 1;
}
.Employee_Create_and_Edit dl dd .pswd_ctrl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* btn_switch */
  /* show */
}
.Employee_Create_and_Edit dl dd .pswd_ctrl .btn_switch {
  position: absolute;
  aspect-ratio: 1/1;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* before */
}
.Employee_Create_and_Edit dl dd .pswd_ctrl .btn_switch:before {
  content: "";
  display: block;
  background: url("/storage/assets/images/common/pswd_hide.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 45.5/40;
  width: 22px;
}
.Employee_Create_and_Edit dl dd .pswd_ctrl.show {
  /* before */
}
.Employee_Create_and_Edit dl dd .pswd_ctrl.show .btn_switch:before {
  background: url("/storage/assets/images/common/pswd_show.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 45/40;
  width: 22px;
}
.Employee_Create_and_Edit dl dd {
  margin-top: 2px;
}
@media (min-width: 992px) {
  .Employee_Create_and_Edit dl dd {
    margin-top: 0;
    width: 100%;
  }
}
.Employee_Create_and_Edit .md_flex_2col {
  display: block;
  /* media */
  /* media */
}
@media (min-width: 992px) {
  .Employee_Create_and_Edit .md_flex_2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Employee_Create_and_Edit .md_flex_2col dl {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .Employee_Create_and_Edit .md_flex_2col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .Employee_Create_and_Edit .md_flex_2col dl {
    width: 50%;
  }
}
.Employee_Create_and_Edit .attendance_edit_ctrl {
  margin-top: 30px;
  /* media */
}
.Employee_Create_and_Edit .attendance_edit_ctrl button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
@media (min-width: 992px) {
  .Employee_Create_and_Edit .attendance_edit_ctrl {
    margin-bottom: 0;
  }
}
.Employee_Create_and_Edit .Select_Std select {
  border-width: 2px;
}
@media (max-width: 992px) {
  .Employee_Create_and_Edit .Select_Std select {
    height: 42px;
  }
}
.Employee_Create_and_Edit .Select_Std.disabled {
  position: relative;
}
.Employee_Create_and_Edit .Select_Std.disabled select {
  background-color: #ccc;
}
.Employee_Create_and_Edit .Select_Std.disabled:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.Employee_Create_and_Edit .hyphen_position {
  position: relative;
  /* media */
}
@media (max-width: 992px) {
  .Employee_Create_and_Edit .hyphen_position {
    padding-bottom: calc(20px + 1.5em);
    /* hyphen */
  }
  .Employee_Create_and_Edit .hyphen_position .hyphen {
    position: absolute;
    bottom: 1.5em;
    left: 0;
  }
}
@media (min-width: 992px) {
  .Employee_Create_and_Edit .md-w500 {
    width: 100%;
    min-width: 300px;
    max-width: 500px;
  }
}

/* Employee_Create_and_Edit */
/* COMMON */
.Popup_Title {
  color: #03a6a1;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  /* media */
}
@media (min-width: 992px) {
  .Popup_Title {
    font-size: 3rem;
  }
}

/* Popup_Title */
.Input_Std {
  height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ccc;
  border-radius: 2.5px;
  padding: 0 1em;
  font-size: 1.5rem;
  outline: none;
  /* media */
}
@media (min-width: 992px) {
  .Input_Std {
    border-radius: 5px;
    height: 48px;
    font-size: 1.8rem;
  }
}

/* .Input_Std */
.Select_Std {
  height: 40px;
  position: relative;
  /* media */
  /* select */
  /* miw-200 */
  /* locked */
}
.Select_Std:after {
  content: "";
  display: block;
  background: url("/storage/assets/images/common/arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 10/19;
  width: 10px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  /* media */
}
@media (min-width: 992px) {
  .Select_Std:after {
    right: 20px;
  }
}
@media (min-width: 992px) {
  .Select_Std {
    border-radius: 5px;
    height: 48px;
  }
}
.Select_Std select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ccc;
  border-radius: 2.5px;
  width: 100%;
  height: 100%;
  padding: 0 1em;
  font-size: 1.5rem;
  outline: none;
  /* media */
}
@media (min-width: 992px) {
  .Select_Std select {
    font-size: 1.8rem;
    border-radius: 5px;
  }
}
.Select_Std.miw-200 {
  /* media */
}
@media (min-width: 992px) {
  .Select_Std.miw-200 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 200px;
  }
}
.Select_Std.sp_miw200 {
  /* media */
}
@media (max-width: 992px) {
  .Select_Std.sp_miw200 {
    min-width: 200px;
  }
}
.Select_Std.smh-50 {
  /* media */
}
@media (max-width: 992px) {
  .Select_Std.smh-50 {
    height: 50px;
  }
}
.Select_Std.locked:after {
  content: none;
}
.Select_Std.locked select[name=select_work_site_id] {
  cursor: inherit;
  background-color: #ccc;
}

/* Select_Std */
.TextArea_Std {
  /* text area */
}
.TextArea_Std textarea {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 1em;
}
.TextArea_Std textarea::-webkit-input-placeholder {
  color: #b2b2b2;
}
.TextArea_Std textarea::-moz-placeholder {
  color: #b2b2b2;
}
.TextArea_Std textarea:-ms-input-placeholder {
  color: #b2b2b2;
}
.TextArea_Std textarea::-ms-input-placeholder {
  color: #b2b2b2;
}
.TextArea_Std textarea::placeholder {
  color: #b2b2b2;
}

/* TextArea_Std */
.Select_Layout {
  /* dl */
  /*Radio_Std */
  position: relative;
  /* js_start_camera */
}
.Select_Layout dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  height: auto;
  min-height: 22px;
  /* not:first */
  /* media */
  /* dd */
}
.Select_Layout dl:not(:first-child) {
  margin-top: 17px;
}
@media (min-width: 992px) {
  .Select_Layout dl {
    font-size: 2rem;
  }
}
.Select_Layout dl dt {
  min-width: 100px;
  /* media */
}
@media (min-width: 992px) {
  .Select_Layout dl dt {
    min-width: 145px;
  }
}
.Select_Layout dl dd {
  width: 100%;
}
.Select_Layout .Radio_Std {
  /* input:radio */
}
.Select_Layout .Radio_Std input[type=radio] {
  display: none;
  /* label */
}
.Select_Layout .Radio_Std input[type=radio] + label {
  padding-left: 30px;
  position: relative;
  /* before */
  /* after */
}
.Select_Layout .Radio_Std input[type=radio] + label:before {
  content: "";
  aspect-ratio: 1/1;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #ccc;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.Select_Layout .Radio_Std input[type=radio] + label:after {
  content: "";
  aspect-ratio: 1/1;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #03a6a1;
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.Select_Layout .Radio_Std input[type=radio]:checked + label:after {
  opacity: 1;
}
.Select_Layout .Radio_Std input[type=radio]:disabled:checked + label:after {
  background-color: #ccc;
}
.Select_Layout .js_start_camera {
  aspect-ratio: 1/1;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0.5em;
  right: 1em;
  border: 2px solid #000;
  border-radius: 50%;
  /* media */
  /* reply */
  /* offset */
}
.Select_Layout .js_start_camera figure {
  padding: 0.5em;
}
@media (min-width: 992px) {
  .Select_Layout .js_start_camera {
    display: none;
  }
}
.Select_Layout .js_start_camera.reply {
  z-index: 2;
  width: 30px;
  height: 30px;
  z-index: 2;
  width: 30px;
  height: 30px;
  top: -0.8em;
  right: -0.5em;
  background-color: #fff;
}
.Select_Layout .js_start_camera.reply figure {
  padding: 0.2em;
}
.Select_Layout .js_start_camera.offset {
  top: -1em;
}
.Select_Layout .js_start_camera.offset + #mainContent {
  top: -1em;
}
.Select_Layout .js_start_camera.offset.reply {
  top: -2.5rem;
}
.Select_Layout .js_start_camera.noshooted {
  background-color: #ffeeee;
}
.Select_Layout .js_start_camera.noshooted:before {
  content: "撮影して下さい";
  position: absolute;
  width: 100px;
  bottom: -1.6em;
  text-align: center;
  left: -30px;
  right: 0;
  margin: auto;
  font-size: 10px;
  font-weight: 600;
  color: red;
}

/* Select_Layout */
/* 出退勤打刻 - - - - - - - - - - - - - - - - - - - */
.JsPopup_StampInOut {
  /* JsPopup_StampInOut_Foundation */
  /* JsPopup_StampInOut_PopupBody */
}
.JsPopup_StampInOut_Foundation {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -100vh;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  /* active */
  /* hide */
}
.JsPopup_StampInOut_Foundation.active {
  top: 0;
  opacity: 1;
}
.JsPopup_StampInOut_Foundation.hide {
  opacity: 0;
}
.JsPopup_StampInOut_PopupBody {
  padding: 20px 0 0;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  width: 89.3333333333%;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /* media */
  /* Accompaniment_members */
  /* is_Message */
  /* JsPopup_StampInOut_PopupBody is_close */
  /* #mainContent */
  /* camera */
}
@media (min-width: 992px) {
  .JsPopup_StampInOut_PopupBody {
    padding: 50px 0 0;
    max-width: 600px;
  }
}
.JsPopup_StampInOut_PopupBody .Accompaniment_members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  /* li */
  /* input[name=accompaniment_members] */
  /* is_Delete_member */
}
.JsPopup_StampInOut_PopupBody .Accompaniment_members li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.JsPopup_StampInOut_PopupBody .Accompaniment_members input[name="accompaniment_members[]"] {
  display: none;
  /* label */
}
.JsPopup_StampInOut_PopupBody .Accompaniment_members input[name="accompaniment_members[]"] + label {
  font-size: 1.5rem;
  /* media */
}
@media (min-width: 992px) {
  .JsPopup_StampInOut_PopupBody .Accompaniment_members input[name="accompaniment_members[]"] + label {
    font-size: 2rem;
  }
}
.JsPopup_StampInOut_PopupBody .Accompaniment_members .is_Delete_member {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 25px;
  margin-left: 0.75em;
  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;
  grid-column-gap: 0.5em;
  border: 2px solid rgba(204, 204, 204, 0.6666666667);
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0 1em;
  color: #b2b2b2;
  position: relative;
  /* media */
}
.JsPopup_StampInOut_PopupBody .Accompaniment_members .is_Delete_member:before {
  content: "";
  background: url("/storage/assets/images/common/close_adn_delete.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 14px;
}
.JsPopup_StampInOut_PopupBody .is_Message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 0;
}
.JsPopup_StampInOut_PopupBody.is_close {
  overflow: hidden;
  height: 0 !important;
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.JsPopup_StampInOut_PopupBody.is_close .Popup_Title,
.JsPopup_StampInOut_PopupBody.is_close .Select_Layout,
.JsPopup_StampInOut_PopupBody.is_close .JsPopup_StampInOut_Ctrl {
  opacity: 0;
}
.JsPopup_StampInOut_PopupBody.is_close .is_Message {
  opacity: 1;
  bottom: 0;
}
.JsPopup_StampInOut_PopupBody #mainContent {
  position: absolute;
  top: 0;
  right: 0.5em;
  width: 60px;
  aspect-ratio: 1/1;
  z-index: 1;
}
.JsPopup_StampInOut_PopupBody #mainContent img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.JsPopup_StampInOut_PopupBody #camera {
  position: absolute;
  top: 0;
  left: 0;
}
.JsPopup_StampInOut_PopupBody select[name=select_work_site_id].noselected {
  position: relative;
  background-color: #ffeeee;
}

/* JsPopup_StampInOut */
.js_switch_site_select.offset {
  /* media */
}
@media (max-width: 992px) {
  .js_switch_site_select.offset {
    margin-top: 2em !important;
  }
}

/* .js_switch_site_select.offset */
/* 各種申請 - - - - - - - - - - - - - - - - - - - - */
.JsPopup_RegistApply {
  /* JsPopup_RegistApply_Foundation */
  /* JsPopup_RegistApply_PopupBody */
}
.JsPopup_RegistApply_Foundation {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -100vh;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  /* media */
  /* active */
  /* hide */
}
@media (min-width: 992px) {
  .JsPopup_RegistApply_Foundation {
    left: 200px;
  }
}
.JsPopup_RegistApply_Foundation.active {
  top: 0;
  opacity: 1;
}
.JsPopup_RegistApply_Foundation.hide {
  opacity: 0;
}
.JsPopup_RegistApply_PopupBody {
  padding: 20px 0 0;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  width: 89.3333333333%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /* media */
  /* Application */
}
@media (min-width: 992px) {
  .JsPopup_RegistApply_PopupBody {
    padding: 50px 0 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: 50px;
    right: inherit;
  }
}
.JsPopup_RegistApply_PopupBody.Application {
  /* media */
}
@media (min-width: 992px) {
  .JsPopup_RegistApply_PopupBody.Application {
    top: 230px;
    bottom: inherit;
    min-width: 600px;
  }
}

/* JsPopup_RegistApply */
.JsPopup_RegistApply_Ctrl,
.JsPopup_StampInOut_Ctrl {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* media */
  /* buttons */
  /* .submit */
}
@media (min-width: 992px) {
  .JsPopup_RegistApply_Ctrl,
  .JsPopup_StampInOut_Ctrl {
    height: 60px;
  }
}
.JsPopup_RegistApply_Ctrl .cancel, .JsPopup_RegistApply_Ctrl .submit,
.JsPopup_StampInOut_Ctrl .cancel,
.JsPopup_StampInOut_Ctrl .submit {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  height: 100%;
  width: 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;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  /* media */
}
@media (min-width: 992px) {
  .JsPopup_RegistApply_Ctrl .cancel, .JsPopup_RegistApply_Ctrl .submit,
  .JsPopup_StampInOut_Ctrl .cancel,
  .JsPopup_StampInOut_Ctrl .submit {
    font-size: 1.8rem;
  }
}
.JsPopup_RegistApply_Ctrl .cancel[type=submit], .JsPopup_RegistApply_Ctrl .submit[type=submit],
.JsPopup_StampInOut_Ctrl .cancel[type=submit],
.JsPopup_StampInOut_Ctrl .submit[type=submit] {
  background-color: #03a6a1;
  color: #fff;
}
.JsPopup_RegistApply_Ctrl .cancel,
.JsPopup_StampInOut_Ctrl .cancel {
  color: #000;
}
.JsPopup_RegistApply_Ctrl .submit:disabled,
.JsPopup_StampInOut_Ctrl .submit:disabled {
  background-color: #a7a7a7;
}

/* JsPopup_RegistApply_Ctrl */
.EditableBox {
  /* TextArea_Std */
  /* btn_green */
  /* EditableBox_Header */
  /* EditableBox_DispLayout */
  /* limited style */
  /*Radio_Std */
}
.EditableBox .Input_Std,
.EditableBox .Select_Std {
  border-width: 2px;
  max-width: 506px;
}
.EditableBox .Input_Std select,
.EditableBox .Select_Std select {
  border-width: 2px;
  border-radius: 5px;
}
.EditableBox input[type=datetime-local] {
  /* media */
}
@media (max-width: 992px) {
  .EditableBox input[type=datetime-local] {
    width: 100%;
  }
}
.EditableBox .TextArea_Std textarea {
  border: 2px solid #ccc;
  border-radius: 2.5px;
  font-size: 1.5rem;
  /* media */
}
@media (min-width: 992px) {
  .EditableBox .TextArea_Std textarea {
    border-radius: 5px;
    font-size: 1.8rem;
  }
}
.EditableBox .btn_green {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
.EditableBox_Header {
  color: #2973b2;
  font-size: 2rem;
  font-weight: 500;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 15px;
  padding: 0 0.5em;
  background-color: #f2f9f9;
  border-radius: 2.5px;
  /* media */
}
@media (min-width: 992px) {
  .EditableBox_Header {
    border-radius: 5px;
    height: 60px;
    margin-top: 35px;
    padding: 0 1em;
  }
}
.EditableBox_DispLayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 0;
  /* media */
  /* dt */
  /* dd */
}
@media (min-width: 992px) {
  .EditableBox_DispLayout {
    padding: 20px 0;
  }
}
.EditableBox_DispLayout dt {
  min-width: 100px;
  color: #03a6a1;
  font-size: 1.5rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* media */
  /* require */
}
@media (min-width: 992px) {
  .EditableBox_DispLayout dt {
    font-size: 2rem;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
  }
}
.EditableBox_DispLayout dt.require {
  position: relative;
  /* after */
}
.EditableBox_DispLayout dt.require:after {
  content: "必須";
  color: #da3275;
  font-size: 1.5rem;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.EditableBox_DispLayout dd {
  width: 100%;
}
.EditableBox_DispLayout:not(.pb0) {
  border-bottom: 2px solid #ccc;
}
.EditableBox_DispLayout.pb0 {
  padding-bottom: 0;
}
.EditableBox .Radio_Editable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  /* input:radio */
}
.EditableBox .Radio_Editable input[type=radio] {
  display: none;
  /* label */
}
.EditableBox .Radio_Editable input[type=radio] + label {
  position: relative;
  padding-left: 30px;
  font-size: 1.5rem;
  font-weight: 500;
  /* media */
  /* before */
  /* after */
}
@media (min-width: 992px) {
  .EditableBox .Radio_Editable input[type=radio] + label {
    font-size: 2rem;
  }
}
.EditableBox .Radio_Editable input[type=radio] + label:before {
  content: "";
  aspect-ratio: 1/1;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 2px solid #ccc;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.EditableBox .Radio_Editable input[type=radio] + label:after {
  content: "";
  aspect-ratio: 27.4/20;
  background-image: url("/storage/assets/images/common/checkbox_checked.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0.25em;
  top: 0.15em;
  width: 14px;
  height: auto;
  opacity: 0;
  /* media */
}
@media (min-width: 992px) {
  .EditableBox .Radio_Editable input[type=radio] + label:after {
    left: 0.15em;
    top: 0.25em;
  }
}
.EditableBox .Radio_Editable input[type=radio]:checked + label:after {
  opacity: 1;
}

/* EditableBox */
#suggest,
#suggest_names,
#suggest_sites {
  background-color: #fff;
  border-radius: 2.5px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.125);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.125);
  /* div */
  /* suggest_name */
}
#suggest div,
#suggest_names div,
#suggest_sites div {
  padding: 0.5em 1em;
  background-color: rgba(3, 166, 161, 0);
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
#suggest div:hover,
#suggest_names div:hover,
#suggest_sites div:hover {
  background-color: rgba(3, 166, 161, 0.5);
}
#suggest.suggest_name, #suggest.suggest_sites,
#suggest_names.suggest_name,
#suggest_names.suggest_sites,
#suggest_sites.suggest_name,
#suggest_sites.suggest_sites {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  padding: 0;
  z-index: 11;
}
#suggest.suggest_sites,
#suggest_names.suggest_sites,
#suggest_sites.suggest_sites {
  /* media */
}
@media (min-width: 992px) {
  #suggest.suggest_sites,
  #suggest_names.suggest_sites,
  #suggest_sites.suggest_sites {
    min-width: 360px;
  }
}

/* #suggest */
.apply_flow {
  /*stamp_lists */
  /* accept-applylist */
}
.apply_flow .request-form-edit.read_only {
  position: relative;
  /* after */
}
.apply_flow .request-form-edit.read_only:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.apply_flow .request-form-edit.read_only .btn-wrap {
  position: relative;
  z-index: 10;
}
.apply_flow .request-form-edit.read_only .btn-wrap .btn {
  cursor: pointer;
}
.apply_flow .stamp_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid rgba(242, 242, 242, 0.9490196078);
  /* media */
  /* li */
  /* maw960 */
}
@media (min-width: 992px) {
  .apply_flow .stamp_lists {
    max-width: none;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.apply_flow .stamp_lists li {
  width: 50%;
  /* media */
  /* media */
  /* auther_position */
  /* auther_name */
  /* approved_date */
  /* media */
}
@media (min-width: 992px) {
  .apply_flow .stamp_lists li {
    max-width: 160px;
    width: 100%;
  }
  .apply_flow .stamp_lists li:not(:first-child) {
    border-left: 2px solid #f2f2f2;
  }
}
@media (max-width: 992px) {
  .apply_flow .stamp_lists li {
    border-top: 2px solid #f2f2f2;
  }
  .apply_flow .stamp_lists li:nth-child(even) {
    border-left: 2px solid #f2f2f2;
  }
  .apply_flow .stamp_lists li:nth-of-type(1), .apply_flow .stamp_lists li:nth-of-type(2) {
    border-top: none;
  }
}
.apply_flow .stamp_lists li .auther_position {
  height: 50px;
  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;
  background-color: #f2f9f9;
  font-size: 1.8rem;
  font-weight: 500px;
  color: #03a6a1;
}
.apply_flow .stamp_lists li .auther_name {
  height: 50px;
  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;
  font-size: 1.8rem;
  font-weight: 500px;
  border-bottom: 2px solid #f2f2f2;
}
.apply_flow .stamp_lists li .approved_date {
  height: 50px;
  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;
  font-size: 1.4rem;
  font-weight: 500px;
  color: #03a6a1;
}
@media (max-width: 992px) {
  .apply_flow .stamp_lists li:last-child {
    border-right: 2px solid #f2f2f2;
  }
  .apply_flow .stamp_lists li:nth-last-of-type(2):not(.count_7) {
    border-bottom: 2px solid #f2f2f2;
  }
  .apply_flow .stamp_lists li.count_8 {
    border-right: none;
  }
}
.apply_flow .stamp_lists.maw960 {
  /* media */
}
@media (min-width: 992px) {
  .apply_flow .stamp_lists.maw960 {
    max-width: 940px;
    margin-right: 0;
  }
}
.apply_flow .accept-applylist {
  /* li */
}
.apply_flow .accept-applylist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-column-gap: 1em;
  height: 75px;
  padding: 0 1em;
  /* media */
  /* auth_name */
  /* is_wrap */
  /* accept-delete */
}
.apply_flow .accept-applylist li:nth-child(odd) {
  background-color: #f2f9f9;
}
@media (min-width: 992px) {
  .apply_flow .accept-applylist li {
    height: 50px;
  }
}
.apply_flow .accept-applylist li .auth_name {
  color: #03a6a1;
  font-size: 1.5rem;
  font-weight: 500;
  min-width: 90px;
  /* media */
}
@media (min-width: 992px) {
  .apply_flow .accept-applylist li .auth_name {
    font-size: 1.8rem;
  }
}
.apply_flow .accept-applylist li .is_wrap {
  /* name */
  /* date */
  /* media */
}
.apply_flow .accept-applylist li .is_wrap .name {
  font-size: 1.5rem;
  font-weight: 500;
  margin-left: 1em;
  /* media */
}
@media (min-width: 992px) {
  .apply_flow .accept-applylist li .is_wrap .name {
    font-size: 1.8rem;
    width: 120px;
  }
}
.apply_flow .accept-applylist li .is_wrap .date {
  font-size: 1rem;
  color: #03a6a1;
  font-weight: 500;
  /* media */
}
@media (min-width: 992px) {
  .apply_flow .accept-applylist li .is_wrap .date {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .apply_flow .accept-applylist li .is_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-column-gap: 2em;
  }
}
.apply_flow .accept-applylist li .accept-delete {
  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: 0.5em;
  height: 25px;
  min-width: 80px;
  border-radius: 2.5px;
  border: 2px solid #f2f2f2;
  background-color: #fff;
  margin-left: auto;
  /* media */
}
@media (min-width: 992px) {
  .apply_flow .accept-applylist li .accept-delete {
    border-radius: 5px;
    min-width: 116px;
    height: 34px;
  }
}
.apply_flow .accept-applylist li .accept-delete .dli-close {
  display: inline-block;
  vertical-align: middle;
  color: #03a6a1;
  line-height: 1;
  width: 9px;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  /* media */
}
.apply_flow .accept-applylist li .accept-delete .dli-close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 992px) {
  .apply_flow .accept-applylist li .accept-delete .dli-close {
    width: 12px;
  }
}
.apply_flow .accept-applylist li .accept-delete p {
  font-size: 10px;
  color: #b2b2b2;
  /* media */
}
@media (min-width: 992px) {
  .apply_flow .accept-applylist li .accept-delete p {
    font-size: 14px;
  }
}

/* apply_flow */
/* LABEL DESIGN */
.stamp {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5em;
  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;
  border-radius: 3px;
  height: 40px;
  /* media */
  /* stamp_blue */
  /* direction-colmun-top */
}
@media (min-width: 992px) {
  .stamp {
    padding: 0 0.25em;
    font-size: 2.2rem;
    height: 42px;
  }
}
.stamp.stamp_blue {
  background-color: #2973b2;
}
.stamp.direction-colmun-top {
  /* media */
}
@media (min-width: 992px) {
  .stamp.direction-colmun-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: auto;
  }
}

/* label.stamp */
.note {
  color: #ff0606;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  /* media */
}
@media (min-width: 992px) {
  .note {
    font-size: 1.2rem;
  }
}
.note.text-small {
  font-size: 80% !important;
}

/* note */
.sticky_1000 {
  height: 1000px;
  /* media */
}
@media (min-width: 992px) {
  .sticky_1000 {
    height: 60vh;
  }
}

/* sticky_1000 */
.scroll-Y {
  overflow-y: auto;
  overflow-x: auto; /* 横スクロールも必要なら追加 */
  /* 共通: スクロールバー全体 */
  /* 背景（トラック） */
  /* スクロールつまみ部分 */
  /* ホバー時の色なども調整可 */
}
.scroll-Y::-webkit-scrollbar {
  width: 8px; /* 縦スクロールバーの太さ */
  height: 8px; /* 横スクロールバーの太さ ← これ重要！ */
}
.scroll-Y::-webkit-scrollbar-track {
  background: #b2b2b2;
  border-radius: 4px;
}
.scroll-Y::-webkit-scrollbar-thumb {
  background-color: #03a6a1;
  border-radius: 4px;
}
.scroll-Y::-webkit-scrollbar-thumb:hover {
  background-color: #028d8a;
}

/* scroll-y */
.Select_Std select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  background-color: #fff;
} /* Select_Std select */
input[type=time],
input[type=datetime] {
  background-color: #fff;
  color: #000;
}

.text-small-center {
  font-size: 70%;
  text-align: center;
  /* media */
}
@media (min-width: 992px) {
  .text-small-center {
    display: none;
  }
}

#DashBoard {
  /* DashBoard */
  /* StampInOut */
  /* is_notice */
  /* un_clock_out */
  /* BoxInTime */
}
#DashBoard .DashBoard { /* DashBoard_Wrap */ }
#DashBoard .StampInOut {
  /* media */
  /* StampInOut_Status */
}
@media (min-width: 992px) {
  #DashBoard .StampInOut {
    max-width: 700px;
    height: 280px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#DashBoard .StampInOut_Status {
  /* nth 01 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* media */
  /* Is_StampInOutLine */
  /* Is_StampInOutLine */
  /* worksite_name */
  /* work_time */
  /* IS OVERRIDE */
  /* btn_green */
}
#DashBoard .StampInOut_Status:nth-of-type(1) {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  #DashBoard .StampInOut_Status {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
#DashBoard .StampInOut_Status .Is_StampInOutLine {
  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;
  /* media */
}
#DashBoard .StampInOut_Status .Is_StampInOutLine:not(:first-child) {
  margin-top: 0.5em;
}
@media (min-width: 992px) {
  #DashBoard .StampInOut_Status .Is_StampInOutLine {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#DashBoard .StampInOut_Status .Is_StampInOutLineBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* media */
  /* stamp_exit */
}
@media (max-width: 992px) {
  #DashBoard .StampInOut_Status .Is_StampInOutLineBody {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#DashBoard .StampInOut_Status .Is_StampInOutLineBody .stamp_exit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#DashBoard .StampInOut_Status .Is_StampInOutLineBody .stamp_exit:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #000;
  margin: 0 0.5em;
  display: none;
  /* media */
}
@media (min-width: 992px) {
  #DashBoard .StampInOut_Status .Is_StampInOutLineBody .stamp_exit:before {
    display: block;
  }
}
#DashBoard .StampInOut_Status .worksite_name {
  color: #2973b2;
  font-size: 1.5rem;
  font-weight: 500;
  max-width: 210px;
  max-width: 60%;
  /* media */
}
@media (min-width: 992px) {
  #DashBoard .StampInOut_Status .worksite_name {
    font-size: 1.8rem;
    min-width: 195px;
    max-width: inherit;
  }
}
#DashBoard .StampInOut_Status .work_time {
  font-size: 1.5rem;
  font-weight: 500;
  color: #999;
  padding-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* media */
}
@media (min-width: 992px) {
  #DashBoard .StampInOut_Status .work_time {
    font-size: 1.8rem;
  }
}
#DashBoard .StampInOut_Status .btn_green {
  /* media */
}
@media (min-width: 992px) {
  #DashBoard .StampInOut_Status .btn_green {
    margin-left: auto;
  }
}
#DashBoard .is_notice {
  font-size: 15px;
  font-weight: 500;
  color: #ff0606;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-column-gap: 0.5em;
}
#DashBoard .is_notice svg.icon {
  aspect-ratio: 1/1;
  width: 20px;
}
#DashBoard .un_clock_out {
  margin-top: 15px;
  gap: 1em;
  /* media */
}
@media (min-width: 992px) {
  #DashBoard .un_clock_out {
    margin-top: 35px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
#DashBoard .BoxInTime {
  /* date */
  /* time */
  /* is_date */
  /* is_edit_outtime */
}
#DashBoard .BoxInTime .date {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  /* media */
}
@media (min-width: 992px) {
  #DashBoard .BoxInTime .date {
    font-size: 1.8rem;
  }
}
#DashBoard .BoxInTime .time {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
  /* media */
}
@media (min-width: 992px) {
  #DashBoard .BoxInTime .time {
    font-size: 6rem;
  }
}
#DashBoard .BoxInTime .is_date {
  height: 40px;
  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;
  background-color: #f2f9f9;
  border: 1px solid #ccc;
  /* media */
}
@media (min-width: 992px) {
  #DashBoard .BoxInTime .is_date {
    height: 60px;
  }
}
#DashBoard .BoxInTime .is_edit_outtime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 50px;
  border: 1px solid #ccc;
  border-top: none;
  /* media */
  /* is_left */
  /* is_right */
}
@media (min-width: 992px) {
  #DashBoard .BoxInTime .is_edit_outtime {
    height: 80px;
  }
}
#DashBoard .BoxInTime .is_edit_outtime .is_left {
  background-color: #f2f9f9;
  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: 100px;
  min-width: 100px;
  /* media */
}
@media (min-width: 992px) {
  #DashBoard .BoxInTime .is_edit_outtime .is_left {
    font-size: 1.6rem;
  }
}
#DashBoard .BoxInTime .is_edit_outtime .is_right {
  font-size: 2rem;
  border-left: 1px solid #ccc;
}
#DashBoard .BoxInTime .is_edit_outtime .is_right input {
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}

/* DashBoard *//*# sourceMappingURL=app.css.map */