@charset "utf-8";

h3 {
  margin-top:0 !important;
}

table {
  width: 100%;
}

table th{
  text-align: center;
  vertical-align: middle;
}

.table_01 th.col_01 {
  width: 25%;
}

.table_01 th.col_02 {
  width: 35%;
}

.table_02 th.col_01 {
  width: 250px;
}

table td {
  vertical-align: middle;
}

.nowrap tr td:nth-last-of-type(1) {
  text-align: center;
}

.nowrap tr td:not([rowspan$="2"]) {
  text-align: right;
}

dd.mgt0{
margin-top:-1.8em;
}
ul.s2,dl.s2{
font-size:.84em;
}