img {
  display: block;
}

.hide-pc {
  display: none;
}

.service-table-wrapper {
  width: 860px;
  padding-bottom: 15px;
  box-sizing: border-box;
  margin: 30px -20px;
  overflow-x: scroll;
  position: relative;
  z-index: 10;
}
.service-table-wrapper .touch-move {
  width: 170px;
  height: 140px;
  position: absolute;
  right: 246px;
  top: 338px;
  z-index: 30;
}
.service-table-wrapper .touch-move .touch-move-img {
  width: 170px;
  height: 140px;
}
.service-table-wrapper .show-ranking-wrapper {
  width: 100%;
}
.service-table-wrapper .show-ranking-wrapper .show-ranking-bg {
  display: block;
  width: 2400px;
  height: 131px;
  padding: 40px 0;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  position: absolute;
  right: 0;
  left: 0;
  bottom: 15px;
  margin: 0 auto;
  z-index: 30;
}
.service-table-wrapper .show-ranking-wrapper .show-ranking-bg .show-ranking-btn {
  width: 280px;
  height: 50px;
  padding: 0 10px 0 47.5px;
  box-sizing: border-box;
  border-radius: 100px;
  background-color: #024F91;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: normal;
  position: sticky;
  top: 0;
  bottom: 0;
  left: 290px;
  margin: auto 0;
  cursor: pointer;
}
.service-table-wrapper .show-ranking-wrapper .show-ranking-bg .show-ranking-btn::after {
  display: block;
  content: "\f078";
  width: 1em;
  height: 1em;
  font-family: "Font Awesome 6 Free";
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: 47.5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.service-table-wrapper .show-ranking-wrapper .show-ranking-bg.opened {
  display: none;
}
.service-table-wrapper::-webkit-scrollbar {
  height: 8px;
  border: none;
}
.service-table-wrapper::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid #b6b6b6;
}
.service-table-wrapper::-webkit-scrollbar-thumb {
  background-color: #b6b6b6;
  border: 0;
  border-radius: 100px;
}
.service-table-wrapper .service-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  counter-reset: number;
  position: relative;
}
.service-table-wrapper .service-table.opened tbody tr:nth-of-type(n + 8) {
  display: table-row;
}
.service-table-wrapper .service-table tbody tr:nth-of-type(n + 8) {
  display: none;
}
.service-table-wrapper .service-table tbody tr th {
  padding: 9px 10px;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  background-color: #f1f1f1;
  color: #222;
  font-family: sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: normal;
}
.service-table-wrapper .service-table tbody tr th:nth-of-type(1) {
  position: sticky;
  z-index: 20;
  left: 0;
  border-left: 1px solid #d5d5d5;
}
.service-table-wrapper .service-table tbody tr th:nth-of-type(n + 2) {
  border-left: none;
}
.service-table-wrapper .service-table tbody tr th.th-1 {
  width: 200px;
}
.service-table-wrapper .service-table tbody tr th.th-2, .service-table-wrapper .service-table tbody tr th.th-3, .service-table-wrapper .service-table tbody tr th.th-4, .service-table-wrapper .service-table tbody tr th.th-5 {
  width: 150px;
}
.service-table-wrapper .service-table tbody tr th.th-6 {
  width: 100px;
}
.service-table-wrapper .service-table tbody tr th.th-7 {
  width: 250px;
}
.service-table-wrapper .service-table tbody tr th.th-8 {
  width: 100px;
}
.service-table-wrapper .service-table tbody tr th.th-9, .service-table-wrapper .service-table tbody tr th.th-10, .service-table-wrapper .service-table tbody tr th.th-11 {
  width: 150px;
}
.service-table-wrapper .service-table tbody tr th.th-12 {
  width: 250px;
}
.service-table-wrapper .service-table tbody tr th.th-13, .service-table-wrapper .service-table tbody tr th.th-14, .service-table-wrapper .service-table tbody tr th.th-15 {
  width: 150px;
}
.service-table-wrapper .service-table tbody tr th.th-system {
  background-color: #F4FAFF;
}
.service-table-wrapper .service-table tbody tr td {
  padding: 9px 10px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-top: none;
}
.service-table-wrapper .service-table tbody tr td:nth-of-type(1) {
  position: sticky;
  z-index: 20;
  left: 0;
}
.service-table-wrapper .service-table tbody tr td:nth-of-type(n + 2) {
  border-left: none;
}
.service-table-wrapper .service-table tbody tr td .service-name {
  padding-left: 37px;
  box-sizing: border-box;
  position: relative;
}
.service-table-wrapper .service-table tbody tr td .service-name::before {
  display: block;
  counter-increment: number;
  content: counter(number);
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 1px solid #004F91;
  color: #004F91;
  text-align: center;
  font-family: sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: normal;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.service-table-wrapper .service-table tbody tr td .service-name .service-name-link {
  color: #3361D7;
  font-family: sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: normal;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.service-table-wrapper .service-table tbody tr td .service-logo .service-logo-img {
  margin: 0 auto;
  width: 130px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-table-wrapper .service-table tbody tr td .recommend-pc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-table-wrapper .service-table tbody tr td .recommend-pc .recommend-star {
  width: 50px;
  height: 32px;
}
.service-table-wrapper .service-table tbody tr td .recommend-pc .recommend-number {
  margin-left: 5px;
  color: #E31F1F;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: normal;
}
.service-table-wrapper .service-table tbody tr td .cta-btn {
  display: block;
  width: 100px;
  height: 40px;
  margin: 0 auto;
  border-radius: 5px;
  background: linear-gradient(180deg, #36B126 0%, #2B8615 100%);
  box-shadow: 0px 4px 0px 0px #105D14;
  color: #fff;
  text-align: center;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: normal;
  text-decoration: none;
  position: relative;
}
.service-table-wrapper .service-table tbody tr td .cta-btn:active {
  transform: translateY(4px);
  box-shadow: 0px 0px 0px 0px #105D14;
}
.service-table-wrapper .service-table tbody tr td .cta-btn::after {
  display: block;
  content: "\f054";
  width: 1em;
  height: 1em;
  font-family: "Font Awesome 6 Free";
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px;
  margin: auto 0;
}
.service-table-wrapper .service-table tbody tr td .show-voice-link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-right: 14px;
  box-sizing: border-box;
  color: #3361D7;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: normal;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  position: relative;
}
.service-table-wrapper .service-table tbody tr td .show-voice-link::after {
  display: block;
  content: "\f054";
  width: 1em;
  height: 1em;
  font-family: "Font Awesome 6 Free";
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
.service-table-wrapper .service-table tbody tr td .fee {
  color: #222;
  text-align: center;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: normal;
}
.service-table-wrapper .service-table tbody tr td .fee b {
  margin-right: 2px;
  color: #E31F1F;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: normal;
  vertical-align: baseline;
}
.service-table-wrapper .service-table tbody tr td .features {
  color: #222;
  font-family: sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: normal;
}
.service-table-wrapper .service-table tbody tr td .table-icon {
  width: 26px;
  height: 26px;
  margin: 0 auto;
}
.service-table-wrapper .service-table tbody tr td .system-tag-group {
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.service-table-wrapper .service-table tbody tr td .system-tag-group.payment {
  justify-content: center;
}
.service-table-wrapper .service-table tbody tr td .system-tag-group.contact {
  width: 110px;
}
.service-table-wrapper .service-table tbody tr td .system-tag-group .system-tag {
  width: -moz-fit-content;
  width: fit-content;
  height: 24px;
  padding: 0 9px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #004F91;
  background-color: #F4FAFF;
  color: #004F91;
  text-align: center;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: normal;
}
.service-table-wrapper .service-table tbody tr td .open-time {
  color: #222;
  text-align: center;
  font-family: sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: normal;
}
.service-table-wrapper .service-table tbody tr td .open-time span {
  margin-left: 5px;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: baseline;
}
.service-table-wrapper .service-table tbody tr td .operated {
  color: #222;
  font-family: sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.53;
  letter-spacing: normal;
}
.service-table-wrapper .service-table tbody tr:nth-of-type(2) .service-name::before {
  color: #222;
  background-color: #FFDA44;
  border: none;
}
.service-table-wrapper .service-table tbody tr:nth-of-type(3) .service-name::before {
  color: #222;
  background-color: #DADADA;
  border: none;
}
.service-table-wrapper .service-table tbody tr:nth-of-type(4) .service-name::before {
  color: #222;
  background-color: #D88967;
  border: none;
}

@media screen and (max-width: 730px) {
  .hide-pc {
    display: block;
  }
  .hide-sp {
    display: none;
  }
  .service-table-wrapper {
    width: 375px;
    margin: 0;
    padding-bottom: 15px;
  }
  .service-table-wrapper .touch-move {
    width: 140px;
    height: 115px;
    top: 235px;
    right: 52px;
    left: 183px;
  }
  .service-table-wrapper .touch-move .touch-move-img {
    width: 140px;
    height: auto;
  }
  .service-table-wrapper .show-ranking-wrapper {
    width: 100%;
  }
  .service-table-wrapper .show-ranking-wrapper .show-ranking-bg {
    display: block;
    width: 1922px;
    height: 90px;
    padding: 25px 0;
    bottom: 15px;
  }
  .service-table-wrapper .show-ranking-wrapper .show-ranking-bg .show-ranking-btn {
    width: 200px;
    height: 40px;
    padding: 0 10px 0 34.5px;
    font-size: 12px;
    line-height: 40px;
    left: 88px;
  }
  .service-table-wrapper .show-ranking-wrapper .show-ranking-bg .show-ranking-btn::after {
    font-size: 10px;
    right: 34.5px;
  }
  .service-table-wrapper::-webkit-scrollbar {
    height: 7px;
  }
  .service-table-wrapper .service-table tbody tr th {
    padding: 9px 0;
    font-size: 12px;
  }
  .service-table-wrapper .service-table tbody tr th.th-1, .service-table-wrapper .service-table tbody tr th.th-2 {
    width: 130px;
  }
  .service-table-wrapper .service-table tbody tr th.th-4 {
    width: 110px;
  }
  .service-table-wrapper .service-table tbody tr th.th-5 {
    width: 130px;
  }
  .service-table-wrapper .service-table tbody tr th.th-6 {
    width: 100px;
  }
  .service-table-wrapper .service-table tbody tr th.th-7 {
    width: 180px;
  }
  .service-table-wrapper .service-table tbody tr th.th-8 {
    width: 80px;
  }
  .service-table-wrapper .service-table tbody tr th.th-9, .service-table-wrapper .service-table tbody tr th.th-10, .service-table-wrapper .service-table tbody tr th.th-11 {
    width: 100px;
  }
  .service-table-wrapper .service-table tbody tr th.th-12 {
    width: 250px;
  }
  .service-table-wrapper .service-table tbody tr th.th-13, .service-table-wrapper .service-table tbody tr th.th-14, .service-table-wrapper .service-table tbody tr th.th-15 {
    width: 150px;
  }
  .service-table-wrapper .service-table tbody tr td .service-name {
    padding-left: 0;
  }
  .service-table-wrapper .service-table tbody tr td .service-name::before {
    width: 21px;
    height: 21px;
    font-size: 12px;
    line-height: 21px;
    position: relative;
    margin-bottom: 5px;
  }
  .service-table-wrapper .service-table tbody tr td .service-name .service-name-link {
    font-size: 13px;
    line-height: 1.54;
  }
  .service-table-wrapper .service-table tbody tr td .service-logo .service-logo-img {
    width: 110px;
  }
  .service-table-wrapper .service-table tbody tr td .recommend-sp {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .service-table-wrapper .service-table tbody tr td .recommend-sp .recommend-star {
    width: 75px;
    height: 13px;
  }
  .service-table-wrapper .service-table tbody tr td .recommend-sp .recommend-number {
    margin-left: 5px;
    color: #E31F1F;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: normal;
  }
  .service-table-wrapper .service-table tbody tr td .cta-btn {
    width: 80px;
    height: 50px;
    font-size: 15px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: normal;
    text-decoration: none;
    position: relative;
  }
  .service-table-wrapper .service-table tbody tr td .show-voice-link {
    font-size: 13px;
    line-height: 1.54;
  }
  .service-table-wrapper .service-table tbody tr td .fee b {
    font-size: 16px;
  }
  .service-table-wrapper .service-table tbody tr td .features {
    font-size: 12px;
    line-height: 1.5;
  }
  .service-table-wrapper .service-table tbody tr td .system-tag-group {
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
  }
  .service-table-wrapper .service-table tbody tr td .system-tag-group.payment {
    justify-content: flex-start;
  }
  .service-table-wrapper .service-table tbody tr td .system-tag-group.contact {
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
  }
  .service-table-wrapper .service-table tbody tr td .system-tag-group .system-tag {
    height: 20px;
    padding: 0 4px;
    font-size: 10px;
    line-height: 18px;
  }
  .service-table-wrapper .service-table tbody tr td .open-time {
    font-size: 12px;
  }
  .service-table-wrapper .service-table tbody tr td .operated {
    font-size: 12px;
    line-height: 1.5;
  }
}/*# sourceMappingURL=style.css.map */