/* https://www.lifecard.co.jp/campaign/20250324.html 専用css*/
.Main {
  margin-top: 102px;
}

.util-link--blank {
  color: rgb(0, 153, 255) !important;
}

.button .button__type::before {
  background: rgb(0, 153, 255) !important;
}

.unorder-list>li:before {
  background-color: #0099ff !important;
}

.heading1 {
  padding-bottom: 0 !important;
}

.heading1__title:after {
  background-color: rgb(0, 153, 255) !important;
}

.heading2:after {
  background-color: rgb(0, 153, 255) !important;
}

.order-list__mark {
  color: rgb(0, 153, 255) !important;
}

.button__type:after {
  border: 2px solid rgb(0, 153, 255) !important;
}

.button-v2 .button-v2__type {
  color: rgb(0, 153, 255) !important;
  border: 2px solid rgb(0, 153, 255) !important;
}

@media (hover:hover) {
  .button .button__type:hover {
    color: rgb(0, 153, 255) !important;
  }

  .button-v2 .button-v2__type:hover {
    color: #fff !important;
    background-color: rgb(0, 153, 255) !important;
  }
}

@media only screen and (max-width:768px) {
  .Main {
    margin-top: 50px;
  }
}