/* プリウスの動画  */
.video_area .videoSource {
  display: flex;
  margin: 20px 0;
  width: 100%;
}
.video_area .videoSource .slideIntroduce {
  margin-left: 20px;
}
.video_area .videoSource iframe {
  width: 96%;
}
.video_area .videoSource .slideIntroduce p {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 24px;
}
.Video .videoSource {
  flex-wrap: wrap;
  margin: 20px 0 0 0;
  padding: 0 6px;
}
.Video .videoSource iframe {
  width: 100%;
}
.Video {
  margin-top: 24px!important;
  background-color: #fff;
  padding: 30px 1pc 2pc;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 16%);
  box-shadow: 0 1px 2px rgb(0 0 0 / 16%);
}
.Video .inner .ttl {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  padding: 0 6px 20px;
  position: relative;
  background-color: #fff;
  border: 0;
  text-align: left;
}
.Video .inner .ttl:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 4px;
  width: 96.61%;
  background: -webkit-gradient(linear,left top,right top,from(#e00923),color-stop(17.5%,#e00923),color-stop(17.5%,#d5d5d5),to(#d5d5d5));
  background: linear-gradient(
90deg
,#e00923 0,#e00923 17.5%,#d5d5d5 17.5%,#d5d5d5 100%)
}
.Video .videoSource .slideIntroduce {
  margin-left: 0;
  margin-top: 20px;
}
