@charset "UTF-8";
/* CSS Document */

@import url("page-subsidy.css");

.table_consul{ border: 1px #000; border-style: solid none none none; background: none;}
.table_consul th,
.table_consul td{ border: 1px #000; border-style: none none solid none; padding: 1.5rem 1.5rem; vertical-align: middle; text-align: left;}
.table_consul th{ background: #fff;}
.table_consul th[colspan="2"]{ background: #006837; color: #FFF; font-size: 116%; font-weight: bold; padding: 1.0rem 1.5rem;}
.table_consul td{ background: none;}
.table_consul td p{ margin: 0;}
.table_consul td a{ color: #0082ff; text-decoration: underline;}

@media screen and ( max-width: 768px ) {
  .table_consul th{ border-bottom: none; font-weight: bold;}
  .table_consul th,
  .table_consul td{ padding: 0.7em 1.0em;}

}