.news {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  background-color: #Fff;
}
@media screen and (max-width: 1100px) {
  .news {
    padding-top: 9.0909090909vw;
    padding-bottom: 9.0909090909vw;
  }
}
@media screen and (max-width: 768px) {
  .news {
    padding-top: 7.8125vw;
    padding-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 414px) {
  .news {
    padding-top: 15.873015873vw;
    padding-bottom: 15.873015873vw;
  }
}
.news__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .news__title {
    margin-bottom: 2.7272727273vw;
  }
}
@media screen and (max-width: 768px) {
  .news__title {
    margin-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 768px) {
  .news__title {
    margin-bottom: 7.9365079365vw;
  }
}
.news__item {
  display: block;
  width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(15, 38, 80, 0.2);
  text-decoration: none;
  color: #4a4a4a;
}
@media screen and (max-width: 1100px) {
  .news__item {
    width: 90.9090909091vw;
    padding-top: 1.8181818182vw;
    padding-bottom: 1.8181818182vw;
  }
}
@media screen and (max-width: 768px) {
  .news__item {
    width: 93.75vw;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: start;
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.news__item.last {
  border-bottom: none;
  margin-bottom: 62px;
}
@media screen and (max-width: 1100px) {
  .news__item.last {
    margin-bottom: 5.6363636364vw;
  }
}
.news__item:hover .news__name {
  text-decoration: underline;
}
.news__date.text-4 {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .news__date.text-4 {
    font-size: 15px;
  }
}
.news__date {
  text-align: left;
  width: 74px;
  letter-spacing: 0.02em;
  line-height: 1;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-weight: normal !important;
}
@media screen and (max-width: 1100px) {
  .news__date {
    width: 6.7272727273vw;
  }
}
@media screen and (max-width: 768px) {
  .news__date {
    width: 74px;
    margin-right: 35px;
  }
}
.news__cat {
  width: 175px;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.02em;
  border-radius: 4px;
  color: #fff;
  background-color: #fa7a34;
}
@media screen and (max-width: 1100px) {
  .news__cat {
    width: 15.9090909091vw;
    height: 2.5454545455vw;
    font-size: 1.2727272727vw;
    line-height: 2.5454545455vw;
  }
}
@media screen and (max-width: 768px) {
  .news__cat {
    width: 175px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    border-radius: 4px;
  }
}
.news__cat.cat-news {
  background-color: #fa7a34 !important;
}
.news__cat.cat-maintenance {
  background-color: #e66e50 !important;
}
@media screen and (max-width: 768px) {
  .news__name.text-4 {
    font-size: 15px;
  }
}
.news__name {
  text-align: justify;
  line-height: 1.75;
  letter-spacing: 0.04em;
  width: 695px;
}
@media screen and (max-width: 1100px) {
  .news__name {
    width: 63.1818181818vw;
  }
}
@media screen and (max-width: 768px) {
  .news__name {
    width: 100%;
  }
}

.news-cat-changer {
  background-color: #fef7f2;
  width: 1000px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  gap: 16px;
  border-radius: 4px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1100px) {
  .news-cat-changer {
    width: 90.9090909091vw;
  }
}
@media screen and (max-width: 768px) {
  .news-cat-changer {
    width: 93.75vw;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.news-cat-changer__btn {
  height: 48px;
  padding-left: 41px;
  padding-right: 16px;
  line-height: 48px;
  background-color: #fff;
  border-radius: 4px;
  font-size: 16px;
  position: relative;
  font-weight: normal;
}
@media screen and (max-width: 414px) {
  .news-cat-changer__btn {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}
.news-cat-changer__btn:nth-child(1).clicked {
  background-color: #4a4a4a;
}
.news-cat-changer__btn:nth-child(1)::before {
  background-color: #4a4a4a;
}
.news-cat-changer__btn:nth-child(2).clicked {
  background-color: #ef8a45;
}
.news-cat-changer__btn:nth-child(2)::before {
  background-color: #ef8a45;
}
.news-cat-changer__btn:nth-child(3).clicked {
  background-color: #e66e50;
}
.news-cat-changer__btn:nth-child(3)::before {
  background-color: #e66e50;
}
.news-cat-changer__btn.clicked {
  color: #fff;
}
.news-cat-changer__btn.clicked::before {
  opacity: 1;
}
.news-cat-changer__btn:after {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #e7e9ed;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 16px;
  left: 16px;
}
@media screen and (max-width: 414px) {
  .news-cat-changer__btn:after {
    top: 50%;
    transform: translateY(-50%);
  }
}
.news-cat-changer__btn::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: 24px;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 2;
  opacity: 0;
}

.pagenation {
  width: 100%;
  display: flex;
  justify-content: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.pagenation__btn {
  font-size: 18px;
  font-family: "Nimbus Sans", sans-serif;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  margin-right: 5px;
  margin-left: 5px;
}
.pagenation__btn.clicked {
  color: #fff;
  background-color: #4a4a4a;
}
.pagenation__btn.prev-btn, .pagenation__btn.next-btn {
  background-color: #e7e9ed;
  width: 40px;
  height: 40px;
  color: #fff;
}

.news-article {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .news-article {
    padding-top: 9.0909090909vw;
    padding-bottom: 9.0909090909vw;
  }
}
@media screen and (max-width: 768px) {
  .news-article {
    padding-top: 57px;
    padding-bottom: 57px;
  }
}
.news-article__wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 97px;
}
@media screen and (max-width: 1100px) {
  .news-article__wrapper {
    width: 90.9090909091vw;
    padding-bottom: 8.8181818182vw;
  }
}
@media screen and (max-width: 768px) {
  .news-article__wrapper {
    padding-bottom: 97px;
    width: 91.7989417989vw;
  }
}
.news-article__title {
  text-align: left;
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 58px;
}
@media screen and (max-width: 1100px) {
  .news-article__title {
    margin-bottom: 5.2727272727vw;
    font-size: 3.2727272727vw;
  }
}
@media screen and (max-width: 768px) {
  .news-article__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.news-article__daycat {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media screen and (max-width: 1100px) {
  .news-article__daycat {
    margin-bottom: 2.7272727273vw;
  }
}
@media screen and (max-width: 768px) {
  .news-article__daycat {
    margin-bottom: 12px;
  }
}
.news-article__day {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-right: 37px;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-weight: normal !important;
}
@media screen and (max-width: 1100px) {
  .news-article__day {
    font-size: 1.4545454545vw;
  }
}
@media screen and (max-width: 768px) {
  .news-article__day {
    margin-right: 42px;
    font-size: 15px;
  }
}
.news-article__news-content p {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
  text-align: justify;
}
@media screen and (max-width: 1100px) {
  .news-article__news-content p {
    margin-bottom: 2.7272727273vw;
    font-size: 1.4545454545vw;
  }
}
@media screen and (max-width: 768px) {
  .news-article__news-content p {
    margin-bottom: 30px;
    font-size: 15px;
  }
}
.news-article__news-content a {
  text-align: left;
  color: #ef8a45;
  line-height: 1.75;
  text-decoration: underline;
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  .news-article__news-content a {
    font-size: 1.4545454545vw;
  }
}
@media screen and (max-width: 768px) {
  .news-article__news-content a {
    font-size: 15px;
  }
}
.news-article__news-content table {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .news-article__news-content table {
    font-size: 15px;
  }
}
.news-article__news-content table caption {
  text-align: left;
  margin-bottom: 8px;
}
@media screen and (max-width: 414px) {
  .news-article__news-content table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.news-article__news-content table th {
  font-weight: 400;
  padding-right: 24px;
  min-width: 160px;
  vertical-align: top;
}
.news-article__news-content table td br {
  display: block;
}
@media screen and (max-width: 414px) {
  .news-article__news-content table td br {
    display: none;
  }
}/*# sourceMappingURL=news.css.map */