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

/* 全体（色系）*/
body {
	.pc_on2 {
		display: block;
	}
}

/* パソコン以上*/
@media screen and (min-width: 1281px) {
    body {
        .header-nav li a {
            border-right: dotted 1px #fff;
        }

        .header-nav li:last-child a {
            border-right: none;
        }

        &.reason,
        &.reform-renovation,
        &.full-renovation,
        &.used-property,
        &.bathroom-renovation,
        &.another-renovation,
        &.construction-system,
        &.reseller,
        &.recruit {
            .sec01 {
                .layout_b .imgbox {
                    width: 55%;
                    margin-right: 60px;
                }

                .layout_a .imgbox {
                    width: 55%;
                    margin-left: 60px;
                }
            }
        }

        &.company {
            .sec00 {
                .layout_b .imgbox {
                    width: 45%;
                    margin-right: 60px;
                }
            }
        }

        .flow_list li.flow_in_flex .imgbox {
            justify-content: center;
            width: 20%;
        }

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

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

/* タブレット*/
@media screen and (max-width: 1024px) {
    body {
        #main_visual .copy_text {
            left: 35%;
        }

        &.reform-renovation {
            .sec00 {
                .unkmenu.cul2 {
                    display: flex;
                }
            }
        }
    }
}

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

        main section .page_title {
            width: 100%;
        }

        &.reform-renovation {
            .sec00 {
                .unkmenu.cul2 {
                    display: block;
                }
            }
        }
		.sp_on {
			display: block;
		}
		
		.pc_on2 {
		display: none;
	}
    }
}
