@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:  cocoon-master
Version:    1.1.3
*/

/************************************
** 1. 共通デザイン（全デバイス適用）
************************************/

/* --- H2見出し --- */
article h2, 
.entry-content h2, 
.article h2 {
    background-color: #E1F5FE !important;
    color: #000000 !important;
    padding: 0.8em 1em !important;
    border: none !important;
    border-radius: 4px !important;
    margin-top: 2em !important;
}

/* --- H3見出し --- */
article h3, 
.entry-content h3, 
.article h3 {
    background-color: transparent !important;
    color: #000000 !important;
    padding: 0.5em 0.8em !important;
    border-left: 5px solid #B3E5FC !important;
    border-bottom: 1px solid #E1F5FE !important;
    border-top: none !important;
    border-right: none !important;
}


