@charset "utf-8";


#submenu ul {
    display: none;
}

.radio_style {
    display: flex;
}

.radio_style input,
.radio_style label {
    display: flex;
}

.radio_style input {
    margin-right: 5px;
}

.radio_style label {
    width: 80px;
}

.must {
    font-size: 80%;
    color: #CC0000;
    margin-left: 5px;
}

.input-range {
    display: none;
}

.range-group {
    position: relative;
}


