@charset "utf-8";
/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/

body,
p {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight:500 !important;
    }


@media (min-width: 992px) {
    
p {
    font-size:16px;
    } 
    
}


footer .sectionBox {
    display:none !important;
    }

footer .copySection {
    display:block !important;
    border-top:none !important;
    }

footer .copySection p:nth-child(2) {
    display:none !important;
    }

/*トップページのセクションのタイトルの調整*/
.mainSection-title {
	border: none;
	background: none;
	color: #333;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6em;
	text-align: center;
}


/*②記事タイトル(見出し1)の上下に少し空間を入れて行間を調整*/
.mainSection header h1 {
	border: none;
	margin: 0px 0;
}

 
/*投稿日時などの情報の色を変える*/
.entry-meta_items {
	color: #ca7529; /*色を指定*/
}

/*見出し2のデザインを変える*/
.entry-body h2,
.comments-area h2 {
	border-top: solid 2px #ffffff; /*見出しの上の線*/
	border-bottom: solid 2px #ccc; /*見出しの下の線*/
	background: none; /*背景ナシ*/
	font-size: 26px; /*文字の大きさ*/
	margin: 10px 0 10px;
	padding: 15px 20px;
}
 
/*見出し3のデザインを変える*/
.entry-body h3,
.comments-area h3 {
	border-top: solid 2px #ffffff; /*見出しの上の線*/
	border-bottom: solid 2px #ffffff; /*見出しの下の線*/
	background: none; /*背景ナシ*/
	font-size: 22px; /*文字の大きさ*/
	margin: 10px 0 10px;
	padding: 15px 20px;
}
 

 /*見出し4のデザインを変える*/
.entry-body h4,
.comments-area h4 {
	font-size: 20px; /*文字の大きさ*/
	margin: 0px 0 0px;
	padding: 15px 20px;
}
 
