#service-notice {
    box-sizing: border-box;
    width: 600px;
    max-width: calc(100% - 32px);
    max-height: calc(100% - 64px);
    margin: auto;
    padding: 48px 40px 32px;
    overflow-y: auto;
    border: 0;
    border-radius: 12px;
    background: #080854;
    color: #fff;
    box-shadow: 0 11px 15px -7px rgba(0,0,0,.2), 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12);
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
    text-align: center;
}
#service-notice::backdrop { background: rgba(0, 0, 0, .5); }
html.service-notice-open { overflow: hidden; }
#service-notice h2 { margin: 0 0 40px; font: inherit; }
#service-notice h2 span {
    display: inline-block;
    padding-bottom: 12px;
    border-bottom: 2px solid currentColor;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.35;
}
#service-notice-description { font-size: 20px; line-height: 1.7; word-break: keep-all; overflow-wrap: break-word; }
#service-notice-description p { margin: 28px 0 0; }
#service-notice-description p:first-child { margin-top: 0; }
#service-notice-description p:nth-child(2) { margin-top: 16px; }
#service-notice strong { color: #ff7373; font-family: inherit; font-weight: 700; }
#service-notice form { margin-top: 32px; }
#service-notice button {
    min-width: 140px;
    padding: 10px 32px;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 8px;
    background: transparent;
    color: #fff;
    font: 600 18px/1.75 -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
    cursor: pointer;
}
#service-notice button:hover { background: rgba(255, 255, 255, .1); }
#service-notice button:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
@media (max-width: 480px) {
    #service-notice { padding: 32px 20px 24px; max-height: calc(100% - 32px); }
    #service-notice h2 { margin-bottom: 28px; }
    #service-notice h2 span { font-size: 28px; }
    #service-notice-description { font-size: 17px; }
}
