#news {
  padding-top: 40px;
}

#news .title {
  font-size: 1.375rem;
  position: absolute;
  top: 8.5rem;
}

#news .obi {
  height: 233px;
}

#news .wrap {
  padding-bottom: 7.5rem;
}

#news .wp-pagenavi {
  margin-top: 12rem;
}

#news .news_btn {
  width: 98%;
  margin: auto;
  margin-top: 7rem;
  margin-bottom: 5rem;
  font-size: 2.625rem;
  font-weight: bold;
}

#news .news_btn:before {
  background: #000;
}

#news .news_btn a {
  display: block;
  border: 2px solid #000;
  color: #000;
  letter-spacing: 3px;
  padding: 0.5rem;
  text-align: left;
  padding-left: 15rem;
  color: #000;
}

#news .news_btn a:visited {
  color: #000;
}

#news .news_btn a:hover {
  color: #000;
}

#news .news_btn:hover a {
  color: #fff;
  color: #fff;
}

#news .news_btn:hover a:visited {
  color: #fff;
}

#news .news_btn:hover a:hover {
  color: #fff;
}

#news .news_btn:hover:after {
  right: 26%;
  bottom: 1.4rem;
  background: url(../img/arrow_w_lerge.png) no-repeat center center;
  background-size: contain;
}

#news .news_btn:after {
  right: 26%;
  bottom: 1.4rem;
  background: url(../img/arrow_b_lerge.png) no-repeat center center;
  background-size: contain;
}

#news .post_list {
  width: 97%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#news .post_list .article {
  width: 50%;
  border-bottom: 2px solid #e60000;
}

#news .post_list .article:nth-child(odd) .thumbnail_wrap, #news .post_list .article:nth-child(odd) .row {
  padding-right: 2rem;
  border-right: 2px solid #e60000;
}

#news .post_list .article:nth-child(even) {
  padding-left: 2rem;
}

#news .post_list .article:nth-child(n+3) {
  margin-top: 2.5rem;
}

#news .post_list .article > .row {
  padding-top: 2.7rem;
  margin-bottom: 3.45rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

#news .post_list .article > .row .left {
  width: 30%;
  font-size: 1rem;
}

#news .post_list .article > .row .left .category {
  padding: 0;
}

#news .post_list .article > .row .left .category p {
  padding: 0.1rem;
}

#news .post_list .article > .row .right {
  width: 68%;
  word-wrap: break-word;
}

#news .post_list .article > .row .right a {
  color: #000;
  text-decoration: underline;
}

#news .post_list .article > .row .right a:visited {
  color: #000;
}

#news .post_list .article > .row .right a:hover {
  color: #000;
}

#news .post_list .article > .row .more {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 0.75rem;
}

#news .post_list .article > .row .more img {
  width: 19px;
  margin-left: 5px;
}

#news .post_list .article > .row .more a {
  color: #000;
}

#news .post_list .article > .row .more a:visited {
  color: #000;
}

#news .post_list .article > .row .more a:hover {
  color: #000;
}

.date {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #news .post_list .article {
    width: 100%;
    border-bottom: 2px solid #e60000;
  }
  #news .post_list .article:nth-child(odd) .thumbnail_wrap, #news .post_list .article:nth-child(odd) .row {
    padding-right: 0;
    border-right: none;
  }
  #news .post_list .article:nth-child(even) {
    padding-left: 0;
  }
  #news .wrap {
    width: 94% !important;
    margin-right: 0;
    padding-bottom: 4rem;
  }
  #news .wp-pagenavi {
    margin-top: 3.8rem;
  }
  #news .obi {
    height: 186px;
  }
  #news .post_list .article > .row {
    padding-top: 1.2rem;
    margin-bottom: 1.8rem;
  }
  #news .post_list .article > .row .right {
    font-size: 0.875rem;
    width: 68%;
  }
  #news .post_list .article:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}
