@charset "UTF-8";

/*--------------------------------------------------
**************************************************
掲示事項（スマートフォン）
**************************************************
--------------------------------------------------*/

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

/* 導入文 */
#notice .lead_text {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 26px;
    text-align: left;
    margin: 0 auto 40px auto;
}

/* 各セクション本文ラッパ */
#notice .notice_block {
    margin: 16px auto 40px auto;
}

#notice .notice_block .text {
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 25px;
    margin: 0 0 14px 0;
}

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

/* サブ見出し */
#notice .notice_subtitle {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 25px;
    margin: 0 0 10px 0;
    padding-left: 12px;
    border-left: 4px solid #accede;
}

/* グレーボックス */
#notice .square-gray {
    margin: 20px auto 0 auto;
    padding: 24px 20px;
}

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

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

/* PDFリンクボタン */
#notice .notice_pdf {
    margin: 18px 0;
    text-align: center;
}

#notice .notice_pdf a {
    display: inline-block;
    padding: 11px 24px 11px 44px;
    position: relative;
    color: #fff;
    background: #79aed4;
    border-radius: 30px;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-decoration: none;
}

#notice .notice_pdf a.is_placeholder {
    background: #b9c6cf;
    pointer-events: none;
}

#notice .notice_pdf a::before {
    content: "PDF";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    padding: 3px 4px;
    background: #fff;
    color: #cc3717;
    border-radius: 3px;
}
