@charset "UTF-8";

.pc-hide {
  display: none !important;
}

.handbook-container .handbook-banner .scroll-menu>div>a::after {
  display: none;
}

.handbook-container .handbook-banner .scroll-menu>div>a {
  padding: 0.5rem;
  letter-spacing: normal;
  font-size: 1.3rem;
}

.handbook-container .handbook-movieWrap .leaflet-title {
  min-width: 100%;
}

.handbook-movieWrap li {
  text-indent: -2.4rem;
  padding-left: 2.4rem;
}

.handbook-movieWrap li.junbi:after {
  content: "準備中";
  font-size: 1.1rem;
  letter-spacing: 0.0001;
  background-color: rgb(186, 186, 186);
  color: #fff;
  margin-left: 5px;
  border-radius: 3px;
  white-space: nowrap;
  padding: 1px 2px 2px;
}

.handbook-movieWrap ul {
  margin: 10px auto 15px 0;
  list-style: inside;
  padding-inline-start: 0;
}

.handbook-movieWrap .quiz-btnWrap {
  margin-bottom: 20px;
}

.handbook-movieWrap {
  align-items: flex-start;
  width: 100%;
}

.other-contents {
  margin-top: 15px;
}





.handbook-movie-tb img {
  max-width: 256px;
  width: 100%;
}

.handbook-movie-tb td {
  max-width: 256px;
  padding-right: 15px;
}

.handbook-movie-tb td:last-child {
  padding-right: 0;
}

.handbook-movie-tb .leaflet-title {
  width: 100%;
  min-width: 100%;
  border-radius: 10px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  font-size: 1.7rem;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

.handbook-movie-tb .kodomo .leaflet-title {
  background-color: #f2992a;
}

.handbook-movie-tb ul {
  margin: 0 auto 10px 0;
}

.handbook-movie-tb ul li.junbi:after {
  content: "準備中";
  font-size: 1.1rem;
  letter-spacing: 0.0001;
  background-color: rgb(186, 186, 186);
  color: #fff;
  margin-left: 5px;
  border-radius: 3px;
  white-space: nowrap;
  padding: 1px 2px 2px;
}

.handbook-movie-tb tr:last-child td {
  padding-top: 20px;
}

.handbook-movie-tb tr:nth-child(3) td {
  padding-right: 15px;
}

.handbook-last-desc {
  padding: 15px 10px;
  border: 3px solid;
  border-radius: 10px;
}

.kodomo .handbook-last-desc {
  border-color: #ff8c00;
}

.kigyou .handbook-last-desc {
  border-color: #2798cf;
}

.kodomo .leaflet-title {
  background-color: #f2992a;
}

.kodomo .handbook-stit {
  color: #b85800;
}

.kigyou .leaflet-title {
  background-color: #2798cf;

}

.kigyou .handbook-stit {
  color: #155a80;
}

.jyakunen .leaflet-title {
  background-color: #08bdd0;
}

.senior .leaflet-title {
  background-color: #24a24c;
}

.handbook-stit {
  margin: 0 auto 0 0;
  font-weight: bold;
}

.handbook-movieWrap .leaflet-title {
  border-radius: 10px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  font-size: 1.7rem;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

.link-box {
  padding: 15px;
  border: 3px solid;
  border-radius: 10px;
  margin-top: 20px;
}

.kodomo .link-box {
  border-color: #ff8c00;
}

.kigyou .link-box {
  border-color: #2798cf;
}


.quiz-btnWrap {
  display: flex;
  justify-content: center;
}

.quiz-btn {
  font-size: 14px;
  padding: 5px;
  color: #fff;
  border-radius: 5px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

.etsuran {
  background-color: #cf5e35;
  margin-right: 10px;
}

.insatsu {
  background-color: #439cd8;
}

.s-text {
  font-size: 12px;
}

.quiz-btnWrap a {
  text-decoration: none;
}

.handbook-movie-tb tr:nth-child(2) td {
  padding: 0 0 15px 0;
}

@media (max-width: 840px) {
  .handbook-container .handbook-banner .scroll-menu>div>a {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .pc-hide {
    display: block !important;
  }

  .pc-hide.flex {
    display: flex !important;
  }

  .sp-hide {
    display: none !important;
  }

  .handbook-container .handbook-banner .scroll-menu>div>a {
    font-size: 1.3rem;
    display: flex !important;
  }









  /*******/

  .handbook-movieWrap {
    align-items: center;
    gap: 40px;
  }

  .handbook-movieWrap .flex {
    width: 100%;
    max-width: 400px;
  }

  .handbook-container .handbook-banner {
    aspect-ratio: 358 / 440;
    background-image: url(../imgs/handbook2025_sp_20260128.png);
  }

}