.notcomplete p {
    color: #CC4444;
}

.notcomplete img {
    vertical-align: middle;
    margin-right: 10px;
    padding-bottom: 2px;
    width: 20px;
}

.submit button {
    width: 300px;
    line-height: 25px;
    height: 60px;
    margin: 20px 15px;
    padding: 0;
    border: 0;
    border-radius: 30px;
    background: none;
    color: #fffffe;
    font-weight: 500;
}

.submit button:not(.disabled):not(:disabled) {
    background: #3da9fc;
}

.submit button.disabled,
.submit button:disabled {
    background: #b4deff;
}

.submit button:hover,
.submit button:focus {
    opacity: 0.6;
}

/* gBizIDの指定色 */
.submit .gBizID:not(.disabled):not(:disabled) {
    background: #0098d0;
}

.submit .gBizID.disabled,
.submit .gBizID:disabled {
    background: #86c6dd
}

.select-delegation {
    border:1px solid #aaa;
    border-radius:5px;
    padding:10px;
    margin-top:20px;
    display:none;
}

#select-form .answer {
    margin: 0 20px;
}

@media only screen and (max-width: 959px) {

    .notcomplete h3 {
        font-size: 80%;
    }

    .notcomplete img {
        width: 16px;
    }

    .submit button {
        display: block;
        /* width: calc(100% - 80px); */
        width: 100%;
        line-height: 40px;
        margin: 10px 0 5px;
    }

    .submit button {
        line-height: 20px;
    }

    #select-form .answer {
        margin:0;
    }
}