<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#local {
    padding: 2em 0 4em;
    background: #e8eae5;
    font-size: 18px;
    text-align: center;
}

#local .local_sp {
    display: none;
}

#local img {
    line-height: 0;
}

#local section {
    margin: 0 auto;
    width: 1280px;
    position: relative;
}

#local section:nth-child(n + 2) {
    margin-top: 2em;
    padding: 4em;
    background: #fff;
}

#local p, #local ul {
    margin-top: 2em;
}

#local strong {
    font-size: 1.5em;
}

#local .local_link {
    margin-top: 1em;
    line-height: 1.4;
}

#local .local_link a {
    padding: 1em 4em;
    border: 0.08em solid;
    border-radius: 2.8em;
    display: inline-block;
    position: relative;
    transition: 0.3s;
}

#local .local_link a:hover {
    background: #eee;
}

#local .local_link a::after, #local #local_howto_nav a dd::after {
    content: '';
    border-top: 0.08em solid;
    border-right: 0.08em solid;
    width: 0.5em;
    height: 0.5em;
    position: absolute;
    top: calc(50% - 0.28em);
    right: 1.5em;
    transform: rotate(45deg);
}

#local .local_note {
    line-height: 1.6;
}

#local #local_title {
    position: relative;
    z-index: 1;
}

#local #local_title::before, #local_title::after {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

#local #local_title::before {
    background: url(./img/bg_1.svg) top / 100% no-repeat;
    width: 25%;
    left: 0;
}

#local #local_title::after {
    background: url(./img/bg_2.svg) top / 100% no-repeat;
    width: 20%;
    right: 5%;
}

#local #local_title_logo {
    margin: 0 auto;
    width: 50%;
    position: relative;
}

#local #local_title_logo::after {
    content: '';
    background: url(./img/title_result.svg) center / 100% no-repeat;
    width: 20%;
    height: 20%;
    position: absolute;
    right: -5%;
    bottom: 10%;
    display: block;
}

#local #local_title_desc {
    margin-top: -2em;
    font-size: 1.2em;
}

#local #local_theme {
    margin-top: 2em;
    padding: 1em 2em;
    background: #fff;
    border: 1px solid #000;
    font-size: 1.2em;
    display: inline-block;
    position: relative;
}

#local #local_theme p {
    line-height: 1;
}

#local #local_theme strong {
    font-size: 2.5em;
}

#local #local_theme_num {
    margin: 0;
    padding: 0.5em 1em;
    background: #3271ba;
    color: #fff;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: -1em;
    left: calc(50% - 2.5em);
}

#local #local_theme_choices {
    font-size: 1.1em;
}

#local #local_theme_choices span {
    margin: 0 0.5em;
    padding: 0 0.2em;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1
}

#local #local_theme_choices span::before {
    content: '';
    background: #ffffa7;
    line-height: 1em;
    display: inline-block;
    position: absolute;
    top: 0.2em;
    left: 0;
    right: 0;
    bottom: -0.2em;
    z-index: -1;
}

#local .local_note li {
    font-size: 0.8em;
}

#local .local_note li::before {
    content: '*';
}

#local #local_design {
    margin-top: 5em;
}

#local #local_design h3 {
    width: 20em;
    position: absolute;
    top: -1.75em;
    left: calc(50% - 10em);
}

#local #local_design h4 {
    margin-top: 2em;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
}

#local #local_design h4::before {
    content: '';
    margin: 0 auto;
    background: url(./img/crown.svg) center / 100% no-repeat;
    width: 2em;
    height: 1.2em;
    position: absolute;
    top: -1.5em;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
}

#local #local_design h4 span {
    position: relative;
}

#local #local_design h4 span::before, #local #local_design h4 span::after {
    content: '';
    height: 3em;
    width: 1.75em;
    position: absolute;
    top: -0.75em;
}

#local #local_design h4 span::before {
    left: -2em;
    background: url(./img/laurel1.svg) center / auto 100% no-repeat;
}

#local #local_design h4 span::after {
    right: -2em;
    background: url(./img/laurel2.svg) center / auto 100% no-repeat;
}

#local #local_design h4 {
    position: relative;
}

#local #local_design h5 {
    margin: 5em auto 0;
    width: 12em;
}

#local .local_design_winner {
    margin: 5em auto 0;
    width: 50%;
}

#local .local_design_chart {
    margin: 2em auto 0;
    width: 50%;
}

#local #local_detail h3 {
    margin: 2em auto 0;
    width: 20em;
}

#local #local_detail h3:first-of-type {
    margin-top: 0;
}

#local #local_detail p {
    margin-top: 2em;
    font-weight: 500;
}

#local #local_detail #local_detail_date {
    margin-top: calc(2em / 1.5);
    font-size: 1.5em;
}

#local #local_detail_date em {
    font-size: 2em;
    font-style: normal;
    line-height: 1;
}

#local #local_detail .local_link {
    margin-top: 1em;
}

#local #local_next p:nth-of-type(1) {
    margin-top: 2em;
    font-size: 1.5em;
    line-height: 1;
    position: relative;
}

#local #local_next strong {
    margin: 0 0.5em;
    padding: 0 0.2em;
    font-size: 2em;
    display: inline-block;
    position: relative;
    z-index: 1
}

#local #local_next strong::before {
    content: '';
    background: #ffffa7;
    line-height: 1em;
    display: inline-block;
    position: absolute;
    top: 0.2em;
    left: 0;
    right: 0;
    bottom: -0.2em;
    z-index: -1;
}

#local #local_next strong::after {
    content: '';
    margin: 0 auto;
    background: url(./img/next.svg) center / 100% no-repeat;
    width: 2em;
    height: 1.6em;
    position: absolute;
    top: -1em;
    right: -2em;
}


@media screen and (max-width: 767px) {
    #local {
        font-size: 12px;
        overflow: hidden;
    }

    #local .local_pc {
        display: none;
    }

    #local .local_sp {
        display: block;
    }

    #local section {
        margin: 0 5vw;
        width: auto;
    }

    #local #local_title_logo {
        width: 75%;
    }

    #local #local_title::before {
        width: 40%;
        left: -14%;
    }

    #local #local_title::after {
        width: 30%;
        right: -10%;
    }

    #local #local_design {
        padding: 4em 2em;
    }

    #local #local_design h4 span::before, #local #local_design h4 span::after {
        top: 0
    }

    #local .local_design_winner, #local .local_design_chart {
        width: 80%;
    }

    #local #local_detail h3 {
        width: 100%;
    }

    #local #local_next strong {
        margin-top: 0.5em;
        display: inline-block;
    }
}</pre></body></html>