@charset "utf-8";

h3 {
margin-top: 0;
}

section:not(.btms) {
margin-bottom: 2.5em;
}

.image {
margin: 30px 0 80px 0;
text-align: center;
}

.table_scroll table.table_01 {
width: 27em;
}

.table_01 th {
text-align: center;
vertical-align: middle;
}

.table_01 th.col_01 {
width: 25%;
}

.table_01 th.col_02 {
width: 35%;
}

.table_scroll table.table_02 {
width: 48em;
}

.table_02 th {
min-width: 100px;
text-align: center;
vertical-align: middle;
}

.table_02 th.col_01 {
width: 170px;
}

.table_02 td {
  vertical-align: middle;
}

.nowrap2 tr td[rowspan$="2"]:nth-of-type(1) {
white-space: nowrap;
}

.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.4em;
}
ul.s2,dl.s2{
font-size:.9em;
}