/* ---------------------------------
   サイト終了のお知らせ
---------------------------------- */

.siteNotice{
    margin:0 0 32px;
    padding:28px 30px;
    background:#fffdf5;
    border:4px solid #f3b400;
    border-radius:24px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    background-color: #ffffff;
}

.siteNotice_title{
    margin:0 0 18px;
    font-size:2rem;
    font-weight:700;
    line-height:1.3;
    color:#d24c2f;
    text-align:center;
}

.siteNotice p{
    margin:0;
    color:#4d4d4d;
    line-height:2;
    font-size:1.5rem;
}

.siteNotice p+p{
    margin-top:1.2em;
}

.siteNotice strong{
    color:#d24c2f;
    font-weight:700;
}

@media (max-width:767px){

    .siteNotice{
        padding:20px;
        margin-bottom:24px;
    }

    .siteNotice_title{
        font-size:1.5rem;
    }

    .siteNotice p{
        font-size:.95rem;
        line-height:1.9;
    }

}