<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* button */
.coupon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.coupon_button {
    display: inline-block;
    padding: 8px 0;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    width: 80%;
    background-color: #1c2d96;
    border-radius: 30px;
    color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);

    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* image */
.osusume_image {
    width: 100%;
}

/* section_title */
.section_title {
    background-color: #1c2d96;
    color: #fff;
    font-size: 140%;
    padding: 12px 15px;
    font-weight: normal;
    border-radius: 5px;
    margin-bottom: 30px;
}

.section_title span {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}

/* osusume */
.osusume_container {
    margin-bottom: 40px;
}

.osusume_box ul {
    list-style-type: none;
    padding: 0;
    margin: 0;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -30px;
}

.osusume_list li {
    margin-top: 30px;
    width: 49%;
}

.osusume_card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    max-width: 100%;
    padding: 1.5%;
}


.osusume_item a {
    text-decoration: none;
}

.osusume_shop-name {
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: .25em 1.3em .25em .3em;
    background-image: url(../img/icon_arrow_r.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 14px;
}


@media screen and (max-width: 767px) {
    .section_title {
        margin: 0 3% 15px;
        padding: .6em 10px;
        font-size: 16px;
        border-radius: 4px;
    }

    .osusume_container {
        margin: 0 3% 1em;
    }

    .osusume_box {
        margin-top: -30px;
    }

    .osusume_list li {
        width: 100%;
        margin-top: 30px;
    }

    .osusume_card {
        padding: 2.5%;
    }
}


/* feature-article */
.feature-article {
    padding: 0 0 30px;
}

.feature-article_container {
    background: #fff;
    width: 100%;
    padding: 0 30px 20px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    border: 1px solid #ddd;
}

.feature-article_box {
    margin-top: 30px;
}

.feature-article_box h3 {
    font-size: 20px;
}

.feature-article_itembox img {
    width: 35%;
}

.featur-article_list {
    margin-top: 30px;
}

.feature-article_list li {
    list-style-type: none;
}


.feature-article_itembox {
    display: flex;
    align-items: stretch;
    margin-bottom: 20px;
}

.feature-article_itembox p {
    margin-right: 20px;
}

/* CTA */
.cta_box {
    margin-top: 30px;
}

.cta_list li {
    list-style: none;
}

.cta_link {
    display: flex;
    border: solid 1px #ddd;
}

.cta_link img {
    width: 20%;
}

.cta_text-area {
    padding: 10px;
}

.cta_dousen {
    text-align: right;
    font-weight: 600;
    margin-top: 60px;
}

.feature-article_box-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.feature-article_box-subTitle {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .feature-article_list {
        margin-top: 20px;
    }

    .feature-article_list p {
        margin: 0;
    }

    li.featur-article_item:first-child {
        margin-bottom: 20px;
    }

    img.feature-article_image {
        margin-top: 20px;
    }

    .feature-article_box-subTitle {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .feature-article_container {
        width: 95%;
        padding: 20px 10px;
    }

    .feature-article_box {
        margin-top: 0;
    }

    .feature-article_itembox {
        display: flex;
        flex-wrap: wrap;
    }

    .feature-article_itembox img {
        width: 100%;
    }

    .cta_box {
        margin: 0;
    }

    .cta_list li {
        margin-bottom: 15px;
    }

    .cta_link img {
        width: 35%;
    }

    .cta_text {
        margin-bottom: 7px;
        font-size: 12px;
        line-height: 1.4;
    }

    .cta_dousen {
        padding: 0 10px;
        text-align: right;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 0;
    }

    li.featur-article_list p {
        font-size: 14px;
        line-height: 1.6;
        margin-right: 0;
        margin-top: 20px;
    }
}</pre></body></html>