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

/* 全体（色系）*/
body {
    .flow_list li p {
        color: #1F2F54;
    }
}

/* パソコン以上*/
@media screen and (min-width: 1281px) {
    body {

        .basic_ul01 {
            max-width: 400px;
            margin: 0 auto;
        }

        &.strengths,
        &.commercial-air-conditioner,
        &.household-air-conditioner,
        &.contractor {
            .sec01 {
                .layout_a .imgbox,
                .layout_b .imgbox {
                    width: 55%;
                }
            }
        }

        &.recruit {
            .sec02 {
                .layout_a .imgbox,
                .layout_b .imgbox {
                    width: 55%;
                }
            }
        }

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

        #main_visual .scrolldown2 {
            bottom: -5%;
        }
    }
}

/* モニター以上*/
@media screen and (min-width: 1860px) {
    body {
        #main_visual .scrolldown2 {
            bottom: 0px;
        }
    }
}

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

        main section .page_title {
            top: 65%;
        }
    }
}

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

        main section .page_title {
            top: 50%;
        }

        .non_thum_list li:after {
            content: none;
        }

        .footerUpper .footer_flex .f_company {
            text-align: center;
        }

        h2.f28 {
            font-size: 18px;
        }

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