body#news .section .entries ul li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
body#news .section .entries ul li a {
  display: block;
  position: relative;
  padding: 1.25rem 3.75rem 1.25rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.75;
}
body#news .section .entries ul li a::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 50%;
  right: 0.9375em;
  width: 0.625em;
  height: 0.625em;
  border-right: solid 1px #663e14;
  border-bottom: solid 1px #663e14;
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
body#news .section .entries ul li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
body#news .section .entries ul li a dl {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
body#news .section .entries ul li a dl dt {
  flex-basis: 76%;
  color: #4d4d4d;
}
body#news .section .entries ul li a dl dd {
  flex-basis: 22%;
  color: #009efd;
}
body#news .section .entry {
  margin-bottom: 3.75rem;
}
body#news .section .entry::after {
  content: '';
  clear: both;
  display: block;
}
body#news .section .entry p {
  margin-bottom: 1.25em;
  line-height: 1.75;
}
body#news .section .entry .public {
  margin-bottom: 1.875rem;
  color: #808080;
  font-size: 0.875rem;
  text-align: right;
}
body#news .section .entry .pics {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
body#news .section .entry .pics .mainpic {
  flex-basis: 46%;
}
body#news .section .entry .pic {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: right;
  float: right;
  width: 46%;
}
body#news .section .entry .mainpic {
  position: relative;
  margin: 0 0.9375rem 1.25rem 1.25rem;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
body#news .section .entry .mainpic::before {
  content: '';
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhZjU5OCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWVmZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #2af598), color-stop(100%, #009efd));
  background-image: -moz-linear-gradient(left, #2af598 0%, #009efd 100%);
  background-image: -webkit-linear-gradient(left, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to right, #2af598 0%, #009efd 100%);
}
body#news .section .entry .mainpic:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
body#news .section .entry .files {
  clear: both;
  margin-top: 3.75rem;
  text-align: center;
}
body#news .section .nav {
  text-align: center;
}
body#news .section .nav .btn.back {
  border-bottom: solid 0.3125em #999999;
  color: #666666;
  background-color: #cccccc;
}
body#news .section .nav .btn.back::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  left: 0.75em;
  width: 0.6em;
  height: 0.6em;
  border-right: solid 2px #666666;
  border-bottom: solid 2px #666666;
  -moz-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
body#news .section .pagenav {
  padding-top: 2.5rem;
  text-align: center;
}
body#news .section .pagenav li {
  display: inline-block;
  margin: 0 0.1em;
}
body#news .section .pagenav li span, body#news .section .pagenav li strong, body#news .section .pagenav li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border: solid 1px #663e14;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.9;
}
body#news .section .pagenav li span {
  color: #ffffff;
  border: solid 1px #cccccc;
  background-color: #cccccc;
}
body#news .section .pagenav li strong {
  color: #ffffff;
  background-color: #009efd;
}
body#news .section .pagenav li a {
  color: #ff7f00;
  background-color: #ffffff;
}
body#news .section .pagenav li a:hover {
  color: #ffffff;
  background-color: #009efd;
}
body#news .section .pagenav li.num span, body#news .section .pagenav li.num strong, body#news .section .pagenav li.num a {
  padding: 0 0.5em;
}
body#news .section .pagenav li.prev span, body#news .section .pagenav li.prev strong, body#news .section .pagenav li.prev a, body#news .section .pagenav li.next span, body#news .section .pagenav li.next strong, body#news .section .pagenav li.next a {
  padding: 0 1em;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body#news .section .entries ul li a {
    padding: 2.60417vw 7.8125vw 2.60417vw 2.60417vw;
    font-size: 3.64583vw;
  }
  body#news .section .entries ul li a::before {
    right: 2.60417vw;
  }
  body#news .section .entries ul li a dl {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  body#news .section .entries ul li a dl dd {
    margin-bottom: 1.30208vw;
  }
  body#news .section .entry {
    margin-bottom: 10.41667vw;
  }
  body#news .section .entry .public {
    margin-bottom: 5.20833vw;
    font-size: 3.64583vw;
  }
  body#news .section .entry .pics {
    display: block;
    margin-bottom: 10.41667vw;
  }
  body#news .section .entry .pics .mainpic + .mainpic {
    margin-top: 5.20833vw;
  }
  body#news .section .entry .pic {
    float: none;
    width: auto;
  }
  body#news .section .entry .mainpic {
    float: none;
    width: auto;
    margin: 0 2.60417vw 7.8125vw 0;
  }
  body#news .section .entry .mainpic::before {
    top: 2.60417vw;
    left: 2.60417vw;
  }
  body#news .section .entry .link {
    display: block;
    margin-top: 7.8125vw;
    font-size: 3.64583vw;
  }
  body#news .section .entry .link dt {
    padding: 2.60417vw 5.20833vw;
    text-align: center;
  }
  body#news .section .entry .link dd {
    padding: 2.60417vw 5.20833vw;
  }
  body#news .section .entry .pics {
    margin-top: 7.8125vw;
  }
  body#news .section .entry .pics figure {
    flex-basis: 46%;
    margin: 0 2.60417vw 2.60417vw 0;
  }
  body#news .section .entry .pics figure::before {
    top: 2.60417vw;
    left: 2.60417vw;
  }
  body#news .section .entry .files {
    margin-top: 7.8125vw;
  }
  body#news .section .pagenav {
    font-size: 3.64583vw;
  }
  body#news .section .pagenav li.num {
    display: none;
  }
}
