.btn-main {
    background: #00b900;
    color: #fff;
}

.btn-main[disabled] {
    opacity: .6;
    cursor: not-allowed;
}

/* sp */

@media screen and (max-width: 520px) {
    .line-cv {
        background-color: #fff;
        padding: 5px 20px 40px 20px;
    }

    .line-cv-card {
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
        padding: 25px 0 30px 0;
    }

    .line-cv-btn {
        display: block;
        margin: 0 auto;
        width: 80%;
        border: 0;
        border-radius: 12px;
        padding: 16px;
        font-weight: 700;
        font-size: 20px;
        cursor: pointer;
    }

    .line-step-card {
        background: #fff;
        border: 1px solid #969696;
        box-shadow: 4px 5px 6px 0px rgba(142, 141, 141, 0.5);
        padding: 17px 20px;
    }

    .step {
        color: #969696;
        font-weight: 700;
        font-size: 13px;
    }


    .line-step-midashi {
        position: relative;
        padding: 13px 0 13px 15px;
        background-color: #969696;
        border-radius: 8px;
        color: #fff;
        font-size: 16px;
    }

    .line-step-midashi::before {
        content: '';
        position: absolute;
        top: 100%;
        left: 30px;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-top: 8px solid #969696;
    }


    .line-ex-box {
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
        padding: 15px 0 15px 15px;
    }
}

/* pc */

@media screen and (min-width: 521px) {
    .line-cv {
        background-color: #fff;
        padding: 0 45px 60px 45px;
    }

    .line-cv-card {
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
        padding: 30px 0 40px 0;
    }

    .line-cv-btn {
        display: block;
        margin: 0 auto;
        width: 70%;
        border: 0;
        border-radius: 12px;
        padding: 20px;
        font-weight: 700;
        font-size: 26px;
        cursor: pointer;
    }

    .line-step-card {
        background: #fff;
        border: 1px solid #969696;
        box-shadow: 4px 5px 6px 0px rgba(142, 141, 141, 0.5);
        padding: 30px 45px;
    }

    .step {
        color: #969696;
        font-weight: 700;
        font-size: 20px;
    }

    .line-step-midashi {
        position: relative;
        padding: 13px 0 15px 23px;
        background-color: #969696;
        border-radius: 8px;
        color: #fff;
        font-size: 22px;
    }

    .line-step-midashi::before {
        content: '';
        position: absolute;
        top: 100%;
        left: 30px;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-top: 8px solid #969696;
    }

    .line-ex-box {
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
        padding: 25px 0 25px 25px;
    }

}