.table03 {
  border-top: 1px solid #ccc;
  width: 45%;
  border-collapse: collapse;
  font-size:14px;
}

.table03 tr {
  border-bottom: 1px solid #ccc;
}

.table03 td {
  border: none;
  text-align: left;
  vertical-align: middle;
  padding: 10px 10px;
}

.table03 th {
  text-align: center;
  padding: 16px;
  width:30%;
  font-weight: normal;
  background-color:#e9e9e9; 
}




h2{
  font-size:14px;
  margin:0 0 30px;
  width:300px;
  height:40px;
  line-height:40px;
  box-sizing:border-box;
  position:relative;
  padding-left:10px;
  &:before{
    content:"";
    display:block;
    position:absolute;
    left:0;
    top:10px;
    width:3px;
    height:18px;
    background-color:#22aa5b;
  }
}