@charset "UTF-8";

.bgWhite {
  background-color: #fff;
  padding: 40px;
}

h2 .annotation {
  font-size: 14px;
  top: -1em;
}

h5 .annotation {
  font-size: 12px;
}

.imgWidht_670 {
  max-width: 670px;
  margin-inline: auto;
}

sup.annotation {
  top: -0.6em;
}


@media screen and (max-width: 768px) {
  .bgWhite {
    padding: 20px;
  }

  .imageCaption {
    font-size: 12px;
  }
  .tableStyle02.w600 {
    width: 600px;
  }
}


