.tbl-service {
    width: 100%;
    border: solid 1px #a6caea !important;
}
.tbl-service th {
  background: #0061d5;
  border: solid 1px #a6caea;
  color: #fff;
  padding: 10px;
  width: 40%;
}
.tbl-service td {
  border:#a6caea 1px solid !important;
  padding: 10px;
  width: 60%;
}
.tbl-service li {
    list-style: none;
    margin-bottom: 10px;
}
.sp_only{
display: none;
padding-left: 30px;
}
@media screen and (min-width: 992px) {
    .tbl-service > tbody > tr > td > li > span.mr-15 {
    margin-right: 15px;
}
}
@media screen and (max-width: 991px) {
    .sp_only{
    display: block;
}
}
@media screen and (max-width: 769px) {
  .last td:last-child {
    border-bottom: solid 1px #a6caea;
    width: 100%;
  }
  .tbl-service {
    width: 100%;
    border: none;
  }

  .tbl-service th {
    border: none;       
  }
  .tbl-service th,
  .tbl-service td {
　　border-bottom: none;
    display: block;
    width: 100% !important;
  }
  .sp_only{
    display: block;
}
  .row_tbl .text-danger{
    padding: 0 15px;
  }
}
.text-danger.txt_black{
  color: initial !important;
}

