@charset "utf-8";
/* CSS Document */

/* housing_form_recommend*/
.un_housing_form {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.un_housing_form a {
width: calc((100% + 5px) /3 - 10px);
border: solid 1px #ddd;
margin-top: 10px;
color: #222;
text-decoration: none;
font-weight: bold;
}
.un_housing_form a div {
display: flex;
align-items: center;
text-align: center;
background: #f4f4f4;
}
.un_housing_form a div > div {
padding: 5px;
}
.un_housing_form a div > div + div {
padding: 0;
}



.bnr-flex {
    display: flex;
    justify-content: space-between;
}