@charset "UTF-8";

/*
-----------------------------------------
共通メニュー(444)
-----------------------------------------
*/



/*
-----------------------------------------
ぱんくずリスト(452)
-----------------------------------------
*/



/*
-----------------------------------------
賃貸物件リスト(643)
-----------------------------------------
*/

h2.title-point {
    color: #000;
    font-size: 1.3em;
    position: relative;
    display: inline-block;
    margin: 50px 0 100px 0;
    width: 100%;
    text-align: center;
}
h2.title-point:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 3px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
}
#chintai_list{
width:500px;
margin: 0 auto 50px;
}

#chintai_list a{
display:block;
}

#chintai_list .white{
width:500px;
padding:30px;
text-align:center;
    background-image: url(/m/cmn_files/img_rwd/link-tb.svg);
    background-repeat: no-repeat;
    background-position: 450px;
    background-size: 5%;
}

#chintai_list .gray{
width:500px;
background-color: #f0f0f0;
padding:30px;
text-align:center;
    background-image: url(/m/cmn_files/img_rwd/link-tb.svg);
    background-repeat: no-repeat;
    background-position: 450px;
    background-size: 5%;
}

@media screen and (max-width:768px){
#chintai_list{
width:100%;
}
#chintai_list .white{
width:100%;
}

#chintai_list .gray{
width:100%;
}
}

/*
-----------------------------------------
フッター(435)
-----------------------------------------
*/



