.getshifter-step-03 .step-03-inner {
    position: relative;
    z-index: 1;
}

.getshifter-step-03 .step-03-content {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
}

.getshifter-step-03 .step-03-number {
    align-items: center;
    background-color: #892885;
    border-radius: 40px;
    color: #fff;
    display: flex;
    font-family: sofia-pro, sans-serif;
    font-family: 700;
    font-size: 1rem;
    justify-content: center;
    line-height: 1.875;
    margin-right: 24px;
    padding: 0 12px;
    width: 70px;
}

.getshifter-step-03 .step-03-title {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.0225rem;
    line-height: 1.8888888889;
}

.getshifter-step-03 .step-content {
    font-size: 1rem;
    letter-spacing: 0.02rem;
    line-height: 1.875;
    padding-left: 94px;
    width: 100%;
}

.getshifter-step-03 .step-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.getshifter-step-03 .step-content ul li {
    padding-left: 20px;
    position: relative;
}

.getshifter-step-03 .step-content ul li:not(:first-child) {
    margin-top: 4px;
}

.getshifter-step-03 .step-content ul li::before {
    background-color: #892885;
    content: '';
    display: inline-block;
    height: 8px;
    left: 0;
    margin: 13px 12px 0 0;
    position: absolute;
    width: 8px;
}

.getshifter-step-03 .step-content p.supplement {
    color: #7f797b;
    font-size: 0.875rem;
    letter-spacing: normal;
    line-height: 1.2857142857;
    margin-top: 8px;
}

.indivisual-consulting-steps .getshifter-step-03:not(:last-child) {
    position: relative;
}

.indivisual-consulting-steps .getshifter-step-03:not(:last-child) .step-03-inner {
    padding-bottom: 40px;
}

.indivisual-consulting-steps .getshifter-step-03:not(:last-child)::after {
    border-left: 1px dashed #d0a9ce;
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: 34px;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 0;
}
@media (min-width: 992px) {

    .getshifter-step-03 .step-03-content {
        flex-wrap: nowrap;
    }

    .getshifter-step-03 .step-03-number {
        line-height: 2.25;
        padding: 2px 20px;
        width: 92px;
    }

    .getshifter-step-03 .step-03-title {
        font-size: 1.5rem;
        letter-spacing: 0.03rem;
        line-height: 1.75;
    }

    .getshifter-step-03 .step-content {
        line-height: 1.875;
        margin-left: auto;
        padding-left: 0;
        width: calc(100% - 480px);
    }

    .getshifter-step-03 .step-content ul li:not(:first-child) {
        margin-top: 8px;
    }

    .indivisual-consulting-steps .getshifter-step-03:not(:last-child) .step-03-inner {
        padding-bottom: 64px;
    }

    .indivisual-consulting-steps .getshifter-step-03:not(:last-child)::after {
        left: 43px;
    }
}
