.input-field {
    width: fit-content;
    margin: auto;
    margin: 50px auto;
}

.notification {
    width: 1024px;
    margin: auto;
    border-collapse: collapse;
    border-right: 1px solid #D9D9D9;
}

.notification h4 {
    background: url(/common/img/ico_info.png) 90% 30% no-repeat;
    background-size: 16px;
}

.notification tr {
    border: 1px solid #D9D9D9;
    height: 80px;
}

.notification th {
    padding: 5px 5px;
    border: 1px solid #D9D9D9;
    background: #EBF7FF;
    width: 300px;
    vertical-align: top;
}

.notification td {
    padding: 5px 5px;
    width: 400px;
}

.form {
    margin: 20px;
}

.form input[type="textbox"] {
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    height: 50px;
    width: 500px;
}

.form input[type="textbox"].tel {
    width: 100px;
}

.form .hyphen {
    text-align: center;
    margin-left: 10px;
    margin-right: 6px;
}

.steps ol li {
    float: left;
    width: 14%;
    height: 60px;
    text-align: center;
    line-height: 1.5;
    background: #F8F8F8;
    padding-top: 5px;
    font-weight: bold;
    position: relative;
    font-size: 1.3rem;
}

@media only screen and (max-width:480px) {
    .notification {
        width: 100%;
        border-right: none;
    }
    .notification tr {
        border: none;
        height: 80px;
    }
    .notification th {
        padding: 5px 20px;
        border: 1px solid #D9D9D9;
        border-left: none;
        border-right: none;
        background: #EBF7FF;
        width: 100%;
        display: block;
        text-align: left;
    }
    .notification td {
        padding: 0;
        width: 100%;
        display: block;
    }
    .notification h4 {
        width: 40%;
    }
    .form {
        margin: 0;
        padding: 15px 20px;
        text-align: center;
    }
    .form .filename {
        display: block;
    }
    .form input[type="textbox"] {
        border: 1px solid #D9D9D9;
        border-radius: 5px;
        height: 40px;
        width: 100%;
    }
    .form input[type="textbox"].tel {
        width: 26%;
    }
    .form .hyphen {
        text-align: center;
        margin-left: 10px;
        margin-right: 6px;
    }
}