配送ポリシー
body { font-family: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; font-size: 0.875rem; margin: 20px; } /* Wrap the table for horizontal scrolling if necessary */ .table-responsive { width: 100%; overflow-x: auto; } /* Basic table styling */ .responsive-table { width: 100%; border-collapse: collapse; margin: 0 auto; } .responsive-table td { padding: 0.75rem; border: 1px solid #ccc; vertical-align: top; word-wrap: break-word; /* Allows long text to wrap on small screens */ } @media (max-width: 600px) { .responsive-table td { font-size: 0.8rem; } }