.list-moshi-bk-yellow {
    background: #ffe374;
}

/* sp */

@media screen and (max-width: 520px) {
    .flow-vmogi {
        background: #ffffff;
        padding: 0 15px 15px 15px;
    }

    .moshi-account {
        background: #ceefff;
        border-radius: 7px;
        padding: 12px 8px 8px 8px;
    }

    .step-midashi-1 {
        border-left: 5px solid #5d3a1b;
        border-bottom: 1px dotted #5d3a1b;
        padding: 0 0 2px 10px;
        margin-bottom: 11px;
        color: #5d3a1b;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .step-midashi-2 {
        border-bottom: 1px dotted #2f87d9;
        margin-bottom: 7px;
        color: #2f87d9;
        font-size: 15px;
    }

    .list-moshi-yellow {
        width: 100%;
        border-collapse: collapse;
    }

    table.list-moshi-yellow td, table.list-moshi-yellow th {
        padding: 7px 0;
        border-collapse: collapse;
        border: 1px solid #dbb005;
        font-weight: normal;
    }

    .moshi-message-img {
        padding: 7px 0 0 30px;
    }

    .step-bk {
        background: #fffceb;
        padding: 10px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .step-section {
        background: #ffffff;
        padding: 15px;

    }

    /* SP用ナビ */

    .step-guide-img {
        padding: 25px 50px 8px 50px;
    }

    .vmogi-nav-step {
        margin-left: 10px;
        margin-right: 10px;
    }

    .vmogi-nav-button {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        border: 2px solid #fcb900;
        padding: 9px 18px;
        background-color: white;
        cursor: pointer;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    .vmogi-nav-button:hover {
        background-color: #fcb900;
        color: white;
    }

    .vmogi-nav-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #5d3a1b;
    }

    .vmogi-step-text {
        font-size: 9px;
        line-height: 1;
    }

    .vmogi-step-number {
        font-size: 17px;
        font-weight: bold;
        line-height: 1;
    }

    .vmogi-step-bar {
        display: block;
        width: 22px;
        height: 1px;
        background-color: #5d3a1b;
        margin-top: 5px;
    }

    .vmogi-nav-center {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        font-weight: bold;
        color: #5d3a1b;
    }

    .vmogi-nav-right {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .vmogi-nav-toggle-icon-img {
        width: 10px;
        height: auto;
    }

    .arrow-nav-img {
        width: 17px;
        height: auto;
        padding: 2px 0;
    }

}



/* pc */

@media screen and (min-width: 521px) {
    .flow-vmogi {
        background: #ffffff;
        padding: 0 35px 35px 35px;
    }

    .moshi-account {
        background: #ceefff;
        border-radius: 7px;
        padding: 13px 15px 15px 15px;
    }

    .step-midashi-1 {
        border-left: 5px solid #5d3a1b;
        border-bottom: 1px dotted #5d3a1b;
        padding: 0 0 3px 12px;
        margin-bottom: 11px;
        color: #5d3a1b;
        font-size: 20px;
        letter-spacing: 1px;
    }

    .step-midashi-2 {
        border-bottom: 1px dotted #2f87d9;
        margin-bottom: 7px;
        color: #2f87d9;
        font-size: 18px;
    }

    .list-moshi-yellow {
        width: 100%;
        border-collapse: collapse;
    }

    table.list-moshi-yellow td, table.list-moshi-yellow th {
        padding: 9px 0;
        border-collapse: collapse;
        border: 1px solid #dbb005;
        font-weight: normal;
    }

    .moshi-message-img {
        padding: 10px 0 0 100px;
    }

    .step-bk {
        background: #fffceb;
        padding: 20px;
        margin-left: -35px;
        margin-right: -35px;
    }

    .step-section {
        background: #ffffff;
        padding: 35px;
    }

    /* PC用ナビ */

    .step-guide-img {
        padding: 40px 130px 8px 130px;
    }

    .vmogi-nav-step {
        margin-left: 45px;
        margin-right: 45px;
    }

    .vmogi-nav-button {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        border: 2px solid #fcb900;
        padding: 12px 23px;
        background-color: white;
        cursor: pointer;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    .vmogi-nav-button:hover {
        background-color: #fcb900;
        color: white;
    }

    .vmogi-nav-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #5d3a1b;
    }

    .vmogi-step-text {
        font-size: 12px;
        line-height: 1;
    }

    .vmogi-step-number {
        font-size: 25px;
        font-weight: bold;
        line-height: 1;
    }

    .vmogi-step-bar {
        display: block;
        width: 25px;
        height: 1px;
        background-color: #5d3a1b;
        margin-top: 5px;
    }

    .vmogi-nav-center {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        font-weight: bold;
        color: #5d3a1b;
    }

    .vmogi-nav-right {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .vmogi-nav-toggle-icon-img {
        width: 10px;
        height: auto;
    }

    .arrow-nav-img {
        width: 25px;
        height: auto;
        padding: 5px 0;
    }

}