@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
*/

/************************************ 子テーマ用のスタイル ************************************/
.article h2 {
    background: none !important;      /* 背景色を消す */
    border: none !important;          /* 枠線や下線を消す */
    color: #DE6033 !important;
    font-size: clamp(2rem, 5vw + 1rem, 4rem) !important;
    letter-spacing: 0.2em;
	padding:0;
}
.article h2 .wp-block-heading {
	padding:0; margin:0;}
/************************************ レスポンシブデザイン用のメディアクエリ ***********************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
}

/*834px以下*/
@media screen and (max-width: 834px){
}

/*480px以下*/
@media screen and (max-width: 480px){
}
