@charset "UTF-8";
/* ************************************** _
タイトル：top-stockcar.css
概要：中古車システム トップページ用 CSS
更新：2020.01.15
_ ************************************** */
/* 中古車システム　インデックス表示
---------------------------------------------------------------------------- */
.indexStockcar {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.indexStockcar .stockcarList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.indexStockcar .stockcarList__item {
    margin-left: 0;
    width: calc(-1px + (100% - 20px * 2) / 3);
}

.indexStockcar .stockcarList__item:nth-child(3n+2) {
    margin-left: 20px;
}

.indexStockcar .stockcarList__item:nth-child(3n) {
    margin-left: 20px;
}

.indexStockcar .stockcarList {
    margin-bottom: 30px;
}

.indexStockcar .stockcarList .stockcarList__item {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    overflow: hidden;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarShop {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    height: 30px;
    margin-bottom: -32px;
    padding: 0 10px;
    position: relative;
    width: 100%;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarShop > p {
    margin-top: -12px;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarShop .new-arrivals {
    margin-top: 0;
    position: relative;
    text-align: center;
    width: 36px;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarShop .new-arrivals::before {
    background-color: #CC0000;
    border-radius: 0 0 7px 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    content: "NEW";
    display: block;
    font-size: 10px;
    font-weight: normal;
    height: 13px;
    line-height: 13px;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 36px;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarShop .new-arrivals span {
    display: inline-block;
    line-height: 1;
    padding-top: 16px;
    padding-left: 0;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarShop .new-arrivals.hidden {
    display: none;
}

.indexStockcar .stockcarList .stockcarList__item .shop-info {
    display: block;
    font-size: 1.0rem;
    line-height: 1;
    text-align: right;
    width: 100%;
}

.indexStockcar .stockcarList .stockcarList__item .shop-info .pref {
    display: inline-block;
}

.indexStockcar .stockcarList .stockcarList__item .shop-info .pref::after {
    content: "｜";
    display: inline;
}

.indexStockcar .stockcarList .stockcarList__item .shop-info .name {
    display: inline-block;
    margin-bottom: 0;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo {
    position: relative;
    height: 100%;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    position: relative;
    padding: 15px 20px;
    text-decoration: none;
    width: 100%;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo a:hover, .indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo a:active, .indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo a:focus {
    background-color: rgba(204, 0, 0, 0.05);
    color: #333;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo a:hover img, .indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo a:active img, .indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo a:focus img {
    opacity: 0.80;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 602px;
    width: 100%;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .image img {
    width: 240px;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .model-info {
    margin-bottom: 20px;
    margin-top: 15px;
    width: 100%;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .model-info .maker {
    margin-bottom: 3px;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .model-info .title {
    line-height: 1.2;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .model-info .spec {
    font-size: 15px;
    line-height: 1.1;
    margin-bottom: 0;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .model-info .spec span::before {
    content: "｜";
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .model-info .spec span:first-child::before {
    display: none;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .price-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .price-info .base-price,
.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .price-info .total-price {
    width: 48%;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .price-info .base-price .title,
.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .price-info .total-price .title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 13px;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .price-info .base-price .price,
.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .price-info .total-price .price {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .price-info .base-price .price .integer,
.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .price-info .total-price .price .integer {
    font-size: 30px;
    font-weight: bold;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .price-info .base-price .price .decimal,
.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .price-info .total-price .price .decimal {
    font-size: 24px;
    font-weight: bold;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .price-info .base-price .price .unit,
.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .price-info .total-price .price .unit {
    font-size: 15px;
    font-weight: bold;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .price-info .base-price {
    margin-right: 4%;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .price-info .total-price .price > span {
    color: #CC0000;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarSubInfo {
    margin-top: 20px;
    max-width: 602px;
    width: 100%;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarSubInfo .spec-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarSubInfo .spec-info .item {
    font-size: 12px;
    margin-left: 1.25%;
    text-align: center;
    width: 19%;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarSubInfo .spec-info .item:first-child {
    margin-left: 0;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarSubInfo .spec-info .item p {
    line-height: 1.25;
    padding: 0 5px;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarSubInfo .spec-info .item .title {
    background-color: #eee;
    margin-bottom: 10px;
    padding: 2px 0;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarSubInfo .spec-info .item .num {
    font-size: 15px;
    font-weight: bold;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .request-btn {
    bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    margin: auto;
    max-width: 300px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 20;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .request-btn button {
    -webkit-appearance: button;
    cursor: pointer;
    overflow: visible;
    text-transform: none;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .request-btn button.btn {
    background: #fff;
    border: 1px solid #ccc;
    clear: both;
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 10px auto;
    max-width: 100%;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 100%;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .request-btn button.btn::after {
    border-right: 3px solid #CC0000;
    border-top: 3px solid #CC0000;
    content: '';
    display: block;
    height: 10px;
    margin-top: -6px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .request-btn button.btn:hover, .indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .request-btn button.btn:active, .indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .request-btn button.btn:focus {
    background: #CC0000;
    color: #fff;
    border: 1px solid #CC0000;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .request-btn button.btn:hover::after, .indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .request-btn button.btn:active::after, .indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .request-btn button.btn:focus::after {
    border-right-color: #fff;
    border-top-color: #fff;
}

@media screen and (max-width: 992px) {
    .indexStockcar .stockcarList__item {
        margin-left: 0;
        width: calc(-1px + (100% - 15px) / 2);
    }

    .indexStockcar .stockcarList__item:nth-child(3n+2) {
        margin-left: 0;
    }

    .indexStockcar .stockcarList__item:nth-child(3n) {
        margin-left: 0;
    }

    .indexStockcar .stockcarList__item:nth-child(2n+1) {
        margin-left: 0;
    }

    .indexStockcar .stockcarList__item:nth-child(2n) {
        margin-left: 15px;
    }
}

@media screen and (max-width: 600px) {
    .indexStockcar .stockcarList__item {
        width: 100%;
    }

    .indexStockcar .stockcarList__item:nth-child(3n+2) {
        margin-left: 0;
    }

    .indexStockcar .stockcarList__item:nth-child(3n) {
        margin-left: 0;
    }

    .indexStockcar .stockcarList__item:nth-child(2n+1) {
        margin-left: 0;
    }

    .indexStockcar .stockcarList__item:nth-child(2n) {
        margin-left: 0;
    }

    .indexStockcar .stockcarList__item:nth-child(4),
    .indexStockcar .stockcarList__item:nth-child(5),
    .indexStockcar .stockcarList__item:nth-child(6) {
        display: none;
    }

    .indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo a {
        padding: 15px;
    }
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 602px;
    width: 100%;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .image img {
    width: 240px;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .model-info {
    margin-bottom: 20px;
    margin-top: 15px;
    width: 100%;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .model-info .maker {
    margin-bottom: 3px;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .model-info .title {
    line-height: 1.2;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .model-info .spec {
    font-size: 15px;
    line-height: 1.1;
    margin-bottom: 0;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .model-info .spec span::before {
    content: "｜";
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .model-info .spec span:first-child::before {
    display: none;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .price-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .price-info .base-price,
.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .price-info .total-price {
    width: 48%;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .price-info .base-price .title,
.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .price-info .total-price .title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 13px;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .price-info .base-price .price,
.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .price-info .total-price .price {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .price-info .base-price .price .integer,
.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .price-info .total-price .price .integer {
    font-size: 30px;
    font-weight: bold;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .price-info .base-price .price .decimal,
.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .price-info .total-price .price .decimal {
    font-size: 24px;
    font-weight: bold;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .price-info .base-price .price .unit,
.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .price-info .total-price .price .unit {
    font-size: 15px;
    font-weight: bold;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .price-info .base-price {
    margin-right: 4%;
}

.indexStockcar .stockcarList .stockcarList__item .stockcarCarInfo .stockcarMainInfo .model-price-wrap .price-info .total-price .price > span {
    color: #CC0000;
}


