@charset "utf-8";

*{
    scroll-padding-top: 50px;
}

.field-container{
    border-top: 1px solid #dddddd;
}

.field{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: 90px;
    border-bottom: 1px solid#dddddd;
    border-right: 1px solid#dddddd;
    border-left: 1px solid#dddddd;
}

.field-last{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: 160px;
    border-bottom: 1px solid#dddddd;
    border-right: 1px solid#dddddd;
    border-left: 1px solid#dddddd;
}

.category{
    width: 100%;
}



.field-head{
    background-color: rgb(73,52,136,0.1);
    width: 30%;
    display: flex;
    align-items: center;
}

.field-head label{
    padding-left: 20px;
    font-weight: bold;
}

.field-foot{
    width: 70%;
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
}

label :not(.category>label){
    width: 30%;
    display: inline;
}

.field-foot select{
    width: 90%;
    height: 40px;
    margin:auto;
}

.field-foot>input{
    width: 90%;
    height: 40px;
    margin:auto;
}

input[type="radio"]{
    height: 20px;
    width:20px;
    margin-left: 10px;
}

.field-foot>div{
    width: 90%;
    height: 40px;
    margin:auto;
}

.field-foot>div>input{
    width: 100%;
    height: 40px;
    margin:auto;
}

.field-foot p{
    width: 90%;
    height: 40px;
    margin:auto;
}

textarea{
    width: 90%;
    height: 100px;
    margin:auto;
}

.consent{
    padding-top: 20px;
    width: 100%;
}

#privacy{
    height: 20px;
}

.ok{
    background-color: #009d85;
}

.until{
    pointer-events: none;
    background-color: gray;
}

.privacy a{
    text-decoration: underline;
    color: #c4c3c3;
}


.handout{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.handout>button{
    min-width: 30%;
    max-width: 60%;
    height: 80%;
    font-size: 30px;
}

/* スマホ向け */
@media screen and (max-width: 767.98px){
    .field-head{
        width: 100%;
    }
    .field-foot{
        width: 100%;
    }
    .field:nth-of-type(8){
        height: 120px;
    }
    .field-foot>div{
        height: 60px;
        margin-top: 10px;
    }
.field-foot>div{
    width: 90%;
    height: 60px;
    margin:auto;
}
#Lot{height:160px;}
}