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

/* Partner_Information_Add */
.Partner {
  margin-top: 20px;
  /* media */
  /* add_Box */
  /* search_company_box */
  /* 協力会社一覧 */
  /* Partner_list */
  /* Partner_Detail */
  /* button[type=submit] */
  /* attendance_edit_ctrl */
}
@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 */
.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 */
.WorkSites {
  margin-top: 20px;
  /* media */
  /* Partner_Information_Add */
  /* add_Box */
  /* search_company_box */
  /* 協力会社一覧 */
  /* Partner_list */
  /* Partner_Detail */
  /* button[type=submit] */
  /* attendance_edit_ctrl */
  /* box_Order_Amount */
  /* Select_Std */
  /* add_ammonut */
  /* added_companies */
  /* #addPersonBtn */
  /* delete-item */
  /* .ovarlay_cover */
}
@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 .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_listShowDetail */
  /* 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 */
}
@media (min-width: 992px) {
  .WorkSites_Detail dt {
    width: 250px;
    min-width: 250px;
  }
}
.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 .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 */
.Tablet {
  /* tablet_dashboard_wrap */
  /* stampInOut */
  /* confirmModal */
}
.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%;
  background-color: #fff;
  top: -100vh;
  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 */
  /* mainContent */
}
.Tablet #stampInOut.active {
  top: 0;
}
.Tablet #stampInOut #sideNavigation {
  width: 30%;
  min-width: 30%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 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: 36px;
  /* figure */
  /* name */
}
.Tablet #stampInOut #sideNavigation .stamp_user_information figure {
  aspect-ratio: 1/1;
  width: 160px;
}
.Tablet #stampInOut #sideNavigation .stamp_user_information figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  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: 36px;
  gap: 1em;
  /* 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: 1em;
  /* 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 #mainContent {
  background-color: #f2f2f2;
  width: 100%;
  position: relative;
  /* camera */
  /* canvas */
}
.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: 4;
}
.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 */
/* 小数点第二で切り捨て */
.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 */
.md_mb_auto {
  /* media */
}
@media (min-width: 992px) {
  .md_mb_auto {
    margin-bottom: auto;
  }
}

/* md_mb_auto */
.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_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 */
.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 */
.InsideContents {
  /* .Inside_Right */
  /* media */
}
.InsideContents .Inside_Right {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .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.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);
  /* media */
}
.SideNavigation_Wrap .login_logo {
  max-width: 170px;
}
@media (min-width: 992px) {
  .SideNavigation_Wrap {
    position: fixed;
    top: 0;
    left: 0;
    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;
  }
}
.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: 0;
  left: 0;
  /* media */
}
@media (max-width: 992px) {
  .SideNavigation_List li.Logout {
    width: 100%;
    /* 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;
}

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;
  /* AddUpperLabel */
  /* BoxContent_Wrap */
}
.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 */
}
.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: 64px;
  height: 24px;
  border-radius: 12px;
  background-color: #ccc;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  /* InProcess */
  /* Accepted */
}
.status label.InProcess {
  background-color: #2973b2;
}
.status label.Accepted {
  background-color: #f97f06;
}

/* status */
.List_CrossLabel {
  /* li */
}
.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 */
.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 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.8rem;
  /* 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 .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 */
/* 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 .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 */
.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;
}
.apply_rounded.overtime {
  background-color: #2973b2;
}
.apply_rounded.paid_leave {
  background-color: #f97f06;
}
.apply_rounded.compensation_day {
  background-color: #03a6a1;
}

/* 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);
  /* modal-content */
  /* close-modal */
}
#mapModal.map-modal.active {
  top: 0;
}
#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 */
  /* paid_leave */
  /* compensation_day */
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody .memo.overtime {
  color: #2973b2;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody .memo.paid_leave {
  color: #03a6a1;
}
#EmployeeInformation .Table_AttendanceRecord_Layouts tbody .memo.compensation_day {
  color: #f97f06;
}
#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: 110px;
  }
  #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 */
.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 */
}
.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 */
/* 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;
  -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%;
}
.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 */
/* 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 .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 {
    height: 85px !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: 185px;
  }
  .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: 183px;
    min-height: 85px;
    border-radius: 0;
  }
}
.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 */
  /* 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;
  }
}
.EmployeeLists .EmployeeLists_Body .is_ctrl a.soon {
  color: #b2b2b2 !important;
}
.EmployeeLists .EmployeeLists_Body .is_ctrl a.soon .icon {
  color: #b2b2b2 !important;
}

/* 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 (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 dt {
  font-size: 2rem;
  color: #03a6a1;
  font-weight: 500;
  /* media */
  /* span */
}
@media (min-width: 992px) {
  .Employee_Create_and_Edit dl dt {
    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 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;
  /* 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;
  }
}
.Employee_Create_and_Edit .md_flex_2col {
  display: block;
  /* media */
}
@media (min-width: 992px) {
  .Employee_Create_and_Edit .md_flex_2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .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 .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;
  }
}

/* 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 */
}
.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 */
.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 .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 */
/* 出退勤打刻 - - - - - - - - - - - - - - - - - - - */
.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 */
.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 */
}
@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 */
.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 */
}
@media (min-width: 992px) {
  .EditableBox_DispLayout dt {
    font-size: 2rem;
  }
}
.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 {
  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 {
  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 {
  background-color: rgba(3, 166, 161, 0.5);
}
#suggest.suggest_name {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -210px;
  width: 200px;
  padding: 0;
  z-index: 11;
}

/* #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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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 */
}
@media (min-width: 992px) {
  .apply_flow .stamp_lists {
    max-width: none;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.apply_flow .stamp_lists li {
  width: 50%;
  /* media */
  /* media */
  /* auther_position */
  /* auther_name */
  /* approved_date */
}
@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;
}
.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 */
.sticky_1000 {
  height: 1000px;
  /* media */
}
@media (min-width: 992px) {
  .sticky_1000 {
    height: 60vh;
  }
}

/* sticky_1000 */
.scroll-Y::-webkit-scrollbar {
  width: 8px;
}
.scroll-Y::-webkit-scrollbar-track {
  background: #b2b2b2;
  border-radius: 4px;
}
.scroll-Y::-webkit-scrollbar-thumb {
  background-color: #03a6a1;
  width: 8px;
  height: auto;
  border-radius: 4px;
}

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

#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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#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;
  /* media */
}
@media (min-width: 992px) {
  #DashBoard .StampInOut_Status .worksite_name {
    font-size: 1.8rem;
    min-width: 145px;
  }
}
#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;
  /* 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 */