@charset "UTF-8";
.s_contents .news_list {
  max-width: 800px;
  margin: auto;
}
time {
  font-family: "Inter", sans-serif;
  color: #585858;
  font-size: 13px;
  margin-right: 20px;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.news_list li {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.news_list li time {
  display: block;
  line-height: 1.4;
}
.news_list li a {
  display: block;
  padding: 20px 15px;
  position: relative;
}
.news_list li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: #0048bf;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s
}
.news_list li a:hover::after {
  width: 100%;
}
.news_list li a .ttl {
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.6;
  color: #000;
  font-weight: 500;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  margin-top: 3px;
  letter-spacing: 0.1rem;
}
.single .ttl {
  font-size: 2rem;
  margin-top: 20px;
  line-height: 1.6;
  font-weight: 500;
}
.single .cvsbtn {
  margin: 80px auto 0;
}
.single.s_contents .cont_inr {
  max-width: 800px;
}
.single.s_contents {
  margin-top: 60px;
}
.single.s_contents .ttlWrap .ttl {
  font-size: 24px;
  border-bottom: 2px solid #0048bf;
  padding: 8px 10px 8px 15px;
  color: #0048bf;
  margin-bottom: 60px;
}
.single.s_contents .topicsInr h1 {
  border-left: 10px solid #0048bf;
  background-color: #F0F5FF;
  font-size: 16px;
  color: #000;
  margin-top: 30px;
  font-weight: 500;
  padding: 10px;
  position: relative;
}
.single.s_contents .topicsInr h2 {
  border-bottom: 2px solid #F0F5FF;
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  padding: 8px 10px 10px;
  margin-top: 40px;
  font-weight: 500;
  position: relative;
}
.single.s_contents .topicsInr h2::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 2px;
  left: 0;
  bottom: -2px;
  background: #0048bf;
}
.single.s_contents .topicsInr h3 {
  font-size: 15px;
  color: #000;
  background-color: #F0F5FF;
  margin-top: 30px;
  font-weight: 500;
  padding: 10px 15px;
}
.single.s_contents .topicsInr p {
  margin-top: 20px;
}
.single.s_contents .topicsInr figure {
  margin-top: 20px;
}
.single.s_contents em {
  font-style: italic;
}
.single .cvsbtn {
  margin: 40px auto;
}
a.page-numbers {
  color: #fff;
  background: #0048bf;
}
.page-numbers, .page-numbers.current {
  width: 5rem;
  height: 5rem;
  border-radius: 100vh;
  font-size: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
  margin: 0 0.75rem;
  color: #fff;
  border: 1px solid #D6D6D6;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.page-numbers.current, .page-numbers.current:hover {
  background-color: #F5F5F5;
  color: #000;
}
.next.page-numbers, .prev.page-numbers {
  font-size: 2rem;
  color: #fff;
  border-radius: 100vh;
  background-color: #0048bf;
}
.prev.page-numbers .back {
  transform: rotate(180deg);
}
.nav-links {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.next.page-numbers, .prev.page-numbers, .next.page-numbers:hover, .prev.page-numbers:hover {
  color: transparent
}
.next.page-numbers:hover, .prev.page-numbers:hover {
  background-color: #000;
}
.page-numbers {
  position: relative;
}
.next.page-numbers::after {
  content: ">";
  font-size: 20px;
  position: absolute;
  transform: translate(-50%, -50%);
  color: #fff;
  top: 50%;
  left: 50%;
}
.prev.page-numbers::after {
  content: "<";
  font-size: 20px;
  position: absolute;
  transform: translate(-50%, -50%);
  color: #fff;
  top: 50%;
  left: 50%;
}
.wp-pagenavi {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  time {
    font-size: 14px;
  }
  .news_list li .txtcont {
    margin-top: 14px;
  }
  .news_list li a:hover time, .news_list li a:hover .ttl {
    color: #0048bf;
  }
  .news_list li a:hover .thum img {
    transform: translate(-50%, -50%) scale(1.05);
  }
  .single .ttl {
    font-size: 2.2rem;
  }
  .page-numbers:hover {
    background-color: #000;
  }
  .single.s_contents {
    margin-top: 60px;
  }
  .single.s_contents .ttlWrap .ttl {
    font-size: 28px;
  }
  .single.s_contents .topicsInr h1 {
    font-size: 24px;
    padding: 10px;
    margin-top: 40px;
  }
  .single.s_contents .topicsInr h2 {
    font-size: 20px;
  }
  .single.s_contents .topicsInr h3 {
    font-size: 18px;
  }
  .single.s_contents .topicsInr p {
    margin-top: 20px;
  }
}