@charset "UTF-8";

body {
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
  "メイリオ", sans-serif;
  color: #222;
  background-color: #fff;
}
/* footer
------------------------------ */
#footer {
  padding: 18px 0;
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
  background-color: #222;
}


/* news
------------------------------ */
#news {
  padding: 100px 0px 100px 0px;
  color: #222;
  text-align: center;
}

#news .wrapper {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
}

#news h1 {
    display: inline-block;
    margin: 0 auto 50px;
    font-size: 3.0rem;
    font-weight: bold;
    border-bottom: 4px solid #b7b7b7;
  }


.news-list .item a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: #333;
  border-bottom: 2px solid #b7b7b7;
  padding: 10px 5% 10px 5%;
}

.news-list .item:first-child a{
  border-top: 2px solid #b7b7b7;
}

.news-list .item .date{
  width: 30%;
  font-size: 1.2rem;
  color: #999;
  margin-right: 2%;
}
.news-list .item .title{
  width: 50%;
  font-size: 1.5rem;
  text-align: left;
}
.news-list .item a:hover .title{
  color: #e97050;
}

.pict {s
  margin: 0;
  width: 40%;
  margin-left: 2%;
}

.pict img {
  width: 100%;
  height:auto;
}

@media screen and (max-width: 767px){
  #news h1 {
    display: inline-block;
    margin: 0 auto 50px;
    font-size: 2.0rem;
    font-weight: bold;
    border-bottom: 4px solid #b7b7b7;
  }
.news-list .item .date{
  width: 30%;
  font-size: 1.0rem;
  color: #999;
  margin-right: 2%;
}
.news-list .item .title{
  width: 50%;
  font-size: 1.2rem;
  text-align: left;
}