.section_1_image_container{
    background-image: url(/img/flow_1.webp);
    background-position: center;
    background-size: cover;
}
.section.section_2{
    height: max-content;
    min-height: 100vh;
}
.section_container{
    width: 100%;
    height: max-content;
    padding: 5px;
    position: relative;
}
.section_container.section_2_container{
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
}
.section_text_box{
    width: 100%;
    max-width: 600px;
    height: max-content;
    padding: 30px;
    background: white;
}
.section_text_box.box_1{
    border: 1px solid white;
    box-shadow: -2px -2px 2px white, 2px 2px 4px black, inset 1px 1px 3px black, inset -1px -1px 3px white;
    margin-bottom: 10px;
}
.section_text_box.box_2{
    border: 2px dashed rgba(223, 0, 0, 0.5);
    margin-bottom: 30px;
    align-items: center;
}
.section_text{
    text-align: justify;
}
.section_text.box_1{
    font-size: 16px;
    margin: 5px 0;
}
.section_text.box_2{
    font-size: 14px;
}
.caution_text_box{
    width: 100%;
    height: max-content;
    margin: 5px 0;
}
.caution_number{
    font-size: 14px;
    margin-right: 3px;
    color: rgb(223, 0, 0);
}
.caution_title{
    font-size: 18px;
    color: rgb(223, 0, 0);
    margin-bottom: 10px;
}
.caution_link{
    font-size: 16px;
    padding: 0 2px;
    color: rgb(223, 0, 0);
    border-bottom: 1px solid rgb(223, 0, 0);
}
.caution_alert{
    font-size: 16px;
    color: rgb(223, 0, 0);
    text-align: justify;
    border-bottom: 1px solid rgb(223, 0, 0);
}

.form_container{
    width: 100%;
    max-width: 1000px;
    height: max-content;
    justify-content: center;
}
.h-adr{
    width: 100%;
    height: max-content;
}
.form_row{
    width: 100%;
    height: max-content;
    margin: 5px 0;
    border: 1px solid rgb(212, 92, 22);
    flex-wrap: wrap;
}
.form_row.row_1{
    background: rgb(212, 92, 22, 0.5);
}
.form_row.row_2{
    background: rgba(0, 0, 0, 0.5);
}
.form_row.for_date{
    display: none;
}
.form_row.for_date.active{
    display: flex;
}
.label_box{
    width: 200px;
    min-width: 200px;
    height: max-content;
    padding: 5px 10px;
    justify-content: space-between;
    align-items: center;
    background: rgb(0, 135, 140);
    margin: 3px;
    margin-right: 5px;
}
.form_label{
    color: white;
    font-size: 14px;
}

.for_req{
    font-size: 14px;
    padding: 2px 5px;
    background: white;
    border: 1px solid red;
    color: red;
}
.for_req.req_2{
    border: 1px solid blue;
    color: blue;
}
.input_box{
    flex: 1;
    flex-basis: 300px;
    margin: 3px;
}

.input_row{
    width: 100%;
    font-size: 16px;
    padding: 5px 10px;
}
.input_select{
    font-size: 16px;
    padding: 5px 10px;
}
.date_row{
    width: 100%;
    align-items: center;
    margin: 3px 0;
    gap: 3px;
    flex-wrap: wrap;
    background: rgb(212, 92, 22);
    padding: 3px;
}
.date_label{
    font-size: 14px;
    padding: 2px 5px;
    margin-right: 5px;
    background: white;
    white-space: nowrap;
}
.input_date{
    font-size: 16px;
    padding: 5px 10px;
}

.check_box_row{
    align-self: center;
    width: max-content;
    height: max-content;
    margin: 20px 0 5px;
    padding: 5px;
    border: 1px solid rgb(212, 92, 22);
    background: rgba(255, 255, 255);
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
input[type="checkbox"] {
    display: none;
}
.check_text{
    font-size: 14px;
}
label input[type="checkbox"] ~ .button_1{
    display: inline;
}
label input[type="checkbox"] ~ .button_2{
    display: none;
}
label input[type="checkbox"]:checked ~ .button_1{
    display: none;
}
label input[type="checkbox"]:checked ~ .button_2{
    display: inline;
}
label input[type="checkbox"]:checked ~ .check_text{
    color: rgb(212, 92, 22);
}

.button_row{
    width: 100%;
    height: max-content;
    justify-content: center;
    margin: 20px 0;
    padding: 0 20px;
}
.section_link_button.for_submit{
    cursor: pointer;
}
.section_link_button.for_submit.non_active{
    pointer-events: none;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    opacity: 0.5;
}

@media all and (max-width:1048px){

}
@media all and (max-width:548px){

}
