html, body {
  height: 100%;
}

.blueBack {
  background: #E3F4FC;
}

.mainvisual {
  background: #ffffff;
}

.division {
  background: #F3BE91;
}

.subDivision {
  background: #FADCC2;
}

.division p,
.subDivision p {
  display: block;
  margin: 0 auto;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

.tabMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tabMenu .tabItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0.5em 0.1em 0;
}
.tabMenu .tabItem a {
  background: #E08638;
  color: #ffffff;
  text-decoration: none;
  display: block;
  border-radius: 10px 10px 0 0;
  padding: 0.5em;
}
.tabMenu .tabItem a.active {
  background: #cd3916;
}

.methodTbl {
  border: #525252 solid 1px;
  height: 100%;
}
.methodTbl th, .methodTbl td {
  border: #525252 solid 1px;
  vertical-align: middle;
}
.methodTbl thead th {
  border-bottom: #525252 solid 1px;
}
.methodTbl thead th:nth-child(3) {
  width: 450px;
}
.methodTbl thead th:nth-child(5) {
  width: 250px;
}
.methodTbl thead th:nth-child(6), .methodTbl thead th:nth-child(7) {
  width: 60px;
}
.methodTbl > tbody > tr > td:last-child {
  padding: 0;
  height: 100%;
}
.methodTbl .format-sub-table {
  border: none !important;
  border-collapse: collapse;
  height: 100%;
}
.methodTbl .format-sub-table tr td {
  padding: 0.75em;
  border: none;
}
.methodTbl .format-sub-table tr td:nth-child(1) {
  width: 250px;
}
.methodTbl .format-sub-table tr td[colspan="3"] {
  width: 100% !important;
}
.methodTbl .format-sub-table tr td:nth-child(2), .methodTbl .format-sub-table tr td:nth-child(3) {
  width: 60px;
  text-align: center;
  border-left: #525252 solid 1px !important;
}
.methodTbl .format-sub-table tr td i.far {
  font-size: 2em;
  font-weight: bold;
  margin: 0.2em 0;
}
.methodTbl .multi-row tr {
  border-bottom: #525252 solid 1px;
}
.methodTbl .multi-row tr:last-child {
  border-bottom: none !important;
}

.tooltip-inner {
  background-color: #cc0000;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #cc0000;
}

.kubunResult td:nth-of-type(-n+2) {
  font-size: 19.2px;
  font-size: 1.2rem;
  padding-left: 2em;
  padding-right: 2em;
}

@media print {
  @page {
    size: A3 landscape;
  }
  header, footer, .mainvisual {
    display: none;
  }
  .container {
    width: 100%;
  }
  .blueBack {
    background: #ffffff;
  }
}
/*# sourceMappingURL=maps/method.css.map */
