.pagehead.news__pagehead {
  min-height: 375px;
}
@media screen and (max-width: 768px) {
  .pagehead.news__pagehead {
    min-height: inherit;
  }
}
.pagehead.news__pagehead .pagehead__title {
  font-size: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .pagehead.news__pagehead .pagehead__title {
    font-size: max(4.1666666667vw, 22px);
  }
}
@media screen and (max-width: 400px) {
  .pagehead.news__pagehead .pagehead__title {
    font-size: 22px;
  }
}

.news {
  padding: 0 40px;
}
@media screen and (max-width: 400px) {
  .news {
    padding: 0 24px;
  }
}
.news__items {
  padding: 120px 0 0;
  width: min(100%, 1200px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .news__items {
    padding: 15.625vw 0 0;
  }
}
@media screen and (max-width: 400px) {
  .news__items {
    padding: 60px 0 0;
  }
}
.news__item article {
  padding: 40px 47px 40px 20px;
  border-top: solid 1px #C3c3c3;
  color: #1B2A33;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.news__item article.last {
  border-bottom: solid 1px #C3c3c3;
}
@media screen and (max-width: 768px) {
  .news__item article {
    padding: 32px 47px 32px 20px;
    flex-wrap: wrap;
    row-gap: 15px;
  }
}
@media screen and (max-width: 400px) {
  .news__item article {
    padding: 20px 0;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.news__item-date {
  font-weight: 400;
  color: #777;
  width: 82px;
}
.news__item-cat {
  background: #8A9CAC;
  color: #fff;
  width: 80px;
  height: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  border-radius: 5px;
}
@media screen and (max-width: 400px) {
  .news__item-cat {
    height: 24px;
    line-height: 24px;
  }
}
.news__item-name {
  font-weight: 400;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .news__item-name {
    flex: inherit;
    width: 100%;
  }
}
.news__link {
  transition: 0.3s;
}
.news__link:hover {
  background: #E6EBF0;
  transition: 0.3s;
}
.news .common__btn {
  margin: 0 auto;
}

.pagination {
  width: min(100%, 1200px);
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 40px 0 120px;
  border-top: solid 1px #C3C3C3;
}
@media screen and (max-width: 768px) {
  .pagination {
    padding-bottom: 15.625vw;
  }
}
@media screen and (max-width: 400px) {
  .pagination {
    padding-bottom: 60px;
  }
}
.pagination__btn {
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: solid 1px #C3C3C3;
  border-radius: 500px;
  margin-right: 8px;
  margin-left: 8px;
  color: #1B2A33;
}
.pagination__btn:hover {
  background-color: #E6EBF0;
}
.pagination__btn.disabled {
  opacity: 0.5;
}
.pagination__btn.disabled:hover {
  background-color: transparent;
}
.pagination__btn.disabled.prev-btn::before, .pagination__btn.disabled.next-btn::before {
  border-color: #C3C3C3;
}
.pagination__btn.clicked {
  color: #fff;
  background-color: #1692F5;
  border: none;
}
.pagination__btn.prev-btn, .pagination__btn.next-btn {
  position: relative;
  width: 40px;
  height: 40px;
  border: solid 1px #C3C3C3;
  color: #1B2A33;
}
.pagination__btn.prev-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-left: 1px solid #1B2A33;
  border-bottom: 1px solid #1B2A33;
  pointer-events: none;
}
.pagination__btn.next-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 47%;
  transform: translate(-50%, -50%) rotate(-135deg);
  width: 8px;
  height: 8px;
  border-left: 1px solid #1B2A33;
  border-bottom: 1px solid #1B2A33;
  pointer-events: none;
}

.news__detail {
  padding: 110px 40px 120px;
}
@media screen and (max-width: 768px) {
  .news__detail {
    padding: 15.625vw 40px;
  }
}
@media screen and (max-width: 400px) {
  .news__detail {
    padding: 60px 24px;
  }
}
.news__detail-inner {
  width: min(100%, 1200px);
  margin: 0 auto;
}
.news__detail-labels {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-bottom: 60px;
}
@media screen and (max-width: 400px) {
  .news__detail-labels {
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-bottom: 40px;
  }
}
.news__detail-date {
  font-weight: 400;
  line-height: 1.5;
  color: #777;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 400px) {
  .news__detail-date {
    font-size: 14px;
  }
}
.news__detail-cat {
  width: 88px;
  height: 27px;
  border-radius: 5px;
  background: #8A9CAC;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 400px) {
  .news__detail-cat {
    height: 24px;
  }
}
.news__detail-content {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.6px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .news__detail-content {
    margin-bottom: 60px;
  }
}
.news__detail-link {
  display: inline;
  color: #1B2A33;
  text-decoration: underline;
  word-break: break-all;
}
.news__detail-link:hover {
  color: #1692F5;
}
.news__detail-img {
  border: solid 1px #C3C3C3;
  width: min(100%, 600px);
  height: auto;
}
.news__detail-img.width-300 {
  width: min(100%, 300px);
}
.news__detail .common__btn {
  margin: 0 auto;
}/*# sourceMappingURL=news.css.map */