@charset "utf-8";
/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/
/*背景色変更*/
body,
header,
footer{
    background-color:#fffff9 !important;
    }
/*gnavi太字*/
.gMenu_name {
    font-weight:bold !important;
    }
/*フッター削除*/
footer .sectionBox {
    display:none !important;
    }

footer .copySection {
    display:block !important;
    border-top:none !important;
    }
footer .copySection p:nth-child(2) {
    display:none !important;
    }
/*ｈタグ装飾*/
h1.entry-title:first-letter,
.single h1.entry-title:first-letter { color:inherit; }
.mainSection-title,

h2 {
    border-top:none !important;
    border-bottom:none !important;
    background-color:#41acb6;
    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( "https://dayon.jp/oyako/wp-content/uploads/2019/11/hicon.png" );
    background-size:contain;
    background-repeat: no-repeat;
    vertical-align:middle;
    }
/*topPRブロック*/
.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;
    }
.prBlock_title {
    background-color:#41acb6;
    color:#fff;
        padding:10px 0;
    }

.prBlock_summary {
    text-align:left !important;
    margin-top:25px;
    }

@media (min-width: 992px) {

.prBlock_summary {
    font-size:18px !important;
    } 

    }
.prBlock .prBlock_image {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    }

/*画像のマウスオーバーの装飾*/
a:hover img{
opacity: 0.6;
}