@charset "UTF-8";
body {
  font-family: system-ui, -apple-system, "Segoe UI";
  padding-bottom: 100px;
}

h1 {
  text-align: center !important;
  font-weight: 400 !important;
  margin-block: 3rem !important;
  color: #333 !important;
}

.service-list-banner {
  position: relative;
  overflow: hidden;
}
.service-list-banner h4 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin: 0;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1.2rem;
  border-radius: 5px;
  z-index: 2;
}

.service-list-banner__img {
  display: block;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0.5rem;
}

/* 未受講：見た目と操作を完全に禁止 */
.not-allowed {
  position: relative;
  border-radius: 0.5rem;
}
.not-allowed img {
  filter: grayscale(100%) brightness(0.7);
  transform: none !important;
  transition: none !important;
}
.not-allowed::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  cursor: not-allowed;
  background: transparent;
  pointer-events: auto;
  z-index: 3;
}
.not-allowed, .not-allowed * {
  cursor: not-allowed !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}/*# sourceMappingURL=local.css.map */