/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 27 2025 | 13:35:46 */
/* M PLUS 1p フォントの読み込み */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100;300;400;500;600&display=swap');

/* サイト全体にM PLUS 1pを適用 */
body,
html {
    font-family: 'M PLUS 2', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

/* 見出しにも適用 */
h1, h2, h3, h4, h5, h6 {
    font-family: 'M PLUS 2', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

/* お知らせバーにも適用 */
.c-gnav__notice,
.custom-notice-content,
.contact-item,
.message-text,
.hire-link,
.notice-button {
    font-family: 'M PLUS 2', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

