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

img {
    height: auto;
}

div#undercolumn {
    font-size: 16px;
}

.fw-bold {
    font-weight: bold !important;
}

.spOnly {
    display: none;
}

.campaign__mv {
    margin: 0 !important;
}

.campaign__body {
    margin-top: 50px;
}

.campaign__title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.campaign__detail {
    line-height: 2;
    font-weight: 500;
    margin-top: 40px;
}

.campaign__lead p {
    margin-top: 1em;
}

.campaign__figure {
    margin-top: 30px;
}

.campaign__summary {
    margin-top: 30px;
}

.campaign__summary p {
    margin-top: 1em;
}

.campaign__definition {
    margin-top: 1.5em !important;
}

.campaign__definition+p {
    margin-top: 0.25em;
}

/* ボタン */
.button-center {
    text-align: center;
    margin-top: 50px !important;
    margin-bottom: 60px !important;
}

.button-center__text {
    margin-bottom: 1em;
}

.button-center__item {
    display: inline-block;
    text-decoration: none !important;
    background-color: #c4a85a;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #fff !important;
    letter-spacing: 2px;
    padding: 0.5em 2em;
}</pre></body></html>