@charset "UTF-8";
/* Scss Document */
.year::before {
  content: "2026年";
}

.title-inline-block {
  display: inline-block;
}

.notlink {
  background-color: #dedede !important;
}
.notlink:hover {
  color: #666 !important;
  border-color: #d5939d !important;
  -webkit-box-shadow: 0 10px 30px rgba(147, 58, 82, 0.2) !important;
          box-shadow: 0 10px 30px rgba(147, 58, 82, 0.2) !important;
}
.notlink img {
  display: none !important;
}

/* index */
.top-list .c-btn {
  letter-spacing: -0.2px;
}

.font-line {
  color: #990000;
  text-decoration: underline;
}

.subtitle-h4 {
  font-size: 18px;
}

.c-hd-lead {
  color: #990000;
  font-weight: 500;
}

.c-caution {
  max-width: 710px;
  width: 100%;
}

.c-hd-label {
  max-width: 710px;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-hd-label {
    padding: 0 10px;
  }
}
.c-hd-label h1 {
  border: 2px solid rgba(173, 38, 58, 0.7);
  color: #666 !important;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
}
.c-hd-label h1 small {
  display: block;
  margin-top: 5px;
}
.c-hd-label p {
  font-size: 20px;
  color: #666;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .c-hd-label p {
    font-size: 19px;
  }
}

.l-main {
  counter-reset: number 0;
}
.l-main span.check_number::after {
  counter-increment: number 1;
  content: "Check " counter(number);
}