@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap");
/* 「豊穣茶会」の文字 */
div[style*="font-family:'Arial'"][style*="font-size:24px"] {
    font-family:
        "Noto Serif JP",
        "Yu Mincho",
        "YuMincho",
        "Hiragino Mincho ProN",
        serif !important;

    font-size: 36px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.15em !important;
    margin-bottom: 1.5em !important;
}
/* 公開日時・団体名 */
div[style*="font-family:'Arial'"][style*="font-size:16px"] {
    font-family:
        "Noto Serif JP",
        "Yu Mincho",
        "YuMincho",
        "Hiragino Mincho ProN",
        serif !important;

    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
    letter-spacing: 0.08em !important;
}
.mtnc_module p:first-of-type {
	margin-bottom: 2em !important;
}