<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (min-width: 769px) {
    #campaign {
        max-width:600px;
        position: relative;
        margin: 0 auto;
        z-index: 0;
        background: #fff;
    }
}

.floating-nav-btn #campaign-anchor-btn {
    height: 34px;
    margin: 0 10px;
}

@media only screen and (min-width: 769px) {
    .floating-nav-btn #campaign-anchor-btn {
        height:46px;
    }
}

.floating-nav-btn #campaign-anchor-btn span {
    font-size: .9rem;
    margin-top: 0;
}

@media only screen and (min-width: 769px) {
    .floating-nav-btn #campaign-anchor-btn span {
        font-size:18px;
    }
}

#campaign-anchor-btn {
    display: flex;
    padding: 8px 10px;
    border: 1px solid #000;
    border-radius: 60px;
    align-items: center;
    margin: 0 auto 17px auto;
    color: #191919;
    width: 256px;
    height: 72px;
    justify-content: center;
    font-size: .85rem;
    flex-direction: column;
    background-color: #fff;
    position: relative;
}

#campaign-anchor-btn span {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#campaign-anchor-btn:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(../img/common/icon_right-arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 769px) {
    .campaign-hero img {
        width:600px;
        height: auto;
    }
}

@media only screen and (max-width: 770px) {
    .campaign-hero img {
        width: 100%;
        height: auto;
    }
}

.campaign-main {
    padding: 0 23px;
}

@media only screen and (min-width: 769px) {
    .campaign-main {
        position:relative;
        z-index: 1;
        margin-top: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .campaign-main {
        padding:0 20px;
        margin-top: 40px;
    }
}

.campaign__title {
    color: #191919;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 769px) {
    .campaign__title {
        font-size:30px;
        line-height: 42px;
        letter-spacing: 4px;
    }
}

@media only screen and (max-width: 768px) {
    .campaign__title {
        font-size:20px;
        line-height: 28.96px;
        letter-spacing: 3px;
    }
}

.campaign__explanation {
    color: #191919;
    letter-spacing: .5px;
}

@media only screen and (min-width: 769px) {
    .campaign__explanation {
        font-size:18px;
        line-height: 32.4px;
    }
}

@media only screen and (max-width: 768px) {
    .campaign__explanation {
        font-size:16px;
        line-height: 28.8px;
    }
}

.campaign__second-title {
    color: #191919;
    letter-spacing: 3px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
}

@media only screen and (min-width: 769px) {
    .campaign__second-title {
        font-size:27px;
        line-height: 37.8px;
        margin-bottom: 32px;
    }
}

@media only screen and (max-width: 768px) {
    .campaign__second-title {
        font-size:18px;
        line-height: 26.06px;
        margin-bottom: 32px
    }
}

@media only screen and (min-width: 769px) {
    .campaign__second-title p {
        margin-bottom:25px
    }
}

@media only screen and (max-width: 768px) {
    .campaign__second-title p {
        margin-bottom:16px
    }
}

.campaign__second-title span {
    border: 1px solid #1bc7de;
    width: 48px;
    height: 1px;
    display: block;
    background: #1bc7de
}

@media only screen and (min-width: 769px) {
    .campaign-main img {
        width:552px;
        height: auto;
    }
}

@media only screen and (max-width: 770px) {
    .campaign-main img {
        width: 100%;
        height: auto;
        padding-bottom: 25px;
    }
}

.campaign__annotation {
    font-size: 12px;
    color: rgba(0,0,0,.6)
}

@media only screen and (min-width: 769px) {
    .campaign__annotation {
        line-height:18px;
        margin-top: 35px;
    }
}

@media only screen and (max-width: 768px) {
    .campaign__annotation {
        line-height:17px;
        padding-top: 15px;
    }
}

.cord-btn-head {
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -8px 15px
}

@media only screen and (min-width: 769px) {
    .cord-btn-head {
        font-size:18px
    }
}

.cord-btn-head:after,.cord-btn-head:before {
    margin: 0 15px;
    width: 1px;
    height: 25px;
    background-color: #333
}

.cord-btn-head:before {
    content: "";
    transform: rotate(-30deg)
}

.cord-btn-head:after {
    content: "";
    transform: rotate(30deg)
}

.campaign-main .call-button {
    margin-top: -10px;
    width: 280px;
    height: 70px;
}

.call-button:before {
    background-image: url(../img/common/icon_call-blue.png);
}

.campaign-bottomSns {
    padding: 0 0 40px;
    margin-top: 80px;
}

.campaign-bottomSns-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.campaign-bottomSns-inner .footer__sns-logo {
    margin-bottom: 0;
}

.campaign-bottomSns-inner .footer__sns-logo img {
    width: revert-layer;
}</pre></body></html>