@charset "UTF-8";


.nav_list {display: block;}
.nav_name a.on {background-color: #eaff002a;}


.txt_area p {margin-bottom: 20px;}
.txt_area img {width: 400px; margin-bottom: 60px;}


@media (max-width: 1024px) {
    .nav_list {display: none;}
    .work_list .sub_on {display: none;}
    .work_list .sub_on a.on {
        background-color: #eaff002a;
    }
    .txt_area img {width: 100% !important;}
}