body {
    width: 100%;
    overflow-x: hidden;
}

input {
    outline: none;
}

table {
    border: 1px solid black;
    text-align: center;
    width: 760px;
}
th,td {
    border: 1px solid black;
    height: 30px;
}

td:nth-child(1) {
    width: 120px;
}
td:nth-child(2) {
    width: 100px;
}
td:nth-child(3) {
    width: 100px;
}
td:nth-child(4) {
    width: 80px;
}
td:nth-child(5) {
    width: 60px;
}
td:nth-child(6) {
    width: 80px;
}
td:nth-child(7) {
    width: 100px;
}
td:nth-child(8) {
    width: 120px;
}

.d01 {
    position: absolute;
    top: 0;
    left: 3%;
    width: 94%;
}

.d011 {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 100%;
}

.d0111 {
    position: absolute;
    left: 0;
    display: inline-block;
}

.d0112 {
    left: 100px;
    width: 70%;
}

.d011_1 {
    top: 80px;
}

.d012 {
    top: 160px;
}

.d0121 {
    position: absolute;
    left: 0;
    display: inline-block;
}

.d0122 {
    left: 100px;
    width: 70%;
}

.d013 {
    top: 240px;
}

.btn01 {
    position: absolute;
    top: 200px;
    left: 0px;
    background-color: rgb(48, 125, 217);
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    width: 75px;
    height: 35px;
}

.btn02 {
    left: 100px;
    width: 150px;
}

#ipt001,#ipt004 {
    line-height: 30px;
    width: 100%;
    font-size: 15px;
}

#ipt002,#ipt003 {
    width: 40%;
}

#d02 {
    position: absolute;
    top: 340px;
    left: 0;
    width: 100%;
}
#d03 {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -2;
}

#d04 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: -1;
}

#img1 {
    margin-left: 5%;
    width: 90%;
}