@charset "utf-8";

/* ===========================================================

	Title:	society.css
	Last Created:	2024-7-1

=========================================================== */

.employees-welfare {
    margin-left: 50px;
}
.employees-welfare dl {
    display: flex;
    margin-bottom: 5px;
}
.employees-welfare dl dd table {
    width: 400px;
}
.employees-welfare_en dl dd table {
    width: 800px;
}

@media screen and (max-width: 768px) {
    .employees-welfare {
        margin-left: 1em;
    }
    .employees-welfare dl {
        display: block;
        margin-bottom: 8px;
    }
    .employees-welfare dl dd table,
    .employees-welfare_en dl dd table{
        width: 100%;
    }
}