@charset "UTF-8";
.block-table {
  padding: 0;
}
table.element-table {
  margin: 0;
}
.table-responsive::-webkit-scrollbar-track {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  #pageTop {
    z-index: 1;
  }
}
.element-table-normal thead th {
  background: #066aa5;
}
@media screen and (max-width: 767.98px) {
  table.element-table {
    width: 1200px;
  }
}
.element-table-factory-data th.element-td-common {
  padding: 12px;
}

.element-table-factory-data tbody th {
  background-color: rgba(57, 151, 205, 0.1);
  width: 20%;
}
@media screen and (max-width: 767.98px) {
  .element-table-factory-data tbody th {
    width: 10%;
  }
  table.element-table {
    width: 200vw !important;
  }
}
.element-table-factory-data tbody tr:first-child td:nth-child(2),
.element-table-factory-data tbody tr:first-child td:nth-child(n + 3):not(:nth-child(n + 6)),
.element-table-factory-data tbody tr:nth-child(n + 2) td:nth-child(n + 1):not(:nth-child(n + 4)) {
  width: 11%;
}
@media screen and (min-width: 768px) {
  .element-td-common--pd-s {
    padding: 6px 20px !important;
  }
  p.text-last {
    margin-top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  table.element-table-factory-data {
    width: 950px;
  }
}
.page-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}
.page-nav-list-item a {
  color: #086ab5;
  margin-right: 2.5em;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
}
.page-nav-list-item a::before {
  content: "■";
  font-size: 0.5em;
}
@media screen and (max-width: 767.98px) {
  .page-nav-list  {
    margin-top: 0;
  }
  .page-nav-list-item a {
    margin-right: 3.2em;
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  tbody th.element-td-common {
    font-size: 16px;
  }
}
td.element-td-common {
  box-sizing: border-box;
  height: 82px;
}
.element-td-common a {
  color: #212529;
  display: block;
  line-height: 2.3;
  font-size: 1.5em;
}
@media screen and (max-width: 767.98px) {
  td.element-td-common {
    height: 19.466666666666667vw;
  }
}
.element-td-common a:hover {
  color: #086ab5;
}
.element-td-common {
  padding: 12px 20px;
}
.u-text-small {
  font-size: 0.85em !important;
  margin-top: -1.9em;
  display: block;
}
.u-mt0 {
  margin-top: 0 !important;
}
.u-mt-m {
  margin-top: 36px !important;
}
@media screen and (max-width: 767.98px) {
  .u-mt-m {
    margin-top: 4.8vw !important;
  }
}