@charset "UTF-8";
/* Sass Document */
/* base Document */
/* 全体
============================================================================================================*/
* {
  padding: 0px;
  margin: 0px; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal; }

/* body
============================================================================================================*/
body {
  color: #000000;
  font-size: 1em;
  line-height: 1.8;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-family: 'Noto Sans JP','Roboto',  sans-serif;
  margin-top: 0px;
  background-color: #fff; }

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 100%; }

a {
  text-decoration: none;
  color: #003399; }
  a img {
    border-style: none; }

.clear {
  clear: both; }
  .clear hr {
    display: none; }

a:hover {
  text-decoration: underline;
  color: #FF6600;
  transition: 0.5s; }
  a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    transition: 0.5s; }

ul li {
  list-style-type: none; }

.ankerbox {
  position: relative; }
  .ankerbox a {
    position: absolute;
    top: -60px; }

.video {
  width: 100%;
  /*横幅いっぱいにwidthを指定*/
  padding-bottom: 56.25%;
  /*高さをpaddingで指定(16:9)*/
  height: 0px;
  /*高さはpaddingで指定するためheightは0に*/
  position: relative;
  margin-top: 30px; }

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Scss Document */
.table01 {
  margin-bottom: 10px; }
  .table01 dl {
    display: grid;
    grid-template-columns: 180px 1fr; /* 130px */
    margin-bottom: 5px; }
    .table01 dl:nth-child(even) dd {
      background: #f6f6f6; }
  .table01 dt {
    display: flex;
    align-items: center;
    font-weight: 600;
    background: #ffeebc;
    padding: 5px; }
  .table01 dd {
    padding: 5px; }

.table-list {
  background: white;
  width: 100%; }
  .table-list tr:hover {
    background: #ffeecf; }
  .table-list thead td {
    background: #ffeebc;
    white-space: nowrap; }
  .table-list thead:after {
    border-bottom: 1px solid gray;
    content: " ";
    display: block;
    position: absolute; }
  .table-list td {
    padding: 2px;
    border-bottom: 1px solid #ccc;
    border-right: 1px dotted #ddd;
    line-height: 120% !important; }
    .table-list td:nth-child(1) {
      text-align: center; }
    .table-list td:nth-child(2) {
      text-align: center; }

.table-modal {
  background: white;
  width: 100%; }
  .table-modal tr:hover {
    background: #ffeecf; }
  .table-modal thead td {
    background: #ffeebc;
    white-space: nowrap; }
  .table-modal thead:after {
    border-bottom: 1px solid gray;
    content: " ";
    display: block;
    position: absolute; }
  .table-modal th {
    background: #ffeebc;
    padding: 2px;
    border-bottom: 1px solid #ccc;
    width: 20%; }
  .table-modal td {
    padding: 2px;
    border-bottom: 1px solid #ccc;
    border-right: 1px dotted #ddd;
    line-height: 120% !important; }

.sticky thead {
  position: sticky;
  top: 0; }

/* Scss Document */
header {
  background: #00b0f0;
  padding: 1%;
  position: sticky;
  top: 0;
  z-index: 999;
  height: 70px; }
  header .section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 8px solid rgba(24, 29, 90, 0.5);
    padding-bottom: 5px; }
    header .section .logo img {
      max-height: 40px; }
    header .section .logo2 img {
      max-width: 300px; }
    header .section .username {
      margin-right: auto;
      margin-left: 10px; }
      header .section .username .input-group-text {
        max-width: 180px;
        overflow-x: hidden; }
    header .section dl {
      display: flex; }
      header .section dl dt {
        display: flex; }
        header .section dl dt:nth-child(1n) {
          background: black;
          border-radius: 5px;
          padding: 5px;
          color: white;
          margin: 2px; }

footer {
  height: 20px;
  background: #203064;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 12px; }

.top {
  position: fixed;
  z-index: 998;
  bottom: 10px;
  right: 10px; }
  .top a {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: white;
    justify-content: center;
    align-items: center;
    background: #001956;
    display: flex; }
    .top a:hover {
      background: #ff8803; }

/* contents Document contents */
body {
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
  flex-direction: column; }

main {
  flex-grow: 1; }

.btn-light:hover {
  background: #ffc071 !important;
  text-decoration: none; }

.input-group {
  margin-top: 5px; }
  .input-group:first-child {
    margin-top: 0px; }

.cp_fullscreenmenu {
  display: none; }

main {
  background: #0070c0;
  padding: 15px; }

.section {
  max-width: 1800px;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto; }

.back {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999; }

.input-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px; }
  .input-area button {
    margin: 5px; }

.login {
  display: flex;
  justify-content: center;
  align-items: center; }
  .login section {
    background: white;
    border-radius: 10px;
    padding: 15px; }

h1 {
  position: relative;
  padding-bottom: 15px;
  font-size: 22px;
  margin-bottom: 15px;
  color: white;
  font-weight: 600; }
  h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-image: repeating-linear-gradient(45deg, #fff 0px, #fff 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%), repeating-linear-gradient(135deg, #fff 0px, #fff 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
    background-size: 8px 8px; }

h2 {
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
  color: white;
  border-bottom: 3px solid white;
  margin-bottom: 15px; }

h3 {
  padding: 5px;
  font-weight: 600;
  border-bottom: 1px solid gray;
  margin-bottom: 5px;
  margin-top: 15px; }

.mn {
  text-align: end; }
  .mn inpu {
    text-align: end; }

.dashboard .main-panel p {
  margin-bottom: 5px; }
.dashboard .main-panel a {
  min-width: 250px; }
.dashboard .section {
  height: 100%; }
.dashboard .inmenu {
  display: flex; }
  .dashboard .inmenu div {
    margin: 5px; }
  .dashboard .inmenu ul {
    margin-left: 10px;
    margin-bottom: 30px;
    margin-right: 5px; }
    .dashboard .inmenu ul li {
      margin-bottom: 10px; }
      .dashboard .inmenu ul li a {
        min-width: 160px;
        text-align: left; }

.basic {
  display: flex;
  justify-content: space-between; }
  .basic section {
    background: white;
    padding: 5px;
    margin-bottom: 15px; }
    .basic section h3 {
      font-size: 18px; }
  .basic .b1 {
    flex-basis: 30%; }
  .basic .b2 {
    flex-basis: 30%; }
  .basic .b3 {
    flex-basis: 18%; }
  .basic .b4 {
    flex-basis: 18%; }

@media screen and (max-width: 1000px) {
  .basic {
    flex-wrap: wrap; }
    .basic section {
      flex-basis: 49% !important; } }
.master-block section {
  background: white;
  padding: 5px; }

.result {
  background: white;
  padding: 2%; }

.search {
  margin-bottom: 20px;
  color: white; }
  .search p {
    margin-bottom: 10px;
    padding: 3px; }
  .search span {
    padding: 5px; }
  .search .s-input button {
    min-width: 200px; }

.search-list {
  border-width: 1px 0 0px 0px;
  border-style: solid;
  border-color: #ccc; }
  .search-list li {
    border-width: 0 0px 1px 0;
    border-style: solid;
    border-color: #ddd;
    padding: 1px;
    display: flex;
    align-items: center;
    line-height: 120% !important; }
  .search-list .work-p {
    flex-direction: column;
    align-items: stretch;
    justify-content: center; }
    .search-list .work-p p {
      background: #fff7dc;
      font-size: 90%;
      padding: 1px;
      margin-bottom: 2px; }
    .search-list .work-p span {
      padding: 1px;
      margin-bottom: 2px; }
  .search-list .text-center {
    justify-content: center; }
  .search-list:hover {
    background: #ffeecf; }

.day-list, .day-list-head {
  grid-template-columns: 55px 110px 250px 100px 110px 80px auto; }

.work-list, .work-list-head {
  grid-template-columns: 55px 150px auto 230px 120px; }

.work-list2, .work-list2-head {
  grid-template-columns: 55px 110px 150px 100px 200px auto; }

.work-list2-staff, .work-list2-staff-head {
  grid-template-columns: 110px 150px 100px 300px auto; }

.day-list-staff, .day-list-staff-head {
  grid-template-columns: 55px  auto 110px; }
  .day-list-staff li p:after, .day-list-staff-head li p:after {
    content: "／"; }
  .day-list-staff li p:last-child:after, .day-list-staff-head li p:last-child:after {
    display: none; }

.day-list, .work-list, .work-list2-staff, .day-list-staff {
  border-bottom: 1px solid gray; }

.day-result {
  border-width: 0 !important;
  margin-bottom: 20px; }
  .day-result li {
    border-width: 0 !important; }

.ninku {
  background: #dddddd;
  font-weight: 600;
  justify-content: flex-end;
  padding: 5px;
  text-align: end; }

.result {
  position: relative; }

.day-list-th li {
  background: #ffeebc; }

.photo-list {
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden; }
  .photo-list a {
/*  width: 70px; YKS */
    font-size: 11px;
    line-height: 12px;
    overflow-x: hidden;
    overflow-y: hidden;
    max-height: 90px;
    margin: 2px; }
  .photo-list img {
    border: 1px solid white;
    height: 65px;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto; }

.photo-list-report span {
  position: relative; }
.photo-list-report a {
  width: 85px;
  font-size: 11px;
  line-height: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
  max-height: 110px;
  margin: 2px;
  display: block; }
.photo-list-report img {
  border: 1px solid white;
  height: 85px;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto; }
.photo-list-report label {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center; }

.r-check {
  flex-direction: column;
  font-size: 12px;
  align-items: center;
  justify-content: center; }

.day-list:hover {
  background: #ffeec5; }

.day-block h3 {
  position: sticky;
  top: 65px;
  background: white;
  z-index: 998; }

.day-block-inner {
  overflow-x: auto; }
  .day-block-inner ul {
    min-width: 1300px; }

.work-result {
  position: relative; }

.total {
  position: sticky;
  bottom: 0px;
  background: #0070c0;
  z-index: 999; }
  .total ul {
    display: flex;
    justify-content: center;
    align-items: center; }
    .total ul li {
      margin: 10px;
      background: white;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #001f74; }
    .total ul li, .total ul button {
      min-width: 250px;
      height: 60px;
      font-weight: 600;
      font-size: 23px; }

.report {
  background: white;
  padding: 10px;
  position: relative;
  padding-bottom: 30px; }
  .report .report-delete {
    position: absolute;
    bottom: 10px;
    right: 10px; }

.report-input {
  position: sticky;
  bottom: 0;
  padding-bottom: 30px;
  background: rgba(0, 112, 192, 0.5);
  padding-top: 10px;
  z-index: 909; }
  .report-input button {
    min-width: 200px;
    font-weight: 600;
    font-size: 24px; }

.time-input input:nth-child(1) {
  width: 65px; }
.time-input input:nth-child(3) {
  width: 65px; }
.time-input input:nth-child(4) {
  width: 190px; }

.modal-search {
  max-height: 50vh;
  overflow-y: scroll; }
  .modal-search thead {
    position: sticky;
    top: 0; }

/* Scss Document */
.contact {
  margin-top: 20px;
  padding-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .contact input[type="text"], .contact textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .contact dl {
    background: white;
    display: flex;
    justify-content: space-between; }
    .contact dl dt {
      flex-basis: 30%;
      text-align: left; }
    .contact dl dd {
      flex-basis: 70%; }
    .contact dl dt, .contact dl dd {
      padding: 10px; }
    .contact dl dd input {
      padding: 8px; }
    .contact dl:nth-child(even) {
      background: rgba(213, 213, 213, 0.2); }
  .contact p {
    display: flex;
    justify-content: center;
    align-items: center; }
    .contact p input {
      padding: 15px;
      min-width: 280px;
      font-size: 110%;
      cursor: pointer;
      cursor: hand;
      border: 1px gray solid;
      background: white; }
      .contact p input:hover {
        background: #ffd27f; }
  .contact article {
    font-size: 80%;
    text-align: center;
    margin-top: 10px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }

@media screen and (max-width: 480px) {
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .cp_fullscreenmenu {
    display: block; }

  .cp_fullscreenmenu {
    position: fixed;
    z-index: 998;
    top: 5px;
    right: 5px;
    border: 1px solid #ababab; }

  /*menuコンテンツ*/
  .cp_fullscreenmenu .menu {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 100%;
    pointer-events: none;
    outline: 1px solid transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    align-items: center;
    justify-content: center; }

  .cp_fullscreenmenu .menu > div {
    display: flex;
    overflow: hidden;
    width: 200vw;
    height: 200vw;
    transition: all 0.4s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    text-align: center;
    color: #212121;
    flex: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.8); }

  .cp_fullscreenmenu .menu > div > ul {
    max-height: 200vh;
    margin: 0;
    padding: 0 1em;
    list-style: none;
    opacity: 0;
    width: 100%; }

  .cp_fullscreenmenu .menu > div > ul > li {
    display: block;
    padding: 0;
    font-size: 90%;
    border-bottom: 1px dotted white; }

  .cp_fullscreenmenu .menu > div > ul > li a {
    display: block;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    color: white; }

  /*クリックしたらメニューが開閉の動作*/
  .cp_fullscreenmenu .toggle {
    position: fixed;
    z-index: 999;
    top: 0px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 0;
    right: 0px; }

  .cp_fullscreenmenu .toggle:checked + .hamburger > span {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }

  .cp_fullscreenmenu .toggle:checked + .hamburger > span:before,
  .cp_fullscreenmenu .toggle:checked + .hamburger > span:after {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

  .cp_fullscreenmenu .toggle:checked + .hamburger > span:after {
    opacity: 0; }

  .cp_fullscreenmenu .toggle:checked ~ .menu {
    visibility: visible;
    pointer-events: auto; }

  .cp_fullscreenmenu .toggle:checked ~ .menu > div {
    transition-duration: 0.75s;
    -webkit-transform: scale(1);
    transform: scale(1); }

  .cp_fullscreenmenu .toggle:checked ~ .menu > div > ul {
    opacity: 1; }

  .cp_fullscreenmenu .toggle:checked:hover + .hamburger > span {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg); }

  /*ハンバーガー*/
  .cp_fullscreenmenu .hamburger {
    z-index: 980;
    top: 5px;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0.5em 1em;
    cursor: pointer;
    transition: box-shadow 0.4s ease;
    border-radius: 0 0.12em 0.12em 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    right: 0%;
    background-color: white;
    position: fixed;
    border: 1px solid #cccccc; }

  .cp_fullscreenmenu .hamburger > span {
    position: relative;
    top: 50%;
    display: block;
    width: 100%;
    height: 2px;
    transition: all 0.4s ease;
    background-color: #525252;
    right: 0px; }

  .cp_fullscreenmenu .hamburger > span:before,
  .cp_fullscreenmenu .hamburger > span:after {
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    content: '';
    transition: all 0.4s ease;
    background: inherit; }

  .cp_fullscreenmenu .hamburger > span:after {
    top: 10px; }

  .dropdown {
    display: inline-block;
    width: 100%; }

  #tg, #tg2 {
    display: none; } }
/* Scss mobile contents */
@media screen and (max-width: 768px) {
  .logo2 {
    display: none; }

  header .section .username {
    margin-right: 0;
    margin-left: 10px; }

  .table01 dl {
    display: block; }

  .result {
    min-width: 100%; }

  .day-list {
    width: 1200px; }

  .work-list {
    display: grid;
    width: 100% !important;
    grid-template-columns: 15% repeat(3, 60%) 19%; }
    .work-list li:nth-child(1) {
      grid-row: span 3 / span 3; }
    .work-list li:nth-child(3) {
      grid-column-start: 2;
      grid-row-start: 2; }
    .work-list li:nth-child(4) {
      grid-column-start: 2;
      grid-row-start: 3; }
    .work-list li:nth-child(5) {
      grid-row: span 3 / span 3;
      grid-column-start: 3;
      grid-row-start: 1;
      width: 41% !important; }
    .work-list .ninku {
      padding: 2px;
      width: auto !important;
      font-size: 14px; }

  .work-list-head {
    grid-template-columns: 15% repeat(3, 22%) 19%; }
    .work-list-head li:nth-child(1) {
      grid-row: span 1 / span 1; }
    .work-list-head li:nth-child(3) {
      grid-column-start: 3;
      grid-row-start: 1; }
    .work-list-head li:nth-child(4) {
      grid-column-start: 4;
      grid-row-start: 1; }
    .work-list-head li:nth-child(5) {
      grid-row: span 1 / span 1;
      grid-column-start: 5;
      grid-row-start: 1; }

  .work-list2-staff-head {
    grid-template-columns: 110px auto 100px 0 0; }
    .work-list2-staff-head li:nth-child(4) {
      display: none; }
    .work-list2-staff-head li:nth-child(5) {
      display: none; }

  .work-list2-staff {
    grid-template-columns: 110px auto 100px; }
    .work-list2-staff li:nth-child(1) {
      grid-area: 1 / 1 / 2 / 2; }
    .work-list2-staff li:nth-child(2) {
      grid-area: 1 / 2 / 2 / 3; }
    .work-list2-staff li:nth-child(3) {
      grid-area: 1 / 3 / 2 / 4; }
    .work-list2-staff li:nth-child(4) {
      grid-area: 2 / 1 / 3 / 4;
      padding-left: 110px; }
    .work-list2-staff li:nth-child(5) {
      grid-area: 3 / 1 / 4 / 4;
      padding-left: 110px; }

  .day-list-staff li {
    display: block !important; }
    .day-list-staff li p:after {
      display: none; }

  .time-input input:nth-child(1) {
    width: 130px; }

  .time-input input:nth-child(3) {
    width: 130px; }

  .time-input input:nth-child(4) {
    width: 50%; }

  .report-input {
    flex-direction: column; }

  .search {
    flex-direction: column; } }

/* added by Madoc */
#goog-gt-tt .clock-timepicker-mobile-time,
.clock-timepicker-mobile-time {
	display: none !important;
}
.work-list2 li:nth-child(5){  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; }

/* added by YKS */
.fs11px {
	font-size: 11px;
}
