/*box_choice*/
.page_listGirl .area_tab .box_choice .dl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0.5em;

    width:49%;

    font-size: var(--fs_ss);
}
@media only screen and (min-width : 769px) {
    .page_listGirl .area_tab .box_choice .dl {
        width:auto;
        font-size: var(--fs_s);
    }
}

.page_listGirl .area_tab .box_choice .dl .dt {
    width: 8em;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background: rgb(126, 126, 126);
    color: rgb(255, 255, 255, 1);
    padding-left: 0.5em;
    padding-right: 0.5em;
    /*border-radius: 1em;*/
    margin-right: 0.5em;
}

.page_listGirl .area_tab .box_choice .dl .dt p,
.page_listGirl .area_tab .box_choice .dl .dt i {
    line-height: 2.3em;
}

.page_listGirl .area_tab .box_choice .dl .dd {
    width: 10em;
}

@media only screen and (min-width : 769px) {
    .page_listGirl .area_tab .box_choice .dl .dd {
        width: auto;
    }
}

.page_listGirl .area_tab .box_choice .dl .dd .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.page_listGirl .area_tab .box_choice .dl .dd .li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.page_listGirl .area_tab .box_choice .dl .dd .li a {
    display: block;
    text-align: center;
    border-right: solid 1px rgb(122, 122, 122);
    line-height: 2.3em;
}

.page_listGirl .area_tab .box_choice .dl .dd .li:last-child a {
    border-right: 0;
}

.page_listGirl .area_tab .box_choice .dl .dd .li a:hover {
    background: rgb(135, 210, 253);
    color: rgb(255, 255, 255, 1)
}

.page_listGirl .area_tab .box_choice .dl .dd .li a.on--now {
    background: rgb(135, 210, 253);
    color: rgb(255, 255, 255, 1)
}


/* .page_listGirl .area_tab .box_choice .dl .dd_sort .li {}

.page_listGirl .area_tab .box_choice .dl .dd_refine .li {} */

@media only screen and (min-width : 769px) {
    .page_listGirl .area_tab .box_choice .dl .dd_sort .li {
        width: 11em;
    }

    .page_listGirl .area_tab .box_choice .dl .dd_refine .li {
        width: 10em;
    }
}

/*sp*/
.page_listGirl .box_select select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.page_listGirl .box_select select::-ms-expand {
    display: none;
}

.page_listGirl .box_select {
    position: relative;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    background: #ffffff;
}

.page_listGirl .box_select::before {
    /*▼*/
    position: absolute;
    top: 7px;
    right: 6px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
}

@media only screen and (min-width : 769px) {
    .page_listGirl .box_select::before {
        display: none;
    }
}

.page_listGirl .box_select:after {
    position: absolute;
    top: 0;
    right: 2.5em;
    bottom: 0;
    width: 1px;
    content: '';
    border-left: 1px solid #bbbbbb;
}

.page_listGirl .box_select select {
    /* padding: 8px 38px 8px 8px; */
    padding: 0.5em;
    color: #666666;
}

