.class-tbl table {
  width: 100%;
  border-collapse: separate;
}

@media screen and (max-width: 520px) {
  .class-tbl table thead {
    display: none;
  }
}

.class-tbl table thead tr th {
  padding: 8px;
  background: #22ACD5;
  color: #ffffff;
  font-size: 1.9rem;
}

@media screen and (max-width: 768px) {
  .class-tbl table thead tr th {
    font-size: 1.7rem;
  }
}

.class-tbl table thead tr th:first-child {
  border-radius: 6px 0 0 0;
}

.class-tbl table thead tr th:last-child {
  border-radius: 0 6px 0 0;
}

.class-tbl table thead tr th:nth-child(even) {
  background: #f4b20b;
}

.class-tbl table thead tr th:not(:last-child) {
  border-right: solid 2px #ffffff;
}

@media screen and (max-width: 768px) {
  .class-tbl table thead tr th:nth-child(3) {
    border-right: none;
    border-radius: 0 6px 0 0;
  }
}

.class-tbl table tbody tr td {
  position: relative;
  vertical-align: middle;
  width: 160px;
  height: 80px;
  text-align: center;
  border-bottom: solid 1px #22ACD5;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .class-tbl table tbody tr td {
    height: 100px;
  }
}

@media screen and (max-width: 520px) {
  .class-tbl table tbody tr td {
    padding: 20px 0 0;
    height: 130px;
    border-top: solid 1px #22ACD5;
  }
}

@media screen and (max-width: 520px) {
  .class-tbl table tbody tr td::before {
    position: absolute;
    top: 6px;
    left: 50%;
    content: attr(tbl-data);
    color: #22ACD5;
    font-weight: bold;
    font-size: 1.5rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.class-tbl table tbody tr td:first-child {
  border-radius: 0 0 0 6px;
  border-left: solid 1px #22ACD5;
}

@media screen and (max-width: 520px) {
  .class-tbl table tbody tr td:first-child {
    border-radius: 6px 0 0 6px;
  }
}

@media screen and (max-width: 768px) {
  .class-tbl table tbody tr td:nth-child(3) {
    border-radius: 0 0 6px 0;
    border-right: solid 1px #22ACD5;
  }
}

@media screen and (max-width: 768px) and (max-width: 520px) {
  .class-tbl table tbody tr td:nth-child(3) {
    border-radius: 0 6px 6px 0;
  }
}

@media screen and (max-width: 768px) {
  .class-tbl table tbody tr td:nth-child(3)::after {
    display: none;
  }
}

.class-tbl table tbody tr td:last-child {
  border-radius: 0 0 6px 0;
  border-right: solid 1px #22ACD5;
}

@media screen and (max-width: 520px) {
  .class-tbl table tbody tr td:last-child {
    border-radius: 0 6px 6px 0;
  }
}

.class-tbl table tbody tr td:nth-child(even)::before {
  color: #f4b20b;
}

.class-tbl table tbody tr td:not(:last-child)::after {
  position: absolute;
  content: "";
  right: 0;
  top: 10px;
  width: 1px;
  height: calc( 100% - 20px);
  border-right: dashed 1px #22ACD5;
}

.class-tbl table tbody tr td a {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .class-tbl table tbody tr td a {
    position: relative;
    display: block;
    pointer-events: auto;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-color: rgba(50, 65, 82, 0.7);
    text-decoration-color: rgba(50, 65, 82, 0.7);
  }
}

.class-tbl table tbody tr td a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .class-tbl table tbody tr td .separator::before {
    position: absolute;
    bottom: -10px;
    left: 16px;
    content: "";
    width: calc( 100% - 32px);
    height: 1px;
    background: #22ACD5;
  }
}

@media screen and (max-width: 768px) and (max-width: 520px) {
  .class-tbl table tbody tr td .separator::before {
    bottom: -12px;
  }
}

.class-tbl:nth-child(3) table thead tr th {
  background: #22ACD5;
}

.class-tbl:nth-child(3) table thead tr th:nth-child(even) {
  background: #f4b20b;
}

.class-tbl:nth-child(3) table tbody tr td::before {
  color: #22ACD5;
}

.class-tbl:nth-child(3) table tbody tr td:nth-child(even)::before {
  color: #f4b20b;
}

.btn a {
  position: relative;
  width: 310px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .btn a {
    width: 280px;
  }
}

.btn a span {
  position: absolute;
  right: 10px;
}

.btn--calendar a {
  background: #22ACD5;
  color: #ffffff;
}

.btn--calendar a span {
  background: #ffffff;
}

.btn--calendar a span svg {
  fill: #22ACD5;
  top: calc( 50% - 5px);
  -webkit-transform: scale(1, -1) translateY(-50%);
  transform: scale(1, -1) translateY(-50%);
}

.btn--calendar a:hover {
  background: #ffffff;
  color: #324152;
}

.btn--calendar a:hover span {
  background: #22ACD5;
}

.btn--calendar a:hover span svg {
  fill: #ffffff;
  top: calc( 50% - 7px);
  -webkit-transform: scale(1, -1) translateY(-50%);
  transform: scale(1, -1) translateY(-50%);
}

/*# sourceMappingURL=../../maps/pages/class.css.map */
