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

/* 全体（色系）*/
body {
    .tp_sec04 {
        .imgbox img {
            border: solid 6px #e8cccc;
        }
    }
}

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

        #main_visual .copy_text {
            width: 35%;
        }

        .add_contact .add_contact_flex01 .imgbox {
            width: auto;
        }

        .tp_sec04 {
            .layout_a .imgbox {
                width: 50%;
            }

            .layout_a .txtbox {
                margin-right: 50px;
            }
        }

        .tp_sec07 {
            .layout_a .imgbox {
                width: 50%;
            }

            .layout_a .txtbox {
                margin-right: 50px;
            }
        }

        .tp_sec08 {
            .layout_a .imgbox {
                width: 50%;
            }

            .layout_a .txtbox {
                margin-right: 50px;
            }
        }

        .tp_sec11 {
            .img_risize01 img {
                width: 30%;
            }
        }

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

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

        #main_visual .copy_text {
            width: 32%;
        }
    }
}

/* タブレット*/
@media screen and (max-width: 1024px) {
    body {
        .tp_sec02 {
            .sub_images_ul {
                display: block;
            }

            .sub_images_ul .li {
                width: 100%;
                margin-bottom: 20px;
            }
        }

        .tp_sec11 {
            .img_risize01 img {
                width: 30%;
            }
        }
    }
}

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

        .tp_sec02 {

            .sub_images_ul .li:last-child {
                margin-bottom: 0;
            }
        }

        .add_contact .add_contact_flex01 .imgbox {
            width: 25%;
        }

        .add_contact {
            .ma_b_15px {
                margin-bottom: 0 !important;
            }

            .basic_space7_margin_bottom {
                margin-bottom: 5px;
            }
        }

        .flow_list li.flow_in_flex .imgbox {
            width: 20%;
        }

        .flow_list li {
            padding: 30px 0;
        }

        .tp_sec11 {
            .img_risize01 img {
                width: 65%;
            }
        }
    }
}
