/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 08 2026 | 10:20:11 */
/* 1. Google Fontsから「しっぽり明朝B1」のデータを強制的に読み込む */
@import url("https://googleapis.com");

/* 2. 左カラムの専用クラスに、しっぽり明朝B1のフォントとサイズ・太さを強制適用 */
.footer-school-shippori {
    font-family: 'Shippori Mincho B1', serif !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important; /* 太字(B1)に指定 */
    margin-bottom: 12px !important;
}

.mobile-shippori {
    font-family: 'Shippori Mincho B1', serif !important;
    font-size: 1.7rem !important;
    margin-bottom: 12px !important;
}