<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 768px) {
table {
    width: 100%;
    border-spacing: 0 20px;
}

input.address {
    width: 90%;
}
textarea.memo {
    width: 90%;
    height: 200px;
}

input.mail {
    width: 80%;
}

}</pre></body></html>