@charset "utf-8";
/* CSS Document  */
article#entry_info {
    padding-top: 90px;
}
article#entry_info section.title {
    max-width: 1000px;
    margin: auto;
    padding-bottom: 50px;
}
article#entry_info section.title h1 {
    margin: 0 auto 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 47px;
    font-weight: 900;
    color: #0c2666;
    position: relative;
    line-height: 1.4;
}
article#entry_info section.title h1::before {
    content: '';
    width: 120px;
    height: 90px;
    display: block;
    background-image: url(/2025/images/participate/titleillust01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 4%;
    position: relative;
    top: 5px;
}
article#entry_info section.title h1::after {
    content: '';
    width: 150px;
    height: 92px;
    display: block;
    background-image: url(/2025/images/participate/titleillust02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 4%;
}
article#entry_info section.title p {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #0c2666;
}
section.contents {
    background: #ddedce;
    padding: 80px 20px;
}
section.contents article {
    max-width: 740px;
    margin: 0 auto 80px;
    position: relative;
}
section.contents article.entry::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #0c2666 transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -50px;
    left: calc(50% - 10px);
}
section.contents article.entry_5::after, section.contents article.entry_6::after {
    content: none;
}
section.contents article h3 {
    background: #0c2666;
    padding: 20px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
section.contents article h3 span.num {
    font-family: Oswald;
    font-size: 50px;
    line-height: 1;
    margin-right: 1%;
}
section.contents article h3 span.text {
    font-size: 22px;
    font-weight: 700;
}
section.contents article.entry_1 h3::after {
    content: '';
    width: 98px;
    height: 90px;
    display: block;
    background-image: url(/2025/images/participate/entry1_pop.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 4%;
    position: absolute;
    right: 10%;
    top: -40%;
}
section.contents article div.content {
    background: #fff;
    padding: 30px 50px 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
article.entry_1 .entry_btns {
    text-align: center;
}
article.entry_1 .entry_btns a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #b4b2b3;
    padding: 10px 0;
    color: #fff;
    width: 240px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    font-size: 20px;
    font-weight: 700;
    min-height: 60px;
    margin: 0 auto 10px;
}
article.entry_1 .entry_btns a span {
    display: inline-block;
    text-align: center;
    margin-top: 0;
    font-size: 0.8em;
    margin-left: 10px;
}
article.entry_1 .entry_btns a.entry_btn:not(.before) {
    background: #f02391;
}
article.entry_1 .entry_btns p.endtext {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
article.entry_1 nav.entry_btns > small {
    display: block;
    margin-top: 0.5em;
}
article.entry_2 .entry_btns a.mypage {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 10px 0;
    color: #f02391;
    width: 240px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    font-size: 20px;
    font-weight: 700;
    min-height: 60px;
    margin: 0 0 10px;
    border: solid 2px #f02391;
    margin-bottom: 0;
}
article.entry_2 .entry_btns a.mypage::after {
    border-color: #f02391;
}
div.content .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
div.content .flex .texts {
    width: 52%;
    margin-right: 8%;
}
div.content .flex .texts p {
    text-align: justify;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 1em;
    font-weight: 500;
}
div.content .flex figure {
    width: 40%;
}
div.content .flex figure img {
    width: 100%;
}
div.content .flex figure figcaption {
    font-size: 13px;
    text-align: center;
    margin-top: 1em;
}
a.inline_link {
    display: inline-block;
    color: #f02391;
    text-decoration: underline;
    font-weight: 700;
    margin-right: 0.5em;
}
.mypage_btn {
    background: #f1274c;
    border-radius: 10px;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}
div.content h4 {
    color: #0c2666;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    padding-bottom: 0.4em;
    border-bottom: solid 2px #0c2666;
    margin-bottom: 0.5em;
}
div.content > .texts {
    margin-bottom: 40px;
}
div.content > .texts.texts2 {
    margin-bottom: 20px;
    margin-top: 60px;
}
div.content > .texts:last-of-type {
    margin-bottom: 0;
}
div.content figure.icon {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
div.content figure.icon img {
    width: 88px;
    margin: 0 8px;
}
div.content > .texts p {
    text-align: justify;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
}
div.content > .texts .pop {
    width: 200px;
    margin: 20px auto;
    text-align: center;
    padding: 5px 0;
    border-radius: 20px;
    border: solid 2px #0c2666;
    font-weight: 700;
    position: relative;
}
div.content > .texts .pop::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 10px 0 10px;
    border-color: #0c2666 transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -16px;
    left: calc(50% - 10px);
}
div.content .screens {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}
div.content .screens figure {
    width: 28%;
    position: relative;
}
div.content .screens figure img {
    width: 100%;
}
div.content .screens figure::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 14px;
    border-color: transparent transparent transparent #f02391;
    display: block;
    position: absolute;
    top: 40%;
    right: -19%;
}
div.content .screens figure:nth-child(3)::before {
    content: none;
}
div.content .screens figure figcaption {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    text-align: left;
    font-size: 13px;
    margin-top: 10px;
}
article.entry.entry_2 > div > div.texts.texts2 > nav > figure:nth-child(2) figcaption {
    width: 110%;
    position: relative;
    left: -5%
}
div.content .screens figure figcaption span {
    text-indent: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: Oswald;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    background: #f02391;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
    padding-bottom: 0.1em;
}
div.content .screens figure figcaption small {
    width: calc(100% - 40px);
    display: block;
    font-size: 13px;
}
.texts3_list {
    display: flex;
    flex-wrap;
    wrap;
    justify-content: space-between;
    align-items: center;
}
.texts3_list dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 65%;
    align-content: center;
    padding-top: 10px;
}
.texts3_list dl dt {
    background: #f02391;
    color: #fff;
    font-size: 12px;
    padding: 0.5em 0;
    border-radius: 2px;
    width: 20%;
    text-align: center;
    line-height: 1;
    margin-bottom: 8px;
}
.texts3_list dl dd {
    width: 75%;
    padding-left: 1em;
    font-size: 13px;
    height: 24px;
    line-height: 1;
}
.texts3_list img {
    width: 33%;
}
.faq_link {
    text-align: center;
    margin: 50px auto;
}
.faq_link p {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #0c2666;
}
#entry_info section > .faq_link a {
    font-size: 34px;
    font-weight: 600;
    display: block;
    margin: auto;
    padding: 14px 40px 18px;
    background: #0c2666;
    color: #fff;
    line-height: 1;
    width: 50%;
    max-width: 350px;
    border-radius: 50px;
    position: relative;
}
#entry_info section > .faq_link a::after {
    content: '';
    width: 16px;
    height: 16px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: rotate(-45deg);
    position: absolute;
    right: 5%;
    top: calc(50% - 8px);
}
#entry_info section > .faq_link a span {
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    margin: 0 5px;
}
#pc_bnr {
    background: rgb(221 237 206);
    padding: 20px 20px;
    min-height: 100px;
}
#bnr nav {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#bnr nav a:nth-child(odd) {
    margin-right: 4%;
}
#bnr nav a {
    display: block;
    width: 48%;
    margin: 20px 0;
}
#bnr nav a img {
    width: 100%;
}
@media screen and (min-width: 767px) {
    a.inline_link:hover, .faq_link a:hover {
        opacity: 0.8;
    }
}
@media screen and (max-width: 640px) {
    /*-------------------------------*/
    article#entry_info {
        padding-top: 24vw;
    }
    article#entry_info section.title {
        padding: 0 4vw 8vw;
    }
    article#entry_info section.title h1 {
        font-size: 6vw;
        position: relative;
    }
    article#entry_info section.title h1::before {
        width: 21vw;
        height: 17vw;
        margin-left: 0;
        position: absolute;
        left: 0%;
        top: 0;
    }
    article#entry_info section.title h1::after {
        width: 22vw;
        height: 16vw;
        margin-left: 0;
        position: absolute;
        right: 0%;
        top: 1vw;
    }
    article#entry_info section.title p {
        font-size: 3.6vw;
        line-height: 1.6;
    }
    section.contents {
        padding: 6vw 4vw;
    }
    section.contents article {
        margin: 0 auto 12vw;
        position: relative;
    }
    section.contents article.entry::after {
        border-width: 4vw 4vw 0 4vw;
        bottom: -8vw;
        left: calc(50% - 2vw);
    }
    section.contents article h3 {
        padding: 2vw;
        border-top-left-radius: 5vw;
        border-top-right-radius: 5vw;
    }
    section.contents article h3 span.num {
        font-size: 10vw;
        margin-right: 2%;
    }
    section.contents article h3 span.text {
        font-size: 4.4vw;
    }
    section.contents article.entry_1 h3::after {
        width: 14vw;
        height: 12vw;
        right: -3%;
        top: -30%;
    }
    section.contents article div.content {
        padding: 4vw 4vw 6vw;
        border-bottom-left-radius: 5vw;
        border-bottom-right-radius: 5vw;
    }
    article.entry_1 .entry_btns a {
        padding: 4vw 0;
        width: 70%;
        font-size: 4vw;
        font-weight: 700;
        min-height: unset;
        margin: 0 auto 2vw;
    }
    article.entry_1 .entry_btns a span {
        display: inline-block;
        text-align: center;
        margin-top: 0;
        font-size: 0.8em;
        margin-left: 10px;
    }
    article.entry_1 .entry_btns p.endtext {
        text-align: center;
        font-size: 4vw;
    }
    div.content .flex {
        flex-wrap: wrap;
        margin-bottom: 10vw;
    }
    div.content .flex .texts {
        width: 100%;
        margin: auto;
    }
    div.content .flex .texts p {
        font-size: 3.4vw;
    }
    div.content .flex figure {
        width: 60%;
        margin-top: 4vw;
    }
    div.content .flex figure figcaption {
        font-size: 3vw;
    }
    article.entry_2 .entry_btns a.mypage {
        padding: 3.7vw 0;
        width: 70%;
        font-size: 4vw;
        min-height: unset;
        margin: 0 auto 2vw;
    }
    div.content figure.icon {
        margin-bottom: 4vw;
    }
    div.content figure.icon img {
        width: 20vw;
        margin: 0 2vw;
    }
    div.content h4 {
        color: #0c2666;
        font-size: 4.6vw;
        font-weight: 900;
        text-align: center;
        padding-bottom: 0.4em;
        border-bottom: solid 2px #0c2666;
        margin-bottom: 0.5em;
        line-height: 1.35;
    }
    div.content > .texts {
        margin-bottom: 8vw;
    }
    div.content > .texts.texts2 {
        margin-top: 12vw;
    }
    div.content > .texts:last-of-type {
        margin-bottom: 0;
    }
    div.content > .texts p {
        text-align: justify;
        font-size: 3.2vw;
        line-height: 1.6;
        font-weight: 500;
    }
    .texts3_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .texts3_list dl {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        align-content: center;
        padding-top: 10px;
    }
    .texts3_list dl dt {
        background: #f02391;
        color: #fff;
        font-size: 2.8vw;
        padding: 0.5em 0;
        border-radius: 2px;
        width: 25%;
        text-align: center;
        line-height: 1;
        margin-bottom: 8px;
        height: 6vw;
    }
    .texts3_list dl dd {
        width: 75%;
        padding-left: 0.5em;
        font-size: 3vw;
        line-height: 1;
        height: 6vw;
    }
    .texts3_list img {
        width: 60%;
        margin: auto;
    }
    div.content > .texts .pop {
        width: 50%;
        margin: 4vw auto;
        padding: 1.5vw 0;
    }
    div.content .screens {
        margin-top: 4vw;
        justify-content: center;
        margin-bottom: -8vw;
    }
    div.content .screens figure {
        width: 60%;
        position: relative;
        margin-bottom: 8vw;
    }
    div.content .screens figure img {
        width: 100%;
    }
    div.content .screens figure::before {
        border-width: 4vw 0 4vw 4vw;
        top: unset;
        bottom: -7.5vw;
        right: calc(50% - 1.5vw);
        transform: rotate(90deg);
    }
    div.content .screens figure figcaption {
        height: 8vw;
        font-size: 2.8vw;
        margin-top: 2vw;
    }
    div.content .screens figure figcaption span {
        font-size: 4vw;
        width: 8vw;
        height: 8vw;
        margin-right: 1vw;
        padding-bottom: 0;
    }
    div.content .screens figure figcaption small {
        width: calc(100% - 20vw);
        font-size: 2.8vw;
    }
    .faq_link {
        text-align: center;
        margin: 10vw auto;
    }
    .faq_link p {
        font-size: 4vw;
        margin-bottom: 2vw;
    }
    #entry_info section > .faq_link a {
        font-size: 6vw;
        padding: 3vw 0 3.5vw;
        width: 70%;
        max-width: unset;
    }
    #pc_bnr {
        display: none;
    }
    #sp_bnr {
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 0;
        position: sticky;
        bottom: 14.5vw;
        z-index: 400;
    }
    #sp_bnr a img {
        width: 100%;
    }
    body.bnr footer {
        padding-bottom: 10vw;
    }
    #sp_bnr #bnr_close {
        width: 6vw;
        height: 6vw;
        display: block;
        background: #666;
        border-radius: 50%;
        position: absolute;
        top: -22vw;
        right: 0;
        border: solid 1px #fff;
        z-index: 1001;
    }
    #sp_bnr #bnr_close::before, #sp_bnr #bnr_close::after {
        content: '';
        width: 2px;
        height: 100%;
        display: block;
        background: #fff;
        position: absolute;
        top: 0;
        left: calc(50% - 1px);
        transform: rotate(45deg);
    }
    #sp_bnr #bnr_close::after {
        transform: rotate(-45deg);
    }
    body.bnr #pagetop{
        bottom:36vw
    }
} /*@media screen and (max-width: 640px)*/