@media (max-width: 767px) {
  .-scroll.table__type1 {
    overflow: hidden;
    overflow-x: scroll;
  }
  .-scroll th[class*=cell-sticky], .-scroll td[class*=cell-sticky] {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    z-index: 1;
  }
  .-scroll th[class*=cell-sticky1], .-scroll td[class*=cell-sticky1] {
    position: sticky;
    position: -webkit-sticky;
    left: 8px;
    z-index: 1;
  }
  .-scroll .cell-sticky1:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #fff;
  }
}

@media (max-width: 767px) {
  .table__type1 .table-area {
    border-left: 0;
  }
}
.table__type1 .table-area th, .table__type1 .table-area td {
  font-size: 1.2rem;
  padding: 0.5rem 0.6rem 0.25rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .table__type1 .table-area th.cell-sticky:after {
    content: "";
    left: 0;
    top: -0.533vw;
    background: #00A08E;
    width: 2px;
    height: calc(100% + 0.533vw);
    position: absolute;
  }
}
.table__type1 .border-left {
  border-left: 2px solid #fff;
}
.table__type1 tbody tr td:last-child {
  background: #F2FAF9;
}
@media (max-width: 767px) {
  .table__type1.-after:after {
    z-index: 999;
    top: 50%;
    margin-left: 220px;
  }
  .table__type1 th.-indent {
    width: 7px;
    padding: 0;
  }
  .table__type1 th.-indent:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #fff;
  }
  .table__type1 th.-indent:after {
    content: "";
    position: absolute;
    right: -2px;
    top: -2px;
    height: calc(100% + 2px);
    width: 2px;
    background: #fff;
  }
}
@media (max-width: 767px) {
  .table__type1 tr:last-child th:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    top: -2px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .table__type1 tr:first-child .cell-sticky:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: -2px;
    left: 0;
  }
}

@media (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .table-area--payment {
    max-width: 455px;
  }
}

@media (max-width: 767px) {
  .-scroll1.-after:after {
    top: 50%;
    width: 80px;
  }
}

.table tr td.-bdr-bottom0 {
  border-bottom: 0;
}


