@charset "UTF-8";

@charset "UTF-8";

/* コンテンツ内背景 */
.dec1_1:not(.block_images_21) > .content_wrapper {
    background: #fff;
}

/*------------応募の流れパーツ---------*/
.step {
    display: table;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

a#step+section .row {
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
}

a#step+section .row:before {
    content: '';
    width: 30px;
    height: 100%;
    background: #f9f1dd;
    position: absolute;
    top: 0;
    left: 90px;
    z-index: -1;
}

a#step+section span {
    color: #000;
    padding-right: 125px;
    position: relative;
    line-height: 7.0rem;
}

a#step+section span:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #f3b660;
    border-radius: 50%;
    top: 23px;
    left: 95px;
}

a#step+section span:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    border-top: 4px #efb75f dotted;
    top: 32px;
    left: 118px;
}