/* スクロールアイコン*/
@media screen and (max-width: 768px) {
  .table_scroll_icon {
    position: relative;
    overflow-x: scroll;
    width: auto;
  }
  .table_scroll_icon::after {
    content: "";
    position: absolute;
    width: 95px;
    height: 72px;
    background: url(/customer/auto/common/images/icon_scroll.png)
      no-repeat center center;
    background-size: 95px auto;
    z-index: 2;
    top: 60px;
    left: 50%;
    margin-left: -47px;
  }
  .table_scroll_icon.scroll::after {
    display: none;
  }
}

.table table tr td {
  vertical-align: middle;
}

.table table.ly_center tr th,
.table table.ly_center tr td {
  text-align: center;
  vertical-align: middle;
  font-size: 14px
}
@media screen and (max-width: 768px) {
  .table table.ly_center tr th,
  .table table.ly_center tr td {
    font-size: 12px
  }
}

.table table.ly_center.w100{
  width: 100%;
}

.table table tr .center{
  text-align: center;
}

.table table caption.bottom-l {
  margin-top: 1em;
  font-size: 12px;;
  caption-side: bottom;
  text-align: left;
}

.table table caption.bottom-r {
  margin-top: 1em;
  font-size: 12px;;
  caption-side: bottom;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .table table .sp-sticky::before {
      box-sizing: content-box;
  }
}