@charset "UTF-8";

/* reset */
* {margin: 0; padding: 0; box-sizing: border-box;}
html { font-size: 10px;line-height: 10px;}
body {
    width: 100%;margin: 0 auto;
    font-weight: 400;
}
ul, li {list-style: none;}
a {
    display: inline-block;
    text-decoration: none;
    color: #2c2c2c;
}




.wrap {
    width: 100%; 
    padding: 25px 20px;
    display: grid;
    grid-template-columns: 30% 70%;
}
.home {
    margin-bottom: 50px;
}
.home img {
    height: 22px;
}
.title h1{
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
}
button {
    background-color: transparent;
    border: transparent;
    height: 16px;
    margin-bottom: 10px;
    cursor: pointer;
}
button img {height: 16px;}
.nav_list {display: none;}
.nav_list.on {display: block;}
.nav_list {font-size: 13px;line-height: 30px;
}

.nav_list a:hover {
    width: auto;
    margin-left: 2px;
}
.sub {margin-bottom: 10px;}

.sub_title {margin-left: -10px; margin-top: 20px;}
.work_name {
    padding-left: 40px;
    padding-right: 10px;
}



.work_name a:hover {
    background-color: #eaff002a;
}
.work_list ul{display: none;}
.work_list ul.on {display: block;}
.hide.on {display: none;}


.txt  {
    padding-top: 75px;
    font-size: 13px;
    line-height: 26px;
}
.txt .main_txt img {height: 16px;}
