@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed&family=Noto+Sans+JP:wght@300&display=swap");
.gnav-box {
  display: none; }

.loader-container {
  display: none; }

.page-wrap {
  background: #80c3bf;
  padding-top: 80px; }

.section-class {
  background: #fff;
  padding: 20px 0;
  text-align: center;
  margin: 2rem auto;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  /**font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: normal**/ }
  .section-class h4 {
    margin-bottom: 20px; }
    .section-class h4 img {
      height: 23px;
      width: auto; }
  @media screen and (max-width: 768px) {
    .section-class {
      margin: 1rem auto; } }

h3 {
  font-family: ltc-bodoni-175, serif;
  font-weight: 400;
  font-style: normal;
  color: #9fa0a0;
  font-size: 58px;
  line-height: 1.0;
  margin-bottom: 20px;
  font-weight: normal; }
  h3 .text-m {
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
    /**font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: normal**/
    color: #363636; }

.leadCopy {
  text-align: center;
  margin: 5rem auto; }
  @media screen and (max-width: 768px) {
    .leadCopy {
      text-align: left;
      width: 90%; }
      .leadCopy .text-l {
        font-size: 0.8rem; } }

.table-container {
  max-width: 1000px;
  width: 90%;
  margin: auto; }

.table-view {
  margin-bottom: 5rem; }
  .table-view h4 {
    width: 100%;
    padding: 5px 0;
    background-color: #00a0e9;
    color: #FFFFFF; }
  .table-view table {
    border: 1px solid #ccc;
    border-width: 1px 0 0 1px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666666;
    width: 100%; }
  .table-view th, .table-view td {
    border: 1px solid #ccc;
    border-width: 0 1px 1px 0;
    box-sizing: border-box;
    padding: 15px 10px;
    line-height: 1.5;
    text-align: left;
    font-feature-settings: "palt"; }
    .table-view th .font-b, .table-view td .font-b {
      font-weight: bold;
      color: #333333; }
  .table-view th {
    font-weight: normal;
    /*width: 170px;*/
    width: 180px;
    background: #f7f7f7; }
  .table-view .update {
    text-align: right;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .table-view th, .table-view td {
      display: block;
      width: 100%; } }

.biko {
  border: 1px solid #ccc;
  border-width: 0 1px 1px 1px; }
  .biko .biko-txt {
    font-size: 12px;
    padding: 20px;
    text-align: left; }
    .biko .biko-txt .biko-ttl {
      display: block;
      font-size: 1.2em;
      padding-bottom: 0.5em; }

@media print {
  .table-container {
    width: 100%;
    max-width: none; }

  .table-view h4 {
    color: #00a0e9;
    background-color: #FFFFFF; }
  .table-view table {
    font-size: 6px; }
  .table-view th, .table-view td {
    padding: 3px 5px; } }
