/*-------------------------------
    Site_renewal
-------------------------------*/

.Site_renewal {
    position:relative;
    padding-top:0;
    padding-bottom:13.5rem;
}

.Site_renewal::before {
    content:"";
    display: block;
    width:92.4vw;
    max-width:120rem;
    height:9.08vw;
    max-height:11.8rem;
    background:url(../images/site_renewal/txt_coming_soon.svg) no-repeat center / contain;
    position:relative;
    margin:3rem auto 1rem;
}

.sr_top p {
    text-align: center;
}

.sr_top p:not(:last-of-type) {
    margin-bottom:1em;
}

/*-------------------------------
    ver sp
-------------------------------*/

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

/*-------------------------------
    Site_renewal
-------------------------------*/

.Site_renewal {
    padding-bottom:15rem;
}

.Site_renewal::before {
    width:68rem;
    max-width:100%;
    height:6.7rem;
    max-height:100%;
    margin:5rem auto 2rem;
}


} /* end 768px */