@charset "UTF-8";

/******************************************************************************
*
* [追加]流れアンカーリンク
*
******************************************************************************/

article.flow .list {
    position: relative;
}

article.flow .list a {
    display: block;
    width: 25%;
    height: 16%;
    position: absolute;
    top: 47%;
    left: 4%;
    z-index: 3;
}

@media only screen and (max-width: 644px) {
    article.flow .list a {
        width: 45%;
        height: 23%;
        top: 5%;
        left: inherit;
        right: 4%;
    }
}
