.select_sh.select_year {
    width: 20%;
}
.con-tbl tr td input.select_radio {
    width: unset;
}
.con-tbl textarea {
    width: 100%;
    border: 1px solid #ccc;
}
.discount {
    margin-top: 5px;
}
input[type="radio"]{
    cursor: pointer;
}
input[type="radio"]:checked {
    background: #FBB03C;
}
@media only screen and (max-width: 768px) {
    .con-tbl tr td select.select_sh, .con-tbl tr td select.select_sh3 {
        width: 20%;
    }
}