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

    label {
        font-size: 20px;
        float: left;
    }

}

/*iphone 横幅(短)*/
@media screen and (max-width: 414px) {
    h4{
        font-size: 18px;
    }

    #名前＆ポイント {
        font-size: 17px;
    }

    label {
        font-size: 15px;
        float: left;
    }

}