@media screen and (max-width: 767px) {
  main {
    width: 100%;
    padding: 0 8px;
  }

  .header__inner,
  .footer__inner {
    width: 100%;
  }

  .compare__title {
    font-size: 23px;
  }

  .compare__table-wrapper {
    padding: 0;
    overflow-x: auto;
    overflow-y: visible;
  }

  .compare__table {
    position: relative;
    width: max-content;
    min-width: 100%;
  }

  .compare__th-badge {
    position: sticky;
    left: 0;
    z-index: 2;
    width: 12vw;
  }

  .compare__th-name {
    width: 28vw;
    position: sticky;
    left: 12vw;
    z-index: 2;
  }

  .compare__table tr td:first-child {
    background-color: white;
    position: sticky;
    left: 0;
    z-index: 2;
  }

  .compare__table tr td:nth-child(2) {
    background-color: white;
    position: sticky;
    left: 12vw;
    z-index: 2;
  }

  .compare__th-mark {
    width: 18vw;
  }

  .compare__th-jump {
    width: 15vw;
  }
  .compare__th-commission--sub {
    width: 10vw;
  }

  .compare__th-point {
    width: 50vw;
  }

  .ranking__content {
    padding: 10px 10px 20px;
  }

  .ranking__top {
    flex-direction: column;
    align-items: center;
  }

  .ranking__img {
    width: 60%;
  }

  .ranking__table-wrapper {
    margin-top: 20px;
    width: 100%;
  }

  .ranking__point-title {
    width: 40%;
    min-width: 140px;
  }

  footer {
    margin-top: 30px;
  }

  .footer__inner a {
    margin: 0 5px;
  }
}
