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

/* 全体（色系）*/
body {
    .sp_on2 {
        display: none;
    }

    .pc_on2 {
        display: block;
    }
}

/* パソコン以上*/
@media screen and (min-width: 1281px) {
    body {
        .add_reason {
            .layout_a .imgbox {
                width: 40%;
            }
        }

        &.sell-commercial-p,
        &.sell-land,
        &.sell-kodate,
        &.sell-mansion,
        &.inheritance,
        &.vacant,
        &.apartment-land,
        &.management,
        &.tips-short-sale,
        &.tips-how,
        &.tips-kinds,
        &.tips-flow,
        &.tips-cost {
            .sec00 {
                .layout_a.type01 .imgbox {
                    width: 40%;
                    margin-left: 6rem;
                }
            }

            .sec02 {
                .layout_b.type01 .imgbox {
                    margin-right: 3rem;
                }

                .layout_a.type01 .imgbox {
                    margin-left: 3rem;
                }
            }
        }

        &.apartment-land {
            main section .page_title {
                width: auto;
            }
        }
    }
}

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

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

/* 携帯*/
@media screen and (max-width: 767px) {
    body {
		
		#main_visual {
			height: 50vh;
		}
		
		.main-catch {
			height: 50vh;
		}
		
        .sp_on2 {
            display: block;
        }

        .pc_on2 {
            display: none;
        }

        .add_works {
            .inbox01 {
                .f15 {
                    font-size: 11px;
                }
            }
        }

        .add_sell_menu {
            padding-top: 8rem;
        }

        .add_sell_menu:before {
            height: 350px;
        }

        .add_company {
            .layout_b.type03 .imgbox figure {
                text-align: center;
            }
        }

        &.course-taketime {
            .sec01 {
                .wbox01 {
                    .f36 {
                        font-size: 17px;
                    }

                    .f28 {
                        font-size: 16px;
                    }
                }
            }
        }

        .panel_list01 {
            grid-template-columns: repeat(2, 1fr);
        }

        .thum_list02 li {
            padding: 0 0 20px;
        }
    }
}
