<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}




/*------------------------------------------
 PCスタイル
------------------------------------------*/

@media screen and (min-width: 768px) {

    .contents {
        max-width: 780px;
        width: 100%;
        margin: 0 auto;
        font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothicM, YuGothic, "メイリオ", Meiryo, sans-serif;
    }

    .main-title {
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 1rem 0;
        background: #f9725d;
        text-align: center;
        color: #fff;
        font-weight: bold;
    }

    .main-title:before {
        content: "";
        position: absolute;
        top: 134%;
        left: 50%;
        border: 15px solid transparent;
        border-top: 20px solid #f9725d;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);

    }

    .main-title_inner {
        margin: 0;
        padding: 0;
    }

    .main-img {
        margin-top: -2rem;
    }

    .main-img img {
        width: 100%;
    }

    .main-text {
        width: 95%;
        margin: 0 auto;
        padding: 1rem 0;
        background: #ffb359;
        box-shadow: 2px 2px 4px #a5a5a5;
        position: relative;
        top: -1rem;
    }

    .main-text::before {
        content: "";
        width: 115px;
        height: 115px;
        display: block;
        background: transparent url(./img/img_02.png) center center no-repeat;
        position: absolute;
        bottom: 5px;
        right: -23px;
        z-index: 2;
    }

    .main-text_inner {
        color: #fff;
        font-size: 19px;
        text-shadow: 0 0 5px #ff8b2e, 0 0 5px #ff8b2e,
            0 0 5px #ff8b2e, 0 0 5px #ff8b2e;
        line-height: 1.6em;
        text-align: center;
        font-weight: bold;
    }

    .main-text_inner span {
        border-bottom: 1px solid #fff;
    }

    .main-text_inner em {
        line-height: 30px;
        font-size: 24px;
        font-weight: bold;
    }


    .info-title {
        background: #0372b8;
        text-align: center;
    }

    .info-title span {
        padding-left: 34px;
        line-height: 50px;
        color: #fff;
        font-size: 26px;
        font-weight: bolder;
        vertical-align: bottom;
        display: inline-block;
        background: transparent url(./img/check_icon.png) left 6px no-repeat;
    }

    .info-list {
        width: 95%;
        margin: 0 auto;
        padding: 1rem 0;
    }

    .info-list li {
        background: #fcf0e1;
        padding: 1rem;
        margin-bottom: 5px;
        font-size: 15px;
        color: #3d464c;
        line-height: 1.6em;
        font-weight: bold;
    }

    .info-note {
        width: 95%;
        margin: 0 auto;
        background: #bbbbbb;
        border-radius: 50px;
        padding: 1rem;
    }

    .note-text {
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        line-height: 1.3em;
    }

    .pc-link {
        display: inline-block;
    }

    .sp-link {
        display: none;
    }

    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

}



/*------------------------------------------
 SPスタイル
------------------------------------------*/

@media screen and (max-width: 767px) {

    .contents {
        max-width: 780px;
        width: 100%;
        margin: 0 auto;
        font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothicM, YuGothic, "メイリオ", Meiryo, sans-serif;
    }

    .main-title {
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 1rem 0;
        background: #f9725d;
        text-align: center;
        color: #fff;
        font-weight: bold;
    }

    .main-title:before {
        content: "";
        position: absolute;
        top: 124%;
        left: 50%;
        border: 10px solid transparent;
        border-top: 15px solid #f9725d;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);

    }

    .main-title_inner {
        margin: 0;
        padding: 0;
    }

    .main-img {
        margin-top: -1rem;
    }

    .main-img img {
        width: 100%;
    }

    .main-text {
        width: 95%;
        margin: 0 auto;
        /* padding: 1rem 0;
        background: #ffb359; */
        /* box-shadow: 2px 2px 4px #a5a5a5; */
        position: relative;
        top: -1rem;
    }

    .main-text::before {
        content: "";
        width: 90px;
        height: 90px;
        display: block;
        background: transparent url(./img/img_02.png) center center no-repeat;
        background-size: 80%;
        position: absolute;
        bottom: 5px;
        right: -23px;
        z-index: 2;
    }

    .main-text_inner {
        color: #fff;
        font-size: 16px;
        padding: 1rem 0;
        box-shadow: 2px 2px 4px #a5a5a5;
        background: #ffb359;
        text-shadow: 0 0 5px #ff8b2e, 0 0 5px #ff8b2e,
            0 0 5px #ff8b2e, 0 0 5px #ff8b2e;
        line-height: 1.6em;
        text-align: center;
        font-weight: bold;
    }

    .main-text_inner span {
        border-bottom: 1px solid #fff;
    }

    .main-text_inner em {
        line-height: 30px;
        font-size: 20px;
        font-weight: bold;
    }


    .info-title {
        background: #0372b8;
        text-align: center;
    }

    .info-title span {
        padding-left: 34px;
        line-height: 50px;
        color: #fff;
        font-size: 20px;
        font-weight: bolder;
        vertical-align: bottom;
        display: inline-block;
        background: transparent url(./img/check_icon.png) left 6px no-repeat;
    }

    .info-list {
        width: 95%;
        margin: 0 auto;
        padding: 1rem 0;
    }

    .info-list li {
        background: #fcf0e1;
        padding: 1rem;
        margin-bottom: 5px;
        font-size: 15px;
        color: #3d464c;
        line-height: 1.6em;
        font-weight: bold;
    }

    .info-note {
        margin: 0 1rem;
        background: #bbbbbb;
        border-radius: 50px;
        padding: 1rem;
    }

    .note-text {
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        line-height: 1.3em;
    }

    .pc-link {
        display: none;
    }

    .sp-link {
        display: inline-block;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

}


@media screen and (min-width: 481px) and (max-width: 768px) {


    .pc {
        display: block;
    }

    .sp {
        display: none;
    }
}
</pre></body></html>