@charset "utf-8";

/* ========== tel ========== */
.sty-table-01 {
  display: block;
  overflow-x: scroll;
  border: solid 1px #eee;
  border-collapse: separate;
}

.sty-table-01 th,
.sty-table-01 td{
  white-space: nowrap;
}

.sty-table-01 .fixed{
  position: sticky;
  left: 0;
  z-index: 4;
  width: 200px;
  white-space: wrap;
}
.sty-table-01 .fixed01{
  left: 200px;
  white-space: nowrap;
}
.sty-table-01 .centering .c-list-01,
.sty-table-01 .centering .c-list-03{
  text-align: left;
}
@media(max-width: 640px){
  .sty-table-01 .fixed{
    width: 100px;
    white-space: wrap;
  }
  .sty-table-01 .fixed01{
    left: 100px;
    white-space: nowrap;
  }
}