.page-works {
    background-color: #000;
    color: #fff
}

.page-works .otherWorksList {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 50px;
    row-gap: 22px;
    flex-wrap: wrap;
    margin: 105px 0 0;
    padding: 0;
    list-style: none
}

.page-works .otherWorksList_item {
    display: block;
    width: calc(50% - 25px);
    padding-bottom: 21px;
    border-bottom: 1px solid #707070
}

.page-works .otherWorksList_item_nameEn {
    display: block;
    margin: 0;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.33
}

.page-works .otherWorksList_item_nameJa {
    display: block;
    margin: 14px 0 0;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.33
}
.message_item_center_content{
    padding: 0 10px;
}
@media screen and (min-width:768px) {
    .page-works .otherWorksList {
        max-width: 1040px;
        margin-right: auto;
        margin-left: auto
    }
    .footer {
        position: relative!important;
        height: auto!important;
    }
}

@media screen and (max-width:767px) {
    .page-works .otherWorksList {
        max-width: calc(100% - 40px);
        margin-right: auto;
        margin-left: auto
    }

    .page-works .otherWorksList {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        row-gap: 24px;
        margin-top: 45px
    }

    .page-works .otherWorksList_item {
        width: 100%;
        padding: 0 5px 14px
    }

    .page-works .otherWorksList_item_nameEn {
        font-size: 1.5rem
    }

    .page-works .otherWorksList_item_nameJa {
        margin-top: 10px;
        padding: 0 .5em;
        font-size: 1.3rem
    }
}

/*# sourceMappingURL=map/style-works.css.map */