/***
news
--------------------------------------------------------- */

.news_list li .txt {
  margin-top: 5px;
}

/***
news details
--------------------------------------------------------- */
.news_details .ttl {
  line-height: 1.5;
}

.news_details_box p {
  line-height: 1.5;
}

/***
box_link
--------------------------------------------------------- */
.box_link .share ul li .popup {
  width: 120px;
  margin-left: -60px;
}

@media screen and (max-width: 750px) {

  .news_nav > li {
    line-height: 1.3;
  }

  .news_list li .txt {
    margin-top: 14px;
  }
}