@charset "UTF-8";
@media screen and (max-width: 768px) {
  .news {
    border-top: 10px solid #cdcfc7;
  }
}
.news .contentIn {
  max-width: 930px;
  margin: 0 auto;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .news .contentIn {
    max-width: 650px;
    padding: 0 3%;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .news .contentWapperSP {
    background-color: #FFF;
  }
}
.news .boxContent01 {
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .news .boxContent01 {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 60px;
  }
}
.news .boxContent01 .categoryList {
  width: 605px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .news .boxContent01 .categoryList {
    width: 100%;
    margin: 0 auto;
    font-size: 11px;
  }
}
.news .boxContent01 .categoryList li {
  float: left;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .news .boxContent01 .categoryList li {
    font-size: 11px;
  }
}
.news .boxContent01 .categoryList li a::before {
  content: url(../img/news/ico_category.png);
}
@media screen and (max-width: 768px) {
  .news .boxContent01 .categoryList li a::before {
    content: url(../img/news/ico_category_sp.png);
  }
}
.news .boxContent01 .categoryList li a:hover::before {
  content: url(../img/news/ico_category_active.png);
}
@media screen and (max-width: 768px) {
  .news .boxContent01 .categoryList li a:hover::before {
    content: url(../img/news/ico_category_active_sp.png);
  }
}
.news .boxContent01 .categoryList li a.active {
  color: #B78453;
}
.news .boxContent01 .categoryList li a.active::before {
  content: url(../img/news/ico_category_active.png);
}
@media screen and (max-width: 768px) {
  .news .boxContent01 .categoryList li a.active::before {
    content: url(../img/news/ico_category_active_sp.png);
  }
}
.news .boxContent01 .categoryList li a.ffYuGothic {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .news .boxContent01 .categoryList li a.ffYuGothic {
    font-size: 11px;
  }
}
.news .boxContent01 .categoryList li + li {
  margin-left: 44px;
}
@media screen and (max-width: 768px) {
  .news .boxContent01 .categoryList li + li {
    margin-left: 10px;
  }
}
.news .boxContent01 .categoryList:after {
  content: "";
  display: block;
  clear: both;
}
.news .boxContent01 .newsList {
  margin: 50px 0;
  border-bottom: 1px solid #cdcfc7;
}
@media screen and (max-width: 768px) {
  .news .boxContent01 .newsList {
    margin: 30px 0;
  }
}
.news .boxContent01 .newsList li {
  height: 70px;
  line-height: 70px;
  border-top: 1px solid #cdcfc7;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .news .boxContent01 .newsList li {
    height: auto;
    line-height: 18px;
    display: block;
    overflow: hidden;
    padding: 5px 10px 10px 10px;
  }
}
.news .boxContent01 .newsList li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}
.news .boxContent01 .newsList li a:hover {
  background-color: rgba(205, 207, 199, 0.1);
}
.news .boxContent01 .newsList li p {
  float: left;
  z-index: 3;
}
.news .boxContent01 .newsList li p.newsDate {
  width: 120px;
  font-family: "Roboto", sans-serif;
  margin-left: 140px;
}
@media screen and (max-width: 768px) {
  .news .boxContent01 .newsList li p.newsDate {
    width: 20%;
    margin-left: 0;
  }
}
.news .boxContent01 .newsList li p.newsTitle {
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  .news .boxContent01 .newsList li p.newsTitle {
    width: 100%;
    padding-top: 5px;
  }
}
.news .boxContent01 .newsList li p.newsCategory {
  font-family: "Roboto", sans-serif;
  color: #cdcfc7;
}
@media screen and (max-width: 768px) {
  .news .boxContent01 .newsList li p.newsCategory {
    width: 80%;
  }
}
.news .boxContent01 .newsList li p.noArticles {
  width: 100%;
  text-align: center;
}
.news .boxContent01 .pagenavi_wrap {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.news .boxContent01 .pagenavi_wrap .page-numbers {
  margin: 0 14px;
  line-height: 23px;
}
.news .boxContent01 .pagenavi_wrap .current {
  color: #CC994D;
}
.news .boxContent01 .pagenavi_wrap .prev, .news .boxContent01 .pagenavi_wrap .next {
  font-size: 23px;
}
.news .boxContent01 .articleBlock {
  width: 930px;
  margin: 50px auto 125px;
  padding: 45px 145px;
  border-top: 1px solid #cdcfc7;
  border-bottom: 1px solid #cdcfc7;
}
@media screen and (max-width: 768px) {
  .news .boxContent01 .articleBlock {
    width: 100%;
    margin: 30px 0;
    padding: 30px 0;
  }
}
.news .boxContent01 .articleBlock p {
  display: block;
  overflow: hidden;
  float: left;
}
.news .boxContent01 .articleBlock p.newsDate {
  width: 20%;
  max-width: 105px;
  font-size: 19px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .news .boxContent01 .articleBlock p.newsDate {
    font-size: 13px;
  }
}
.news .boxContent01 .articleBlock p.newsCategory {
  width: 80%;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: #cdcfc7;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-top: 2px;
}
@media screen and (max-width: 768px) {
  .news .boxContent01 .articleBlock p.newsCategory {
    font-size: 12px;
  }
}
.news .boxContent01 .articleBlock p.newsTitle {
  clear: both;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .news .boxContent01 .articleBlock p.newsTitle {
    width: 100%;
    padding-top: 5px;
    font-size: 16px;
  }
}
.news .boxContent01 .articleBlock .newsText {
  clear: both;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  padding-top: 40px;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news .boxContent01 .articleBlock .newsText {
    width: 100%;
    padding-top: 5px;
    font-size: 14px;
  }
}
