@charset "utf-8";
.fv-container::after {
    height: 100%;
}

.reservationStepBoxWrap .apple-watch-stepTtl.completed {
    background-color: #EDEDED;
    color: #707070;
}

.reservationStepBoxWrap .apple-watch-stepTtl.completed::after{
background-image: url(/guides/flow/images/arrow-bottom-bl.svg);
}
.reservationStepBoxWrap .apple-watch-stepTtl.completed::before{
background-image: url(/guides/flow/images/check_on.svg);
}

.reservationStepBoxWrap .apple-watch-stepTtl::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(/guides/flow/images/check_off.svg)center center no-repeat;
    background-size: 100%;
}

.box-content--border-radius {
    border: solid 1px #4579E8;
}

.wearableBanner img {
    width: 100%;
    transition: opacity .3s ease;
}

.wearableBanner img:hover {
    opacity: .5;
}

@media only screen and (max-width: 600px) {
    .row2_head3{
        padding: 25px 0px;
        text-align: center;
    }
}