@charset "UTF-8";

a[id^="step"]+div img {
    object-fit: contain !important;
    width: 80% !important;
    height: auto !important;
    max-height: 200px !important;
}

a[id^="step"]+.composite_box01 .inner_item {
    position: relative;
}

a[id^="step"]+.composite_box01 .inner_item:before {
    content: "";
    position: absolute;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #00296b;
    top: 75px;
    left: -25px;
}

a#step2+.composite_box01 .inner_item:before {
    top: 105px;
}

a[id^="step"]+.composite_box01 .inner_item:nth-of-type(1):before {
    display: none;
}

@media screen and (max-width: 600px) {
    a[id^="step"]+.composite_box01 .inner_item:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #00296b;
    top: 100px !important;
    left: -20px;
}
}


@media screen and (max-width: 480px) {
    a[id^="step"]+.composite_box01 .inner_item:before {
    top: 55px !important;
    left: -15px;
}

a[id^="step"]+div img {
    width: 75% !important;
}
}