.schedule_all_table{
  overflow-x: scroll;
  max-width: 58vw;
  border: solid 0.5px#adadad;
  border-bottom: none;
  margin: 10px auto 10px 0;
}

.schedule_all_table::-webkit-scrollbar {
  height: 10px;
  background-color: #F8F7F7;
}


.schedule_all_table::-webkit-scrollbar-thumb {
  background-color: #ea3700;
  border-radius: 8px;
}


.schedule_all_table table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.schedule_all_table table th,
.schedule_all_table table td{
  white-space: nowrap;
  text-align: center;
  border: solid 1px #adadad;
  padding: 10px 5px;
  font-size: 14px;
}

.schedule_all_table table th{
  background-color: rgba(234, 55, 0, 0.2);
}

.schedule_all_table .table_fixed{
  position: sticky;
  left: 0;
  background-color: #e05930;
  color: #ffffff;
 
}

.position {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: baseline;
  border-bottom: solid 1px #e7e3e2;
  padding: 15px 0;
}






@media screen and (max-width: 700px) {
  .schedule_all_table{
    max-width: 90vw;
    margin: 10px auto;
  }
}