.form-check-custom {
    position: relative;
    display: block;
    padding-left: 0rem !important;
}
.hide-area-custom{
    display: none !important;
}
.btn-file-custom{
    margin-bottom: 0rem !important;
}
.container-fluid-custom{
    width: 95%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.text-white-space-custom{
    white-space: nowrap !important;
}
.main_area_custom{
    width:100% !important;
    display:inline-flex;
    /* justify-content: center; */
}
.zip_first_attr{
    width: 80%;
}
.zip_btn_second_arr{
    width:110px;
    margin-left: 10px;
}

.mgt_company_first_attr{
    width: 80%;
}
.mgt_company_btn_second{
    white-space: nowrap;
    margin-right: 10px;
    height: 37px !important;
}

.csv_up_company_first_attr{
    width: 80%;
}
.csv_up_btn_second{
    white-space: nowrap;
    margin-right: 10px;
    height: 37px !important;
}

/* table columns */
.tb_div_wrap_custom{
    width:100% !important;
    display:inline-flex;
} 
.tb_post_code_btn{
    white-space: nowrap;
}
.tb_prefectures_code_select{
    width: 130px;
    margin-right: 10px;
}
.text-red-custom{
    color: #FF3333 !important;
}
.register_th_building_number{
    width: 110px !important;
}
.register_th_building_name{
    width: 200px !important;
}
.tb_post_code_input{
    width: 120px !important;
}
.file-input-button{
    width:170px !important;
}
.multi_checkbox{
    width:50px !important;
}

@media screen and (max-width: 1200px) {
    .tb_prefectures_code_input{
        width:200px !important;
    }
}


