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

/* 全体（色系）*/
body {
    &.single-stock_cars_post {
        .tbl_list02 li {
            padding: 30px;
            margin-bottom: 0;
        }

        .tbl_list02 li .list_ttl {
            padding: 0;
            width: 240px;
        }

        .tbl_list02 li .list_body {
            padding: 0;
        }

        .tbl_list02 li:before {
            width: 200px;
        }
    }

    .tp_sec06 {
        .tbl_list02 li {
            padding: 20px;
            margin-bottom: 0;
        }

        .tbl_list02 li .list_ttl {
            padding: 0;
            width: 160px;
        }

        .tbl_list02 li .list_body {
            padding: 0;
        }

        .tbl_list02 li:before {
            width: 140px;
        }
    }

    footer .footer_menu li:last-child a {
        border-right: none;
        padding-right: 0;
    }
}

/* パソコン以上*/
@media screen and (min-width: 1281px) {
    body {
        .tp_sec02 {
            .layout_b .txtbox {
                margin-left: 80px;
            }

            .box02.layout_a .imgbox {
                width: 52%;
            }

            .box02.layout_a {
                margin-right: 2%;
                width: 72%;

                .txtbox {
                    margin-bottom: 10%;
                }
            }
        }

        .tp_sec04 {
            .layout_b .txtbox {
                margin-left: 90px;
            }
        }

        .info-box {
            padding: 0 5%;
        }
    }
}

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

/* タブレット*/
@media screen and (max-width: 1024px) {
    body {
        .tp_sec01 .sec01_bg {
            top: 35%;
        }

        .tp_sec01:before {
            height: 25%;
        }

        #main_visual .mv_scr {
            bottom: 90px;
        }

        footer .footer_menu li {
            display: none;
        }
    }
}

/* 携帯*/
@media screen and (max-width: 767px) {
    body {
        .tp_sec01 .sec01_bg {
            top: 15%;
        }

        .tp_sec01:before {
            height: 10%;
        }

        #main_visual .mv_scr {
            bottom: 65px;
        }

        .sp_pa {
            padding: 0 20px;
        }

        .tp_sec06 {
            .tbl_list02 li {
                padding: 20px;
                margin-bottom: 0;
            }

            .tbl_list02 li .list_ttl {
                padding: 0;
                width: 100px;
            }

            .tbl_list02 li .list_body {
                padding: 0;
            }

            .tbl_list02 li:before {
                width: 100px;
            }
        }

        &.single-stock_cars_post {
        .tbl_list02 li {
            padding: 20px 15px;
            margin-bottom: 0;
        }

        .tbl_list02 li .list_ttl {
            padding: 0;
            width: 130px;
        }

        .tbl_list02 li .list_body {
            padding: 0;
        }

        .tbl_list02 li:before {
            width: 130px;
        }
    }

        .add_process_contact {
            .contents_wrap {
                padding: 0;
            }
        }
    }
}
