@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 {
    border-left: 8px solid #879d9d;
    border-right: none;
    border-top: none;
    border-bottom: none;
    font-size: 1.8rem;
	  padding: 1.1rem 0rem 0rem;
    background-color: #ddd;
    background: linear-gradient(to right, #d3dbdb 50%, #fff 100%);
}

.article h2::after {
    margin-top: 0;
    content: "";
    display: block;
    height: auto;
    position: relative !important;
    background-image: none;
}

.article h3{
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    background-color: #ddd;
    background:none;
	  background-color: transparent;
    padding: 0;
    font-size: 1.4rem;
    text-indent: 0;
}

.article h3::after {
    margin-top: .3em;
    content: "";
    display: block;
    height: 8px;
    position: relative !important;
    background-image: linear-gradient(165deg, #BBD2C5 0%, #536976 20%);
}
*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
    h2 {
        font-size: 20px !important;  /* スマホ用H2サイズ */
    }
    h3 {
        font-size: 18px !important;  /* スマホ用H3サイズ */
    }
    h4 {
        font-size: 16px !important;  /* スマホ用H4サイズ */
    }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
