@media screen and (max-width:761px) {
  .noUiSlider-wrap .inner-block {
    padding: 26px;
  }
}

.noUiSlider-wrap .text-wrap {
  margin: 40px auto 0 auto;
  text-align: center;
}

.noUi-horizontal .noUi-handle {
  width: 11px;
  height: 38px;
  top: -17px;
  right: 0;
  background: #000;
  box-shadow: none;
  border: none;
}

.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
  content: none;
}

.noUi-connect {
  background: #000;
}

.noUi-target {
  background: #BBBBB8;
}

.noUi-horizontal {
  height: 6px;
}

@media screen and (max-width: 479px) {

  /* スマートフォン向けのスタイル */
  .noUi-horizontal {
    height: 5px;
  }

  .noUi-connect {
    height: 4px;
  }

  .noUiSlider-wrap .text-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}