/*=========================
 *  PC
 *  =========================*/
.send_sms {
    font-size: 16px;
    line-height: 26px;
    color: #E51717;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.confirm_sms {
    text-align: center;
    margin-bottom: 20px;
}

.confirm_sms .confirm_sms_title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

.confirm_sms .confirm_sms_title b {
    color: #E51717;
    font-weight: bold;
}

.confirm_sms .confirm_sms_note {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
}

.confirm_sms .confirm_sms_input {
    font-size: 16px;
    margin-bottom: 20px;
}

.confirm_sms label {
    font-weight: bold;
    margin-right: 10px;
}

.confirm_sms .auth_code {
    padding: 12px 10px;
    width: 160px;
    font-size: 26px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
}

.confirm_sms .auth_code::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #CCCCCC;
}
.confirm_sms .auth_code::-moz-placeholder { /* Firefox 19+ */
    color: #CCCCCC;
}
.confirm_sms .auth_code:-ms-input-placeholder { /* IE 10+ */
    color: #CCCCCC;
}
.confirm_sms .auth_code:-moz-placeholder { /* Firefox 18- */
    color: #CCCCCC;
}

.confirm_sms .confirm_sms_back {
    margin-left: 20px;
}

.confirm_sms .confirm_sms_error {
    font-size: 16px;
    color: #E51717;
    margin-top: 20px;
    font-weight: bold;
}

/*=========================
 *  SP
 *  =========================*/
#FORM-spc-SP .send_sms {
    margin-bottom: 0px;
    margin-top: 20px;
}

#FORM-spc-SP .confirm_sms {
    margin-bottom: 40px;
    text-align: left;
}

#FORM-spc-SP .confirm_sms .confirm_sms_input {
    margin-bottom: 10px;
    text-align: center;
}

#FORM-spc-SP .confirm_sms .confirm_sms_back {
    display: block;
    width: 140px;
    margin-top: 20px;
    margin-left: 0px;
    text-align: left;
}

#FORM-spc-SP .confirm_sms .auth_code {
    width: 100px;
}