.sss_form {
    margin-top: 50px;
}

.sss_form_input input[type="text"] {
    z-index: 33;
    width: 799px;
    height: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #C4C4C4;
    background-color: #F2FCF7;
    padding: 6px;
    color: #333;
}
/* .sss_form_input input[type="radio"] {
    z-index: 33;
    width: 799px;
    height: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #C4C4C4;
    background-color: #F2FCF7;
    padding: 6px;
    color: #333;
} */
.sss_form_input textarea {
    z-index: 33;
    width: 799px;
    height: 154px;
    border-style: solid;
    border-width: 1px;
    border-color: #C4C4C4;
    background-color: #F2FCF7;
    padding: 6px;
    color: #333;
}

.sss_form_input {
    margin-bottom: 20px;
}

.sss_form_input_label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    margin-bottom: 5px;
}

.sss_form_input_label_name {
    margin-left: 5px;
    margin-right: 5px;
}
.sss_form_input_label_hissu {
    background: #ff0033;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: bold;
}
.confirmation_btn {
    width: 200px !important;
    height: 40px !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #6B6B6B !important;
    background-color: #0071BC !important;
    border-radius: 20px !important;
    color: #FFF !important;
    text-align: center !important;
    line-height: 14px !important;
    font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    margin-bottom: -1px !important;
    position: relative !important;
    padding: 10px !important;
}