.p_newsList.p_newsList--HR{

}
.p_newsList--HR .p_newsList__ttlMain{
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 8px;
  border-left: 9px solid;
  font-weight: bold;
  letter-spacing: 0;
  color: inherit;
  font-size: 14px;
  background: #F5F5F5;
  border-color: #707070;
  margin-bottom: 5px;
  font-size: 14px;
}
.p_newsList--HR .p_newsList__date{
  flex: 0 0 auto;
  margin-right: 30px;
  color: #d66c00;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.4;
  letter-spacing: 0;
  font-size: 12px;
}
.p_newsList--HR .p_newsList__item{
  margin-bottom: 3px;
  border-bottom: 1px dashed #ccc;
  padding: 5px 0;
}
.p_newsList--HR .p_newsList__msg{
  line-height: 1.4;
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 0;
}
.p_newsList--HR .p_newsList__link{
  color: #333;
  font-weight: bold;
  font-size: 12px;
  transition: .3s;
}
.p_newsList--HR .p_newsList__link:hover{
  color: #333;
  opacity: .7;
  text-decoration: none;
}
.p_newsList--HR .p_newsList__footer{
  margin-top: 10px;
}
.p_newsList--HR .p_newsList__footer.c_btn--rigthSide{
  text-align: right;
}
.p_newsList--HR .p_newsList__footer .c_btn__target{
  border: 1px solid #ccc;
  display: inline-block;
  color: #333;
  transition: .3s;
  font-weight: bold;
  padding: 3px 10px;
  font-size: 13px;
}
.p_newsList--HR .p_newsList__footer .c_btn__target:hover{
  text-decoration: none;
  opacity: .7;
}

