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

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

/* パソコン以上*/
@media screen and (min-width: 1281px) {
    body {
        main section .page_title {
            top: 60%;
        }

        &.contact {
            a.tel_link {
                font-size: 40px;
            }
        }
    }
}

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

/* タブレット*/
@media screen and (max-width: 1024px) {
    body {
        main section .page_title {
            top: 65%;
        }

        .contents_2cul {
            padding-left: 180px;
        }
    }
}

/* 携帯*/
@media screen and (max-width: 767px) {
    body {

        main section .page_title {
            top: 55%;
        }

        .contents_2cul {
            padding-left: 260px;
        }

        #main_visual .copy_text {
            top: 20%;
        }

        &.business-phone {
            .sec001_sp {
                .sub_images_ul.non_wrap {
                    display: block;

                    li {
                        width: 80%;
                        margin-left: auto;
                        margin-right: auto;
                    }
                }

                .ttl02.type02.a_type .jp_txt {
                    font-size: 19px;
                }
            }

            .sec02 {
                .ttl02.type02.a_type .jp_txt {
                    font-size: 18px;
                }
            }
        }

        &.corporate-mobile-phone {
            .sec001_sp {
                .sub_images_ul.non_wrap {
                    display: block;

                    li {
                        width: 80%;
                        margin-left: auto;
                        margin-right: auto;
                    }
                }
            }
        }

        &.commercial-air-conditioners {
            .sec {
                .ttl02.type02.a_type .jp_txt {
                    font-size: 18px;
                }
            }
        }

         .contents_2cul {
            padding-left: 0px;
        }

        &.company {
            .contents_wrap {
                .contents_wrap {
                    padding: 0;
                }
            }
        }
    }
}
