@charset "UTF-8";
/* CSS Document */
.slider {
  max-width: 800px !important;
  width: 100%;
  margin: 0 auto;
}
div.slider ul li a img:hover, div.slider ul li a:hover {
  opacity: 1 !important;
}
li div.mts_exp__txt h5 {
  font-size: 1.8rem !important;
  line-height: 1.5 !important;
  margin-bottom: 10px !important;
}
p.date_m {
  padding-top: 13px;
  line-height: 1.7;
}
p.date_m span.midasi {
  display: inline-block;
  width: 200px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .logo_m {
    display: flex; /* flexコンテナ化 */
    flex-direction: column; /* ボックスを縦並びに */
    margin-bottom: 15px;
  }
  .logo_img {
    max-width: 100%;
    width: 305px;
    display: block;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .logo_m {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
  }
  .logo_img {
    width: 305px;
    margin-right: 20px;
    padding-left: 20px;
    display: block;
  }
  .logo_m .date_m {
    max-width: 60%;
    padding-left: 20px;
  }
}
h2.p-video__title_m {
  background-color: #fff;
  font-size: 1.8rem;
  border-bottom: 1px solid #00A32C;
  padding-bottom: 10px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 30px;
  margin-top: 30px;
}
h2.p-video__title_m:before {
  content: "";
  background: url(../../assets/img/video/icon-video.svg) no-repeat;
  width: 25px;
  height: 18px;
  position: absolute;
  left: 0; /*top: 0;*/
}
.mts_exp {
  /*background-color: #00A32C;*/
  /*color: #ffffff;*/
  padding-bottom: 30px !important;
  margin-bottom: 20px;
  position: relative;
  top: 10px;
}
.mts_exp p {
  margin: 0 !important;
  padding: 0 !important;
}
.mts_exp_v {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
div.mts_exp_v h5 {
  font-size: 1.8rem !important;
  line-height: 1.5 !important;
  margin-bottom: 10px !important;
}