.figure-wrap.util-pc-hidden {
  justify-content: center;
  margin-top: 0 !important;
}

.lead-anc__link-list span {
  font-size: 1em !important;
}

.movieCont {
  margin: 1em auto 0;
}
.movieCont__option {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.list-wrap + .list-wrap,
.list__nearText + .list-wrap {
  margin-top: 1em;
}

@media print, screen and (max-width: 768px) {
  .lead-anc__link-list li:nth-child(n+2) {
    border-top: none;
  }
  .movieCont {
    max-width: 450px;
  }
}
@media print, screen and (min-width: 769px) {
  .movieCont {
    width: 60%;
    margin: 1.8em auto 0;
  }
}