@charset "UTF-8";


/*******************************

reproduction

*******************************/

.subPage section.sec02 dl.dl01 {
    margin: 30px 0;
}

.subPage ul.flow {
    background: #fff;
    overflow: hidden;
    padding: 30px 0;
    border: 1px solid #d2d2d2;
}

.subPage ul.flow li {
    width: 16.6%;
    padding-right: 10px;
    float: left;
    text-align: center;
    position: relative;
}

.subPage ul.flow li:after {
    display: block;
    position: absolute;
    top: 40px;
    right: 0;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #1c4fe3;
}

.subPage ul.flow li:nth-last-child(1):after {
    display: none;
}

.subPage ul.flow figure {
    margin: 0;
}

.subPage ul.flow figcaption {
    font-size: 13px;
    margin-top: 10px;
}


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

    .subPage ul.flow {
        padding: 10px 0;
    }

    .subPage ul.flow li {
        width: 100%;
        padding-right: 0;
        float: none;
        padding: 10px 0 20px;
    }

    .subPage ul.flow li:after {
        display: block;
        position: absolute;
        top: auto;
        bottom: 0;
        right: 49%;
        content: "\f0dd";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }
    .subPage ul.flow figcaption {
        font-size: 12px;
    }

}
