@charset "UTF-8";

#underlayer-ec {
  background-image: url(/reform/assets/images/handling/solar/eyecatch.png);
  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;
}
.bg-beige .border {
  border : solid #d7000f 1px!important;
}
.overflow-scroll img {
  width: 600px;
}



@media screen and (min-width: 769px) {
  #contents-list .object-fit {
    height: auto;
    width: 100%;
  }
  .overflow-scroll {
    overflow: auto!important;
  }
  .overflow-scroll img {
    max-width: 1000px;
    width: 100%;
  }
  .overflow-scroll.case1 img {
    max-width: 700px;
  }
}