[data-lazy-background] {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; }

.news-select-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 24rem;
  margin: 5rem 0 3rem 0; }
  .news-select-wrap select {
    width: 48%; }

.news-content-none {
  display: none;
  font-size: 2rem;
  line-height: 2.75rem;
  color: #cf152d;
  text-align: center;
  margin: 5rem auto; }
  @media only screen and (max-width: 640px) {
    .news-content-none {
      font-size: 1.75rem;
      line-height: 2.6rem; } }

.news-content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -1% 3rem -1%; }

.news-block {
  display: block;
  width: 31.3%;
  margin: 3% 1%; }

.news-block-img {
  width: 100%;
  overflow: hidden; }
  .news-block-img > div {
    width: 100%;
    padding-top: 57%;
    transition: transform 0.5s; }

.news-block-info {
  display: flex;
  flex-direction: column-reverse;
  width: 95%;
  margin: auto; }
  .news-block-info > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    line-height: 1.5rem;
    margin: 1.5rem 0; }
    .news-block-info > div p.type {
      color: #cf152d;
      padding: 0.25rem 1rem 0 1rem;
      border: 1px solid #cf152d;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      transition: background 0.5s, color 0.5s; }
    .news-block-info > div p.date {
      transition: color 0.5s; }
  .news-block-info article {
    text-align: justify;
    text-justify: distribute;
    transition: color 0.5s; }

.news-more-block,
.news-back-block {
  text-align: center;
  width: 32%;
  margin: 0 auto 5rem auto; }
  .news-more-block a,
  .news-back-block a {
    display: block;
    padding: 0.75rem 0 0.5rem 0;
    width: 100%;
    color: #FFF;
    background: #cf152d;
    border-radius: 100px;
    -webkit-border-radius: 100px; }

.news-page-wrap {
  width: 90%;
  margin: 3rem auto 5rem auto; }
  .news-page-wrap .news-page-title p.type {
    display: inline-block;
    font-size: 0.85rem;
    line-height: 1.5rem;
    color: #cf152d;
    padding: 0.25rem 1rem 0 1rem;
    border: 1px solid #cf152d;
    border-radius: 100px;
    -webkit-border-radius: 100px; }
  .news-page-wrap .news-page-title p.date {
    color: #848484;
    font-size: 0.85rem;
    line-height: 1.5rem; }
  .news-page-wrap .news-page-title h1 {
    font-size: 2rem;
    line-height: 2.75rem;
    color: #cf152d;
    margin: 3rem 0; }
    @media only screen and (max-width: 640px) {
      .news-page-wrap .news-page-title h1 {
        font-size: 1.75rem;
        line-height: 2.6rem; } }

.news-page-news {
  border-top: 1px solid #c9c9c9;
  padding-top: 5rem; }
  .news-page-news h3 {
    margin-bottom: 3rem; }

@media only screen and (min-width: 1025px) {
  .news-block:hover .news-block-img > div {
    transform: scale(1.1); }
  .news-block:hover article,
  .news-block:hover p.date {
    color: #cf152d; }
  .news-block:hover p.type {
    color: #FFF;
    background: #cf152d; } }
@media only screen and (max-width: 1024px) {
  .news-select-wrap {
    margin: 3rem 0;
    width: 100%; }
    .news-select-wrap select:first-child {
      width: 35%; }
    .news-select-wrap select:last-child {
      width: 63%; }

  .news-content-wrap {
    display: block;
    margin: 3rem 0 5rem 0; }

  .news-block {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 1rem 0;
    border-bottom: 1px solid #c9c9c9; }

  .news-block-img {
    width: 42.5%;
    flex-shrink: 0;
    background: #000; }

  .news-block-info {
    display: block;
    width: 100%;
    background: #DDD; }
    .news-block-info > div,
    .news-block-info article {
      position: absolute;
      right: 0;
      width: 55%;
      margin: 0; }
    .news-block-info > div {
      bottom: 1rem;
      line-height: 100%;
      align-items: flex-end; }
      .news-block-info > div p.type {
        padding: 0;
        border: 0; }
    .news-block-info article {
      top: 1rem;
      text-align: left;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 125%; }

  .news-more-block,
  .news-back-block {
    width: 100%;
    padding: 1rem 0 0.75rem 0; }

  .news-back-block {
    margin-bottom: 0; }

  .news-page-wrap {
    width: 100%;
    margin: 6rem auto 3rem auto; }
    .news-page-wrap .news-page-title {
      margin: 1.5rem 0; }
      .news-page-wrap .news-page-title p.type {
        display: inline-block;
        font-size: 0.85rem;
        line-height: 1.5rem;
        color: #cf152d;
        padding: 0.25rem 1rem 0 1rem;
        border: 1px solid #cf152d; }
      .news-page-wrap .news-page-title p.date {
        color: #848484;
        font-size: 0.85rem;
        line-height: 1.5rem; }
      .news-page-wrap .news-page-title h1 {
        font-size: 2rem;
        line-height: 2.75rem;
        color: #cf152d;
        margin: 1.5rem 0; } }
      @media only screen and (max-width: 1024px) and (max-width: 640px) {
        .news-page-wrap .news-page-title h1 {
          font-size: 1.75rem;
          line-height: 2.6rem; } }

@media only screen and (max-width: 1024px) {
  .news-page-news {
    border-top: 0; }
    .news-page-news h3 {
      margin-bottom: 0; } }

/*# sourceMappingURL=news.css.map */
