/* スクロール時のロゴ表示 */
@media (min-width: 992px) {
  .header_scrolled .site-header-logo {
    display: block;
    position: absolute;
    padding-top: 5px;
  }
  .site-header--layout--nav-float .site-header-logo {
    margin-right: 0;
    width: auto;
  }
  .header_scrolled .site-header-logo img {
    width: auto;
    height: 40px;
  }
  .header_scrolled .site-header .global-nav {
    margin-right: 0;
  }
}

/* 会社情報の table - td(1番目)のwidth設定 */
.table-th-company-child1 tr td:nth-child(1) {
  width: 15%;
}

/* 料金用の table - td(2番目)のwidth設定 */
.table-th-price-child2 tr td:nth-child(2) {
  width: 20%;
}

/* 料金用の table - td(3番目)のwidth設定 */
.table-th-price-child3 tr td:nth-child(3) {
  width: 20%;
}