#case_article article section .schema_wrap ul {
  box-sizing: border-box;
  width: 100%;
  max-width: 924px;
  margin: 3rem auto 4rem;
  padding: 2rem 2rem 1.5rem 2.4rem;
  border-radius: 0.8rem;
  background-color: #155F82;
}
#case_article article section .schema_wrap ul li {
  margin-bottom: 0.5rem;
  padding-left: 1.7rem;
  color: #fdfdfd;
  font-weight: 400;
  font-size: 1.375rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.025em;
  text-indent: -1.7rem;
}
#case_article article section .schema_wrap ul li::first-letter {
  padding-right: 0.2em;
}
#case_article article section.sec_video {
  margin-top: 8rem;
}
#case_article article section.sec_video h3 > small {
  color: #0c3391;
}
#case_article article section.sec_video .video-js {
  background-color: transparent !important;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
#case_article article section.sec_video .video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  width: 3.5em;
  height: 3.5em;
  border: none;
  background-image: url(/smcgai/assets/img/icon_play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  opacity: 0.4;
}
#case_article article section.sec_video .video-js .vjs-big-play-button:hover {
  opacity: 0.2;
}
#case_article article section.sec_video .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  color: transparent;
}
#case_article article section.sec_video .video-js.vjs-paused .vjs-big-play-button {
  display: block;
}
#case_article article section.sec_video .video-js.vjs-ended .vjs-big-play-button {
  background-image: url(/smcgai/assets/img/icon_replay.svg);
  opacity: 1;
}
#case_article article section.sec_video .video-js .vjs-control-bar {
  background: rgba(0, 114, 188, 0.38);
}
#case_article article section.sec_video .video-js .vjs-slider,
#case_article article section.sec_video .video-js .vjs-load-progress div {
  background: rgba(0, 114, 188, 0.2);
}
#case_article article section.sec_video .video-js .vjs-icon-placeholder::before {
  position: relative;
  top: -0.21em;
  color: #fff;
}
#case_article article section.sec_video .video-js .vjs-volume-level,
#case_article article section.sec_video .video-js .vjs-slider-bar {
  color: #0072bc;
}
#case_article article section.sec_video .video-js .vjs-remaining-time > span {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}
#case_article article section.sec_video .video-js .vjs-playback-rate-value {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  #case_article article section .schema_wrap ul {
    margin-top: 0;
  }
  #case_article article section .schema_wrap ul li {
    font-size: 1.6rem;
    font-size: clamp(1.4rem, 3vw, 1.65rem);
  }
  #case_article article section.sec_video {
    margin-top: 4rem;
  }
  #case_article article section.sec_video .video-js .vjs-big-play-button {
    width: 2em;
    height: 2em;
  }
}/*# sourceMappingURL=index.css.map */
