@charset "utf-8";
/* 
サイト固有の記述
*/

/* 全体（色系）*/
body {
    &.repair,
    &.oilchange {
        .tbl_list01 li .tbl_ttl,
        .tbl_list01 li .tbl_body {
            border-radius: 0;
            border: solid 1px #cccccc;
        }

        .tbl_list01 li .tbl_body {
            text-align: center;
        }

        .tbl_list01 li {
            margin-bottom: 0;
        }
    }
}

/* パソコン以上*/
@media screen and (min-width: 1281px) {
    body {
        &.car-sales,
        &.repair,
        &.inspection,
        &.oilchange,
        &.purchase-2,
        &.lease,
        &.insurance-2 {
            .sec01 {
                .layout_a {
                    align-items: center;
                }
            }

            .sec01 .layout_a .imgbox {
                width: 50%;
            }
        }

        .flow_list li.flow_in_flex .imgbox {
            width: 10%;
        }
    }
}

/* モニター以上*/
@media screen and (min-width: 1860px) {
    body {
    }
}

/* タブレット*/
@media screen and (max-width: 1024px) {
    body {
        main section .page_title {
            width: 100%;
        }
    }
}

/* 携帯*/
@media screen and (max-width: 767px) {
    body {
    }
}
