.blank {
  padding-right: 25px;
  position: relative;
}
.blank:after {
  background: url("/common/img/ic_window_blue.svg") left center no-repeat;
  background-size: 15px auto;
  content: "";
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  height: 100%;
  width: 15px;
  position: absolute;
  top: 0;
  right: 0;
}
#sec1 .image, #sec3 .image {
  text-align: center;
}
.tableWrap {
  margin-bottom: 20px;
}
.graphZeb .tableContents thead tr th {
  font-weight: bold;
}
.graphZeb .tableContents thead tr th:not(:first-child) {
  color: #fff;
}
.graphZeb .tableContents thead tr th:not(:nth-child(2)) {
  min-width: 165px;
  max-width: 165px;
}
.graphZeb .tableContents thead tr th:first-child {
  min-width: 145px;
  max-width: 145px;
  color: #333;
  background-color: #d9d9d9;
}
.graphZeb .tableContents thead tr th:nth-child(2) {
  background-color: #0066b5;
  min-width: 330px;
  max-width: 330px;
}
.graphZeb .tableContents thead tr th:nth-child(3) {
  background-color: #56bd2b;
}
.graphZeb .tableContents thead tr th:nth-child(4) {
  background-color: #e04c0f;
}
.graphZeb .tableContents thead tr th:nth-child(5) {
  background-color: #1392e3;
}
.graphZeb .tableContents tbody tr:first-child td {
  min-width: 165px;
  max-width: 165px;
  padding-bottom: 0;
  vertical-align: bottom;
  padding: 5px 10px 0;
  text-align: center;
}
.graphZeb .tableContents tbody tr:first-child td img {
  width: 100%;
  padding-top: 5px;
}
.graphZeb .tableContents tbody tr:first-child td span {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.4;
  vertical-align: top;
  white-space: nowrap;
}
.graphZeb .tableContents tbody tr:first-child td:first-child {
  min-width: 145px;
  max-width: 145px;
}
.graphZeb .tableContents tbody tr:nth-child(2) td, .graphZeb .tableContents tbody tr:nth-child(3) td:first-child {
  vertical-align: middle;
  text-align: center;
  line-height: 1.4;
}
.graphZeb .tableContents tbody tr:nth-child(2) span {
  font-weight: bold;
}
.graphZeb .tableContents tbody tr:nth-child(2) td:first-child {
  padding: 15px 0;
}
.graphZeb .tableContents tbody tr td ul li {
  padding-left: 0.7em;
  text-indent: -0.7em;
}
@media screen and (max-width: 767px) {
  .tableWrap {
    margin-bottom: 20px;
  }
  .tableContents th, .tableContents td {
    white-space: normal;
  }
  .graphZeb .tableContents thead tr th:not(:nth-child(2)) {
    min-width: 165px;
    max-width: 165px;
  }
  .graphZeb .tableContents thead tr th:first-child {
    min-width: 145px;
    max-width: 145px;
  }
  .graphZeb .tableContents thead tr th:nth-child(2) {
    background-color: #0066b5;
    min-width: 330px;
    max-width: 330px;
  }
  .graphZeb .tableContents tbody tr:first-child td {
    min-width: 165px;
    max-width: 165px;
    padding-bottom: 0;
    vertical-align: bottom;
    padding: 5px 10px 0;
    white-space: pre-wrap;
  }
  .graphZeb .tableContents tbody tr:first-child td span {
    padding: 0;
    line-height: 1.3;
    vertical-align: top;
    white-space: nowrap;
  }
  .graphZeb .tableContents tbody tr:first-child td:first-child {
    min-width: 145px;
    max-width: 145px;
  }
}