@charset "utf-8";
table.sticky_table {
  display: block;
  overflow: scroll;
  width: 100% !important;
  border-collapse: collapse;
}
table.sticky_table thead,
table.sticky_table tbody {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 414px) {
  .sticky_table th,
  .sticky_table td {
    width: 125px;
    padding: 5px;
  }
  .sticky_table tbody th {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
    border: solid 1px #000;
  }
  .sticky_table thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .sticky_table thead th.blank {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .sticky_table th {
    border: solid 1px #000;
    background-color: #fff;
  }
}

.news {
  padding: 0 0 200px;
}

.news-tab ul {
  margin: 100px 0 80px;
  display: flex;
  flex-wrap: wrap;
}

.news-tab ul li a {
  width: 200px;
  padding: 20px 0;
  display: block;
  border-bottom: 2px solid #eee;
  text-align: center;
}

.news-tab ul li a.active {
  border-bottom: 2px solid #0077b6;
}
.news .date {
  color: #888;
}
.news .type {
  width: 135px;
  flex-shrink: 0;
  color: #0077b6;
}
.news .type span {
  padding: 10px 20px;
  border: 1px solid;
  font-size: 14px;
  white-space: nowrap;
  display: inline-block;
  margin: auto;
  width: 100%;
  text-align: center;
}
.news .content a div:first-child {
  display: flex;
  align-items: center;
  gap: 30px;
}
.news > div:nth-of-type(3) {
  width: 60%;
}
.page-news.news-tab ul li a {
  width: 125px;
}

main > .news {
  padding-top: 200px;
}
#g-nav ul {
  display: none;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  transform: none;
}
@media screen and (max-width: 1200px) {
  .news > div > ul > li > a {
    display: block;
  }
  .news > div > ul > li > a p {
    margin-top: 10px;
  }
  .news-tab ul {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  main > .news {
    padding-top: 100px;
  }
  .page-news.news-tab ul li a {
    width: 110px;
  }
  .news {
    padding: 0 0 100px;
  }
  .news-tab ul li a {
    width: 120px;
    padding: 20px 0;
    display: block;
    border-bottom: 2px solid #eee;
    text-align: center;
  }
  .news-tab ul {
    margin: 50px 0;
    display: grid;
    grid-template-columns: auto auto auto;
  }
  .news .content a div:first-child {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .news .type span {
    padding: 5px 12px;
    border: 1px solid;
    font-size: 12px;
    white-space: nowrap;
    display: inline-block;
    margin: auto;
    width: 100%;
    text-align: center;
  }
  .news .type {
    width: 100px;
    flex-shrink: 0;
    color: #0077b6;
  }
}

.btn.white {
  background-color: #fff;
}
#g-nav.panelactive #g-nav-list {
  height: 100vh;
  overflow-y: scroll;
}
#g-nav.panelactive ul {
  height: 100svh;
  overflow-y: scroll;
}
