@charset "utf-8";

dl{
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}
dt{
    min-width: 200px;
    line-height: 50px;
}
dd{
    min-width: 330px;
    line-height: 50px;
}

input,
textarea,
select{
    width: 330px;
    line-height: 40px;
}
select{
    height: 50px;
}
.button-wrap{
    margin-top: 30px;
    text-align: center;
}

input.button,
button{
    border: 1px solid #ccc;
    background-color: #eee;
    padding: 15px 25px;
    line-height: normal;
    width: 150px;
}

input.button:hover,
button:hover{
    background-color: #ccc;
}

/* サンキューページ */
#thanks .inner{
    display: grid;
    place-items: center;
    min-height: calc( 70vh - 70px);
    line-height: 50px;
}
