
/* Videos
================================================== */
 br.br-sp {
  display: none !important;
}
.section_videos {
  background: #f2f4f6;
}
.videos__items .section__movie {
  width:310px;
  margin-right: 10px;
  }
.videos__section {
  margin-top: 45px;
}
.videos__section + .applications__section {
  margin-top: 120px;
}
#contents .videos__items {
  margin-bottom: 60px;
  display: flex;
  justify-content: start;
}
.videos__subtitle {
  position: relative;
  margin-top:120px;
  margin-bottom: .75em;
  padding-left: 20px;
  font-size: 26px;
  line-height: 1.35;
}
.videos__subtitle::before {
  position: absolute;
  left: 0;
  top: .15em;
  content: "";
  display: block;
  width: 6px;
  height: 1em;
  background: #459dca;
}
.videos__labo__movie h3 {
  margin-bottom: 0.8em;
  font-size: 18px;
  text-align: center;
}
.videos__labo__movie h3.line_3 {
  margin-bottom: 0.8em;
  font-size: 18px;
  text-align: center;
  line-height: 3;
}
.videos__labo__movie video {
  display: block;
  margin: 0 auto;
  max-width: 640px;
}
.section__movie__inner_videos {
    max-width: 640px;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
   br.br-sp {
        display: block !important;
  }
   br.br-pc {
        display: none !important;
  }
  .videos__items .section__movie {
  width:auto;
  margin-right: 0;
  }
  .videos__section {
    margin-top: 8vw;
  }
  .videos__section + .videos__section {
    margin-top: 13.33333vw;
  }
  #contents .videos__items {
  margin-bottom: 60px;
  display: block;
  padding: 0;
  }
  .videos__subtitle {
    margin-top: 13.33333vw;
    padding-left: 5.33333vw;
    font-size: 5.33333vw;
  }
  .videos__subtitle::before {
    top: 0;
    bottom: .2em;
    width: 1.6vw;
    height: auto;
  }
  .videos__labo__movie h3 {
    font-size: 4.33333vw;
  }
  .videos__labo__movie h3.line_3 {
    font-size: 4.33333vw;
    line-height: 1.5;
  }
 .videos__labo__movie {
   margin-bottom: 60px;
}
}

