#news {
  padding-bottom: 0;
}
#press {
  background: #f2ecaf;
  padding: 100px 0 92px 0;
}
@media screen and (max-width: 1139px) {
  #press {
    padding: 60px 0 46px 0;
  }
}
#press .newscategory_list .cat-item {
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 30px;
  font-weight: bold;
  border: solid 1px #ccc;
  border-radius: 30px;
}
#press .newscategory_list .cat-item a {
  padding: 10px 15px;
  display: block;
}
#press .newscategory_list .cat-item:hover {
  color: #d12920;
}
#press .newslist {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 40px;
  border-radius: 5px;
}
@media screen and (max-width: 1139px) {
  #press .newslist {
    width: 90%;
    margin-bottom: 0;
    margin-top: 30px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#press .newslist a {
  width: 100%;
  text-decoration: none;
  background: #fff;
}
#press .newslist a:hover {
  opacity: 0.8;
}
#press .newslist .newslist__item {
  width: 31%;
  margin: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-align:center;-ms-flex-align:center;align-items:center;*/
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}
@media screen and (max-width: 1139px) {
  #press .newslist .newslist__item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 20px;
  }
}
#press .newslist .newslist__item .newslist__img {
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
}
#press .newslist .newslist__item .newslist__inner {
  padding: 20px;
}
#press .newslist .newslist__item .newslist__category {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.1rem;
  color: #d12920;
  margin-bottom: 10px;
  font-weight: bold;
}
#press .newslist .newslist__item .newslist__date {
  font-size: 1.2rem;
  margin-right: 20px;
  display: inline-block;
}
#press .newslist .newslist__item .newslist__title {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  margin-top: 0px;
  height: 100%;
}
#press .newslist .newslist__item .newslist__tags {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.1rem;
  margin-top: 10px;
  color: #999;
  margin-bottom: 15px;
  font-weight: bold;
}
#press .newslist .newslist__item:last-child {
  border-bottom: none;
}
#press .newslist .newslist__title:hover h4 {
  color: #d12920;
}
#press .wp-pagenavi {
  margin-bottom: 100px !important;
}
