@charset "UTF-8";
/* CSS Document */


/*-----------
news
-----------*/

#news{
  width: 100%;
  /*background-color: #fff;*/
}

#news #news_list{
  width: 800px;
  margin: 0 auto;
  padding-top: 20px;
}

#news #news_list li{
  border-bottom: 1px solid #888;
}

#news #news_list li a,
#news #news_list li div {
  position: relative;
  display: block;
  color: #000;
  font-size: 18px;
  padding: 16px 58px 20px 20px;
}

#news #news_list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -3px;
  width: 28px;
  height: 7px;
  background-repeat: no-repeat;
  background-size: 28px auto;
}

#news #news_list li a[target="_blank"]::after {
  margin-top: -10px;
  width: 23px;
  height: 21px;
  background-size: 22px auto;
}

#news #news_list li a span,
#news #news_list li div span{
  display: block;
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: 900;
}

#news #news_list li a {
  transition: opacity 0.4s;
  backface-visibility: hidden;
}




@media screen and ( max-width:767px) {


/*----news----*/

#news #news_list{
  width: 93%;
  padding: 2% 0 7%;
}

#news #news_list li a,
#news #news_list li div {
  padding: 11px 46px 13px 10px;
  background-position: right 2px center;
  background-size: 10px auto;
  font-size: 14px;
  line-height: 1.6;
}

#news #news_list li a::after {
  top: 50%;
  right: 8px;
  margin-top: 0;
  width: 19px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#news #news_list li a[target="_blank"]::after {
  margin-top: -8px;
  width: 18px;
  height: 17px;
  background-size: 18px;
}

#news #news_list li a span,
#news #news_list li div span{
  padding-bottom: 3px;
  font-size: 12px;
}


}
