body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #484848;
}

.red {
  color: #ed2b00 !important;
}

span.line {
  background: linear-gradient(transparent 60%, rgb(255, 244, 148) 60%);
}

.scrollbar-pink::-webkit-scrollbar {
  height: 6px;
}

.scrollbar-pink::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 3px;
}

.scrollbar-pink::-webkit-scrollbar-thumb {
  background: #c0c0c0;
  border-radius: 3px;
}

.scrollbar-pink::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.scrollbar-pink {
  scrollbar-width: thin;
  scrollbar-color: #c0c0c0 #f5f5f5;
}

.ranking-compare th.sticky {
  box-shadow: 2px 0 0 0 #ff7b9c;
}

.cb-custom:checked {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-position: center;
}

.ranking-point__head {
  font-weight: 900;
  font-size: 26px;
  background: #fff;
  padding: 12px 20px;
  margin-bottom: 24px;
  margin-top: 24px;
}

.ranking-point__head + p {
  padding-left: 60px;
  padding-right: 60px;
}

.ranking-point__head::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 25px;
  margin-right: 10px;
  vertical-align: baseline;
  background: url("/images/ranking/v2/checked.png") no-repeat center / contain;
}

@media (max-width: 767px) {
  .ranking-point__head {
    font-size: 16px;
    padding: 8px 10px;
    margin-bottom: 12px;
    margin-top: 12px;
  }

  .ranking-point__head + p {
    padding-left: 0;
    padding-right: 0;
  }

  .ranking-point__head::before {
    width: 20px;
    height: 17px;
    margin-right: 6px;
  }
}
