#reg_passmail{
    display: none;
}
.item-policy+.item-policy{
    margin-top: 30px;
}

.property-item{
    align-items: flex-start;
}
.property-item picture{
    position: relative;
}
.property-item picture.type2:before,
.property-item picture.type3:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9;
}
.property-item picture.type2:after
{
    content: "売却済";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: red;
    color: #fff;
    text-align: center;
    padding: 5px 20px;
    z-index: 9;
    font-weight: 700;
    font-size: 24px;

}
.property-item picture.type3:after{
    content: "交渉中";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: var(--primary);
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 5px 20px;
    z-index: 9;
    font-weight: 700;
}




.business-list__item--inner>figure{
    position: relative;
}
.business-list__item--inner>figure.type2:before,
.business-list__item--inner>figure.type3:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9;
}
.business-list__item--inner>figure.type2:after
{
    content: "売却済";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: red;
    color: #fff;
    text-align: center;
    padding: 5px 20px;
    z-index: 9;
    font-weight: 700;
    font-size: 24px;

}
.business-list__item--inner>figure.type3:after{
    content: "交渉中";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: var(--primary);
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 5px 20px;
    z-index: 9;
    font-weight: 700;
}

.business-list__item--inner>figure{
    position: relative;
}
.business-list__item--inner>figure.type2:before,
.business-list__item--inner>figure.type3:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9;
}
.business-list__item--inner>figure.type2:after
{
    content: "売却済";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: red;
    color: #fff;
    text-align: center;
    padding: 5px 20px;
    z-index: 9;
    font-weight: 700;
    font-size: 24px;

}
.business-list__item--inner>figure.type3:after{
    content: "交渉中";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: var(--primary);
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 5px 20px;
    z-index: 9;
    font-weight: 700;
}


.business-list__item .business-list__item--inner ul li span{
    min-width: 120px;
    width: 120px;
    text-align: center;
}

.property-item__title{
    align-items: flex-start;
}
.property-item__title h4{
    white-space: nowrap;
}

@media only screen and (min-width: 768px){
    .property-item__body table tr th,
    .property-item__body table tr td{
        width: 25%;
    }
}

.property-detail__images figure img{
    width: 100%;
    aspect-ratio: 360/200;
    object-fit: cover;
}


@media only screen and (max-width: 767px){
    .business-list__item--inner>figure.type3:after{
        font-size: 16px;
    }
}

.property-item__number{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* 21 12 2025 */
@media only screen and (min-width: 768px) {
    .business-list__item--inner .property-item__time,
    .business-list__item--inner .property-item__number{
        font-size: 14px;
    }
    
    .property-detail__detail--bottom.ml{
        width: calc(50% - 28px);
        margin-left: auto;
    }
}
@media only screen and (min-width: 768px) {
    .business-list__item--inner .property-item__title h3 {
        font-size: 18px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1; /* number of lines to show */
        line-clamp: 1; 
        -webkit-box-orient: vertical;
    }
    .business-list__item--inner   .property-item__title h4 {
        font-size: 15px;
    }

}

.tml-inline-error{
    font-size: 14px;
    color: #DF0700;
}

.tml-inline-error{
    display: block;
    width: 100%;
}