.br {
  display: none;
}
@media screen and (min-width: 769px) {
  .br.mnw769 {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .br.mxw768 {
    display: inline-block;
  }
}
@media screen and (max-width: 500px) {
  .br.mxw500 {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .br.dp-mx-tablet {
    display: inline;
  }
}

.sec-news {
  padding: 100px 0 150px;
}
.sec-news .news-list {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-news .news-list {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-news .news-item {
  border-top: 1px dashed #5A5A5A;
  padding: 30px 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #5A5A5A;
}
.sec-news .news-item:last-of-type {
  border-bottom: 1px dashed #5A5A5A;
}
.sec-news .news-item__container {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1110px;
}
.sec-news .news-item__cat {
  display: inline-block;
  border-radius: 9px;
  margin-left: 60px;
  margin-right: 40px;
  margin: 0 20px;
  padding: 5px 0;
  min-width: 120px;
  text-align: center;
  color: #fff;
}
.sec-news .news-item__cat.notice {
  background-color: #707070;
}
.sec-news .news-item__cat.advertising {
  background-color: #f38100;
}
.sec-news .news-item__cat.construction {
  background-color: #6F86D6;
}
@media screen and (min-width: 769px) {
  .sec-news .news-item__ttl:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .sec-news {
    padding: 60px 0 100px;
  }
  .sec-news .news-item {
    padding: 20px 0;
  }
  .sec-news .news-item__container {
    flex-wrap: wrap;
  }
  .sec-news .news-item__ttl {
    margin-top: 10px;
    width: 100%;
  }
  .sec-news .news-item__cat {
    min-width: 100px;
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=archive-news.css.map */