.news-item {
  display: flex;
  padding: 40px;
  border-bottom: #ccc 1px solid;
}
.news-item .gallery-content {
  margin: 20px 20px 20px 40px;
  flex-grow: 1;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.news-item .gallery-info {
  flex-grow: 1;
  margin: auto 0;
  color: #888888;
  padding: 0 40px 0 100px;
  text-transform: uppercase;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.news-item .gallery-classification {
  flex-grow: 1;
}
.news-item .gallery-title {
  padding: 0 0 8px;
  line-height: 1.2em !important;
  font-size: 1rem;
  color: #000;
  display: block;
}
.news-item .gallery-position {
  font-size: 0.875rem;
}
.news-item .gallery-position .mobile-date-show {
  display: none;
}
.news-item .gallery-date {
  padding: 0 40px;
  border-right: 1px solid #eee;
  margin: auto 0;
}
.news-item .gallery-yearmonth {
  font-style: normal;
  line-height: 1.6em;
  font-size: 0.875rem;
  text-decoration: none;
  letter-spacing: 0.06em;
  display: block;
}
.news-item .gallery-day {
  font-size: 48px;
  line-height: 1.5;
}
.news-item .gallery-image {
  flex: 0 0 240px;
  max-width: 240px;
  background-color: #fff;
  border: 1px solid #e4e4ec;
  padding: 4px;
  box-sizing: border-box;
}
.news-item .gallery-image .image-ordinary {
  width: 100%;
}
.news-item .gallery-image .image-ordinary img {
  max-width: 100%;
}
.news-item.img-left .gallery-info {
  text-align: right;
}
.news-item:hover .gallery-image .image-ordinary img {
  opacity: 0.6;
}
.news-item:hover .gallery-info {
  color: #111;
}

#page {
  display: flex;
  text-align: center;
  padding: 10px;
  -webkit-justify-content: center;
  justify-content: center;
}
#page a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #999;
  background-color: #FFF;
  border: 1px solid #dee2e6;
}

@media screen and (max-width: 1100px) {
  .news-item {
    padding: 40px 20px;
  }
  .news-item .gallery-info {
    padding: 0 40px;
  }
}
@media screen and (max-width: 900px) {
  .news-item {
    padding: 40px 0;
  }
  .news-item .gallery-date {
    padding: 0 20px;
  }
  .news-item .gallery-info {
    padding: 0 20px;
  }
  .news-item .gallery-content {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .news-item {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .news-item .gallery-content {
    margin: 0;
  }
  .news-item .gallery-classification {
    margin: 0 0 20px 0;
  }
  .news-item .gallery-image {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto 15px auto;
  }
  .news-item .gallery-info {
    margin: 0;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .news-item .gallery-position .mobile-date-show {
    display: inline-block;
  }
  .news-item .gallery-date {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .news-item .gallery-date {
    display: none;
  }
  .news-item .gallery-info {
    padding: 0 20px;
  }
}
@media screen and (max-width: 400px) {
  .news-item .gallery-image {
    border: none;
  }
  .news-item .gallery-info {
    padding: 0;
  }
}
