
/*-----------------------------------予算から探す-----------------------------------------*/
.ochugen_kakaku {
   font-size: 18px;
    font-weight: bold;
    margin: 35px 0px 0;
    position: relative;
}
/*-------------------予算--------------------*/
ul.priceList li {
    padding-bottom: 10px;
}
.priceList li a {
    display: flex;
    background: #2d2360;
    position: relative;
    box-shadow: 3px 3px 5px rgba(155,155,155,0.5);
}
.priceList li a figure {
    width: 40%;
}
.priceList li a figure img {
    width: 100%;
    height: 100%;
}
.priceList li a .priceText {
    position: absolute;
    top: 25%;
    left: 44%;
}
.priceList li a figure::after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border: 6px solid transparent;
    border-right-color: #fff;
    border-bottom-color: #fff;
    bottom: 10px;
    right: 10px;
}
.priceList li a .priceText .lead {
    font-size: 12px;
    color: #fff;
}
.priceList li a .priceText .price {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-top: 3px;
}
.priceList li a .priceText .price span {
    font-size: 12px;
}
