/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
/* サイト全体上下の余白を無くす */
html, body {
margin: 0 !important;
padding: 0 !important;
}

html {
margin-top: 0 !important;
}

.site-body{
margin: 0 !important;
padding: 0 !important;
}

/* コピーライト非表示 */
.site-footer .site-footer-copyright{
display: none !important;
}

/* テキスト要素 > 装飾をオフに */
h2,
h3,
h4,
h5,
h3:before,
h3:after {
border: none;
background: none;
padding-left: 0;
}

/* ========================================
   PRIVACY POLICY PAGE (Page ID: 3) 
======================================== */

/* -----  青い背景ボックス・タイトルエリアを完全消去 & 上詰め　----- */

.page-id-3 .page-header,
.page-id-3 [class*="header-box"]
{
  display: none !important;
}


/* ---- 左上のロゴを消す -------- */
.page-id-3 .site-header-logo {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* ---- ポリシー本文内の独自見出し・テキスト装飾 -------- */
.page-id-3 h2 {
  font-size: 1.3rem !important;
  margin-top: 36px !important;
  margin-bottom: 12px !important;
  color: #1e9fdf !important; /* サイトのメインブルー */
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.page-id-3 p,
.page-id-3 li {
  font-size: 0.95rem !important;

}

.page-id-3 ul {
  padding-left: 20px !important;

}