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

----------------*/ .pc {
    display: block;
}

.sp {
    display: none;
}

#campaign {
    padding: 20px;
    width: 90%;
    margin: 80px auto;
    text-align: center;
    line-height: 1.5;
}


#campaign .title h2 {
    width: 100%;
    width: 100%;
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1.4em;
}

.campaign-wrap {
    margin: 0 auto 100px;
}

.campaign-name span {
    font-size: 2.0rem;
    background: #3e3e3e;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 10px;
}

.campaign-text {
    font-size: 3.6rem;  
    margin: 50px 0;
    font-weight: bold;
}

.campaign-text span {
    color:#0054AC;
}

.campaign-img {
    width: 70%;
    margin: 30px auto;
}

.campaign-title h2 {
    margin-bottom: 0;
    font-size: 42px;
}

.campaign-title p {
    font-size: 18px;
    font-weight: bold;
}

.cp-detail-summary a:link,
.cp-detail-summary a:visited,
.cp-detail-summary a:active {
    color: #009CDE !important;
    font-weight: 600;
    text-decoration: underline;
}

.cp-detail {
    border: #009CDE 3px solid;
    border-radius: 10px;
    padding: 40px;
    background: #ffffff;
    margin: 0 auto;
    width: 90%;
    margin: 50px auto;
}

.cp-detail-summary {
    max-width: 1100px;
    margin: 0 auto 25px;
    gap: 30px;
    font-size: 16px;
}

.cp-detail-summary dt {
    font-size: 24px;
    font-weight: bold;
    background: #0054AC;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    margin: 0 0 30px 0;
}

.cp-detail-summary dd {
    flex: 1;
    text-align: left;
}

.cp-detail-summary span {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.8;
}

.cp-detail-summary .step span {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
}

.cp-detail-summary .step {
    margin: 0;
}

.cp-detail-summary p {
    margin-bottom: 10px;
}

.cp-detail-summary-list li {
    margin-bottom: 20px;
}

.cp-detail-summary-list.op {
    margin-bottom: 30px;
    border: 1px solid #cccccc;
    padding: 20px;
}

.cp-detail-summary .fs20-b {
    font-weight: bold;
    font-size: 20px;
}

.cp-detail-summary .fs16-b {
    font-weight: bold;
}

.notes-list {
    margin: 0 auto;
    font-size: 16px;
}

.notes-list li {
    position: relative;
    padding-left: 15px;
    text-align: left;
}

.notes-list li::before {
    content: "";
    position: absolute;
    top: .85em;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #1A1A1C;
    border-radius: 50%;
}



@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    #campaign {
        padding: 0;
        width: 100%;
    }

    #campaign .title h2 {
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1.4em;
        margin: 24px 0;
    }

    .campaign-wrap {
        margin: 0 auto 50px;
    }

    .campaign-name span {
        font-size: 1.6rem;
        background: #3e3e3e;
        color: #ffffff;
        display: inline-block;
        border-radius: 5px;
        padding: 5px;
    }
    
    .campaign-text {
        font-size: 2.2rem;  
        margin: 30px 0;
        font-weight: bold;
    }
    
    .campaign-text span {
        color:#0054AC;
    }

    .cp-detail {
        width: 100%;
        padding: 20px;
    }

    .cp-detail-summary dt {
        font-size: 16px;
    }

    .cp-detail-summary .step span {
        display: block;
        margin: 20px 0 0 0;
    }

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