section.information .in-in {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
section.information .in-in:nth-of-type(1) {
  margin-top: 0;
}
@media only screen and (max-width: 480px) {
  section.information .in-in {
    margin-top: 10px;
  }
}
section.information .news dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
@media only screen and (max-width: 480px) {
  section.information .news dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 4px;
    padding-left: 0;
    border-bottom: 1px solid rgba(102, 102, 102, 0.2);
  }
}
section.information .news dl dt {
  width: 96px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
section.information .news dl dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
section.information .news dl dd a {
  display: inline-block;
}
section.information .news p.pdf {
  margin-bottom: 32px;
}
section.information .news p.pdf a {
  display: inline-block;
  text-decoration: underline;
}
section.information ul.archive-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 64px;
}
section.information ul.archive-list li {
  width: 24%;
  margin-right: 8px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 480px) {
  section.information ul.archive-list li {
    margin-right: 1.2%;
  }
}
@media only screen and (max-width: 480px) {
  section.information ul.archive-list li:nth-of-type(4n) {
    margin-right: 0;
  }
}
section.information ul.archive-list li a {
  padding: 8px;
  background: #d3ebe9;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
section.information ul.archive-list li a:hover {
  background: rgb(196.975, 228.625, 225.9875);
  color: #666666;
}
section.information ul.archive-list li:nth-of-type(even) a {
  background: #fffac8;
}
section.information ul.archive-list li:nth-of-type(even) a:hover {
  background: rgb(255, 248.1454545455, 179.6);
}

section.announce .in-in {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
section.announce .in-in:nth-of-type(1) {
  margin-top: 0;
}
section.announce .btns {
  margin-bottom: -16px;
}
section.announce .btns li {
  margin-bottom: 16px;
}
section.announce .btns li a {
  padding: 8px;
  background: #fffac8;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
section.announce .btns li a:hover {
  background: rgb(255, 248.1454545455, 179.6);
}
section.announce .btns li:nth-of-type(even) a {
  background: #d3ebe9;
}
section.announce .btns li:nth-of-type(even) a:hover {
  background: rgb(196.975, 228.625, 225.9875);
}

.sec.information .news #filter-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec.information .news #filter-links .year-filter,
.sec.information .news #filter-links .tax-filter {
  margin-bottom: 5px;
  padding: 10px;
  background-color: #d3ebe9;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 480px) {
  .sec.information .news #filter-links .year-filter,
  .sec.information .news #filter-links .tax-filter {
    display: block;
  }
}
.sec.information .news #filter-links .year-filter span,
.sec.information .news #filter-links .tax-filter span {
  display: inline-block;
  padding: 0 4px;
  margin-right: 15px;
  color: #333;
  font-size: 14px;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .sec.information .news #filter-links .year-filter span,
  .sec.information .news #filter-links .tax-filter span {
    text-box: trim-both cap alphabetic;
    padding: 3px 1px;
    margin-right: 12px;
    margin-bottom: 3px;
  }
}
.sec.information .news #filter-links .year-filter span.active, .sec.information .news #filter-links .year-filter span:hover,
.sec.information .news #filter-links .tax-filter span.active,
.sec.information .news #filter-links .tax-filter span:hover {
  border-bottom: 2px solid #19a4bf;
}
.sec.information .news #filter-links .year-filter span:first-child.active, .sec.information .news #filter-links .year-filter span:first-child:hover,
.sec.information .news #filter-links .year-filter span:not(:first-child).active,
.sec.information .news #filter-links .year-filter span:not(:first-child):hover {
  border-bottom: 2px solid #19a4bf;
}
.sec.information .news #filter-links .tax-filter {
  background-color: #fffac8;
}
.sec.information .news #filter-links .tax-filter span:first-child.active, .sec.information .news #filter-links .tax-filter span:first-child:hover,
.sec.information .news #filter-links .tax-filter span:not(:first-child).active,
.sec.information .news #filter-links .tax-filter span:not(:first-child):hover {
  border-bottom: 2px solid #19a4bf;
}
.sec.information .news #posts-container {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 480px) {
  .sec.information .news #posts-container {
    display: block;
  }
}
.sec.information .news #posts-container dl {
  display: contents;
}
@media only screen and (max-width: 480px) {
  .sec.information .news #posts-container dl {
    display: block;
  }
}
.sec.information .news #posts-container dl dt {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 480px) {
  .sec.information .news #posts-container dl dt {
    margin-right: 0;
    margin-bottom: 5px;
    color: rgba(102, 102, 102, 0.8);
    font-weight: 500;
  }
}
.sec.information .news #posts-container dl dt::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #19a4bf;
  margin-right: 10px;
}
.sec.information .news #posts-container dl dt .post-category {
  font-size: 14px;
  padding: 0px 4px;
  text-align: center;
  margin-left: 20px;
}
@media only screen and (max-width: 480px) {
  .sec.information .news #posts-container dl dt .post-category {
    font-size: 12px;
    padding: 0;
    margin-right: 0;
    margin-left: auto;
  }
}
@media only screen and (max-width: 480px) {
  .sec.information .news #posts-container dl dd {
    padding-bottom: 10px;
  }
}
.sec.information .news #posts-container dl dd a p {
  text-decoration: underline;
  text-decoration-color: #666666;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
@media only screen and (max-width: 480px) {
  .sec.information .news #posts-container dl dd a p {
    text-decoration: none;
  }
}
.sec.information .news #posts-container dl dd a:hover {
  opacity: 0.8;
}
.sec.information .news #posts-container dl.category-information .post-category {
  border-bottom: 4px solid #343499;
}
@media only screen and (max-width: 480px) {
  .sec.information .news #posts-container dl.category-information .post-category {
    border-bottom: 2px solid #343499;
  }
}
.sec.information .news #posts-container dl.category-personnel .post-category {
  border-bottom: 4px solid #f1b931;
}
@media only screen and (max-width: 480px) {
  .sec.information .news #posts-container dl.category-personnel .post-category {
    border-bottom: 2px solid #f1b931;
  }
}
.sec.information .news #posts-container dl.category-recruit .post-category {
  border-bottom: 4px solid #e6247c;
}
@media only screen and (max-width: 480px) {
  .sec.information .news #posts-container dl.category-recruit .post-category {
    border-bottom: 2px solid #e6247c;
  }
}
.sec.information .news #posts-container dl.category-release .post-category {
  border-bottom: 4px solid #9e2080;
}
@media only screen and (max-width: 480px) {
  .sec.information .news #posts-container dl.category-release .post-category {
    border-bottom: 2px solid #9e2080;
  }
}
.sec.information .news #posts-container dl.category-other .post-category {
  border-bottom: 4px solid #1fa03a;
}
@media only screen and (max-width: 480px) {
  .sec.information .news #posts-container dl.category-other .post-category {
    border-bottom: 2px solid #1fa03a;
  }
}
.sec.information .news #pagination-container {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.sec.information .news #pagination-container .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
.sec.information .news #pagination-container .page-numbers.current {
  background-color: #19a4bf;
  border-color: #19a4bf;
  color: #fff;
  cursor: default;
}
.sec.information .news #pagination-container .page-numbers.dots {
  border: none;
  background-color: transparent;
}
.sec.information .news #pagination-container .page-numbers:not(.current):hover {
  background-color: #f0f0f0;
  border-color: #ccc;
}
.sec.information .news .news_post a {
  display: inline-block !important;
  border-bottom: 1px solid #333333;
}
.sec.information .news .news_post a:hover {
  display: inline-block;
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}/*# sourceMappingURL=news.css.map */