* {
    font-family: 'Noto Sans JP', sans-serif;
}

footer {
    height: 90px;
}

html {
    height: 100%;
}

.sat {
    color: #0000ff;
}

.sun {
    color: #ff0000;
}

.alert-dummy {
    height: 66px;
}

.sing_in-box {
    border-radius: 20px;
    background-color: #FFF;
}

.table_border_radius {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    border-spacing: 0;
    border-collapse: separate;
    padding: 0;
    overflow: hidden;
}

.table_border_radius tr td,
.table_border_radius tr th {
    border: none;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.table_border_radius tr td:first-child,
.table_border_radius tr th:first-child {
    border-left: none;
}

.table_border_radius tr td:last-child,
.table_border_radius tr th:last-child {
    border-right: none;
}

.table_border_radius tr:first-child td,
.table_border_radius tr:first-child th {
    border-top: none;
}

.table_border_radius tr:last-child td,
.table_border_radius tr:last-child th {
    border-bottom: none;
}

.table_border_radius tr th {
    width: 50%;
    background-color: #E9ECEF;
}

.attendanceStatus_comment {
  font-size: 10px; 
  font-weight: normal;
  margin: 0 .5rem;
}

.logout_mobile {
  display: none;
}

.logout_pc {
  display: block;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
}

.container_link {
  margin-left: 120px;
}

.field_with_errors {
  display: inline;
}

@media screen and (max-width: 991px) {
  .attendanceStatus_comment {
    display: block;
    margin: .5rem 0;
  }
  
  .logout_mobile {
    display: block;
  }

  .logout_pc, .employee_information{
    display: none;
  }

  .container_link {
    margin-left: auto;
  }
}

@media screen and (max-width: 450px) {
  .size_mobile {
    width: 302px;
    height: 461px;
  }
  .new_recess_time{
    width: 100%;
    box-sizing: border-box;
  }
}
