@charset "utf-8";
.nav_item.nav_works::after{
	width: 100%;
}
.nav_item.nav_works::after{
	width: 100%;
}
.footer_nav li.nav_works{
	font-weight: 600;
}
@media screen and (max-width: 650px) {
.nav_item.nav_works{
	font-weight: 600;
}
}

.subhead{
    background: url(../img/works/subhead.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.com_inner02{
    max-width: 1240px;
    padding: 10px 20px 0;
    margin: 0 auto;
}
.inner_pan{
    padding: 10px 0 0 0;
}
.pan{
    color: #fff;
    font-size: 14px;
}
.co_bl{
    color: #333;
}
@media screen and (max-width: 768px) {
    .pan{
    font-size: 12px;
    }
}

.works_list li {
    border-bottom: 1px solid #b7b2b2;
    display: flex;
    padding: 15px 0;
    line-height: 1.5;
}

.works_list li:first-child {
    border-top: 1px solid #b7b2b2;
}
.works_list li > div{
    /* padding: 0 5px; */
    display: flex;
    align-items: center;
    /* margin-right: 20px; */
    padding: 0 10px;
}
.works_list01 {
    width: calc(15% - 20px);
    min-width: 140px;
    /* margin-right: 20px; */
}
.works_list01 p {
    /* width: fit-content; */
    text-align: center;
    background: #4e588e;
    color: #fff;
    padding: 0.5em 0.5em;
    font-size: 12px;
    width: 100%;
}

.works_list03 {
    width: 25%;
    min-width: 250px;
    display: flex;
    align-items: center;
}
.works_list03 p {
    font-size: 12px;
}
.works_list02 {
    width: 10%;
    font-size: 14px;
    min-width: 100px;
}
.works_list04 {
    width: 50%;
}
.works_list04 p {
    font-weight: 600;
    font-size: 14px;
}



@media screen and (max-width: 1000px) {
    .works_list li {
        /* flex-wrap: wrap; */
    }
    .works_list01 {
        /* width: 100%; */
    }
    .works_list03 {
        /* width: 80%; */
    }
    .works_list02 {
        /* width: 15%; */
    }
    .works_list04 {
        /* width: auto; */
    }
}

@media screen and (max-width: 850px) {
    /* .works_list01 {
        width: 100%;
    }
    .works_list03 {
        width: 50%;
    }
    .works_list02 {
        width: 50%;
    }
    .works_list04 {
        width: 100%;
    }
    .works_list02 {
        width: 15%;
    }
    .works_list04 {
        width: 100%;
    } */
}

@media screen and (max-width: 768px) {
    .works_list li{
        flex-wrap: wrap;
    }
    .works_list04{
        width: 100%;
        margin-top: 0.3em;
    }
    .works_list01{
        width: 100%;
        margin-bottom: 0.5em;
    }
    .works_list li > div{
        padding: 0;
    }
    /* .works_list01 p {
        padding: 0.3em 0.5em;
        width: auto;
        min-width: 10em;
    } */
}
@media screen and (max-width: 650px) {
    .works_list {
        font-size: 13px;
    }
    .works_list03 {
        min-width: unset;
        width: auto;
    }
    .works_list02 {
        /* width: 21%; */
        min-width: 80px;
    }

}