.arrow1 {
    margin-left: 45%;
    width: 0px;
    border-color: #ffdb42;
    border-style: solid;
    border-width: 30px;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    transform: scaleY(.5);
    text-align: center;
    clear: both;
}

p2 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    margin-left: 20px;
    align-items: center;
}

.STEP1 {
    float: left;
    clear: both;
    width: 100px;
    height: 70px;
    text-align: center;
    background: linear-gradient(#fffd05, #ffcf00);
}

.STEP1_content {
    background: linear-gradient(#fed9d5, #f7c2c2);
    float: left;
    width: 500px;
    height: 70px;
    text-align: center;
}

.STEP2 {
    background: linear-gradient(#fffd05, #ffcf00);
    float: left;
    clear: both;
    width: 100px;
    height: 90px;
    text-align: center;
}

.STEP2_content {
    background: linear-gradient(#fed9d5, #f7c2c2);
    float: left;
    width: 500px;
    height: 90px;
    text-align: center;
}

.STEP3 {
    background: linear-gradient(#fffd05, #ffcf00);
    float: left;
    clear: both;
    width: 100px;
    height: 50px;
    text-align: center;
}

.STEP3_content {
    background: linear-gradient(#fed9d5, #f7c2c2);
    float: left;
    width: 500px;
    height: 50px;
    text-align: center;
}

.STEP4 {
    background: linear-gradient(#fffd05, #ffcf00);
    float: left;
    clear: both;
    width: 100px;
    height: 50px;
    text-align: center;
}

.STEP4_content {
    background: linear-gradient(#fed9d5, #f7c2c2);
    float: left;
    width: 500px;
    height: 50px;
    text-align: center;
}

.STEPLast {
    background: linear-gradient(#fffd05, #ffcf00);
    float: left;
    clear: both;
    width: 100px;
    height: 50px;
    text-align: center;
}

.STEPLast_content {
    background: linear-gradient(#ffbf00, #ffc700);
    float: left;
    width: 500px;
    height: 50px;
    text-align: center;
}
