@charset "utf-8";
 /* 背景色 
body,
header,
nav ul li a {
    background-color:#FFFFE7; 
    }
*/

footer .sectionBox {
    display:none !important;
    }

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

footer .copySection p:nth-child(2) {
    display:none !important;
    }
/* PR3列の設定 */
/*
.prBlock .prBlock_image {
    width:100% !important;
    max-width:400px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    height:auto !important;
    border-radius:10% !important;
    margin-bottom:20px;
    }

.prBlock .prBlock_image img {
    width:100% !important;
    max-width:400px !important;
    height:auto !important;
    }
*/
/*　見出しの設定 */
.mainSection-title,
h2 {
    border-top:none;
    border-bottom:none;
    background-color:#BF9000;
    border-radius:5px;
    color:#fff;
    padding: 7px 10px 7px 20px;
    line-height: 2.5em;
    }

.mainSection-title:before,
h2:before {
    margin:0 10px 0 0;
    content:" ";
    display:inline-block;
    width:50px;
    height:50px;
    margin-right:20px;
    background-image:url( "http://enishi.tokotokot.com/wp-content/uploads/2020/12/40bc16f52e098055765f7c0f39b14b71.png" );
    background-size:contain;
    background-repeat: no-repeat;
    vertical-align:middle;
    }

h3{
	border-top:none;
    border-bottom:none;
	background-color: #70AD47; /* 背景色 */
    border-radius:5px;
	color:#fff; /* 文字色 */
	padding: 10px 10px 10px 20px; /* 上・右・下・左の余白 */
    line-height: 2.5em;
}

h3:before {
    margin:0 10px 0 0;
    content:" ";
    display:inline-block;
    width:50px;
    height:20px;
    margin-right:20px;
    background-size:contain;
    background-repeat: no-repeat;
    vertical-align:middle;
    }

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