/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 27 2026 | 01:41:30 */
/* iOSタッチスクロール改善 */
.single-school_news,
.single-important,
.single-dept_news,
.tax-department {
    touch-action: pan-y !important;
}

.single-school_news .entry-body,
.single-important .entry-body,
.single-dept_news .entry-body {
    touch-action: pan-y !important;
    -webkit-overflow-scrolling: touch;
}
/* モバイル：タクソノミーアーカイブのスクロール改善 */
.tax-department .site-body,
.tax-department .main-section,
.tax-department .entry-body {
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
}
