@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
*/

/* --- 見出し（H2, H3）の余白調整 --- */

/* H2タグ：PC・基本設定 */
.post_content h2 {
    margin-top: 1rem !important;    /* 上の余白を狭くする */
    margin-bottom: 15px !important; /* 下の余白（PC用） */
}

/* H3タグ：基本設定 */
.post_content h3 {
    margin-top: 2rem !important;    /* 上の余白を狭くする */
}

/* スマホ表示（767px以下）用設定 */
@media screen and (max-width: 767px) {
    .post_content h2 {
        margin-bottom: 8px !important; /* スマホでは下の余白をさらに詰める */
    }
}




/* パッケージ画像の帯とキャンペーン情報を非表示 */
.anime_cover_text {
    display: none !important;
}
