/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 27 2026 | 01:14:03 */
/* 学校広報ページ（page-id-600）：3列表示 */
.page-id-600 .hpdf-card {
    width: calc(33.33% - 12px);
    min-width: 180px;
    max-width: none;
    box-sizing: border-box;
}
@media (max-width: 800px) {
    .page-id-600 .hpdf-card {
        width: calc(50% - 8px);
    }
}
@media (max-width: 600px) {
    .page-id-600 .hpdf-card {
        width: 100%;
    }
}
.hpdf-btns {
    display: flex;
    gap: 6px;
	flex-direction: column;
    margin-top: 4px;
}

.page-id-600 .hpdf-grid {
    display: flex !important;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}
.page-id-600 .hpdf-title,
.page-id-600 .hpdf-date {
    text-align: center;
}
.page-id-600 .hpdf-icon-wrap {
    justify-content: center;
}

.page-id-600 .hpdf-issue {
    text-align: center;
}
.page-id-496 .hpdf-icon-wrap,
.page-id-510 .hpdf-icon-wrap {
    display: flex;
    justify-content: center;
}
.page-id-496 .hpdf-grid,
.page-id-510 .hpdf-grid {
    justify-content: center !important;
}

.page-id-496 .hpdf-issue,
.page-id-510 .hpdf-issue {
    text-align: center;
}

