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

/* =====================

フォントの変更

===================== */

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

/* =====================

文字サイズの変更（PC表示時・段落など）

===================== */

@media (min-width: 992px) {
	
#main .entry-body {
	font-size:18px;
	}	
}



/* =====================

「スタッフ紹介」ページ：人名の文字サイズ変更（小型スマホ表示時）

===================== */

@media (max-width: 768px) {

.vk_staff .vk_staff_text .vk_staff_text_name {
	font-size: 1.4rem;
	}
	
}

/* =====================

「スタッフ紹介」ページ：説明文の文字サイズ変更（PC表示時）

===================== */

@media (min-width: 992px) {
	
.vk_staff .vk_staff_text .vk_staff_text_profileText {
	font-size: 16px;
	}	
	
}

/* =====================

文字のリンク色を変更

===================== */	

#main .entry-body p a {
	color:#8E3E03;
	}

#main .entry-body p a:hover {
	color:#EE964B;
	}

/* =====================

ヘッダーの背景色を変更

===================== */	

.site-header {
	background-color:#fffef6;
	}

.header_scrolled .site-header {
	background-color:#fffef6;
	}

/* =====================

ヘッダーメニューの文字色と下線色を変更

===================== */	

.global-nav .nav li a {
	color:#ffae46;
	}

.global-nav-list > li::before {
	border-bottom: 1px solid #fff;
	}

/* =====================

フッターのライセンス表記を非表示に変更



.container sectionBox copySection text-center. {
    display:none !important;
	}
===================== */	


/*フィードバックいただいたコード*/
.container.sectionBox.copySection.text-center p:nth-child(2) {
    display: none;
}


