@charset "utf-8";

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.fs-14 {
  font-size: 14px;
  line-height: 1.5;
}

.fw-bold {
  font-weight: bold;
}

.txt-black {
  color: var(--clr-neutral-900);
}

.regist-list li {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 15px;
  position: relative;
}

.regist-list li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.address h5 {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}

.address p {
  border: 1px solid var(--clr-border);
  padding: 20px;
}

@media (max-width: 768.9px) {
  .main-content {
    padding-bottom: 40px;
  }
}