@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* ==================================================
   PR表記（.c-prNotation）の投稿タイプ別制御
   UPDATE / EVENT / ACTIVITY（project）は非表示
   ================================================== */
#body_wrap.single-update .c-prNotation,
#body_wrap.single-event .c-prNotation,
#body_wrap.single-project .c-prNotation {
    display: none !important;
}

/* ==================================================
   AdSense広告に「スポンサーリンク」ラベル表示
   ================================================== */
.widget_swell_ad_widget {
    position: relative;
    padding-top: 18px;
    margin: 1em 0;
}
.widget_swell_ad_widget::before {
    content: "スポンサーリンク";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 11px;
    color: #999;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1;
}


/* ==================================================
   PR表記の文字色を薄めに
   ================================================== */
.c-prNotation,
.c-prNotation span,
.c-prNotation .icon-info {
    color: #94a3b8;
}


/* ==================================================
   COLUMN: 元の位置のPR表記を非表示（functions.phpで本文上に再出力）
   ================================================== */
#body_wrap.single-column .l-mainContent__inner > .c-prNotation {
    display: none;
}


/* ==================================================
   COLUMN: アイキャッチ画像とPR表記の間の余白を詰める
   ================================================== */
#body_wrap.single-column .p-articleThumb {
    margin-bottom: 0.8em !important;
}
#body_wrap.single-column .post_content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
#body_wrap.single-column .post_content > .c-prNotation:first-child {
    margin-top: 0 !important;
    margin-bottom: 1.2em !important;
}
