
body {
    text-align: center;
    background-color: rgb(245,245,245);
    height: 100%;
}

form {
    width: 100%;
}

.basic-information {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.basic-information label {
    align-content: center;
    font-size: 15px;
}

.basic-information span {
    justify-content: right;
    height: 50px;
}

.information2 {
    margin-left: 46px;
}

.information3 {
    margin-left: 2px;
}

.information4 input {
    height: 40px;
}


.label-name {
    display: flex;
    padding-bottom: 10px;
}


/*          item            */

.item {
    /* display: flex; */
    /* align-items: center; */
    /* flex-wrap: wrap; */
    padding: 15px;
}

.item3 {
    width: 100%;
    padding: 0 0 15px;
}

.item-box {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: flex-end; */
    border: solid 1px rgb(183, 183, 183, 0.5);
    /* height: 80px; */
    width: 100%;
    /* margin: 0 0 15px 0; */
}

.item-box2, .item-box3  {
    display: flex;
    justify-content: flex-end;
    border: solid 1px rgb(183, 183, 183, 0.5);
    width: 100%;
}

.item-box2 label {
    width: 90%;
}

.item-box input {
    text-align: center;
    font-size: 25px;
    width: 15%;
}

.item-box2 label {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.item-box3 label {
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: 25px;
}

.item-box2 input, .item-box3 input {
    text-align: center;
    font-size: 25px;
    width: 30%;
}

.item-box p, .item-box2 p {
    align-content: center;
    margin: 0 80px 0 0;
}


#bed, #sofa, #refrigerator {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-right: 20px;
    margin-bottom: 10px;
}

#furniture, #appliances, #other {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 5px 0;
}

#cardboard {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 5px 0;
}



.spinner {
    text-align: center;
    background-color: #a2c2e6;
    cursor: pointer;
    user-select: none;
    width: 30px;
    font-size: 30px;
}



.spinner-down {
    border-radius: 10px 0 0 10px;
}

.spinner-up {
    border-radius: 0 10px 10px 0;
}



.item-box input::-webkit-outer-spin-button,
.item-box input::-webkit-inner-spin-button,
.item-box2 input::-webkit-outer-spin-button,
.item-box2 input::-webkit-inner-spin-button,
.item-box3 input::-webkit-outer-spin-button,
.item-box3 input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.spinner-up {
    margin-right: 10px;
}



 /*          送信ボタン          */
 button {
    height: 50px;
    width: 200px;
    margin: 30px auto;
    border: white;
    border-radius: 10px;
    color: white;
    background-color: orange;
}