﻿.box {
  width: 70%;
  margin: 0 auto;
}
.youtube_box {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube_box iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .box {
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}

.module_list-2column.movie_list > li {
  margin: 30px 0 0 0;
}
.module_list-2column.movie_list > li:nth-child(1),
.module_list-2column.movie_list > li:nth-child(2) {
  margin: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  .module_list-2column.movie_list > li {
    margin-top: 20px;
  }
  .module_list-2column.movie_list > li:nth-child(1) {
    margin: 0 0 0 0;
  }
}
