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

/* 全体（色系）*/
body {

    &.brokerage-sale {
        .sec05 {
            .cbox01:before {
                display: none;
            }
        }
    }
}

@media screen and (min-width: 1025px) {
    body {
        #page_top {
            width: 154px;
        }
    }
}

/* パソコン以上*/
@media screen and (min-width: 1281px) {
    body {
        &.brokerage-sale {
            .sec05 .sub_images_ul .li figure img {
                width: 100px;
            }
        }

        .contact_infoarea {
            padding: 0 5%;
        }
    }
}

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

/* タブレット*/
@media screen and (max-width: 1024px) {
    body {
        #page_top {
            width: 154px;
        }

        #main_visual .copy_text {
            inset: 30% 0 0 10%;
        }
    }
}

/* 携帯*/
@media screen and (max-width: 767px) {
    body {
        #main_visual .copy_text {
            inset: 2% 0 0 0;
        }

        .price_list01 li .list_body {
            text-align: center;
        }

        .chk_list02.cul02 {
            display: block;
        }

        .chk_list02.cul02 li {
            width: 100%;
            margin-bottom: 15px;
        }

        main section .page_title {
            width: 100%;
        }

        .case_dl01 {
            display: block;

            dt {
                text-align: left;
                margin-bottom: 10px;
            }
        }

        .accordion-area .faq_title {
            padding: 15px 10% 15px 40px;
        }
    }
}
