/* ============================================================
   応募ボタンパーツ（共通）
   ============================================================ */
.oubo_btn_parts {
    padding: 10px;
    margin: 0 2% 2%;
}
.contents_item ~ .oubo_btn_parts {
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* メインボタン */
.oubo_btn_parts_main_btn {
    display: block;
    margin: 0 0 6px;
}

.oubo_btn_parts_main_img {
    display: block;
    width: 90%;
    margin: 0 auto;
}

/* サブボタン行 */
.oubo_btn_parts_sub {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

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

.oubo_btn_parts_sub_item--disabled {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
}

/* ============================================================
   SNSモーダル（応募パーツ用）
   ============================================================ */
#js-new-sns-modal.oubo-modal-center:after,
#js-new-sns-modal.oubo-modal-center:before {
    display: none;
}

/* ============================================================
   応募ボタンパーツ（ブログ詳細ページ専用）
   ============================================================ */
.oubo_btn_parts--blog {
    padding: 10px;
}

.oubo_btn_parts_blog_item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 8px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
}

.oubo_btn_parts_blog_item img {
    display: block;
    width: 80%;
}

.oubo_btn_parts_blog_item--disabled {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
}
