@charset "utf-8";

.sub_inv {
    border-bottom: 1px solid #333;
    line-height: 1.4;
    font-size: 1.24em;
    font-weight: 500;
    text-align: center;
    padding-bottom: 0.3em;
    width: 300px;
    margin: 0 auto 2em;
}

.update {
    margin-top: 2em;
}
.update ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}
.update ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 3em;
}
.update ul li span {
    display: inline-block;
    background-color: #666;
    color: #fff;
    padding:0 1em;
    line-height: 2em;
    margin-right: 1em;
}
@media screen and (min-width: 600px) {
.table2 th {
    width: 15em;
}
}

@media screen and (max-width: 1024px) {
.sub_inv {
    background-color: #f2f2f2;;
    width: auto;
    border-bottom-width: 0;
    padding: 0.3em 0.5em;
    margin-bottom: 1.5em;
}
}

@media screen and (max-width: 599px) {

.update ul li {
    margin-right: 0;
}
.update ul li:first-child {
    margin-bottom: 1em;
}
}

