@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;
    }

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

/* ページタイトルの背景色 */
.page-header {
    background-color: #51f0d3 !important;
}
 
/* ページタイトルのスタイル */
.page-header_pageTitle,
h1.page-header_pageTitle:first-child {
    color: #000;
    margin: 20px 0 15px;
    font-size: 24px;
}

/* ページタイトルにアイコンを付加 */
.page-header_pageTitle:before {
	content :"\f058";
	color: #ffff;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";		
}

h5 {
  color: #000;
  background: #ffffd5;
  font-size: 18pt;
  font-weight: 500;
  line-height: 1;
  margin:0px 0px 0px 0px;
  padding: 15px 13px 15px 13px;
    border-top:2px solid #51f0d3;
    border-radius: 2px ;
}

.post-type-article .mainSection,
.post-type-article .sideSection{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}