@charset "UTF-8";

/* dealer-showroom -------------------- */

.dealer-showroom {
    display: flex;
    justify-content: center;
    margin-left: -16px;
    margin-right: -16px;
}

.dealer-showroom_col {
    margin-left: 16px;
    margin-right: 16px;
    width: 50%;
}

.dealer-showroom_col > img {
    width: 100%;
    height: auto;
}

/* SP */
@media (max-width: 767px) {
    .dealer-showroom {
        display: block;
        justify-content: normal;
        margin-left: 0px;
        margin-right: 0px;
    }
    .dealer-showroom_col {
        margin: 0 0 20px;
        width: 100%;
    }
    .dealer-showroom_col:last-child {
        margin-bottom: 0;
    }
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
}
/* PC */
@media (min-width: 1280px) {
}


/* dealer-staffs -------------------- */

.dealer-staffs {
    text-align: center;
    font-size: 0;
    margin-left: -8px;
    margin-right: -8px;
}

.dealer-staffs > li {
    font-size:  1.6rem;
    display: inline-block;
    vertical-align: top;
    padding-left: 8px;
    padding-right: 8px;
    width: 16.66%;
    box-sizing: border-box;
}

.dealer-staffs > li:nth-child(n+7) {
    margin-top: 25px;
}

.dealer-staffs > li:nth-child(6n+1) {
    clear: both;
}

/* SP */
@media (max-width: 767px) {
    .dealer-staffs {
        margin-left: -16px;
        margin-right: -16px;
    }

    .dealer-staffs > li {
        width: 50%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .dealer-staffs > li:nth-child(n+7) {
        margin-top: 0;
    }

    .dealer-staffs > li:nth-child(n+3) {
        margin-top: 28px;
    }

    .dealer-staffs > li:nth-child(6n+1) {
        clear: none;
    }

    .dealer-staffs > li:nth-child(2n+1) {
        clear: both;
    }
}

/* dealer-staffs -------------------- */

/* .dealer-staff {
} */

.dealer-staff_img {
    position: relative;
    margin-bottom: 16px;
}

.dealer-staff_img > img {
    width: 100%;
    height: auto;
}

.dealer-staff_ic {
    text-indent: 200%;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2em;
    height: 2em;
    background-color: #3a3a3a;
    background-image: url(/dealer/img2018/ic_staff.svg);
    background-size: 2em 6em;
    background-repeat: no-repeat;
}

.dealer-staff_ic.dealer-staff_ic__sales {
    background-position: 0 0;
}

.dealer-staff_ic.dealer-staff_ic__tech {
    background-position: 0 -2em;
}

.dealer-staff_ic.dealer-staff_ic__clerical {
    background-position: 0 -4em;
}

.dealer-staff_name {
    line-height: 1.2;
    font-size: 1.4rem;
    text-align: center;
}

.dealer-staff_name2 {
    font-family: "RenaultFont";
    font-size: 1.2rem;
    text-align: center;
}


/* SP */
@media (max-width: 767px) {
    .dealer-staff_img {
        margin-bottom: 10px;
    }

    .dealer-staff_name {
        font-size: 1.2rem;
        margin-bottom: 4px;
    }

    .dealer-staff_name2 {
        font-size: 1.0rem;
    }
}

/* dealer-staffs -------------------- */

.dealer-description {
    margin-top: 46px;
    border: 8px solid #f5f5f5;
}

.dealer-description_row {
    padding: 12px 10px;
    border-bottom: 1px solid #f5f5f5;
}
.dealer-description_row:last-child {
    border-bottom: none;
}

.dealer-description_ic {
    display: flex;
    justify-content: center;
    margin-left: -23px;
    margin-right: -23px;
}

.dealer-description_ic > li {
    position: relative;
    margin-left: 23px;
    margin-right: 23px;
    padding-left: 28px;
    font-size: 1.2rem;
    line-height: 1.2;
}

.dealer-description_ic > li:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #3a3a3a;
    background-image: url(/dealer/img2018/ic_staff.svg);
    background-size: 20px 60px;
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.dealer-description_ic > li.dealer-description_ic_item:before {
    background-position: 0 0;
}

.dealer-description_ic > li.dealer-description_ic_item2:before {
    background-position: 0 -20px;
}

.dealer-description_ic > li.dealer-description_ic_item3:before {
    background-position: 0 -40px;
}

.dealer-description_en {
    display: flex;
    justify-content: center;
    margin-left: -7px;
    margin-right: -7px;
}

.dealer-description_en_item {
    font-size: 0;
    margin-left: 7px;
    margin-right: 7px;
}

.dealer-description_en_item > dt,
.dealer-description_en_item > dd {
    font-size: 1.2rem;
    line-height: 1.2;
    display: inline-block;
}

.dealer-description_en_item > dt {
    font-family: "RenaultFont";
}

.dealer-description_en_item > dt:after {
    content: ':';
}

/* .dealer-description_en_item > dd {
} */


/* SP */
@media (max-width: 767px) {
    .dealer-description {
        margin-top: 26px;
    }

    .dealer-description_ic {
        margin-left: -10px;
        margin-right: -10px;
    }

    .dealer-description_ic > li {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 1.0rem;
    }

    .dealer-description_en {
        display: block;
        margin-left: 0px;
        margin-right: 0px;
    }

    .dealer-description_en_item {
        margin: 0 0 8px;
        text-align: center;
    }

    .dealer-description_en_item:last-child {
        margin-bottom: 0;
    }

    .dealer-description_en_item > dt,
    .dealer-description_en_item > dd {
        font-size: 1.0rem;
    }
}


/* dealer-wp-infolists -------------------- */

.dealer-wp-infolists {

}

.dealer-wp-infolists__item {
    border-bottom: 1px solid #dbdbdb;
}

.dealer-wp-infolists__item:first-child {
    border-top: 1px solid #dbdbdb;
}

.dealer-wp-infolists__item:nth-child(odd) {
    background: #fbfbfb;
}

.dealer-wp-infolists__item > a {
    color: #333333 !important;
    text-decoration: none !important;
}

/* dealer-wp-infolist -------------------- */

.dealer-wp-infolist {
    display: flex;
    padding-left: 16px;
    padding-right: 16px;
}

.dealer-wp-infolist > dt {
    width: 5em;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.6rem;
    font-family: 'RenaultFont', "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
    margin-right: 16px;
}

.dealer-wp-infolist > dd {
    padding-top: 8px;
    padding-bottom: 8px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.dealer-wp-infolist > dd > :last-child {
    margin-bottom: 0;
}

.dealer-wp-infolist__label {
    margin-bottom: 4px;
    line-height: 1.2;
    vertical-align: middle;
}

.dealer-wp-infolist__txt {
    font-size: 1.4rem;
    margin-bottom: 1em;
}

/* PC */
@media (min-width: 768px) {

    .dealer-wp-infolist > dd {
        flex-direction: row;
    }

    .dealer-wp-infolist__label {
        margin-bottom: 0;
        line-height: 1;
        margin-right: 16px;
    }

}

/* dealer-wp-infolabel -------------------- */

.dealer-wp-infolabel {
    font-family: 'RenaultFont';
    font-size: 1.0rem;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    min-width: 4.4em;
    padding: 3px;
    display: inline-block;
    background-color: #dbdbdb;
}

.dealer-wp-infolabel.dealer-wp-infolabel--type2 {
    background-color: #666;
    color: #fff;
}
