.page-predict .box-predict-item {
    flex-wrap: wrap;
    gap: 25px;
}

.page-predict .predict-item {
    background-color: #ffffff;
    padding: 15px 10px;
    border-radius: 5px;
    width: 23%;
}

.page-predict .img-predict {
    border: 1px solid #e0e0e0;
    padding: 10px;
    margin-bottom: 15px;
}

.page-predict .predict-choice option {
    color: #323232;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
}

.page-predict .predict-choice .predict-select {
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    width: 100%;
    -webkit-appearance: none;
    position: relative;
    background: url(/common/design/user/img/battle-market/icon-selection.png) no-repeat right #fff;
    background-position-x: 206px;
}

.page-predict .vote-but {
    color: #ffffff;
    background-color: #e61e02;
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    box-shadow: 0 4px #be1957;
    border-radius: 5px;
    padding: 20px 140px;
    margin-top: 35px;
}

.page-predict .box-vote {
    width: fit-content;
    margin: 0 auto;
}

.page-predict-sp .predict-item {
    padding: 12px 9px;
    width: 48%;
}

.page-predict-sp .box-vote {
    width: 100%;
}

.page-predict-sp .vote-but {
    font-size: 16px;
    line-height: 20px;
    box-shadow: 0 2px #be1957;
    padding: 15px 0;
    margin-top: 30px;
    text-align: center;
}

.page-predict-sp .predict-choice option {
    font-size: 14px;
    line-height: 22px;
}

.page-predict-sp .box-predict-item {
    gap: 10px;
}

.page-predict-sp .img-predict {
    padding: 5px;
    margin-bottom: 10px;
}

.page-predict-sp .predict-choice .predict-select {
    padding: 5px 10px;
    background-position-x: 115px;
}

.page-predict .text-center {
    text-align: center;
}