/*- - - - - - - - - - - - - - - - - - - - - - -
 *
 * Read Initial files
 *
 *- - - - - - - - - - - - - - - - - - - - - - - */
/*** width ***/
/*** media ***/
/*** padding ***/
/***  color ***/
/*** font ***/
/*** url ***/
.archive-news-content {
  color: #17191A;
  padding: 0 83px 112px 83px;
}
.archive-news-content table {
  width: 100%;
}
.archive-news-content table tr td {
  padding: 32px 14px 30px 0;
  border-bottom: 1px solid #cecece;
}
.archive-news-content table tr td:last-child {
  padding-right: 0;
  width: 100%;
}
.archive-news-content table tr td.post-date {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.02em;
  text-align: left;
  opacity: 0.6;
}
.archive-news-content table tr td.post-category {
  white-space: nowrap;
}
.archive-news-content table tr td.post-category a {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #fff;
  border-radius: 3px;
  background: #71c7d4;
  padding: 4px 8px;
}
.archive-news-content table tr td.post-category a:hover {
  opacity: 1;
}
.archive-news-content table tr td.post-title a {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.02em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.archive-news-content .navigation {
  margin-top: 64px;
}
.archive-news-content .navigation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.archive-news-content .navigation ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 48px;
  height: 48px;
  margin: 0 5px;
  background: #fff;
  border-radius: 50%;
}
.archive-news-content .navigation ul li a {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.02em;
}
.archive-news-content .navigation ul li.active {
  background: #71c7d4;
}
.archive-news-content .navigation ul li.active a {
  color: #fff;
}
.archive-news-content .navigation ul li.next-post-link,
.archive-news-content .navigation ul li.previous-post-link {
  width: 107px;
  height: 40px;
  position: absolute;
  top: 0;
}
.archive-news-content .navigation ul li.next-post-link a,
.archive-news-content .navigation ul li.previous-post-link a {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  width: 100%;
}
.archive-news-content .navigation ul li.next-post-link {
  right: 0;
  margin-right: 0;
}
.archive-news-content .navigation ul li.previous-post-link {
  left: 0;
  margin-left: 0;
}
@media screen and (max-width: 1000px) {
  .archive-news-content {
    padding: 0 83rem 112rem 83rem;
  }
  .archive-news-content table tr td {
    padding: 32rem 14rem 30rem 0;
    border-bottom: 1rem solid #cecece;
  }
  .archive-news-content table tr td.post-date {
    font-size: 17rem;
  }
  .archive-news-content table tr td.post-category a {
    font-size: 14rem;
    border-radius: 3rem;
    padding: 4rem 8rem;
    vertical-align: middle;
  }
  .archive-news-content table tr td.post-title a {
    font-size: 17rem;
  }
  .archive-news-content .navigation {
    margin-top: 64rem;
  }
  .archive-news-content .navigation ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 48rem;
    height: 48rem;
    margin: 0 5rem;
  }
  .archive-news-content .navigation ul li a {
    font-size: 17rem;
  }
  .archive-news-content .navigation ul li.next-post-link,
  .archive-news-content .navigation ul li.previous-post-link {
    width: 107rem;
    height: 40rem;
  }
  .archive-news-content .navigation ul li.next-post-link a,
  .archive-news-content .navigation ul li.previous-post-link a {
    font-size: 14rem;
  }
  .archive-news-content .navigation ul li.next-post-link a img,
  .archive-news-content .navigation ul li.previous-post-link a img {
    width: 67rem;
  }
}
