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


.l-content {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
}

.l-mv {
    margin-bottom: 30px;
    text-align: center;
}


.l-section {
    max-width: 1000px;
    margin: 0 auto 50px auto;
}


.l-section_block {
    margin: 10px 0 40px 0;
    padding: 0 0px;
}

.l-section-text {
    font-size: 16px;
    margin: 10px 0 0 0;
    line-height: 2;
    text-align: left;
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.grid {
    align-self: center;
    align-items: center;
}


	.flexbox {
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        margin-bottom: 60px;
        align-items: center;
    }

    .l-colom_tumb {
        order: 1;
        width: 48%;
    }

    .linkarea {
        order: 2;
        width: 52%;
        padding: 0px 0 0 20px;
    }

    .linkarea_title {
        padding: 2%;
        text-align: center;
    }

    .l-colom_tumb_invert {
        order: 2;
        width: 52%;
    }

    .linkarea_invert {
        order: 1;
        width: 52%;
        padding: 0 20px 0 0px;
    }

    .l-colom_sectiontext {
        font-size: 16px;
        line-height: 1.6;
        text-align: left;
        display: inline-block;
        padding-top: 10px;
    }

    .h3_txt {
        font-size: 26px;
        text-align: center;
        font-family: "HonMinKok-L","ï¼­ï¼³ ï¼°æ˜Žæœ","ï¼­ï¼³ æ˜Žæœ",serif;
        line-height: 2;
    }

    .h2_txt {
        font-family: "HonMinKok-L", "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif;
        line-height: 1.6;
        font-size: 2.0rem;
        text-align: center;
        margin: 30px auto 30px;
        font-weight: normal;
    }

    .h2-shoulder {
        font-size: 1.8rem;
    }


    .section_txt {
        font-size: 16px;
        line-height: 2;
        text-align: left;
        display: inline-block;
        margin: 30px 0 50px;
    }

    .colortxt{
        color: #ee7d6b;
    }

    .h4_txt {
        font-size: 22px;
        text-align: center;
        line-height: 2;
        margin: -10px 0 -30px;
    }

    .show_sp {
        display: none;
    }

    .show_pc {
        display: block;
    }

    @media (max-width: 768px)  {
        .h2_txt {
            font-size: 1.6rem;
        }

        .h3_txt {
            font-size: 22px;
        }

        .h4_txt {
            font-size: 18px;
        }
    }




@media (max-width: 500px)  {

    .h2-shoulder {
        font-size: 1rem;
    }

    .h2_txt {
        font-size: 1.4rem;
        margin: 30px auto 20px;
    }

    .show_sp {
        display: block;
    }

    .show_pc {
        display: none;
    }

    .linkarea {
        order: 2;
        width: 52%;
        padding: 0px 0 0 6px;
    }

    .linkarea_invert {
        order: 1;
        width: 52%;
        padding: 0px 6px 0 0px;
    }

    .l-colom_sectiontext {
        font-size: 14px;
        padding-top: 2px;
    }

    .linkarea_title {
        padding: 4%;
        text-align: center;
    }

    .flexbox {
        margin-bottom: 30px;
    }

    .h4_txt {
        font-size: 14px;
    }

    
    .h3_txt {
        font-size: 16px;
        line-height: 1.4;
    }

    .l-section {
        margin: 0 auto 0px auto;
    }

    .l-section-text {
        font-size: 14px;
    }

    .l-section_block {
        margin: 10px 0 20px 0;
    }

    .smtxt {
        font-size: 12px;
    }

    .h2s {
        font-size: 1.1rem;
    }

}
</pre></body></html>