.course-card {
  background: linear-gradient(90deg, #696EFF 0%, #F8ACFF 135.53%);
  position: relative;
  height: 200px;
  border-radius: 6px;
  margin: 20px 0;
}
.course-card2 {
  background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 166.13%);
}
.course-card3 {
  background: linear-gradient(90deg, #FC887B 0%, #FFDD95 135.53%);
}
.course-card img {
  position: absolute;
  bottom: 0px;
  right: 10px;
  height: 24px;
  width: 24px;
}
.course-num {
  position: absolute;
  font-weight: 700;
  font-size: 48px;
  left: 0;
  bottom: -25px;
  z-index: 0;
  font-family: "Lato";
  letter-spacing: 0.1em;
  color: transparent;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
}
.course-price {
  font-size: 32px;
}
.course-price span {
  font-size: 16px;
}

.price-table tr td,
.price-table tr th {
  border-top: 0 !important;
}
.price-table tr th {
  border-radius: 6px 0 0 6px;
  font-weight: normal;
  width: 50%;
}
.price-table tr td {
  border-radius: 0px 6px 6px 0px;
  font-weight: bold;
}

.scroll {
  overflow: scroll;
}
.scroll-area {
  display: flex;
  width: 190%;
}
.scroll .price-card {
  width: 184px;
}
.scroll .price-card:nth-of-type(1) table {
  margin-top: 120px;
}
.scroll .price-card table tr td {
  border-radius: 0px 6px 6px 0px;
  font-weight: bold;
}
.scroll .price-card table tr:nth-of-type(2) td,
.scroll .price-card table tr:nth-of-type(3) td,
.scroll .price-card table tr:nth-of-type(6) td {
  height: 67px;
  vertical-align: middle;
}

.seiheki_hidden .checkbox:after {
  content: "";
  display: inline-block;
  float: right;
  margin: 0 10px 0 0;
  width: 22px;
  height: 22px;
  border: 3px solid #ADB5BD;
  border-radius: 100%;
  vertical-align: middle;
  color: #f95e5e;
  font-size: 10px;
  text-align: center;
  font-weight: 700;
  line-height: 22px;
  transition: transform 0.2s ease-in-out;
}
.seiheki_hidden input[type=checkbox]:checked + label::after {
  border: 0px;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 166.13%);
  color: #fff;
}

input[type=range] {
  display: none;
  filter: hue-rotate(45deg);
  width: 100%;
}

.value-display {
  display: none;
}

.license {
  background-color: #DEE2E6;
  border-radius: 12px;
  color: #ADB5BD;
  cursor: pointer;
  font-size: 14px;
  margin-top: 20px;
  line-height: 66px;
  text-align: center;
  height: 66px;
  width: 100%;
}
