@charset "UTF-8";

/* news */
.news {
  padding: 0 0 150px 0;
}
.news-inner {
  width: 90%;
  margin: 50px auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* news - side */
.news-side {
  width: 20%;
}
.archive-wrap {
  border-top: 1px solid #dfdfdf;
  margin: 0;
  padding: 20px 0 0 0;
  display: block;
}
.archive-title {
  font-size: 1.6em;
  font-weight: 600;
  color: #8eaab4;
}
.archive-ul {
  margin: 0;
  display: block;
}
.archive-ul li {
  margin: 15px 0 0 0;
}
.archive-ul li a {
  font-size: 1.4em;
  font-weight: 400;
}
.category-wrap {
  border-top: 1px solid #dfdfdf;
  margin: 30px 0 0 0;
  padding: 20px 0 0 0;
  display: block;
}
.category-title {
  font-size: 1.6em;
  font-weight: 600;
  color: #8eaab4;
}
.category-ul {
  margin: 0;
  display: block;
}
.category-ul li {
  margin: 15px 0 0 0;
}
.category-ul li a {
  font-size: 1.4em;
  font-weight: 400;
}

/* news - main */
.news-main {
  width: 75%;
}
.news-block {
  width: 100%;
}
.news-block li {
  border-top: 1px solid #dfdfdf;
}
.news-block li:last-child {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.news-block li a {
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.news-img {
  width: 20%;
}
.news-txt-wrap {
  box-sizing: border-box;
  width: 70%;
  padding: 0 30px;
}
.news-txt-sub {
  display: flex;
  align-items: center;
}
.news-date {
  font-size: 1.4em;
  font-weight: 500;
  color: #8eaab4;
}
.news-category {
  font-size: 1.3em;
  font-weight: 500;
  color: #8eaab4;
  margin: 0 0 0 20px;
  padding: 5px 8px;
  border: 1px solid #b3c8cf;
}
.news-txt {
  font-size: 1.5em;
  line-height: 20px;
  margin: 20px 0 0 0;
}
.news-sign {
  width: 10%;
  display: flex;
  justify-content: flex-end;
}
.news-sign svg {
  width: 25px;
}
.pager {
  margin: 50px 0 0 0;
  display: flex;
  justify-content: center;
}
.pager li {
  font-size: 1.4em;
  margin: 0 5px;
}
.pager li a {
  color: #222222;
  border: 1px solid #dfdfdf;
  background-color: #f4f4f4;
  padding: 5px 10px;
  transition: all 0.3s ease;
}
.pager li a:hover {
  color: #fff;
  border: 1px solid #b3c8cf;
  background-color: #b3c8cf;
}
.active {
  color: #8eaab4;
  font-weight: 500 !important;
}
.p-active {
  color: #fff !important;
  border: 1px solid #b3c8cf !important;
  background-color: #b3c8cf !important;
}

/* news - details */
.top-d {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 190px 0 100px 0;
}
.top-d-inner {
  width: 80%;
  margin: 0 auto;
}
.news-d-title {
  font-size: 2em;
  line-height: 30px;
  font-weight: 600;
  margin: 20px 0 0 0;
}
.news-d {
  background-color: #fff;
  padding: 0 0 150px 0;
}
.news-d-inner {
  width: 80%;
  margin: 0 auto;
}
.post {
  font-size: 1.4em;
  font-weight: 400;
  line-height: 26px;
}
.post p {
  margin: 20px 0 0 0;
}
.post p:first-child {
  margin: 0;
}
.post strong {
  font-weight: 600;
}
.post a {
  font-weight: 600;
  color: #8eaab4;
  text-decoration: underline;
}
.pager-d {
  width: 100%;
  border-top: 1px solid #f4f4f4;
  margin: 40px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.pager-d-txt {
  font-size: 1.4em;
  margin: 30px 0 0 0;
}
.pager-d-txt a {
  color: #8eaab4;
  font-weight: 600;
}
.pager-next {
  font-size: 1.3em;
  text-align: right;
  float: right;
  margin: 30px 0 0 0;
}
.pager-next a {
  color: #8eaab4;
  font-weight: 600;
}
.pager-prev {
  font-size: 1.3em;
  float: left;
  margin: 30px 0 0 0;
}
.pager-prev a {
  color: #8eaab4;
  font-weight: 600;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

@media screen and (max-width:767px) {
  /* news */
  .news {
    padding: 0 0 100px 0;
  }
  .news-inner {
    margin: 40px auto 0 auto;
  }
  /* news - side */
  .news-side {
    width: 100%;
  }
  .archive-wrap {
    border-top: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: top;
  }
  .archive-title {
    font-size: 1.5em;
  }
  .archive-ul {
    margin: 0 0 0 5px;
    display: flex;
  }
  .archive-ul li {
    margin: 0 0 0 10px;
  }
  .archive-ul li a {
    font-size: 1.3em;
  }
  .category-wrap {
    border-top: none;
    margin: 5px 0 0 0;
    padding: 0;
    display: flex;
    align-items: top;
  }
  .category-title {
    font-size: 1.5em;
    margin: 9px 0 0 0;
  }
  .category-ul {
    margin: 0 0 0 5px;
    display: flex;
    flex-wrap: wrap;
  }
  .category-ul li {
    margin: 10px 0 0 10px;
  }
  .category-ul li a {
    font-size: 1.2em;
  }
  /* news - main */
  .news-main {
    width: 100%;
  }
  .news-block li {
    border-top: none;
  }
  .news-block li:last-child {
    border-top: none;
    border-bottom: 1px solid #f4f4f4;
  }
  .news-block li a {
    padding: 40px 0 0 0;
    display: block;
    align-items: center;
  }
  .news-img {
    width: 100%;
  }
  .news-txt-wrap {
    width: 100%;
    padding: 0;
  }
  .news-txt-sub {
    margin: 20px 0 0 0;
  }
  .news-date {
    font-size: 1.3em;
  }
  .news-category {
    font-size: 1.2em;
  }
  .news-txt {
    font-size: 1.4em;
    line-height: 20px;
    margin: 20px 0 0 0;
  }
  .news-sign {
    display: none;
  }
  .news-btn {
    box-sizing: border-box;
    width: 180px;
    margin: 40px auto 0 auto;
  }
  .news-btn a {
    padding: 10px 15px 10px 30px;
  }
  .news-btn-txt {
    font-size: 1.4em;
  }
  .pager {
    margin: 60px 0 0 0;
  }
  .pager li {
    font-size: 1.3em;
  }
  /* news - details */
  .top-d {
    padding: 130px 0 80px 0;
  }
  .top-d-inner {
    width: 88%;
  }
  .news-d-title {
    font-size: 1.5em;
    line-height: 28px;
    margin: 15px 0 0 0;
  }
  .news-d {
    padding: 0 0 100px 0;
  }
  .news-d-inner {
    width: 90%;
  }
  .post {
    font-size: 1.2em;
    line-height: 22px;
  }
  .post p {
    margin: 15px 0 0 0;
  }
  .pager-d {
    margin: 40px 0 0 0;
  }
  .pager-d-txt {
    font-size: 1.3em;
    margin: 30px 0 0 0;
  }
  .pager-next {
    font-size: 1.2em;
  }
  .pager-prev {
    font-size: 1.2em;
  }
}