.table-container { overflow-x: auto; margin: 1em 0; font-family: "Meiryo", sans-serif; } .custom-table { width: 100%; border-collapse: collapse; text-align: center; min-width: 800px; } .custom-table th, .custom-table td { border: 1px solid #ccc; padding: 10px; vertical-align: top; } .custom-table th…