@media screen and (min-width: 992px) {
  .btn-area.vip .btn.standard {
    min-width: 400px;
  }
}

.ttl-vip {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  display: grid;
  grid-template-columns: 60px auto;
  align-items: center;
  background: #d5edf1;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-radius: 3px;
}

.ttl-vip .icon {
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 500;
  color: #fff;
  display: grid;
  place-content: center;
  background: linear-gradient(45deg, #4fbaca 50%, #39aec0 50%);
  width: 60px;
  height: 60px;
  margin: -15px 8px;
  border-radius: 60px;
}

.ttl-vip .text {
  padding-left: 16px;
}

.alert-area.vip-01 {
  text-align: center;
}

.alert-area.vip-01 p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #333;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
}

.alert-area.vip-01 p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.alert-area.vip-01 p .price {
  font-size: 1.5em;
  color: #39aec0;
}

.alert-area.vip-02 ul li {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}

.alert-area.vip-02 ul li:last-child {
  margin-bottom: 0;
}

.alert-area.vip-02 ul li .point {
  color: #fff;
  background: #e13735;
  padding: 0 4px;
  border-radius: 2px;
  margin-right: 2px;
  margin-left: 2px;
}

.alert-area.vip-02 ul li .mini {
  font-size: 16px;
  line-height: 19.2px;
}

@media screen and (min-width: 992px) {
  .alert-area.vip-02 ul li {
    font-size: 20px;
    line-height: 30px;
  }
}

ul.ls-basic {
  margin-bottom: 20px;
}

ul.ls-basic:last-child {
  margin-bottom: 0;
}

.alert-area.early p.title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert-area.early p.title .text-01 {
  font-size: 1.5em;
  color: #fff;
  display: inline-grid;
  place-content: center;
  background: #e13735;
  text-align: center;
  width: 40px;
  height: 40px;
  padding-bottom: 1px;
  padding-left: 3px;
  border: 1px solid #e13735;
}

.alert-area.early p.title .text-02 {
  font-size: 1.5em;
  color: #e13735;
  display: inline-grid;
  place-content: center;
  background: transparent;
  text-align: center;
  width: 40px;
  height: 40px;
  padding-bottom: 1px;
  padding-left: 3px;
  border: 1px solid #e13735;
}

.alert-area.early .ls-check {
  display: grid;
  place-content: center;
}

.alert-area.early .ls-check li .text {
  font-size: 1.2em;
}

.table-pricelist thead th {
  text-align: center;
}

.table-pricelist tbody td {
  text-align: right;
}
