#branchcatalog_search {
    padding: 2rem;
    background-color: #ffffff;
    border: 4px dashed #d3d3d3;
    font-size: 1.125rem;
}

#branchcatalog_search input[type="submit"] {
    position: relative;
    display: inline-block;
    padding: 11px 50px 11px 20px;
    border: none;
    background-color: #009989;
    /*font-family: 'DolceVita';*/
    font-size: 20px;
    line-height: 100%;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/*#branchcatalog_search input[type="submit"]:hover {*/
/*    text-decoration: none !important;*/
/*    background-color: #626262;*/
/*    cursor: pointer;*/
/*    color: #fff !important;*/
/*}*/

#branchcatalog_search legend {
    color: #007a7a;
    font-weight: 700;
}

#branchcatalog_search > div > div > label {
    margin-right: 7px;
}

#branchcatalog_search .branchcatalog_search_button {
    color: #007A7A;
    border: 2px solid #007a7a;
    border-radius: 9999px;
    font-size: 1.13rem;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    background-color: #ffffff;
    padding: 10px 32px;
}
#branchcatalog_search .branchcatalog_search_button:hover {
    color: #ffffff;
    border-color: #006666;
    background-image: initial;
    background-color: #006666;
}

/*#branchcatalog_search {
    padding:10px 11px 12px 13px;
    background-color:#ffffff;
    border:1px solid #e1e1e1;
}*/

.branchcatalog_search_input {
    padding: 3px 0 3px 10px;
    border: 1px solid #bbb;
    border-radius: 4px;
    color: #575757;
    font-size: 1.125rem;
}
/*#branchcatalog_company_list .branchcatalog_company_cell_addr > div:nth-child(1) {*/
/*    display:none*/
/*}*/

#branchcatalog_search select {
    padding:7px 5px;
    width:150px;
	font-size:1.125rem;
}

#branchcatalog_company_count {
    padding:15px;
    background-color:#ffffff;
    border:1px solid #e1e1e1;
}

/*
#branchcatalog_company_list_pages {
    text-align:center;
}
*/

#branchcatalog_company_list {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    padding: 0;
}
#branchcatalog_company_list>div {
    /*	display:table-row;*/
}
#branchcatalog_company_list>div>div {
    /*	display:table-cell;*/
}
#branchcatalog_company_list .branchcatalog_company_cell0 {
    width:220px;
    height:28px;
}

#branchcatalog_company_list .branchcatalog_company_cell1 {
    width:220px;
    height:218px;
    background-color:#ffffff;
    border:1px solid #e1e1e1;
}
#branchcatalog_company_list .branchcatalog_company_cell2 {
    width:20px;
    height:1px;
}
#branchcatalog_company_list .branchcatalog_company_cell3 {
    height: 100%;
    /*background-color: #ffffff;*/
    /* border: 1px solid #e1e1e1; */
    padding: 1.5rem;
    position: relative;
    background: #f5f5f5;
    border-radius: 8px;
}
#branchcatalog_company_list .branchcatalog_company_cell3x {
    padding-left: 0;
    padding-bottom: 25px;
    list-style: none;
}
#branchcatalog_company_list .branchcatalog_company_cell3x::before {
    content: none;
}

#branchcatalog_company_list .branchcatalog_company_list_arrow {
    position:absolute;
    background:url(/wp-content/plugins/shg/fe/img/cell_arrow_left.jpg);
    width:11px;
    height:24px;
    margin-left:-21px;
    margin-top:10px;
}

#branchcatalog_company_list .branchcatalog_company_cell_chk {
    float: right;
    width: 30px;
}

/*#branchcatalog_company_list .branchcatalog_company_cell_mainname {*/
/*    padding-top:7px;*/
/*}*/

#branchcatalog_company_list .branchcatalog_company_cell_mainname {
    margin-bottom: 1.5rem;
}

#branchcatalog_company_list h3 {
    color:#007a7a;
    padding-bottom: 0;
}
#branchcatalog_company_desc_chk p {
    color: #575757;
}

#branchcatalog_company_list .branchcatalog_company_cell_name {
    color: #006666;
    font-size: 1.125rem;
    font-weight: 600;
}

#branchcatalog_company_list .branchcatalog_company_cell_contact {
    color: #3a3a3a;
    font-size: 1.125rem;
	font-weight: 600;
}
#branchcatalog_company_list .branchcatalog_company_cell_contact span {
}

#branchcatalog_company_list .branchcatalog_company_cell_addr {
    margin-top:1.063rem;
    font-size: 1.125rem;
    /*margin-top:17px;*/
}

#branchcatalog_company_list .branchcatalog_company_cell_addr>div {
    margin-top:5px;
}

#branchcatalog_company_list .branchcatalog_company_cell_contact_data {
    /*display:table;*/
    margin-top:17px;
}
#branchcatalog_company_list .branchcatalog_company_cell_contact_data>div {
    display:flex;
    align-items: center;
    margin-left: -5px;
}
#branchcatalog_company_list .branchcatalog_company_cell_contact_data>div dt {
    width: 45px;
    height: 45px;
}
#branchcatalog_company_list .branchcatalog_company_cell_contact_data>div dd {
    margin: 0;
    font-size: 1.125rem;
}
#branchcatalog_company_list .branchcatalog_company_cell_contact_data>div>div {
    display:table-cell;
}
#branchcatalog_company_list .branchcatalog_company_cell_contact_data a {
    color:#006666;
    margin-left: 10px;
    font-size: 1.125rem;
}
#branchcatalog_company_list .branchcatalog_company_cell_contact_data>div>div.branchcatalog_company_td1 {
    padding-right:20px;
    padding-top:5px;
}
#branchcatalog_company_list .branchcatalog_company_cell_descr {
    margin-top:17px;
    line-height:1.5;
}
#branchcatalog_company_list .branchcatalog_company_cell_descr .branchcatalog_company_cell_descr_cat {
    color:#009989;
    font-size: 12px;
}

#branchcatalog_company_list .branchcatalog_company_cell_km {
    font-size: 1.125rem;
    /*color: #9b9b9b;*/
    /*font-style: italic;*/
    /*right: 15px;*/
    /*bottom: 7px;*/
    /*position: absolute;*/
}

@media (max-width: 1180px) {
    .search-flex {
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }
    .search-flex > div {
        margin-right: 1em;
    }
    .search-flex button {
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }
}
@media (max-width: 1159px) {
    .search-flex > div {
        margin-bottom: 1em;
    }
}
