/* ============================================================
   応募ボタンパーツ（PCレスポンシブページ用）
   ============================================================ */

/* PC幅では非表示 */
.oubo_btn_parts {
    display: none;
}

/* 540px以下（SP表示）で表示 */
@media only screen and (max-width: 540px) {
    .oubo_btn_parts {
        display: block;
        padding: 10px;
        margin: 0 2% 2%;
    }
    .oubo_btn_parts--blog {
        padding: 10px;
    }

    /* WEB応募ボタン */
    .oubo_btn_parts_blog_item--web {
        display: block;
        margin: 0 0 6px;
        text-decoration: none;
        border-radius: 6px;
        overflow: hidden;
    }

    .oubo_btn_parts_blog_item--web img {
        display: block;
        width: 100%;
    }

    /* サブボタン行：横並び */
    .oubo_btn_parts_sub {
        display: flex;
        gap: 5px;
        align-items: center;
        justify-content: center;
        margin: 0 0 6px;
    }

    .oubo_btn_parts_sub_item {
        display: block;
    }

    .oubo_btn_parts_sub_item img {
        display: block;
        max-height: 60px;
    }

    /* SNSモーダル中央表示時は矢印を非表示 */
    #js-new-sns-modal.oubo-modal-center:after,
    #js-new-sns-modal.oubo-modal-center:before {
        display: none;
    }
}
