.top-banner
{
    text-align: center;

    background: #efefef;
}

.top-banner img
{
    width: 100%;
    max-width: 1344px;
}

.buy-flow
{
    margin: 50px auto 20px;
}

.buy-flow img
{
    width: auto;
    height: 150px;
}

.buy-flow div
{
    text-align: center;
}

.flow-title
{
    font-size: 24px;
    font-weight: bold;

    display: flex;

    align-items: center;
}

.flow-title:before,
.flow-title:after
{
    display: block;

    height: 1px;

    content: '';

    background: #444;

    flex-grow: 1;
}

.flow-title:before
{
    margin-right: 1em;
}

.flow-title:after
{
    margin-left: 1em;
}

.num-blue
{
    font-size: 50px;
    font-weight: bold;

    float: left;

    padding: 0 20px 0 0;

    color: #0098e1;
}

.buy-flow ul
{
    display: inline-block;

    width: 24%;
}

.buy-flow ul li:first-of-type
{
    text-align: center;
}

.buy-flow ul li p
{
    font-weight: bold;

    white-space: nowrap;
}

.buy-flow ul li p.buy-txt
{
    font-size: 14px;
}

.buy-flow .flow-txt
{
    font-size: 20px;
    font-weight: bold;

    text-align: center;
}

.gray-title-box
{
    position: relative;
}

.car-lineup .car-list
{
    margin: 40px 0;
}

.car-lineup .car-list .car-box
{
    display: inline-block;

    width: 33%;
    margin-bottom: 70px;
    padding: 0 20px;
}

.car-lineup .car-center
{
    text-align: center;
}

.car-lineup .car-left
{
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
    align-items: top;
}

.car-left:after
{
    display: block;

    width: 33%;
    height: 0;

    content: '';
}

.car-list .car-thum img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}

.car-lineup-img
{
    position: absolute;
    top: -33px;
    right: 20px;

    width: auto;
    height: 200px;
}

.car-name
{
    font-size: 20px;
    font-weight: bold;

    margin-top: 20px;
}

.car-grade
{
    font-size: 20px;
}

.pay_total
{
    font-size: 12px;
    font-weight: bold;

    text-align: end;

    color: #000;
}

.pay_total span
{
    vertical-align: baseline;
}

.pay_total .total_price
{
    font-size: 30px;

    padding: 0 5px;

    color: #e60012;
}

.pay_total span.unit
{
    font-size: 20px;
    font-weight: bold;

    padding-right: 10px;

    color: #000;
}

.detail-btn a
{
    font-size: 20px;
    font-weight: bold;

    display: inline-block;

    width: 100%;
    margin: 10px auto;
    padding: 10px 0;

    text-align: center;

    color: #fff;
    border-radius: 40px;
    background: #0071bc;
}

.detail-btn img
{
    width: 20px;
    margin: 0 10px 5px;
}

.car-lineup-caption
{
    font-weight: bold;
}

.sp-br-min
{
    display: none;
}

.merit-demerit
{
    text-align: center;
}

.merit-demerit img
{
    max-width: 100%;
}

.pc-none
{
    display: none;
}

@media screen and (max-width: 992px)
{
    section
    {
        width: 100%;
    }
    .flow-title
    {
        margin: 30px 0;
    }
    .buy-flow ul
    {
        font-size: 14px;

        width: 49%;
        height: 180px;
        margin: 0;
    }
    .buy-flow ul li p
    {
        display: contents;
    }
    .buy-flow ul li p.buy-txt
    {
        font-size: 10px;

        display: inline-block;

        padding-left: 5px;

        text-align: left;
    }
    .buy-flow ul li p.num-blue
    {
        font-size: 20px;
    }
    .buy-flow img
    {
        width: 100%;
        height: 100px;

        -o-object-fit: contain;
           object-fit: contain;
    }
    .buy-flow .flow-txt
    {
        font-size: 16px;
    }
    .buy-li-last
    {
        width: 100%;

        text-align: center;
    }
    .car-lineup-img
    {
        display: none;
    }
    .car-lineup .car-list .car-box
    {
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }
    .car-lineup .car-list .car-thum
    {
        display: inline;
        float: left;

        width: 43%;
        height: 150px;
    }
    .car-list .car-thum img
    {
        width: 90%;
    }
    .detail-btn
    {
        text-align: end;
    }
    .detail-btn a
    {
        font-size: 14px;

        width: 55%;
        padding: 5px 0;
    }
    .detail-btn img
    {
        display: none;
    }
    .car-name,
    .car-grade
    {
        font-size: 16px;
    }
    .pay_total .total_price
    {
        font-size: 20px;
    }
    .pay_total
    {
        font-size: 10px;
    }
    .pay_total span.unit
    {
        font-size: 14px;

        padding: 0;
    }
    .num-blue
    {
        font-size: 30px;

        height: 150px;
    }
    .car-lineup-caption
    {
        font-size: 14px;
    }
    .sp-none
    {
        display: none;
    }
    .pc-none
    {
        display: inline-block;
    }
}

@media screen and (max-width: 360px)
{
    .sp-br-min
    {
        display: inline;
    }
}
