@charset "utf-8";
/* CSS Document */


.link_news {
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
  margin-bottom: 100px;
}
.link_news a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background:#128B8E;
  color: #FFFFFF;
  padding: 12px 11px;
  text-decoration: none;
}
.link_news img {
  margin-left: 5px;
  flex-shrink: 0;
}
.link_news a:hover{
  background: #67B5B7;
}
@media (max-width:767px){
  .link_news {
    margin: 30px 0;
    font-size: 14px;
    margin-bottom: 80px;
  }
  .link_news a{
    padding: 10px 12px;
  }
  .link_news img {
    width: 17px;
  } 
}
