.l_news .p_newsMore {
  display: block;
  width: max-content;
  margin-left: auto;
  font-size: 18px;
  font-weight: bold;
  color: #157BDE;
  padding-right: 25px;
  background: url(../img/icon_arrow_right.png) no-repeat;
  background-size: 24px;
  background-position: right;
  margin-top: -50px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #157BDE;
}
@media screen and (max-width: 794px) {
  .l_news .p_newsMore {
    font-size: 4.2666666667vw;
    margin-top: -8vw;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #157BDE;
  }
}

.b_newsList_list {
  margin-top: 30px;
}
@media screen and (max-width: 794px) {
  .b_newsList_list {
    margin-top: 8vw;
  }
}

.b_newsList_item_list a {
  padding: 20px 0;
  display: block;
}
@media screen and (max-width: 794px) {
  .b_newsList_item_list a {
    padding: 4.2666666667vw 0;
  }
}
.b_newsList_item_list + .b_newsList_item_list {
  border-top: 1px solid #E6E6E6;
}
.b_newsList_item_list .b_newsList_itemDate {
  margin-bottom: 10px;
  font-size: 16px;
  color: #5a6b8b;
}
@media screen and (max-width: 794px) {
  .b_newsList_item_list .b_newsList_itemDate {
    font-size: 3.7333333333vw;
  }
}
.b_newsList_item_list h3 {
  font-size: 18px;
  font-weight: normal;
  position: relative;
  padding-left: 15px;
  background: url(../img/icon_arrow_roght02.png) no-repeat;
  background-size: 10px;
  background-position: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 794px) {
  .b_newsList_item_list h3 {
    font-size: 4.2666666667vw;
  }
}

/*# sourceMappingURL=news.css.map */
