/* 強み */
.strong_point .ttl_h2 {
    margin-bottom: 10px;
}

.strong_point_contents {
    width: 90%;
    margin: 0 auto;
}

.strong_point_img {
    width: 70%;
    margin: 30px auto 0;
}

/* メリット */
.merit .ttl_h2::after {
    bottom: 5px;
}

.wrap_merit_flex_box {
    width: 90%;
    margin: 0 auto;
}

.merit_flex_contents {
    margin-bottom: 20px;
}

.merit_flex_contents:last-child {
    margin-bottom: 0;
}

.merit_flex_contents_head {
    background: url(../images/used-car/bg_used-car_merit_sp.png) no-repeat center;
    background-size: 212px 214px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 214px;
    padding-top: 30px;
    color: #0B318F;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1.4;
}

.merit_headline {
    display: inline-block;
    background: #6EBEE6;
    padding: 5px 10px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
    color: #fff;
}

.merit_flex_contents:nth-child(2) .merit_headline {
    margin-bottom: 10px;
}

.merit_headline::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #6EBEE6 transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.ttl_h3_merit {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    font-size: 32px;font-size: 3.2rem;
    margin-bottom: 5px;
}

/* 在庫車輌ボタン */
.btn_used_car a {
    display: block;
    position: relative;
    width: 90%;
    margin: 40px auto;
    padding: 2%;
    border: 1px solid #707070;
}

.btn_used_car p  {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 16px;font-size: 1.6rem;
    font-weight: bold;
    white-space: nowrap;
}

@media screen and (min-width: 769px) {
    /* 強み */

    .strong_point_contents {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
    }

    .strong_point_text {
        width: 65%;
        max-width: 560px;
        line-height: 2;
    }

    .strong_point_text span {
        display: block;
        margin: 1em 0;
    }

    .strong_point_img {
        width: 40%;
        max-width: 293px;
        margin: 0;
    }

    /* メリット */
    .wrap_merit_flex_box {
        width: 100%;
        margin: 0;
        display: flex;
        justify-content: space-between;
    }
    
    .merit_flex_contents {
        margin-bottom: 0;
        width: 32%;
        max-width: 272px;
    }
    
    .merit_flex_contents_head {
        background: url(../images/used-car/bg_used-car_merit_pc.png) no-repeat center;
        background-size: 270px 270px;
        height: 270px;
        padding-top: 30px;
        margin-bottom: 20px;
    }
    
    .merit_headline {
        margin-bottom: 10px;
    }
    
    .ttl_h3_merit {
        font-size: 40px;font-size: 4.0rem;
    }

    /* 在庫車輌ボタン */
    .btn_used_car a {
        width: 100%;
        max-width: 910px;
        margin: 100px auto 150px;
        padding: 10px;
    }

    .btn_used_car a:hover {
        opacity: 0.6;
    }

    .btn_used_car p  {
        font-size: 20px;font-size: 2.0rem;
    }
}