@charset "UTF-8";

h3{
    width: 70%;
    height: auto;
    display: flex;
    align-items: center;
    text-align: left;
    margin: auto;
}
.step{
    display: block;
    padding: 3rem;
    background-image: url("../image/step.png");
    background-size: 100%;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    text-align: center;
}
.blank{
    margin-left: 10%;
}
h3 + div{
    width: 70%;
    height: auto;
    justify-content: left;
    margin: auto;
}


/*PC*/
@media screen and (min-width:890px){
    .step{
        width: 12rem;
        height: 4rem;
    }
    .flow_image{
        width: 18rem;
        height: 18rem;
        object-fit: none;
    }
    .step6{
        margin-left: calc(10% + 18rem);
    }
}

/*スマホ*/
@media screen and (max-width:889px){
    h3{
        width: 70%;
        height: auto;
    }
    .step{
        padding: 1.5rem;
    }
    h3 + div{
        width: 70%;
        height: auto;
        margin: auto;
    }
    .step6{
        margin-left: 10%;
    }
}

/*改行*/
@media screen and (min-width:625px){
    .br_none{
        display: none;
    }
}
