<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#crowdfunding_container{
    width:100%;
    background-color: #f9f9f9;

}
#crowdfunding_in{
    width:94%;
    padding:25px 3%;
}
#crowdfunding_container h2{
    font-size: 2.0em;
    text-align:center;
    color: #454545;
    letter-spacing:0.07em;
    margin:25px 0;
}
#crowdfunding_container h2 .crowdfunding{
    font-size: 0.8em;
    color: #4d4a4a;
}
.total-wrap{
    padding:15px 20px 10px 20px;
    background-color:#fff;
    box-shadow:#e4e4e4 0 4px 0;
    position:relative;
    border-radius:5px;
    box-sizing:border-box;
}
.sougaku-wrap{
    text-align:center;
    width:100%;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom:5px;
    letter-spacing:0.05em;
}
.sougaku-wrap h5{
    width:100%;
    text-align:center;
}
.sougaku-wrap .number_count_down{
    font-size: 2.2em;
}
.sougaku-wrap .money-yen{
    font-size: 0.5em;
}
.state-now{
    display:flex;
    justify-content:space-between;
    -webkit-hyphens:justify;
    box-sizing:border-box;
    width:100%;
    text-align:center;
    letter-spacing:0.07em;
}

.meter{
    margin:5px 0;
}
.meter-in{
    height:10px;
    border-radius:10px;
    overflow:hidden;
    background-color:#e4e4e4;
    width:100%;
    display:block;
}
.meter-in .bar{
    line-height:20px;
    background:linear-gradient(270deg, #ff4f45 0%, #ff4f45 17.48%, #fa643c 49.56%, #fb8943 69.79%, #ffc13e 100%);
    height:100%;
    border-radius:inherit;
    text-align:left;
    box-sizing:border-box;
}
#crowdfunding_container p{
    font-size: 1.1em;
    line-height:1.8em;
    font-weight: normal;
    color: #454545;
    letter-spacing:0.05em;
    width:95%;
    margin:35px auto;
}
.sien{
    width:90%;
    margin:20px auto;
    text-align:center;
    box-sizing:border-box;
    box-shadow:#e4e4e4 0 4px 0;
}
.sien a{
    display:block;
    max-width:100%;
    font-size:1.2em;
    font-weight:700;    
    padding:16px;
    background:#E65D65;
    border-radius:5px;
    margin:10px auto 50px;
    letter-spacing:0.1em;
    color: #fff;
}
.akasen{
    font-weight:900;
}
.crowdfundingAlbum{
   width:100%;
   margin:auto;
}
.crowdfundingAlbum img{
   display:block;
   width:90%;
   height:auto;
   margin:20px auto 40px;
}
</pre></body></html>