.slider{
    width: 90%;
    margin: 20px auto;
}
.slider-scale {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding-inline-start: 0;
    font-size: 0.8rem;
    width: 100%;
    margin-bottom: 0 !important;
    margin-top: 0.5rem;
}
.slider-range {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
}
.slider-range--bar {
    width: 90%;
}
.slider-price {
    display: flex;
    justify-content: space-between;
}
.slider-price__val {
    width: 5.5rem;
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
}
.slider-price__scale {
    width: 4rem;
    text-align: center;
    font-size: 0.7rem;
}

/* noUISlierのcss*/
.slider-range .noUi-horizontal{
    height: 10px;
}
.slider-range .noUi-handle{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-right: 5px;
}
.slider-range .noUi-handle:before, .noUi-handle:after {
    display: none;
}
