@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

body.nosc {
  overflow: hidden;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 656px) {
  .sub_header {
    top: 7rem;
  }

  .sub_header ul {
    flex-wrap: nowrap;
  }

  .sub_header .header__wrapper {
    padding: 10px;
  }

  .sub_header nav {
    padding-right: 1rem;
  }

  .sub_header nav::-webkit-scrollbar {
    display: none;
  }

  .sub_header ul li a {
    font-size: 14px;
    white-space: nowrap;
  }

  .main {
    padding-top: 105px;
  }

  .sub_header.hide {
    top: 60px;
  }
}

.g260hw_wrapper {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.075em;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  background: #fff;
  overflow-x: hidden;
}

.g260hw_wrapper a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #333;
  outline: none;
  transition: .3s;
}

.g260hw_wrapper a:hover {
  text-decoration: none;
}

.g260hw_wrapper * {
  box-sizing: border-box !important;
}

.g260hw_wrapper *:focus {
  outline: none;
}

.g260hw_wrapper .noPC {
  display: none !important;
}

.g260hw_wrapper .noSP {
  display: block !important;
}

.g260hw_wrapper .pc {
  display: block;
  position: absolute;
  bottom: 20%;
  left: 51%;
  margin: auto;
}

.g260hw_wrapper .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .g260hw_wrapper .noPC {
    display: block !important;
  }

  .g260hw_wrapper .noSP {
    display: none !important;
  }

  .g260hw_wrapper .pc {
    display: none;
  }
  
  .g260hw_wrapper .sp {
    display: block;
    width: 70%;
    margin: 30px auto 30px;
  }
}

.g260hw_wrapper img {
  width: 100%;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

.g260hw_wrapper .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.g260hw_wrapper a[href^="tel:"] {
  pointer-events: none;
}

.g260hw_wrapper .flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.fadeInUp {
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transition: ease-in-out .6s;
}

.g260hw_wrapper .fadeInUp.active {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}

/* 
-------------------------------------------------- */
#g260hw #mv {
  padding: 120px 20px;
}

#g260hw #mv .inner.flex {
  max-width: 1500px;
  align-items: center;
}

#g260hw #mv .inner.flex .txt {
  flex: 0 1 50%;
  font-feature-settings: "palt";
}

#g260hw #mv .inner.flex .txt .e-angle {
  width: 200px;
  margin-bottom: 3rem;
}

#g260hw #mv .txt h1 {
  font-size: 34px;
  line-height: 1;
}

#g260hw #mv .txt h2 {
  font-weight: 700;
  font-size: 52px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}

#g260hw #mv .txt p {
  font-size: 24px;
  line-height: 1.5;
}

#g260hw #mv .inner.flex .img {
  flex: 0 1 45%;
  /* margin-right: 4%; */
}

.mv_slider {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.mv_slider .slick-slider {
  max-width: 565px;
  margin: 0 auto;
}

.slick_thumb {
  display: flex;
  justify-content: space-between;
}

.slick_thumb .slick-track {
  transform: unset !important;
  display: flex !important;
  justify-content: space-between !important;
  gap: 1rem;
}

.slick_thumb .slick-list {
  padding: 0 !important;
}

.slick_thumb .slick-slide {
  border: 2px solid #E3E3E3;
  flex: 0 1 23%;
  float: none !important;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}

.slick_thumb .slick-slide.slick-current {
  border-color: #3AC7C2;
}

.slick_thumb .slick-slide li {
  display: block !important;
}

@media screen and (max-width: 1350px) {
  #g260hw #mv .txt h1 {
    font-size: 28px;
  }

  #g260hw #mv .txt h2 {
    font-size: 40px;
  }

  #g260hw #mv .txt p {
    font-size: 20px;
  }

  .mv_slider .slick-slider {
    max-width: 500px !important;
  }
}

@media screen and (max-width: 1150px) {
  .mv_slider .slick-slider {
    max-width: 440px !important;
  }
}

@media screen and (max-width: 1050px) {
  #g260hw #mv .txt h1 {
    font-size: 22px;
  }

  #g260hw #mv .txt h2 {
    font-size: 36px;
    margin: 30px 0 20px 0;
  }

  #g260hw #mv .txt p {
    font-size: 18px;
  }

  .mv_slider .slick-slider {
    max-width: 400px !important;
    margin-bottom: 3rem;
  }

  .slick_thumb .slick-track {
    width: 100% !important;
    justify-content: center !important;
    gap: 1rem;
  }

  .slick_thumb .slick-slide {
    flex: 0 1 16%;
  }
}

@media screen and (max-width: 950px) {
  #g260hw #mv .txt h1 {
    font-size: 18px;
  }

  #g260hw #mv .txt h2 {
    font-size: 30px;
  }

  #g260hw #mv .txt p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #g260hw #mv {
    padding: 60px 25px 80px 25px;
  }

  #g260hw #mv .inner.flex {
    display: block;
  }

  #g260hw #mv .txt {
    margin: 80px 0 0 0;
  }

  #g260hw #mv .txt h1 {
    font-size: 18px;
  }

  #g260hw #mv .txt h2 {
    font-size: 26px;
    margin: 20px 0 10px 0;
    font-weight: bold;
  }

  #g260hw #mv .txt p {
    font-size: 16px;
  }
}

.feature_wrap {
  position: relative;
}

.feature_wrap .caution {
  position: absolute;
  bottom: 2%;
  right: 6%;
  font-size: 1.2rem;
}

.feature_wrap .product_caution,
.feature_wrap2 .product_caution {
  font-size: 1.2rem;
}

.feature_wrap1 .re {
  background-position: left top;
}

.feature_wrap1 .wrap {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.feature_wrap1 .txt {
  width: 44%;
  margin-left: 6%;
  max-width: 840px;
  padding: 80px 90px;
  background: rgba(255, 255, 255, 0.85);
}

/* #feature3.feature_wrap1 .txt {
  margin-top: -8%;
} */

.feature_wrap1 .re .txt {
  margin-left: 6%;
  margin-right: 50%;
}

.feature_wrap1 .txt h2,
.feature_wrap2 .txt h2 {
  font-size: 39px;
  line-height: 1.5;
  margin-bottom: 35px;
  font-weight: bold;
}

.feature_wrap1 .txt p,
.feature_wrap2 .txt p {
  font-size: 16.5px;
  line-height: 2;
}

.feature_wrap2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap; */
  /* padding: 90px 70px; */
  flex-direction: row;
  max-width: 1250px;
  margin: auto;
}

.feature_wrap2 .img {
  /* flex: 0 1 50%; */
  border-radius: 48px;
  overflow: hidden;
  width: 750px;
  max-width: 750px;
  order: 1;
}

.feature_wrap2 .txt {
  flex: 0 1 50%;
  max-width: 50%;
  border-radius: 0 48px 48px 0;
  /* padding: 0 6%; */
  padding: 5% 5% 5% 6%;
}

.feature_wrap2.re .img {
  order: 2;
}

.feature_wrap2.re .txt {
  order: 1;
}

@media screen and (max-width: 1450px) {
  .feature_wrap1 .txt {
    padding: 50px 4%;
  }

  #feature4 {
    margin-bottom: 40px;
  }

  /* .feature_wrap2 {
    padding: 50px 70px;
  } */

  /* .feature_wrap2 .txt {
    padding: 0 0 0 4%;
  } */

  .feature_wrap2.re .txt {
    padding: 0 4% 0 0;
  }

  .feature_wrap2 .img {
    width: initial;
    max-width: 750px;
  }

}

@media screen and (max-width: 1100px) {
  .feature_wrap1 .txt {
    padding: 40px 3%;
  }

  .feature_wrap2 {
    padding: 30px;
  }
  
}

@media screen and (max-width: 767px) {
  .feature_wrap {
    height: auto;
    padding-top: 0;
    background: none;
  }

  .feature_wrap .caution {
    position: static;
  }

  .feature_wrap1 .wrap {
    height: auto;
    position: static;
  }

  .feature_wrap1 .txt {
    width: 100%;
    margin: 0 !important;
    max-width: initial;
    max-width: none;
    padding: 40px;
    background: #fff;
  }

  .feature_wrap1 .txt h2,
  .feature_wrap2 .txt h2 {
    font-size: 26px;
    margin-bottom: 15px;
    text-align: center;
  }

  .feature_wrap2 .txt h2 {
    text-align: center;
  }

  .feature_wrap1 .txt p,
  .feature_wrap2 .txt p {
    font-size: 13px;
  }

  #feature4 {
    margin-bottom: 0;
  }

  .feature_wrap2 {
    flex-direction: column;
    padding: 0 15px;
    margin-top: 15px;
  }

  .feature_wrap2 .img {
    border-radius: 20px 20px 0 0;
  }

  .feature_wrap2 .txt {
    padding: 3rem 3rem !important;
    /* background: #f3f3f3; */
    border-radius: 0 0 20px 20px;
    max-width: 100%;
  }
}

.energy {
  margin: 83px 0 83px 0;
  padding: 0 5%;
  display: flex;
  justify-content: flex-end;
  flex: 0 1 50%;
  width: 100%;
}

.energy .txt {
  width: auto;
}

.energy .sub {
  width: 50%;
  display: flex;
  align-items: center;
  border-radius: 25px;
  background: #F5F5F5;
}

.energy .sub:nth-child(1) {
  margin-right: 1%;
  padding: 33px 5% 33px 8%;
}

.energy .sub:nth-child(2) {
  margin-left: 1%;
  padding: 33px 4% 33px 9.5%;
}

.energy .img {
  width: 16%;
  margin-right: 33px;
}

.energy p,
.assurance p {
  font-size: 18px;
}

.caution {
  font-size: 1.4rem;
  padding: 0 20% 10%;
  line-height: 1.5;
}

.caution ul li {
  list-style-type: disc;
}

@media screen and (max-width: 1450px) {
  .assurance .flex {
    padding: 50px 70px;
  }

  .energy p,
  .assurance p {
    font-size: 16.5px;
  }

  .energy p.comment {
    font-size: 14.5px;
  }
}

@media screen and (max-width: 1100px) {

  .energy p,
  .assurance p {
    font-size: 15.5px;
  }

  .energy p.comment {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .energy {
    display: block !important;
    width: auto;
    height: auto;
    text-align: center;
    margin-bottom: 3rem;
  }

  .energy,
  .assurance {
    padding: 0 15px;
  }

  .energy .sub:nth-child(1) {
    margin-right: 0;
    padding: 33px 5% 33px 5%;
  }

  .energy .sub:nth-child(2) {
    margin-left: 0;
    padding: 33px 5% 33px 5%;
  }

  .energy .sub {
    display: block;
    width: 100%;
    padding: 20px 0 20px 0;
  }

  .energy .sub:nth-child(1) {
    margin: 83px 0 83px 0;
  }

  .energy .sub:nth-child(2) {
    margin: 0;
  }

  .energy p,
  .assurance p {
    font-size: 14px;
  }

  .energy p.comment {
    font-size: 10px;
  }

  .energy .img {
    display: inline-block;
    width: 12%;
    margin: 0;
    padding: 0;
  }

  .energy .txt {
    margin: 0;
    padding: 15px 0 0 0;
    width: 100%;
  }

  .caution {
    padding: 0 4rem 10%;
  }
}

/*仕様*/
.specification_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 7rem 5% 0;
}

.specification_title {
  padding-top: 10rem;
  margin-bottom: 3rem;
  color: #000;
  display: flex;
  gap: 3rem;
}

.specification_title h1 {
  font-size: 3rem;
}

.document_button {
  display: flex;
  gap: 2rem;
}

.document_button a {
  border: 2px solid #000;
  border-radius: 5rem;
  color: #000;
  transition: all 0.5s;
  font-size: 1.4rem;
  padding: 1rem 3rem;
  text-align: center;
}

.document_button a:hover {
  background: #000;
  color: #fff;
}

.specification {
  color: #333;
  text-align: left;
}

.specification table {
  width: 100%;
  display: block;
  word-break: break-all;
  border-collapse: collapse;
}

.specification table th, .specification table td {
  color: #000;
  border: 1px solid #ddd;
  padding: 10px 15px;
  line-height: 1.5;
}

.specification table td {
  min-width: 300px;
}

.specification table th {
  white-space: nowrap;
  letter-spacing: 0;
}

.specification table tr .sub_title {
  background-color: #fff !important;
}

.specification table tr:first-child th, .specification table th[rowspan] {
  text-align: center;
  background-color: #F2F4F8;
  color: #000;
  border: 1px solid #ddd;
}

.caution_list {
  padding-left: 1.5em;
  font-size: 1.4rem;
  padding-top: 3rem;
}

.caution_list li {
  list-style-type: disc;
}

@media screen and (max-width: 656px) {
  .specification {
    overflow-x: scroll;
  }

  .specification table {
    font-size: 1.3rem;
  }

  .specification_title {
    flex-direction: column;
    gap: 2rem;
  }

  .document_button {
    justify-content: space-between;
  }

  .document_button a {
    width: 48%;
    padding: 1rem;
  }
}

/* 20240710追加 */

.feature_01_top {
  /* max-width: 68%; */
  margin: auto;
}

.feature_wrap {
  margin-bottom: 150px;
}

.feature_sb {
  position: absolute;
  max-width: 85%;
  top: 90%;
  left: 0;
  right: 0;
  margin: auto;
  background: #F5F7F8;
  z-index: 1;
  padding: 100px 100px 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.feature_sb img {
  max-width: 60%;
  height: auto;
}

.feature_sb_in {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 95%;
  margin: auto;
  margin-bottom: 30px;
}

.feature_sb_in p {
  width: 380px;
  text-align: left;
  padding: 20px;
  font-size: 2.4rem;
  line-height: normal;
  position: relative;
}

.feature_sb_in p span {
  font-size: smaller;
  position: absolute;
}

.feature_sb p:last-child {
  width: 100%;
  margin-left: 3.8%;
}

#feature2,
#feature3,
#feature4 {
  margin-top: 10%;
}

.feature_03_txt .txt {
  position: absolute;
}

.feature_wrap1 .feature_02_txt .txt {
  margin-left: 50%;
  margin-right: 6%;
  position: absolute;
}

#feature3 .feature_03_txt {
  height: auto;
  position: initial;
}

.feature_sb03 h2 {
  font-weight: bold;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature_sb03 h2 img {
  width: 3rem;
  margin: 0 5px 0 0;
  /* padding-top: 3px; */
}

.feature_sb03 {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #F5F7F8;
  justify-content: center;
  margin: auto;
  max-width: 85%;
  position: absolute;
  padding: 50px 20px;
  right: 0;
  left: 0px;
  top: 85%;
}

.feature_sb03 li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
}

.feature_sb03 li:first-child {
  border-right: 1px solid #C3C3C3;;
}


.g260hw_wrapper .feature_03_sb {
  width: 40%;
  height: auto;
  margin: initial;
  padding-right: 2%;
}

.feature_03_sb_in {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
}

.feature_03_sb_in p {
  line-height: 1.6;
  font-size: 1.4rem;
}

.feature_04 {
  margin-top: 10%;
}

.feature_02_sb01 {
  margin-top: 2%;
}

@media screen and (max-width: 767px) {

  .feature_sb_in {
    justify-content: initial;
    flex-direction: column;
  }

  .feature_wrap {
    margin-bottom: initial;
  }

  .feature_sb {
    position: initial;
    z-index: initial;
    padding: 50px 0;
    max-width: 90%;
    margin: auto;
    background: #F5F7F8;
    display: flex;
    align-items: center;
  }

  .feature_sb img {
    max-width: 100%;
    height: auto;
  }
  
  .feature_sb_in p {
    width: 100%;
    padding: 0 4% 30px;
  }

  
  .feature_sb p:last-child {
    /* width: 80%; */
    margin-left: initial;
    line-height: 2;
    padding: 0 7%;
  }

  #feature2 {
    margin-top: 70px;
  }
  
  .feature_sb03 {
    flex-direction: column;
    /* max-width: 90%; */
    margin: 10% auto;
    padding: 50px 5%;
    position: initial;

  }
    
  .feature_sb03 p {
    font-size: 13px;
    line-height: 2;
    max-width: 100%;
    /* margin: auto;  */
  }

  .feature_sb03 li {
    display: flex;
    flex-direction: column;
    width: initial;
  }
  
  .feature_sb03 li:first-child {
    margin-bottom: 30px;
    border-right: initial;
  }

  .feature_sb03 li:last-child {
    padding-top: 50px;
    border-top: 1px solid #C3C3C3;;
    /* max-width: 55%; */
  }

  .feature_sb03 h2 {
    font-size: 2.2rem;
  }
  
  .feature_sb03 h2 img {
    /* width: 10%; */
    /* padding-left: 3px; */
    /* padding-bottom: s4px; */
  }
  
  .g260hw_wrapper .feature_03_sb {
    /* max-width: initial; */
    width: fit-content;
    margin: auto;
    height: auto;
  }

  .feature_03_sb_in {
    display: flex;
    width: 100%;
    align-items: flex-start;
    margin-left: 3%;
  }
  
  .feature_03_txt .txt {
  position: initial;
}
  
}

/* iframe */

.feature__video {
  /* width: 608px;
  height: 342px; */
  width: 1033.6px;
  height: 581.4px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}


.feature__video img {
  width: 100%; 
  aspect-ratio: 16 / 9;
}

.feature__video .iframe {
  width: 100%;
  height: auto;
  padding-bottom: 56.25%;
  position: relative;
}

.feature__video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

.feature__video a {
  display: block;
}

.feature__video a::after {
  position: absolute;
  content: url("../img/btn-movie.svg");
  top: 88%;
  left: 19%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.feature__video a.active {
  opacity: 1;
  cursor: default;
}

.feature__video a.active::after {
  /* opacity: 0; */
  display: none;
}

@media screen and (min-width: 1000px) and (max-width: 1450px) {
  .feature__video {
    width: 851.2px;
    height: 478.8px;
    aspect-ratio: 16 / 9;
    margin: auto;
  }

  .feature__video a.active::after {
    display: none;
  }  

  #feature2 {
    margin-top: 10%;
  }

  .feature_04 {
    margin-top: 10%;
  }

  .feature_sb03 h2 img {
    width: 3rem;
  }

  .feature_sb03 {
    max-width: 95%;
    align-items: flex-start;
  }
  .feature_sb03 h2 {
    line-height: 1.4;
  }

}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .feature__video {
    width: 608px;
    height: 342px;
    aspect-ratio: 16 / 9;
    margin: auto;
  }

  .feature__video a::after {
    left: 22%;
    top: 85%; 
  }

  .feature__video a.active::after {
    display: none;
  }
  
  .feature_sb {
    max-width: 95%;
    top: 95%;
    padding: 50px 60px;
  }

  .feature_wrap1 .txt h2, .feature_wrap2 .txt h2 {
    margin-bottom: 20px;
  }

  .feature_wrap1 .txt p, .feature_wrap2 .txt p {
    font-size: 16.5px;
    line-height: 1.7;
}

  #feature2 {
    margin-top: 65%;
  }

  .feature_04 {
    margin-top: 35%;
  }

  .feature_sb03 {
    max-width: 95%;
    align-items: flex-start;
  }
  .feature_sb03 h2 {
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .feature__video {
    width: 100%;
    height: 50.5vw;
  }
  .feature__video a::after {
    display: none;
  }
  #iframe_target_btn {
    width: 100%;
  }
  #iframe_target_btn img {
    width: 50%;
    height: auto;
    margin: auto;
    display: block;
  }
  .feature_sb03 h2 img {
    width: 2.4rem;
}

}

@media screen and (max-width: 599px) {
  .feature__video {
    height: 53.5vw;
  }
  #iframe_target_btn img {
    width: 60%;
  }

}

/*  */
.feature_wrap2 .img {
  position: relative;
  display: flex;
  z-index: 1;
}

/* .g260hw_wrapper img {
  order: 0;
} */

.txt_bg {
  display: flex;
  align-items: center;  
}

.txt_bg span {
  background: #F5F7F8;
  /* display: block; */
  content: "";
  width: 100%;
  max-width: 1250px;
  height: 90%;
  position: absolute;
  border-radius: 48px;
}


@media screen and (min-width: 767px) and (max-width: 1100px) {

  .txt_bg span {
    height: 70%;
  }

}

@media screen and (max-width: 767px) {

  /* .feature_04:first-child {
    margin-top: 50%;
  } */

  .txt_bg {
    /* align-items: flex-start;  */
    align-items: center;
    flex-direction: column;
  }
  
  .txt_bg span {
    background: #F5F7F8;
    width: 90%;
    height: 100%;
  }

  #feature2 {
    margin-bottom: 40%;
  }
  
  #feature3 {
    margin-bottom: 20%;
  }
  
}

/*  */

.mv-slider {
  max-width: 600px;
  overflow: hidden;
}

.ref-main-slider {
  margin-bottom: 30px;
}

.ref-main-slider .swiper-slide {
  text-align: center;
  height: 384px;
}

.ref-main-slider .swiper-slide img {
  max-height: 100%;
}

.ref-thumb-slider {
  position: relative;
}

.ref-thumb-slider img.rc {
  position: absolute;
  top: 6px;
  right: 60px;
}

.ref-thumb-slider .swiper-wrapper {
  justify-content: center;
}

.ref-thumb-slider .swiper-slide {
  width: 60px !important;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dddddd;
  cursor: pointer;
  transition: 0.3s;
}

.ref-thumb-slider .swiper-slide-thumb-active {
  border: 1px solid #01cccc;
}

.ref-thumb-slider .swiper-slide:not(:last-child) {
  margin-right: 11px;
}

@media screen and (max-width: 656px) {
   .ref-main-slider .swiper-slide {
    height: 195px;
  }

   .ref-thumb-slider .swiper-wrapper {
    flex-wrap: wrap;
    /* justify-content: flex-start; */
  }

   .ref-thumb-slider .swiper-slide:not(:last-child) {
    margin-bottom: 11px;
  }

   .ref-thumb-slider img.rc {
    right: 30px;
  }

   .ref-slider {
    max-width: 100%;
    margin-bottom: 50px;
  }

}
