.blockMod {
  height: 100%; }

@media only screen and (max-width: 768px) {
  .dataTable {
    width: 100%; } }
.dataTable .inner {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
.dataTable__td {
  min-height: 26px;
  vertical-align: middle; }
  .dataTable__td img {
    margin-right: 20px; }
    @media only screen and (max-width: 768px) {
      .dataTable__td img {
        width: 72px;
        margin-right: 15px; } }

#tab02, #tab03, #tab04, #tab05 {
  display: none; }

.tabNavi__list--top a:after, .tabNavi__list--top div:after {
  bottom: -10px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #283a5e transparent transparent transparent; }
.tabNavi__list--bottom a:after, .tabNavi__list--bottom div:after {
  top: -10px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #283a5e transparent; }

/*# sourceMappingURL=style.css.map */
