@charset "UTF-8";

section.bt_img ul {
    display: flex;
    margin-bottom: 0px;
    margin-top: 80px
}

section.bt_img ul li {
    flex-wrap: wrap;
    width: 32%;
    margin-right: 2%;
    position: relative;
    text-align: center;
}

.flow_inner {
    padding: 33% 0 20px 0;
    text-align: center;
    height: 30vw;
    max-height: 330px;
}

section.bt_img ul li:nth-child(3) {
    margin-right: 0
}

section.bt_img ul li p {
    padding: 15px 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.6em
}

section.bt_img ul li .flow01 {
    background-image: url("../../img/accumulation_order/accumulation_order_image01.jpg");
    background-size: cover
}

section.bt_img ul li .flow02 {
    background-image: url("../../img/accumulation_order/accumulation_order_image02.jpg");
    background-size: cover
}

section.bt_img ul li .flow03 {
    background-image: url("../../img/accumulation_order/accumulation_order_image03.jpg");
    background-size: cover
}



img.flow_arrow {
    position: absolute;
    top: 35%;
    right: -25px
}

img.number {
    height: 35px;
    width: auto
}

/*トップコンテンツボタン3カラム*/
.bt_format {}

section.bt_img ul li .bt_format ul {
    display: block;
    margin: 10px 0 0
}

section.bt_img ul li .bt_format ul li {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 5px;
}


section.bt_img ul li .bt_format ul li a {
    text-align: center;
    padding: 10px;
    display: block;
    border: solid 5px #ccebea;
    font-size: 17px;
    color: #009d93;
    text-align: left;
    background-image: url("../img/arrow_gr.png");
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    background-size: 10px
}



section.bt_img ul li .bt_format ul li a:hover {
    background-color: #ccebea;
    transition: 0.3s;
}

section.bt_img ul li .bt_format ul li a i {
    margin-left: 5px
}

section.bt_img ul li .bt_format ul li a img {
    width: 30px;
    height: auto;
    margin-right: 5px;
    vertical-align: middle
}

section.bt_img ul li .bt_format ul li a img.icon_pc {
    width: 35px;
    height: auto;
    margin-right: 5px;
    vertical-align: text-bottom
}

.fa-file-pdf {
    font-size: 25px;
    vertical-align: middle;
    margin-right: 5px
}

.mihon_pic {
    margin: 15px 0;
    text-align: center
}

.mihon_pic img {
    width: 80%
}

@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {
    section.bt_img ul {
        display: block;
        margin-bottom: 30px
    }

    section.bt_img ul li {
        flex-wrap: nowrap;
        width: 100%;
        height: auto;
        margin-bottom: 20px
    }

    .flow_inner {
        text-align: center;
        height: 80px;
        padding: 20px 0 20px
    }

    img.number {
        height: 20px;
        width: auto
    }

    img.flow_arrow {
        display: none
    }

    .arrow_sp {
        position: absolute;
        bottom: -20px;
        width: 100%;
        text-align: center
    }

    .arrow_sp img {
        width: 50px
    }

    section.bt_img ul li p {
        padding: 5px 0 0;
        color: #fff;
        font-size: 4vw;
        line-height: 1.6em
    }

    section.bt_img ul li {
        background-position: center
    }
}



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