/* ==========================================
   Reset CSS (202510_OWLD_ForLentry_theme)
   ブラウザ標準スタイルをリセット
========================================== */

/* 基本要素のリセット */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 要素のデフォルト表示 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* 基本設定 */
body {
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #111;
  background: #fff;
}

/* リスト・リンク・画像など */
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote::before, blockquote::after,
q::before, q::after { content: ''; content: none; }
a { text-decoration: none; color: inherit; }
img { border-style: none; vertical-align: middle; }

/* テーブル */
table { border-collapse: collapse; border-spacing: 0; }

/* ボックスモデル統一 */
*, *::before, *::after {
  box-sizing: border-box;
}

/* フォーム要素初期化 */
input, button, textarea, select {
  font: inherit;
  color: inherit;
  background: transparent;
  border: none;
  outline: none;
}

/* ボタンのデフォルトリセット */
button {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

/* 見出し余白を統一 */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.4;
}

/* 段落間の余白リセット */
p + p {
  margin-top: 1em;
}
