#recovery th {
    text-align: right;
    font-size: 20px;
}

#number , #name , #tel , #mail {
    width: 300px;
    height: 30px;
    font-size: 20px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

input#recovery {
    font-size: 20px;
    font-weight: bold;
    width: 150px;
    height: 40px;
    margin-top: 10px;
    border: solid 1px #223a70;
    color: #ffffff;
    background-color: #223a70;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    margin-left: 37%;
}

input#recovery:hover{
    background-color: #fff;
    border: solid 1px #223a70;
    color: #223a70;
}

table {
    margin-left: auto;
    margin-right: auto;
}


@media (max-width: 800px) {
    #number, #name, #tel, #mail, #password {
        width: 320px;
    }

    #recovery th {
        display: block;
        font-size: 20px;
        width: 350px;
        text-align: left;
    }

    input#recovery {
        margin-left: 22%;
        width: 200px;
    }
}
