@charset "UTF-8";
/* CSS Document */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
  margin: 3%;
}
/* for macIE \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.news-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.news_titl {
  width: 25%;
}
.news-box {
  width: 100%;
}
#newsWrap {
  display: block;
  width: 100%;
  height: 500px;
  margin: 0 auto;
  height: auto;
  position: relative;
}
.back_w {
  /* background: #e6e6fa; */
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  height: 350px;
  z-index: -10;
}
#newsWrap ul#newsList { /*211029〜*/
  width: 90%;
  margin: 0 auto;
  overflow-y: scroll;
  height: 180px;
  padding: 0 5px;
  display: block;
}
#newsWrap ul#newsList::-webkit-scrollbar {
  width: 4px;
}
#newsWrap ul#newsList::-webkit-scrollbar-track {
  background-color: #FA8401;
}
#newsWrap ul#newsList::-webkit-scrollbar {
  background-color: #FA8401;
}
.news-flex {
  width: 100%;
}
ul#newsList {
  display: block;
  margin: 0 auto;
}
ul#newsList li {
  color: #000;
  font-size: 1em;
  margin: 0;
  padding: 2% 3%;
  margin-bottom: 3px;
  list-style-type: none;
  border-bottom: 1px dotted #000;
}
#newsWrap a {
  color: #000;
  text-decoration: underline;
  text-decoration: none;
}
#newsWrap a:hover {
  color: #333;
  text-decoration: none;
}
.up_ymd {
  color: #000;
  padding: 1%;
  text-align: left;
}
.catName {
  display: inline-block;
  padding: 3px;
  border: 1px solid #BF0426;
  border-radius: 6px;
  font-size: 0.9em;
  line-height: 100%;
  margin: 0 2px;
  color: #BF0426;
}
.newMark {
  display: inline-block;
  padding: 1px 4px;
  font-size: 11px;
  line-height: 100%;
  color: #591202;
  border-radius: 8px;
  font-style: italic;
}
.comment {
  display: block;
  padding: 3px 0;
  float: left;
  overflow: hidden;
  width: 80%; /* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap {
  display: block;
  width: 110px;
  float: left;
  height: 80px;
  overflow: hidden;
}
.sp {
  display: none;
}
.copyright2 a {
  color: #fff !important;
}
@media all and (max-width:1700px) {
  .back_w {
    width: 75%;
    height: 500px;
  }
}
@media all and (max-width:1150px) {
  #newsWrap ul#newsList { /*211029〜*/
    width: 90%;
    height: 100px;
  }
  .text_img {
    width: 45%;
  }
}
@media all and (max-width:950px) {
  .up_ymd {
    display: block;
    width: 30%;
    margin: 1% 0;
  }
  #newsWrap ul#newsList { /*211029〜*/
    height: 150px;
  }
}
@media (max-width: 690px) {
  .text_img {
    top: 65%;
  }
  .news_titl {
    width: 40%;
    margin: 0 auto;
  }
  .news-box {
    width: 100%;
  }
  #newsWrap ul#newsList { /*211029〜*/
    width: 98%;
    margin: 0 auto;
  }
  .up_ymd {
    display: block;
    width: 100%;
    margin: 1% 0;
    text-align: left;
  }
  #newsWrap {
    width: 100%;
  }
  .news-box1 {
    width: 100%;
  }
  .news-box2 {
    width: 100%;
    margin-top: 8% !important;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .comment {
    width: 100%; /* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
  }
  .thumbNailWrap {
    width: 100%;
    height: auto;
  }
}
.detailUpfile {
  margin: 20px;
  width: 100%;
  max-width: 50%;
}