<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 以降に必要な場合、専用のCSSを書き込む */
form[id$=-form] span[data-entry] label {
  margin-right: 6px;
}

@media screen and (max-width: 414px) {
  form[id$=-form] span[data-entry] {
    white-space: normal;
  }
}/*# sourceMappingURL=pmail-form_custom.css.map */</pre></body></html>