@charset "UTF-8";

/**
 * --------------------------
 * H1非表示
 * --------------------------
 */
.none_h1 #main_content h1 {
    display: none;
}

/**
 * --------------------------
 * コンテンツ上マージン非表示
 * --------------------------
 */
.none_contents_tm #content {
    padding-top: 0px;
}

.none_contents_tm #main_content .post_content {
    margin-bottom: 0px;
}

/**
 * --------------------------
 * コンテンツ下マージン非表示
 * --------------------------
 */
.none_contents_bm #content {
	margin-bottom:0px;
}

/**
 * --------------------------
 * font変更
 * --------------------------
 */
body.change_font_font-awesome-5 {
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
}

body.change_font_noto-serif-jp {
    font-family: "Noto Serif JP", serif;
}