/* /lps/ 専用の追加スタイル。CF7 を置き換えた連絡先リンクの体裁。
   既存の shopify-lp-sp 版 lc-lp-sp-purchase.css の同名ルールをそのまま使う。 */
.lps-contactLead { margin-bottom: 8px; }
.lps-contactList { list-style: none; padding: 0; margin: 0; }
.lps-contactList li { margin-bottom: 6px; }
.lps-contactList a { text-decoration: underline; }

/* /lp/ の WordPress 実行時出力にある基底フォント指定を保持する。 */
html body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
}
