/*k_showroom_sp.css*/

.sp {
    width: auto;
    height: auto;
    margin-right: auto;
}

p {
    font-size: 14px;
}

.k_showroom h2 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}


.spel_c {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    margin-left:10px;
}

.title_l {
    font-size: 16px;
    font-weight: 700;
    margin: 14px 0;
}

.title_q {
    font-size: 15px;
    font-weight: 500;
    margin: 16px 0px;
    margin-left: 10px;
}


.title_b {
    font-size: 15px;
    color: #0072C1;
    font-weight: 700;
    line-height: 20px;
}

.red {
    font-size: 12px!important;
    line-height: 20px;
    text-align:start;
}

.ft14_sp {
    font-size: 14px!important;
}

img.sp {
    width: 100%;
    height: auto;
    margin: 0 auto;
}


.mb_10_sp {
    margin-bottom: 10px;
}

.mb_20_sp {
    margin-bottom: 20px;
}

.mb_30_sp {
    margin-bottom: 30px;
}

.car {
    font-size: 14px;
    padding: 10px 20px;
    line-height: 1.4;
}

.mt15_m {
    margin-top: 0;
}

.bt_bg {
    width: 380px;
    height: auto;
    background: #0072c1;
    margin: 0 auto;
    position: relative;
}

.bt_bg a {
    color: #fff;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-align: center;
    position: relative;
    z-index: 10;
}


.bt_bg a:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 20px;
    background-image: url(/assets/smc_img/common/arrow_white01.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 36%;
    right: 6%;
}




