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

/* 全体（色系）*/
body {
    .ttl10.type01.txt_ch01 {
        border-left: dotted 4px #8E0005;
    }
}

/* パソコン以上*/
@media screen and (min-width: 1281px) {
    body {
        .footerUpper_nav_area .box:first-child {
            width: 180px;
        }

        footer .menu-item-210 a:before,
        footer .menu-item-209 a:before {
            content: none;
        }

        footer .menu-item-210,
        footer .menu-item-209 {
            margin-left: 15%;
        }

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

        .basic_dl04 dt {
            margin-left: 20px;
        }
        
    }
}

/* モニター以上*/
@media screen and (min-width: 1860px) {
    body {
        .layout_e .lf_box .txtbox {
            padding-left: 15%;
        }

        .layout_d .lf_box .txtbox {
            padding-right: 15%;
        }
    }
}

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

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