@charset "utf-8";
/* microサイズ画面レイアウト */

@media screen and (max-width:200px) {
.top-lead{
    font-size:1rem;
    bottom:50%;
    }
.bottom-lead{
    bottom:23%;
    font-size:1rem;
    }
}

@media screen and (max-width:160px) {
.top-lead{
    font-size:0.9rem;
    bottom:50%;
    }
.bottom-lead{
    bottom:24%;
    font-size:0.5rem;
    }
}

@media screen and (max-width:100px) {
.top-lead{
    font-size:0.8rem;
    bottom:25%;
    }
.bottom-lead{
    bottom:30%;
    font-size:0.5rem;
    }
}
