#header {
    background-color: #fff !important;
}

#footer {
}

#bigfooter {
    background-color: #84a08c !important;
}

table th {
    /*
    background: #db851f;
    color: #fff;
    */
}

a {
    /*
    color: #08581e;
    */
}

.lh_inp {
    line-height: 46px;
}

.lh_normal {
    line-height: 1.6;
}

@media screen and (max-width: 824px) {
    .sp_lh_inp {
        line-height: 46px;
    }

    .sp_lh_normal {
        line-height: 1.6;
    }
}

.text-white {
    color: #fff;
}

table th {
    width: unset;
    text-align: center;
}

.search_btn {
    margin-left: -5px;
    height: 47px;
    width: 50px !important;
    min-width: 100px;
}

.search_text {}

@media screen and (max-width: 824px) {
    .search_btn {}

    .search_text {
        width: calc(100% - 100px) !important;
        height: 45px !important;
    }
}

.btn_plus {
    cursor: pointer;
}
.btn_plus:hover {
    color: #508000;
}

.search_btn{
    margin-left: -5px;
    height: 47px;
    width: 50px!important;
    min-width: 70px;
    border-radius: 0 100px 100px 0;
    line-height: 44px;
}
.search_text{

}
@media screen and (max-width: 824px) {
    .search_btn{
    }
    .search_text{
        width: calc(100% - 100px)!important;
        height: 45px!important;
    }
}
