@charset "utf-8";
/*============================

DX商品詳細ページ用css PC
仮面ライダーファイズ

============================*/

/* ブログ記事リンク
=========================*/
.bnr_links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px auto;
}
.bnr_links ._bnr a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
}
.bnr_links ._bnr a span {
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 0.4em;
}