@charset "utf-8";

/* Used custom utilities only */
.fs--1-05 {
  font-size: 1.05rem !important;
}
.fs--1-10 {
  font-size: 1.1rem !important;
}
.fs--1-20 {
  font-size: 1.2rem !important;
}

.ls--0-05 {
  letter-spacing: 0.05em !important;
}
.lh2 {
  line-height: 2 !important;
}

.mt--75px {
  margin-top: 75px !important;
}
.mb--75px {
  margin-bottom: 75px !important;
}
.mb--150px {
  margin-bottom: 150px !important;
}

.dinb {
  display: inline-block !important;
}

.list-marker-dark {
  list-style: none;
  counter-reset: list-counter;
}

.list-marker-dark li {
  counter-increment: list-counter;
}

.list-marker-dark li::marker {
  content: '・ ';
  font-size: 1em;
  color: #333;
}
