@charset 'UTF-8';

.slick-initialized {
  opacity: 1;
}

/*--------bukken_slider------------*/
.b_slider {
  width: 350px;
  position: relative;
}

.b_slider .slick-list {
  overflow: visible;
}

.slick-initialized {
  opacity: 1;
}

.b_slider li {
}

.b_slider li img {
  height: auto;
}

.b_slider .prev_a {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  left: 1090px;
  top: -125px;
  z-index: 50;
  border-radius: 50%;
  box-sizing: border-box;
  border: solid 2px #3c3c3c;
  background: #3c3c3c;
  white-space: nowrap;
  cursor: pointer;
  transition-duration: 0.3;
}

/* .b_slider .prev_a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #181871;
  border-right: solid 1px #181871;
  display: block;
  transform: rotate(225deg);
  position: absolute;
  top: 20px;
  right: 23px;
} */
.b_slider .prev_a::after {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 11px;
  right: 10px;
}

.b_slider .next_a {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  right: -820px;
  top: -125px;
  z-index: 50;
  border-radius: 50%;
  box-sizing: border-box;
  border: solid 2px #3c3c3c;
  background: #3c3c3c;
  white-space: nowrap;
  cursor: pointer;
  transition-duration: 0.3;
}

/* .b_slider .next_a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #181871;
  border-right: solid 1px #181871;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: 20px;
  right: 15px;
} */
.b_slider .next_a::after {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  transform: rotate(135deg);
  position: absolute;
  top: 11px;
  right: 13px;
}

.b_slider .next_a:hover,
.b_slider .prev_a:hover {
  background: #fff;
  transition: 0.3s;
  &:before {
    border-top: solid 1px #3c3c3c;
    border-right: solid 1px #3c3c3c;
  }
  &:after {
    border-top: solid 2px #3c3c3c;
  border-left: solid 2px #3c3c3c;
  }
}

.b_slider .slick-dots button {
  background: none;
  border: none;
  content: "";
  font-size: 0;
  padding: 0;
}

.b_slider .slick-dots li button:before {
  font-family: "slick";
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  content: "";
  background: #b9b9b9;
  text-align: center;
  color: #b9b9b9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}

.b_slider .slick-dots li.slick-active button:before {
  background: #848181;
}

.b_slider .slick-dots {
  overflow: hidden;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: right;
  margin: 40px 0 0;
  position: absolute;
  top: -145px;
  right: -670px;
}

.b_slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  max-width: 13px;
  padding: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  cursor: pointer;
}

