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


/* フォント-------------------------------------- */
body {
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", 
	YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: black;
	overflow-x: hidden;
                            }
/* デリーと-------------------------------------- */
.delete {
	display:none;
}

/* コピーライト削除-------------------------------------- */
footer .copySection p:nth-child(2) {
    display:none !important;
}

/* 見出し-------------------------------------- */
h1{
	font-size: 16px;
	margin: 0;
	padding: 0;
}

h2{
	font-size: 16px;
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
}

h3{
	font-size: 16px;
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
}
h3:after{	
	border: none;
}
h4{
	font-size: 16px;
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
}

h5{
	font-size: 16px;
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	font-weight: 400;
}
