.table-outer{
  position: relative;
  margin-bottom: 2.8rem;
}
.table-outer:last-child{
  margin-bottom: 0;
}
.table-outer-caption {
  padding-left: 5.6rem;
  min-height: 16.8rem;
}
.table-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 16.8rem;
  height: calc(100% - 5.7rem);
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  width: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: var(--white);
  font-size: 1.4rem;
  border-radius: 0px 0.4rem 0.4rem 0;
  padding: 0 1.2rem;
}
.table-outer + .table-outer .table-caption{
  height: 100%;
}
.table{
  border-collapse: collapse;
  border: 1px solid var(--border-color);
  width: 100%;
}
.table-outer + .table-outer .table{
  border-top: 0;
}
.table th{
  text-transform: uppercase;
  padding: 2.1rem 1.2rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--blue);
  border: 1px solid var(--border-color);
  background: #EDF4FF;
}
.table-outer + .table-outer th{
  font-size: 0;
  padding: 0;
  border: 0;
}
.table-icon-list{
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-icon{
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 0.6rem;
}
.table-icon:first-child{
  margin-left: 0;
}
.table-icon:last-child{
  margin-right: 0;
}
.table td{
  border: 1px solid var(--border-color);
  text-align: center;
  font-size: 1.4rem;
  line-height: 120%;
  color: var(--blue-light);
  padding: 1.6rem 1.2rem;
  background: var(--white);
}
.table-outer-caption .table td{
  padding-top: 1.795rem;
  padding-bottom: 1.795rem;
}
.table-lg td{
  font-size: 1.6rem;
}
.table td sup {
  font-size: 10px;
  line-height: 0;
}
.table tr.selected td{
  background: #F8F8F8;
  color: #a7b8c9;
}
.table-list-bottom{
  margin-top: 4rem;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: var(--blue-light);
}
.table-list-bottom img{
  width: 1.6rem;
  margin-right: 1.6rem;
}
.table-time {
  width: 17.6rem;
}
.table-teacher,
.table-item,
.table-room{
  width: 33.6rem;
}
@media(min-width:1360px) and (max-width:1403.98px){
  .table th {
    padding: 1.8rem 0.8rem;
    font-size: 1.3rem;
  }
  .table td {
    font-size: 1.3rem;
    padding: 1.3rem 0.8rem;
  }
  .table-lg td {
    font-size: 1.5rem;
  }
  .table-icon {
    width: 2.3rem;
    height: 2.3rem;
  }
  .table-outer {
    margin-bottom: 2.4rem;
  }
  .table-outer-caption {
    padding-left: 5.4rem;
    min-height: 15rem;
  }
  .table-caption {
    min-height: 15rem;
    height: calc(100% - 5rem);
    width: 5.4rem;
    font-size: 1.3rem;
  }
  .table-outer-caption .table td {
    padding-top: 1.55rem;
    padding-bottom: 1.55rem;
  }
  .table-time{
    width: 17.3rem;
  }
  .table-item{
    width: 32.8rem;
  }
  .table-teacher,
  .table-room{
    width: 32.2rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .table th {
    padding: 1.8rem 0.8rem;
    font-size: 1.2rem;
  }
  .table td {
    font-size: 1.3rem;
    padding: 1.3rem 0.8rem;
  }
  .table-lg td {
    font-size: 1.5rem;
  }
  .table-icon {
    width: 2.2rem;
    height: 2.2rem;
    margin: 0 0.5rem;
  }
  .table-outer {
    margin-bottom: 2.4rem;
  }
  .table-outer-caption {
    padding-left: 5.2rem;
    min-height: 14.7rem;
  }
  .table-caption {
    min-height: 14.7rem;
    height: calc(100% - 4.9rem);
    width: 5.2rem;
    font-size: 1.3rem;
  }
  .table-outer-caption .table td {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .table-time{
    width: 15.4rem;
  }
  .table-item{
    width: 30.2rem;
  }
  .table-teacher,
  .table-room{
    width: 28.1rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .table-outer {
    margin-bottom: 2.4rem;
  }
  .table th {
    padding: 1.4rem 0.8rem;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .table td {
    font-size: 1.3rem;
    padding: 1.4rem 0.8rem;
  }
  .table-list-bottom {
    margin-top: 2.4rem;
    font-size: 1.5rem;
  }
  .table-lg td {
    font-size: 1.4rem;
  }
  .table-outer-caption .table td {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .table-outer-caption {
    padding-left: 5rem;
    min-height: 14.3rem;
  }
  .table-caption {
    min-height: 14.3rem;
    height: calc(100% - 4.5rem);
    width: 5rem;
    font-size: 1.3rem;
  }
  .table-time {
    width: 12.4rem;
  }
  .table-teacher{
    width: 22.2rem;
  }
  .table-item{
    width: 25.6rem;
  }
  .table-room{
    width: 21.2rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .table-outer {
    margin-bottom: 2rem;
  }
  .table {
    border: 0;
  }
  .table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table tr {
    display: block;
    margin-bottom: 1rem;
  }
  .table tr:last-child{
    margin-bottom: 0;
  }
  .table td {
    display: block;
    text-align: right;
    padding: 1.4rem 1.6rem;
    min-height: 4.6rem;
    border-bottom-width: 0;
  }
  .table-lg td {
    font-size: 1.3rem;
  }
  .table td:last-child{
    border-bottom-width: 1px !important;
  }
  .table td::before {
    content: attr(data-label);
    float: left;
    font-weight: 500;
    text-transform: uppercase;
  }
  .table-icon-list {
    justify-content: flex-end;
  }
  .table-icon {
    width: 2rem;
    height: 2rem;
  }
  .table-list-bottom {
    margin-top: 2.4rem;
    font-size: 1.5rem;
  }
  .table-outer-caption {
    padding-left: 0;
    min-height: initial;
  }
  .table-caption {
    position: relative;
    min-height: initial;
    height: 4.8rem;
    writing-mode: initial;
    transform: none;
    width: 100%;
    border-radius: 0.4rem 0.4rem 0 0;
  }
  .table-outer + .table-outer .table-caption {
    height: 4.8rem;
  }
  .table-outer-caption .table td {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }
  .table-time,
  .table-teacher, 
  .table-item, 
  .table-room {
    width: initial;
  }
}
@media(max-width:767.98px){
  .table-outer {
    margin-bottom: 1.6rem;
  }
  .table {
    border: 0;
  }
  .table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table tr {
    display: block;
    margin-bottom: 1rem;
  }
  .table tr:last-child{
    margin-bottom: 0;
  }
  .table td {
    display: block;
    text-align: right;
    font-size: 1.3rem;
    padding: 1.2rem 1.2rem;
    min-height: 4.1rem;
    border-bottom-width: 0;
  }
  .table td:last-child{
    border-bottom-width: 1px !important;
  }
  .table td::before {
    content: attr(data-label);
    float: left;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.2rem;
  }
  .table-icon-list {
    justify-content: flex-end;
  }
  .table-icon {
    width: 2rem;
    height: 2rem;
  }
  .table-list-bottom {
    margin-top: 1.6rem;
    font-size: 1.5rem;
  }
  .table-outer-caption {
    padding-left: 0;
    min-height: initial;
  }
  .table-caption {
    position: relative;
    height: 4.8rem;
    min-height: initial;
    writing-mode: initial;
    transform: none;
    width: 100%;
    font-size: 1.4rem;
    border-radius: 0.4rem 0.4rem 0 0;
  }
  .table-outer + .table-outer .table-caption {
    height: 4.8rem;
  }
  .collapse-inner {
    padding-top: 10px;
  }
  .table-outer-caption .table td {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .table-time,
  .table-teacher, 
  .table-item, 
  .table-room {
    width: initial;
  }
}