.ReceiveMoney-container {
    padding: 30px 0 0;
    text-align: center;
}
.ReceiveMoney-title {
    color: #8ec31e;
    font-size: 42px;
    font-weight: bold;
}
.Stopped-recruitment {
    color: #8ec31e;
    font-size: 38px;
    font-weight: bold;
}
.ReceiveMoney-desc {
    margin-bottom: 0;
    min-height: 15px;
    font-size: 15px;
}
.ReceiveMoney-lb_step {
    margin-top: 35px;
    color: #8ec31e;
    font-size: 36px;
    font-weight: bold;
}
.ReceiveMoney-formContainer {
    padding: 15px 0 30px;
    background: #8ec31e;
    color: #fff;
}
.ReceiveMoney-formContainer > .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ReceiveMoney-form {
    margin: 0 0 40px;
    max-width: 400px;
    width: 100%;
}
.ReceiveMoney-formTitle {
    font-size: 16px;
    font-weight: bold;
}
.ReceiveMoney-btn_step2 {
    padding: 10px 35px;
    font-size: 18px;
    border: 1px solid #fff;
}
.Step1-formTitle {
    max-width: 450px;
    width: 100%;
    margin-top: 20px;
    padding: 15px 0 20px;
    border-top: 1px solid #fff;
}
.ReceiveMoney-formTitle.title1 {
    font-size: 20px;
    margin-bottom: 25px;
}
.Step2-form .ReceiveMoney-form {
    margin-bottom: 15px;
}
.Step2-form .ReceiveMoney-form > .ReceiveMoney-formTitle {
    margin-bottom: 25px;
    max-width: initial;
}
.Step1-form .Step1-formUp,
.Step1-form .Step1-formDown {
    max-width: 400px;
    width: 100%;
}
.Step1-form {
    margin-bottom: 120px;
}
/* .Step1-form .Step1-formUp {
    margin-top: 20px;
} */
.Step1-form .Step1-formDown {
    margin-bottom: 30px;
}
.select-job-name, .select-job-base-name {
    background-color: white;
}
.ReceiveMoney-privacyPolicy {
    padding: 50px 0 80px;
}
.ReceiveMoney-privacyPolicy.signup {
    padding: 50px 0 0;
}
.ReceiveMoney-privacyPolicy_desc {
    margin: 0 auto;
    padding: 15px 15px 20px;
    max-width: 70%;
    text-align: left;
    border: 1px solid #bbb;
    height: 184px;
    overflow-y: scroll;
}
.ReceiveMoney-agree {
    margin-bottom: 45px;
}
.ReceiveMoney-agreeGroup {
    display: inline-flex;
    max-width: 70%;
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    background: #bbb;
    justify-content: center;
}
.ReceiveMoney-submit {
    padding: 15px 0;
    width: 300px;
    font-size: 18px;
}
.ReceiveMoney-submit > i {
    margin-right: 5px;
    font-size: 20px;
}

.SignUp-intro {
    margin: 20px 0 30px;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 8px;
    text-align: left;
}
.SignUp-intro_title {
    margin-bottom: 20px;
    color: #8ec31e;
    font-weight: bold;
}
.SignUp-intro_lb {
    color: #666;
    font-size: 18px;
    font-weight: bold;
}
.SignUp-intro_desc.desc1 {
    color: #666;
    font-size: 13px;
}
.SignUp-intro_desc.desc2 {
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
    line-height: 26px;
}
.SignUp-radios > label {
    margin-right: 45px;
}
.SignUp-groupCheckbox {
    margin-top: 35px;
}
.SignUp-checkbox .checkmark {
    width: 24px;
}
.SignUp-checkbox .checkmark:after {
    -webkit-transform: translateX(9px) translateY(-3px) rotate(45deg);
    -ms-transform: translateX(9px) translateY(-3px) rotate(45deg);
    transform: translateX(9px) translateY(-3px) rotate(45deg);
}
.SignUp-email.hide {
    display: none;
}

.Step2-formUp {
    width: 40%;
}

.Msg-error {
    margin-top: 4px;
    border-radius: 0;
    width : 100%;
    padding: 3px 7px;
}

@media screen and (max-width: 860px) {
    .ReceiveMoney-agreeGroup,
    .ReceiveMoney-privacyPolicy_desc {
        max-width: 85%;
    }
    .Step2-formUp {
        width: 50%;
    }
    .Stopped-recruitment {
        font-size: 34px;
    }
}
@media screen and (max-width: 740px) {
    .Step2-formUp {
        width: 60%;
    }
    .Stopped-recruitment {
        font-size: 30px;
    }
}

@media screen and (max-width: 620px) {
    .Step2-formUp {
        width: 70%;
    }
    .Stopped-recruitment {
        font-size: 24px;
    }
}
@media screen and (max-width: 480px) {
    .ReceiveMoney-form,
    .Step1-form .Step1-formUp,
    .Step1-form .Step1-formDown {
        max-width: 290px;
    }
    .ReceiveMoney-privacyPolicy_desc {
        max-width: 100%;
        font-size: 12px;
    }
    .ReceiveMoney-agreeGroup {
        max-width: 100%;
        width: 100%;
    }
    .ReceiveMoney-submit {
        width: calc(100% - 40px);
    }
    .Step2-formUp {
        width: 100%;
    }
    .Stopped-recruitment {
        font-size: 20px;
    }
}

@media screen and (max-width: 360px) {
    .ReceiveMoney-submit.signup {
        width: calc(100% - 20px);
    }
    .Step2-formUp {
        width: 100%;
    }
}

@media screen and (max-width: 360px) {
    .ReceiveMoney-submit.signup {
        width: calc(100% - 20px);
    }
}

.Contact-desc {
    margin-bottom: 30px;
    color: #8ec31e;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .Contact-desc {
        font-size: 18px;
    }
}

@media screen and (max-width: 360px) {
    .Contact-desc {
        font-size: 15px;
    }
}

.button-applyViaWebComplete {
    padding: 15px 20px;
    min-width: 300px;
    max-width: 100%;
    font-size: 18px;
}