/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 12 2026 | 00:49:46 */
/* ===== 警報発令時の対応ページ ===== */
.alert-page {
    max-width: 100％;
    margin: 0 auto;
    color: #2b2b2b;
    line-height: 1.8;
}

/* ヒーロー */
.alert-hero {
    background: #5c8da8;
    color: #fff;
    border-radius: 12px;
    padding: 26px 28px;
    margin-bottom: 30px;
}
.alert-hero-title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 12px;
    letter-spacing: 0.04em;
}
.alert-hero-lead {
    font-size: 0.92em;
    line-height: 1.8;
    opacity: 0.97;
}

/* 科ブロック */
.alert-dept {
    border-radius: 12px;
    padding: 4px 24px 24px;
    margin-bottom: 28px;
    border: 1px solid #d4e4ed;
}
.alert-dept-a { background: #f5f9fb; }
.alert-dept-b { background: #f6f8f4; }

.alert-dept-head {
    font-size: 1.25em;
    font-weight: bold;
    color: #fff;
    background: #34536b;
    border-radius: 8px;
    padding: 12px 20px;
    margin: 20px 0 22px;
    text-align: center;
}
.alert-dept-b .alert-dept-head { background: #5a7344; }

/* 場面（ケース） */
.alert-case {
    background: #fff;
    border-radius: 10px;
    padding: 18px 20px;
    margin-bottom: 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}
.alert-case-head {
    display: flex;
    align-items: center;
    font-size: 1.08em;
    font-weight: bold;
    color: #1f2d3a;
    margin-bottom: 12px;
}
.alert-case-num {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    background: #5c8da8;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9em;
    margin-right: 12px;
}
.alert-dept-b .alert-case-num { background: #6b8e23; }

.alert-case-cond {
    background: #eef2f5;
    border-radius: 6px;
    padding: 8px 14px;
    font-size: 0.88em;
    color: #51677a;
    margin-bottom: 12px;
}

.alert-text {
    margin: 0 0 10px;
    font-size: 0.94em;
}

.alert-list {
    margin: 0;
    padding-left: 1.4em;
}
.alert-list li {
    margin-bottom: 8px;
    font-size: 0.94em;
}

/* サブ項目（就業技術科の(1)(2)(3)） */
.alert-sub {
    margin-bottom: 16px;
    padding-left: 14px;
    border-left: 3px solid #cdddc5;
}
.alert-sub:last-child { margin-bottom: 0; }
.alert-sub-head {
    font-weight: bold;
    color: #34536b;
    margin-bottom: 6px;
    font-size: 0.98em;
}

/* 注意書き（警告色） */
.alert-warn {
    background: #fdeeee;
    border: 1px solid #f0c4c4;
    border-left: 4px solid #d9534f;
    border-radius: 6px;
    padding: 10px 16px;
    margin-top: 12px;
    color: #a8403c;
    font-size: 0.92em;
    font-weight: bold;
}

/* 警報バッジ */
.alert-warnings {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.alert-badge {
    display: inline-block;
    background: #fff4e6;
    border: 1.5px solid #e8a04d;
    color: #b9701a;
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 0.9em;
    font-weight: bold;
}

/* 判断のポイント */
.alert-notice {
    background: #fff8e8;
    border: 1px solid #ecd9a8;
    border-left: 5px solid #e0a93b;
    border-radius: 8px;
    padding: 18px 22px;
    margin-bottom: 28px;
}
.alert-notice-head {
    font-weight: bold;
    color: #9a7320;
    margin-bottom: 8px;
    font-size: 1.05em;
}
.alert-notice p {
    margin: 0;
    font-size: 0.94em;
    line-height: 1.8;
}

/* 参考リンク */
.alert-ref {
    background: #f5f9fb;
    border-radius: 10px;
    padding: 20px 24px;
}
.alert-ref-head {
    font-weight: bold;
    color: #2c5f7a;
    margin-bottom: 14px;
    padding-left: 12px;
    border-left: 4px solid #5c8da8;
}
.alert-ref-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;
}
.alert-ref-link {
    display: inline-block;
    background: #5c8da8;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 0.9em;
    transition: background 0.2s;
}
.alert-ref-link:hover { background: #3b6f8a; }
.alert-ref-media {
    font-size: 0.86em;
    color: #666;
    margin: 0;
}

/* スマホ */
@media (max-width: 575px) {
    .alert-hero-title { font-size: 1.3em; }
    .alert-warnings { gap: 8px; }
    .alert-badge { padding: 7px 12px; font-size: 0.85em; }
    .alert-ref-link { width: 100%; text-align: center; }
}
