#postnotice  { background-color: var(--yellow); padding: 20px 0; }
#postnotice p { line-height:1.2; font-size: 22px; }
#postnotice p strong {
    font-weight: 700; }


@media all and (max-width: 899px) {
    #postnotice  {   padding: 16px 0; }
    #postnotice p { line-height:1.2; font-size: 16px; }
}

@media all and (max-width: 599px) {
    #postnotice  {   padding: 14px 0; }
    #postnotice p { line-height:1.2; font-size: 14px; }
}