.re_pickup a,
.re_list a{
    text-decoration: none;
}

.re_pickup{
    background: #f7f4eb;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 70px 0;
}

.re_pickup h3{
    width: 100%;
}

.re_pickup .container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1400px;
    margin-top: -50px;
}

.re_pickup .re_lease,
.re_pickup .re_purchase{
    width: 20%;
    min-width: 200px;
    margin-right: 15px;
	margin-left: 15px;
    margin-top: 50px;
}

.re_pickup .re_lease:hover .square:before,
.re_pickup .re_purchase:hover .square:before{
    opacity: 0.7;
    transform: scale(1.1);
}

.re_pickup .re_lease:hover .bottom,
.re_pickup .re_purchase:hover .bottom{
    opacity: 0.5;
}

.re_pickup .square{
    width: 100%;
    padding-top: 100%;
    position: relative;
    border-radius: 14px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    overflow: hidden;
    z-index: 1;
}

.re_pickup .square:before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: all .3s ease-out;
}

.re_pickup .square_box{
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 20px;
    box-sizing: border-box;
    background-blend-mode: multiply;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.7) 70%);
}

.re_pickup .square:after{
    content: "";
    position: absolute;
    bottom: 20px;
    right: 20px;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
}

.re_pickup .category{
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.re_pickup .re_badge{
    font-size: 12px;
    padding: 2px 6px;
    color: #fff;
    font-weight: 700;
    border-radius: 2px;
}

.re_pickup .re_lease .re_badge{
    background: #82b500;
}

.re_pickup .re_purchase .re_badge{
    background: #e2a614;
}

.re_pickup .title{
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    padding-left: 10px;
}

.re_pickup .price{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: block;
    padding: 4px 0 ;
}

.re_pickup .address{
    font-size: 14px;
    color: #fff;
    /* display: flex; */
    align-items: center;
	font-weight: 300;
}
.re_pickup .reform{
	display: inline-block;
    font-size: 12px;
    padding: 2px 6px;
    color: #fff;
    font-weight: 100 !important;
    border-radius: 3px;
    background: #a70d0d;
}






/* .re_pickup .address:before{
    content: "▶︎";
    display: inline-block;
    font-size: 10px;
    transform: scale(0.7,0.7);
    padding-right: 5px;
} */

.re_pickup .re_lease .address:before{
    color: #82b500;
}

.re_pickup .re_purchase .address:before{
    color: #e2a614;
}

.re_pickup .bottom{
    font-size: 13px;
    line-height: 1.8em;
    color: #1a1a1a;
    padding-left: 10px;
    margin: 10px 5px 0 5px;
    transition: all .3s ease-out;
}

.re_pickup span{
	font-weight: bolder;
}

.re_pickup .re_lease .bottom{
    border-left: 5px solid #82b500;
}

.re_pickup .re_purchase .bottom{
    border-left: 5px solid #e2a614;
}

.re_pickup .negotiation{
    font-size: 14px;
    padding: 2px 6px;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    background: #a70d0d;
}

.re_list{
    background: #fcfcfc;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.container{
    width: auto;
    max-width: 1300px;
}

.re_list .container{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-right: -30px;
    margin-left:0;
    margin-top: -30px;
}

@media (max-width:768px){
    .re_list .container{
        justify-content: center;
    }
}

.re_list .re_lease,
.re_list .re_purchase{
    width: 295px;
    margin-right: 30px;
    margin-top: 30px;
}

.re_list a.re_lease:hover .square:before,
.re_list a.re_purchase:hover .square:before{
    opacity: 0.7;
    transform: scale(1.1);
}

.re_list .re_lease:hover .bottom,
.re_list .re_purchase:hover .bottom{
    opacity: 0.5;
}

.re_list .square{
    width: 100%;
    padding-top: 100%;
    position: relative;
    border-radius: 14px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    overflow: hidden;
    z-index: 1;
}

.re_list .square:before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: all .3s ease-out;
}

.re_list .square_box{
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 20px;
    box-sizing: border-box;
    background-blend-mode: multiply;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.7) 70%);
}

.re_list .square:after{
    content: "";
    position: absolute;
    bottom: 20px;
    right: 20px;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
}

.re_list .negotiation{
    font-size: 14px;
    padding: 2px 6px;
    color: #fff;
    font-weight: 700;
    border-radius: 2px;
    background: #a70d0d;
}

.re_list .negotiation2{
    font-size: 22px;
    padding: 2px 6px;
    color: #fff;
    font-weight: 700;
    border-radius: 2px;
    background: #a70d0d;
}

.re_list .price{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: block;
    padding: 4px 0 ;
}

.re_list .price small{
	font-size: 65%;
	font-weight: normal;
}

.re_list .address{
    font-size: 14px;
    color: #fff;
    /* display: flex; */
    align-items: center;
}
.re_list .reform{
	display: inline-block;
    font-size: 12px;
    padding: 2px 6px;
    color: #fff;
    font-weight: 100 !important;
    border-radius: 3px;
    background: #a70d0d;
}

/* 
.re_list .address:before{
    content: "▶︎";
    display: inline-block;
    font-size: 10px;
    transform: scale(0.7,0.7);
    padding-right: 5px;
} */

.re_list .re_lease .address:before,
.re_list .re_purchase .address:before{
    color: #0d6fa7
}

.re_list .bottom{
    font-size: 13px;
    line-height: 1.8em;
    color: #1a1a1a;
    transition: all .3s ease-out;
}

.re_list .bottom span{
    background: #0d6fa7;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-block;
    margin: 14px 0 10px 0;
    line-height: 1em;
}

.re_list .bottom dl{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.re_list .bottom dt{
    color: #0d6fa7;
    font-weight: 700;
    width: 70px;
}

.re_list .bottom dd{
    width: calc(100% - 70px);
}


@media (max-width: 590px){
	.concept {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
}

/* .slider img {
    width: 100%;
    height: 62vh;
    object-fit: cover;
} */

.slider .thumb-item-nav1 .slick-slide {
	height: 100px!important;
}

.slider .thumb-item-nav1 img {
    width: 100%;
    object-fit: cover;
}

.image_sale_banner {
	margin: 0 15px 30px 15px;
}

.image_sale_banner img {
	width: 100%;
}

.image_sale_banner a:hover {
	background-color: #000;
}

.image_sale_banner a:hover img {
	opacity: 80%;
}

.table_section_area {
	width: 100%;
}

.table_section_area table,
.table_section_area td {
	border: solid 1px #ddd;
	box-sizing: border-box;
}

.table_section_area thead {
	background-color: #aaa;
	color: #333;
	text-align: center;
}

.table_section_area tbody td {
	text-align: center;
	padding: 10px 15px;
}

.table_section_area tbody td:nth-child(2) {
	text-align: left;
}

