/* body {
    min-height: 100%;
    padding-bottom: 143px;
} */
.content_header {
    text-align: center;
    margin: 20px 0;
    font-size: 25px;
    font-weight: bold;
}

#inquire {
    width: 100%;
    
}

#inquire th {
    width: 25%;
    padding: 10px 15px;
    background-color: #FAFAD2;
    border: 1px solid #D3D3D3;
    border-collapse: collapse; 
}
#inquire td {
    padding:  10px 15px;
    background-color: #FFDAB9;
    border: 1px solid #D3D3D3;
    border-collapse: collapse; 
}
.justify_content {
    display: flex;
    justify-content: space-between;
}
.justify_content_align {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.th_container span{
    display: inline-block;
    
}

.th_left {
    font-weight: bold;
}
.th_right_red {
    color: red;
}
.th_right_gray {
    color: gray;
}
.input_desc {
    display: flex;
    align-items: center; /* 子要素を垂直方向に中央揃え */
    width: 100%;
    height: 100%;
    margin-left: -25px;
    color: #808080;
    font-size: 14px;

}

.row1 {
    padding: 5px;
}

.btn_desc {
    text-align: center;
    margin: 25px 0 15px 0;
}

.content_header1 {
    text-align: center;
    margin: 20px 0;
    font-size: 20px;
    font-weight: bold;
}
.content_header2 {
    text-align: center;
    margin: 20px 0;
    font-size: 16px;
}
#dialog-form {
    display: none;
}

.footer {
    margin-top: 30px;
}