@charset "UTF-8";


.sec_ttl:before {
  left: -35px;
}

table{
  width:100%;
}
table th,
table td{
  padding:10px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
table th{
  font-size: 14px;
  text-align: center;
  background: #F0F0F0;
  width: 16%;
  color: #464646;
}
table td{
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .sec_ttl:before {
    left: 0;
  }
  table th,
  table td{
    width:100%;
    display: block;
  }
  table th{
    padding:10px 3px;
    font-size: 12px;
  }
  table td{
    font-size: 12px;
  }
}
