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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* 最強レベルの見出しリセット - !importantで強制上書き */
h1, h3, h4, h5, h6,
.h1, .h3, .h4, .h5, .h6,
.entry-title, .post-title, .page-title,
.widget-title, .site-title, .archive-title {
    margin: 0 !important;
    padding: 0 !important;
    /*font-size: inherit !important;*/
    /*font-weight: inherit !important;*/
    line-height: inherit !important;
    color: inherit !important;
    font-family: inherit !important;
    text-align: inherit !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    word-spacing: normal !important;
    text-decoration: none !important;
    text-shadow: none !important;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    vertical-align: baseline !important;
    display: block !important;
    font-style: normal !important;
    font-variant: normal !important;
    white-space: normal !important;
    text-indent: 0 !important;
    word-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
    box-shadow: none !important;
    text-overflow: clip !important;
    overflow: visible !important;
    position: static !important;
    float: none !important;
    clear: none !important;
    z-index: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    clip: auto !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
}

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

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

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