@charset "UTF-8";

.check-list {
  list-style: none !important;
  position: relative;
}
.check-list li {
  list-style-type: none !important;
  position: relative;
  padding-left: 2.5rem;
}
.check-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0.7rem;
  display: block;
  border: 1px solid #000;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
}