.tk-disaster-notice-flat {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    line-height: 1.8;
    color: #333333;
    max-width: 960px;
    margin: 30px auto;
    padding: 10px 0;
    box-sizing: border-box;
}

/* 実際の【重要】ニュースと同様の見出しスタイル */
h4.tk-notice-title {
    font-size: 18px;
    font-weight: bold;
    color: #003a70; /* TAKISAWAブランドブルー */
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
    border-bottom: 1px solid #003a70;
    padding-bottom: 10px;
}

.tk-notice-body p {
    margin: 0 0 15px 0;
    font-size: 14px;
}

.tk-notice-body p.tk-notice-lead {
    font-weight: bold;
    font-size: 14px;
}

/* 注意書き、時間案内のインデントブロック */
.tk-notice-attention, .tk-notice-hours {
    background-color: #f9f9f9;
    border-left: 3px solid #e60012; /* ＴＡＫＩＳＡＷＡ警告赤 */
    padding: 12px 15px;
    margin: 20px 0 !important;
}

.tk-notice-attention .sub-text, .tk-notice-hours .sub-text {
    font-size: 12.5px;
    color: #666666;
}

/* 窓口セクション */
.tk-notice-offices {
    margin-top: 30px;
}

.tk-notice-offices h5 {
    font-size: 15px;
    font-weight: bold;
    color: #003a70;
    margin: 0 0 15px 0;
}

/* シンプルなボーダー区切りのリスト（実際の不具合案内時のテキスト整列を踏襲） */
.tk-office-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0;
}

.tk-office-item:last-child {
    border-bottom: none;
}

.tk-office-name {
    font-size: 14.5px;
    font-weight: bold;
    color: #111111;
    margin-bottom: 5px;
}

.tk-office-info {
    font-size: 13.5px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.info-tel {
    font-weight: bold;
    color: #003a70;
}

.info-mail {
    color: #555555;
}

/* 福岡営業所の下部に設置するつながりにくい場合の誘導 */
.tk-office-link {
    margin-top: 5px;
}

.tk-office-link a {
    color: #003a70;
    text-decoration: underline;
    font-size: 12px;
}

.tk-office-link a:hover {
    text-decoration: none;
}

/* メール書き換え用注記（サイト反映時は削除または無視して構いません） */
.edit-warn {
    font-size: 11px;
    color: #e60012;
    background-color: #ffebeb;
    padding: 1px 5px;
    border-radius: 2px;
    margin-left: 5px;
    font-weight: normal;
}

/* レスポンシブ対応 */
@media (max-width: 767px) {
    h4.tk-notice-title {
        font-size: 16px;
    }
    .tk-office-info {
        flex-direction: column;
        gap: 2px;
    }
}