/* ////////////////////
TOPスライドバナー st
//////////////////// */

/* ドット st */
.slide-dots {
  display: flex;
  justify-content: center;
}

.slide-dots li:not(:first-child) {
  margin-left: 20px;
}

.slide-dots li button {
  font-size: 0;
  background: #acacac;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.slide-dots .slick-active button {
  background: #545556;
}
/* ドット end */


/* 矢印 st */
.slick-arrow {
  font-size: 0;
  background: #103DB0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

.slick-arrow::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
}

.slick-prev {
  left: -18px;
}

.slick-prev::before {
  transform: translateY(-50%) rotate(-135deg);
  left: 40%;
}

.slick-next {
  right: -18px;
}

.slick-next::before {
  transform: translateY(-50%) rotate(45deg);
  right: 40%;
}
/* 矢印 end */

/* ////////////////////
TOPスライドバナー end
//////////////////// */










@media screen and (max-width: 768px) {
/* ////////////////////
TOPスライドバナー st
//////////////////// */

/* ドット st */
.slide-dots li:not(:first-child) {
  margin-left: 26px;
}

.slide-dots li button {
  width: 8px;
  height: 8px;
}

.detailes-top-slide__frame .slick-dots li {
  width: auto;
}
/* ドット end */


/* 矢印 st */
.slick-arrow {
  width: 28px;
  height: 28px;
  top: 44%;
}

.slick-arrow::before {
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.slick-prev {
  left: -14px;
}

.slick-next {
  right: -14px;
}
/* 矢印 end */

/* ////////////////////
TOPスライドバナー st
//////////////////// */


}