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

/* RESET -----*/
@media screen and (max-width:768px) {

    table th,
    table td {
        max-width: 100%;
        height: auto;
        border: 1px solid #ccc;
    }
    table tr:first-of-type th:first-child, table tr:first-of-type td:first-child {
        -webkit-border-top-left-radius: initial;
    }
    table tr:first-of-type th:last-child, table tr:first-of-type td:last-child {
        -webkit-border-top-right-radius: initial;
    }
    table tr:last-of-type th:first-child, table tr:last-of-type td:first-child {
        -webkit-border-bottom-left-radius: initial;
    }
    table tr:last-of-type th:last-child, table tr:last-of-type td:last-child {
        -webkit-border-bottom-right-radius: initial;
    }
}

/*----- RESET */

img,
table,
div {
    max-width: 100%;
}

body {
    width: 100%;
    min-width: 0;
}

img {
    max-width: 100%;
}

#contents {
    width: 1024px;
    margin: 0 auto;
}

.large-text {
    font-size: 21px;
    font-weight: bold;
}

@media screen and (max-width:425px) {
    .large-text {
        font-size: 16px;
    }
}


.campaign__definition-wrapper {
    margin-top: 100px;
}

.campaign__definition+p {
    margin-bottom: 0.55em;
}

@media screen and (max-width:768px) {
    .campaign__definition+p {
        text-align: left;
    }
}

@media screen and (max-width:425px) {
    .campaign__definition-wrapper {
        margin-top: 50px;
    }
    .campaign__title {
        font-size: 18px;
    }
}

.campaign__summary-container {
    margin: 0 auto;
    padding-top: 24px;
}

.campaign__summary-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    background-color: #555;
    color: #fff;
    padding: 10px 16px;
    display: inline-block;
}

@media screen and (max-width:425px) {
    .campaign__summary-title {
        height: 40px;
        line-height: 40px;
    }
}


.campaign__summary-category {
    margin-bottom: 30px;
    text-align: center;
}

.category-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.campaign__summary-items {
    display: flex;
    gap: 10px;
    justify-content: center;
}

@media screen and (max-width:425px) {
    .campaign__summary-items {
        flex-wrap: wrap;
        gap: 20px;
    }
}


.campaign__summary-item {
    text-align: center;
    width: calc(50% - 10px);
    margin-bottom: 15px;
}

.campaign__summary-item img {
    width: 100%;
    max-width: 150px;
    height: auto;
}

@media screen and (max-width:425px) {
    .campaign__summary-item img {
        max-width: none;
    }
}


.campaign__summary-item-title {
    margin: 5px 0;
    font-weight: bold;
}

.campaign__summary-item-price {
    color: #555;
}

.flex-sections {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.flex-sections .campaign__summary-category {
    flex: 1;
}

@media screen and (max-width:425px) {
    .campaign__summary-alt-type {
        width: 100%;
    }
}

.campaign__payment-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.campaign__payment-table thead th {
    background-color: #e0e0e0;
    color: #000;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    font-size: 19px;
}

@media screen and (max-width:425px) {
    .campaign__payment-table thead th {
        font-size: 16px;
    }
}


.campaign__payment-table tbody td {
    padding: 15px;
    text-align: left;
}

@media screen and (max-width:425px) {
    .campaign__payment-table tbody td {
        font-size: 12px;
        padding: 8px;
    }
}


.campaign__payment-table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.campaign__payment-table tbody tr:nth-child(even) td {
    background-color: #f0f0f0;
}

.campaign__payment-table td:first-child {
    text-align: center;
}

.campaign__payment-table td:last-child {
    font-weight: normal;
    text-align: center;
}

.campaign__payment-table a {
    color: #333;
    text-decoration: underline;
}

@media screen and (max-width:768px) {
    div#undercolumn {
        font-size: 16px;
        padding: 0;
    }
}

@media screen and (max-width:1024px) {
    #wrapper_contents {
        padding: 0 2% 10px;
    }
}

@media screen and (max-width:425px) {
    #wrapper_contents {
        padding: 0 3% 10px;
    }
}


@media screen and (max-width:426px) {
    .campaign__summary-title--social {
        height: 40px;
        line-height: 20px;
    }
}

@media screen and (min-width:426px) {
    .sp-Only {
        display: none;
    }
}

.campaign__summary-container table {
    width: 100%;
    margin-left: 0;
    border-collapse: collapse;
}

@media screen and (max-width:425px) {
    .campaign__summary-container table {
        width: 100% !important;
    }
}


.campaign__summary-container td {
    border: 1px solid #ccc;
    vertical-align: middle;
    padding: 10px;
    font-weight: bold;
}

.campaign__category {
    width: 22%;
    background-color: #e0e0e0;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
}

.campaign__products {}

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

    .campaign__category,
    .campaign__products {
        display: block;
        /* width: calc(100% - 20px); */
        width: 100%;
        margin: 0 auto;
    }
}

.campaign__product-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.campaign__product-item div {
    text-align: center;
    margin: 0 auto;
    line-height: 1.3;
}

.campaign__product-image img {
    width: 100px;
    height: auto;
    object-fit: cover;
}

@media screen and (max-width:425px) {
    .campaign__product-image img {
        width: 120px;
        height: auto;

    }
}


.campaign__product-image__other img {
    width: 149px;
    height: auto;
}

.campaign__product-name {
    margin: 10px 0 !important;
}

.campaign__product-price {
    color: #666;
    font-weight: bold;
}

.campaign__summary-container .campaign__product-item-sec {
    margin-bottom: 10px;
    margin-top: 10px;
}

@media screen and (max-width:425px) {
    .campaign__summary-container .campaign__product-item-sec {
        width: 44%;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}


@media screen and (max-width:425px) {
    .campaign__summary-container .campaign__product-item-sec__other {
        width: 100%;
    }

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