.query-wrapper {
    width: 600px;
    box-sizing: initial;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 70px;
}
.item-wrapper {
    width: 100%;
    display: flex;
    padding-bottom: 30px;
}
.item-wrapper input {
    flex: 1;
    border: 1px solid #f9dcb7;
    border-radius: 5px;
    padding: 0 20px;
    box-sizing: border-box;
}
.item-wrapper input:last-of-type {
    margin-left: 30px;
}

.box-cargo {
    padding-top: 50px;
}

.box-title {
    text-align: center;
}

.box-item {
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #eeeeee;
}
.box-number {
    width: 200px;
    display: flex;
    align-items: center;
    margin-right: 150px;
}
.box-number .number {
    margin: 0 !important;
}
.box-number .line {
    display: inline-block;
    width: 80px;
    border: 1px solid #eeeeee;
}


.box-content {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.box-conent-item {
    width: 25%;
    /*margin-bottom: 20px;*/
}
