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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.cocoon-custom-text-1{
color : darkgray
}

/* 見出しフォントサイズ変更 2025/06/02 CT */
/* .entry-content h6 { */
.entry-content .wp-block-heading {
  font-size: 14px;
　font-weight: normal;
  padding-left: 0em;
  margin-top: 0.5em;          /* 上の余白 */
  margin-bottom: 0.5em;
}

/* 本文の段落<p>の設定 2025/06/02 CT */
p {
  font-size: 14px;          /* フォントサイズ */
  line-height: 1.4;        /* 行間 */
  margin-bottom: 0.5em;    /* 段落の下の余白 */
  text-align: left;     /* 両端揃え（または left, center, right） */
  max-width: 80%; /* 横幅を最大80%に制限 */
  margin-left: 1em;
/*	　padding-left: 0em; */
}


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

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

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