#box_news .news li{
 list-style:none; 
}

#box_news ul.news {
  border: solid 1px #c8e5f4;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  background: #effbfd;
  margin-bottom:10px;
}

#box_news ul.news li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
  border-top: dashed 1px silver;
}

#box_news ul.news li:first-child{
	border: none;
}

#box_news ul.news li:before {
  font-family:'FontAwesome';
  //font-family: "Font Awesome 5 Free";
  content: "\f0da";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: gray; /*アイコン色*/
}
.newsDate{
 list-style:none; 
}
.info_msg {
    float: left;
    display: block;
    width: 550px;
}
.info_date {
    display: block;
    float: left;
    width: 100px;
}