@charset "UTF-8";

/*--------------------------------------------------
**************************************************
掲示事項
**************************************************
--------------------------------------------------*/

#notice {
    width: calc(100% - 40px);
    max-width: 900px;
    margin: 0px auto 50px auto;
}

/* 導入文（下の余白＝最初の見出しの上の隙間） */
#notice .lead_text {
    max-width: 800px;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: center;
    margin: 0 auto 60px auto;
}

/* 各セクション本文ラッパ */
#notice .notice_block {
    max-width: 800px;
    margin: 20px auto 50px auto;
}

#notice .notice_block .text {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 28px;
    margin: 0 0 16px 0;
}

#notice .notice_block .text:last-child {
    margin-bottom: 0;
}

/* 「後発医薬品について」等のサブ見出し */
#notice .notice_subtitle {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 28px;
    margin: 0 0 12px 0;
    padding-left: 14px;
    border-left: 4px solid #accede;
}

/* グレーボックス内の段落間隔 */
#notice .square-gray {
    max-width: 800px;
    margin: 24px auto 0 auto;
}

#notice .square-gray .text,
#notice .square-gray p {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 28px;
    margin: 0 0 16px 0;
}

#notice .square-gray p:last-child {
    margin-bottom: 0;
}

/* PDFリンクボタン（infertility.css の .file_lnk を参考にした明快なボタン） */
#notice .notice_pdf {
    margin: 20px 0;
    text-align: center;
}

#notice .notice_pdf a {
    display: inline-block;
    padding: 12px 32px 12px 48px;
    position: relative;
    color: #fff;
    background: #79aed4;
    border-radius: 30px;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: background 0.2s ease;
}

#notice .notice_pdf a:hover {
    background: #5f95bd;
}

/* PDF未設定時のプレースホルダーボタン（リンク無し・クリック不可） */
#notice .notice_pdf a.is_placeholder {
    background: #b9c6cf;
    cursor: default;
    pointer-events: none;
}

/* PDFアイコン（CSSのみ・画像不要） */
#notice .notice_pdf a::before {
    content: "PDF";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    padding: 3px 4px;
    background: #fff;
    color: #cc3717;
    border-radius: 3px;
}
