.sk_box {
  margin-bottom: 70px;
}
.sk_box table {
  width: 100%;
  empty-cells:show;
/*
  border-top: 1px solid #ccc;
  border-collapse: separate;
*/
}
.sk_box table tr {
  border-bottom: solid 1px #eee;
}
.sk_box table tr th,
.sk_box table tr td{
  font-size: 16px;
  padding: 1.0em;
  text-align: left;
  font-weight: normal;
  box-sizing: border-box;
  vertical-align: top;
}
.sk_box table tr th{
  width: 30%;
  font-weight: 700;
  background: #fafafa;
}
.sk_box table tr td{
  width: 70%;
}


/* 240724 Out
.sk_box th {
  padding: 20px 40px 20px 0;
  width: 170px;
  text-align: left;
}
.sk_box th img.poricy_img {
  margin-bottom: 5px;
}
.sk_box td {
  padding: 20px 0;
  zoom: 1;
  content: ' ';
}
.sk_box th,
.sk_box td {
  vertical-align: top;
  line-height: 1.8;
  position: relative;
  border-bottom: solid 1px #ccc;
}
*/
