.box {
    background-color: white;
    border: solid 1px #ccc;
    padding: 15px;
    width: 85%;
    margin:20px 3%;
    height: 26px;  
}

.box1 {
    background-color: white;
    border: solid 1px #ccc;
    padding: 15px;
    width: 85%;
    margin:20px 3%;
    height: 100px;  
}
.box2 {
    background-color: white;
    border: solid 1px #ccc;
    padding: 15px;
    width: 85%;
    margin:20px 3%;
    height: 40px;
    text-align: center;  
}
.box3 {
    background-color: white;
    border: solid 1px #ccc;
    padding: 15px;
    width: 85%;
    margin:20px 3%;
    height: 128px;
}
.box4 {
    background-color: white;
    border: solid 1px #ccc;
    padding: 15px;
    width: 87%;
    border-radius: 0; /* 角を丸くする */
    margin:20px 3%;
    height: 300px;  
}
.box5 {
    background-color: white;
    border: solid 1px #ccc;
    text-align: center;
    width:93%;
    border-radius: 0; /* 角を丸くする */
    margin:20px 3%;
    height: 40px;
    padding-top: 13px;  
}
.box6 {
    background-color: white;
    border: solid 1px #ccc;
    padding: 15px;
    width: 85%;
    border-radius: 0; /* 角を丸くする */
    margin:20px 3%;
    height: 26px;
    text-align: center; 
}
.box7 {
    background-color: white;
    border: solid 1px #ccc;
    padding: 15px;
    width: 85%;
    margin: 20px 3%;
    height: 74px;
}

.caver {
    text-align: center;
}

.btn-submit{
    background-color: white;
    display: block;
    padding: 7px 25px;
    border-radius: 7px;
    border: none;
    margin:0 37%;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    cursor: pointer;
    appearance: none;
    }
.btn-submit:active {
    margin-top: 3px;

}

input[type="text"]{
    margin-left: 0;
    font-size: 14px;
}
input[type="tel"]{
    margin-left: 0;
}
input[type="submit"]{
    text-align: center;
    border: solid 1px #fff;
    font-size: 18px;
    color: #000;
    background: #fff;
}
