

.contact_form{
    margin-left: 100px;
    margin-bottom: 0px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-bottom: 1700px;
}
.title{
    position: absolute;
    top:120px;
    text-align: center;
    font-size: 24px;
}
.contents{
    position: absolute;
    top:200px;
}

.forms{
    margin-top: 50px;
}
.form_title{
    font-size: 18px;
}
.input_attention{
    font-size: 15px;
}
.table_row_must{
    padding-top: 15px;
    padding-bottom: 15px;
    /*background-color: rgb(252, 212, 218);*/
    color: red;
    text-align: center;
}
.table_row_want{
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.submit{
    margin-top: 20px;
    font-size: 24px;
    padding: 10px 10px 10px 10px;
    font-family: "Yu Mincho","Book Antiqua","century","Georgia",cursive;
}




@media screen and (max-width: 480px) {
    
    .contact_form{
        margin-left: 5px;
        margin-bottom: 0px;
        display: flex;
        font-family: Georgia, 'Times New Roman', Times, serif;
        padding-bottom: 1000px;
    }
    .title{
        position: absolute;
        top:120px;
        text-align: center;
        font-size: 15px;
    }
    .contents{
        position: absolute;
        top:200px;
        font-size: 15px;
    }
   
    .forms{
        margin-top: 50px;
    }
    .form_title{
        font-size: 15px;
    }
    .forms{
        width:480px;
        font-size: 15px;
    }
}