@charset "UTF-8";

#underlayer-ec {
  background-image: url(/reform/assets/images/handling/exterior/eyecatch.jpg);
  background-position: center;
  background-size: cover;
}
#contents-list .object-fit {
  height: 120px;
  width: 100%;
}

.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 20px;
}
.prev-arrow {
  left: 0px;
}
.next-arrow {
  right: 0px;
}




@media screen and (min-width: 769px) {
  #contents-list .object-fit {
    height: auto;
    width: 100%;
  }
}