@charset "utf-8";

/* -------------------------------------------------------------------
 + 2022/05/11 10:00 (jp)
------------------------------------------------------------------- */
/* - 統括会社・生産拠点
------------------------------------------------------------------- */
/* -- リスト横並び */
.contents_body .section ul.list_side {
    list-style-type: none;
    padding-left: 0;
}

.contents_body .section ul.list_side li {
    display: inline-block;
    margin-right: 1.5em;
}

@media screen and (max-width: 599px) {
    .contents_body .section ul.list_side li {
        display: block;
        padding-left: 2em;
    }
}

/* -- end */
