/*--------------------------------------------------------------------------------
　▼ 売却までの流れ flow
--------------------------------------------------------------------------------*/
.flow_img_wrap {
    margin: 100px auto 80px;
    position: relative;
}
.flow_img_wrap > picture {
    display: block;
    font-size: 0;
    line-height: 1;
    max-width: 640px;
    margin: 0 auto;
}
.flow_img_wrap > picture img {
    border-radius: 100px;
}
.flow_img_wrap > p {
    color: black;
    font-size: 9rem;
    font-weight: 700;
    position: relative;
    z-index: 99;
    text-align: center;
    -webkit-text-fill-color: white;
    -webkit-text-stroke: 1px black;
}
.flow_contents > .flow_tit {
    border-bottom: 1px solid #000;
    font-size: 2.8rem;
    font-weight: 700;
    margin: 0 auto 20px;
    padding: 21px 0;
    text-align: center;
}
.flow_contents > p {
    font-size: 1.8rem;
    line-height: 2.2em;
}
.flow_contents > p > span {
    color: #ff0000;
    font-size: 2.4rem;
    font-weight: 500;
}
.arrow_wrap {
    margin: 100px auto 80px;
    text-align: center;
}
.arrow_wrap img {
    width: 24px;
}


@media screen and (max-width:1024px) {

}


@media screen and (max-width:767px) {

    .flow_img_wrap {
        margin: 50px auto 40px;
    }
    .flow_img_wrap > p {
        font-size: 5rem;
    }
    .flow_img_wrap > picture img {
        border-radius: 50px;
    }
    .flow_contents > .flow_tit {
        font-size: 2.1rem;
        margin: 0 auto 10px;
        padding: 11px 0;
    }
    .flow_contents > p {
        font-size: 1.5rem;
        line-height: 1.7em;
    }
    .flow_contents > p > span {
        font-size: 1.7rem;
    }
    .btn_link_list > li {
        width: 100%;
    }
    .arrow_wrap {
        margin: 30px auto 20px;
    }
    .arrow_wrap img {
        width: 15px;
    }

}