html,body{
  overflow: unset;
}
table {
  position: sticky;
  border-collapse: collapse;
  border-spacing: 0;
  width: 1200px;
  table-layout: fixed;
}
th, td {
  padding: 15px 10px 10px;
  border: 1px solid #CBC1BC;
  color: #000;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
  background: #FFF;
  white-space: nowrap;
}
.facility_top{
  vertical-align: top;
}
.sticky_a {
  position: sticky;
  top: 91px;
  left: 0;
  background: none;
  border-left: none;
  border-right: none;
  z-index: 1;
}
.sticky_a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #CBC1BC;
  border-right: 1px solid #CBC1BC;
  background: #FFF;
  z-index: -1;
}
.sticky_b {
  position: sticky;
  top: 110px;
  background: none;
  border-top: none;
  border-bottom: none;
  z-index: 1;
}
.sticky_b:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #CBC1BC;
  border-bottom: 1px solid #CBC1BC;
  background: #FFF;
  z-index: -1;
}
.sticky_ab {
  position: sticky;
  top: 110px;
  left: 0;
  background: none;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  z-index: 2;
}
.vacancy_table_en .sticky_b,
.vacancy_table_en .sticky_ab{
  top: 90px;
}

.sticky_ab:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #CBC1BC;
  border-bottom: 1px solid #CBC1BC;
  border-left: 1px solid #CBC1BC;
  border-right: 1px solid #CBC1BC;
  background: #FFF;
  z-index: -1;
}

#fix_wrapper{
  position: fixed;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  overflow: scroll;
}  


@media screen and (min-width: 0px) and (max-width: 800px) {
  table {
    line-height: 3.5vw;
    table-layout: fixed;
    white-space: normal;
    word-break: break-all;
    width: 100%;
  }
  th, td {
    padding: 0.6%;
    white-space: normal;
  }

  #fix_wrapper {
    position: relative;
    height: auto;
    overflow: unset;
    /*
    overflow: hidden;
    */
  }
  .fix_table{
    position: relative;
    width: 100%;
    /*
    overflow: scroll;
    */
  }
  .sticky_a,.sticky_b,.sticky_ab {
    top: 0;
  }
  .sticky_ja{
    position: sticky !important;
    left: 0;
    z-index: 6;
  }
  
}

