/*========================================================================
   news layout
========================================================================*/
#news {
  color: #2C9FC8;
}
#news .anchor_nav a .img {
  background-image: url(../img/user/icon_bear@2x.png);
}
#news .matbox {
  background-color: #2C9FC8;
  background: -webkit-linear-gradient(255deg, #2289AD, #359295, #2C9FC8);
  background: linear-gradient(-165deg, #2289AD, #359295, #2C9FC8);
}
#news .footer_logo {
  fill: #2C9FC8;
}

#news_list .inner {
  margin: 1.5em auto;
}
#news_list .news_list {
  font-size: 0.94em;
  line-height: 1.5;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
#news_list .news_list li {
  margin-bottom: 1em;
  clear: both;
}
#news_list .news_list .catName {
  display: inline-block;
  min-width: 6.5em;
  padding: 0.1em 0.7em;
  border-radius: 10px;
  background-color: #76A315;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.3;
}
#news_list .news_list .cat-1 .catName {
  background-color: #dc6b88;
}
#news_list .news_list .up_ymd {
  display: table;
  color: #666464;
}
#news_list .news_list .title {
  display: inline;
}
#news_list .news_list .title a {
  color: inherit;
  text-decoration: underline;
}
#news_list .news_list .newMark {
  display: inline;
  padding: 0.1em 0.3em;
  margin-left: 0.2em;
  border-radius: 10px;
  background-color: #d44;
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.3;
}
#news_list .btn_all a {
  display: block;
  text-align: center;
  background-color: #ccc;
  border: solid 1px 888;
  border-radius: 10px;
  color: #666464;
}
#news_list .btn_kanri {
  font-size: 0.87em;
  text-align: right;
  margin-bottom: 2em;
}
#news_list .btn_kanri a {
  color: inherit;
  text-decoration: underline;
}

.pager {
  text-align: right;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .pager {
    position: relative;
    top: 0;
    right: 0;
    text-align: right;
  }
}
.pager a {
  white-space: nowrap;
  border-radius: 1.2em;
  padding: 3px 6.5px 2px;
  color: #76A315;
  text-decoration: none;
  margin: 0 0.4em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pager a.current {
  background: #76A315;
  color: #fff;
}
.pager a:hover {
  color: #fff;
  background: rgba(118, 163, 21, 0.5);
}

#news_detail {
  max-width: 800px;
}
#news_detail .pNav {
  font-size: 1.2rem;
  margin-bottom: 4em;
}
#news_detail .pNav a {
  color: #2C9FC8;
  text-decoration: underline;
}
#news_detail h2 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.6em;
}
#news_detail #up_ymd {
  text-align: right;
  font-size: 0.85em;
  margin-top: -0.6em;
  color: #666464;
}
#news_detail .detailText {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 60px;
  color: #666464;
}
#news_detail .detailUpfile {
  text-align: center;
  margin: 30px 0;
}
#news_detail .detailUpfile img {
  max-width: 100%;
  height: auto;
}
#news_detail .backORcloseBtn {
  text-align: center;
  line-height: 100%;
  padding-top: 30px;
}
#news_detail .backORcloseBtn a {
  display: inline-block;
  padding: 4px 15px;
  border: 1px solid #aaa;
  color: #999;
  border-radius: 6px;
  text-decoration: none;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .imgArea {
    text-align: center;
  }
  h2 {
    font-size: 2em;
  }
  #news_list .news_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #news_list .news_list li > span {
    margin: 0 0.5em;
  }
}