@charset "utf-8";

/* 
サイト固有の記述
*/

@media screen and (max-width: 1024px) {
    .faq_contents .accordion_one .accordion_inner:before {
        display:none!important;
    }
}


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

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

/* パソコン以上*/
@media screen and (min-width: 1281px) {
    body {
        #main_visual .copy_text {
            width: 45%;
        }

        #main_visual .copy_text02 {
            width: 45%;
            right: 5%;
        }
    }
}

/* タブレット*/
@media screen and (max-width: 1024px) {
    body {
        .sub_images_ul li {
            margin-bottom: 20px;
        }

        .tbl_list01 li .tbl_ttl {
            width: 100%;
            border-radius: 6px 6px 0 0;
        }

        .tbl_list01 li .tbl_body {
            border-radius: 0 0 6px 6px;
        }

        .faq_contents .accordion_one .accordion_header.open .i_box .one_i:after {
            left: 20%;
        }
    }
}

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

        /*.box_one {
            margin-left: 12%;
        }*/

        .contact_infoarea .tel_box p {
            text-align: center;
        }
    }
}