/* ===========================================
 * 2025年2月追記
 * ======================================== */

/* スライドショー */
@media screen and (min-width: 799.5px) {
  .touroku_slider {
    margin-bottom: 26px;
  }

  .touroku_slider_content {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  .touroku_slider_item {
    width: 820px;
  }

  .touroku_slider_item img {
    max-width: 97.5%;
    margin-inline: auto;
  }
}

.touroku_slider .slick-dots li button:before {
  font-size: 12px !important;
  opacity: 1 !important;
  color: #d9d9d9 !important;
}

.touroku_slider .slick-dots li.slick-active button:before {
  color: #f12f1c !important;
  opacity: 1 !important;
}

.touroku_slider .slick-dots li {
  margin: 0 2px !important;
}

/* 「目次」を非表示に */
.touroku_contents .touroku_menu dl dt {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* メニュー */
.touroku_contents .touroku_menu dl dd ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 767.499px) {
  .touroku_contents .touroku_menu dl dd ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

.touroku_contents .touroku_menu dl dd {
  width: 100%;
}
.touroku_contents .touroku_menu dl dd ul li:not(:last-child) {
  width: auto;
}
.touroku_contents .touroku_menu dl dd ul li:last-child {
  width: auto;
}

.touroku_contents .touroku_menu dl dd ul li:nth-child(1) a {
  padding-left: 2rem;
  background-image: url("/info/assets/touroku_icon01.png");
}
.touroku_contents .touroku_menu dl dd ul li:nth-child(2) a {
  padding-left: 3.2rem;
  background-image: url("/info/assets/touroku_icon02.png");
}
.touroku_contents .touroku_menu dl dd ul li:nth-child(3) a {
  padding-left: 3rem;
  background-image: url("/info/assets/touroku_icon-campaign.png");
}
.touroku_contents .touroku_menu dl dd ul li:nth-child(4) a {
  background-image: url("/info/assets/touroku_icon03.png");
}
.touroku_contents .touroku_menu dl dd ul li:nth-child(5) a {
  background-image: url("/info/assets/88_icon05.png");
}
.touroku_contents .touroku_menu dl dd ul li:nth-child(6) a {
  background-image: url("/info/assets/88_icon06.png");
}

@media screen and (min-width: 767.5px) {
  .touroku_contents .touroku_menu dl dd ul li:first-child {
    padding-left: 16px;
  }
  .touroku_contents .touroku_menu dl dd ul li:nth-child(1) a {
    padding-left: 3.5rem;
  }
}
@media screen and (max-width: 767.499px) {
  .touroku_contents .touroku_menu dl dd ul li:nth-child(1) a {
    padding-left: 2rem;
  }

  .touroku_contents .touroku_menu dl dd ul li:last-child a {
    background-position: 5% center;
  }

  .touroku_contents .touroku_menu dl dd ul li:nth-child(5) {
    border-bottom: none;
  }
}
@media screen and (min-width: 767.5px) {
  .touroku_contents .touroku_menu dl dd ul li a {
    background-size: auto 30px;
  }
}
@media screen and (min-width: 767.5px) and (min-width: 767.6px) and (max-width: 1200px) {
  .touroku_contents .touroku_menu dl dd ul li a {
    background-size: auto 15px;
  }
}

/* 追従ボタン */
@media screen and (max-width: 767.499px) {
  .touroku_contents .box_floating .btn {
    min-height: auto;
  }

  .touroku_contents .box_floating .btn {
    padding: 4px;
  }

  .follow_btn_text {
    line-height: 1.4;
  }

  .touroku_contents .box_floating {
    padding: 8px 10px;
  }
}

@media screen and (max-width: 767.499px) {
  .contents .lnav__ttl__link {
    padding: 4px 10px 4px 15px;
  }
}
