/* --------------------------------------------------
   禁煙補助薬 注意喚起用スタイル
   ファイル名: drug-notice.css
   -------------------------------------------------- */

/* 外枠の設定 */
.alert-container {
    border: 3px solid #d32f2f;
    padding: 20px;
    margin: 20px auto;
    max-width: 700px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fffaf0;
    border-radius: 8px;
}

/* ヘッダー部分 */
.alert-header {
    background-color: #d32f2f;
    color: white;
    text-align: center;
    padding: 12px;
    margin: -20px -20px 20px -20px; /* 枠いっぱいに広げる設定 */
    font-weight: bold;
    font-size: 1.2em;
    border-radius: 5px 5px 0 0;
}

/* 車の運転禁止を強調するボックス */
.critical-notice {
    display: block; 
    text-align: center;
    color: #d32f2f;
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: underline;
    margin: 20px 0;
    padding: 15px;
    border: 2px dashed #d32f2f;
    background-color: #ffebee;
}

/* 特定テキストの強調用 */
.highlight {
    color: #d32f2f;
    font-weight: bold;
}

/* フッター（相談案内） */
.consultation-box {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
    font-size: 0.95em;
}