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

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



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

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

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

/* 既存の★マークを非表示にする */
.menu-icon .fa-star {
  display: none !important;
}

.author-box {
  background: #f5fdf7; /* 淡いセージグリーン系 */
  border-left: 6px solid #a3c7a2; /* セージグリーンのライン */
  padding: 20px;
  margin-top: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-family: "Helvetica Neue", sans-serif;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.author-box img {
  border-radius: 50%;
  margin-right: 20px;
  width: 80px;
  height: 80px;
  border: 2px solid #a3c7a2;
}

.author-box h4 {
  margin: 0 0 5px;
  font-size: 1.2em;
  color: #426b46;
}

.author-box p {
  margin: 0;
  color: #333;
  font-size: 0.95em;
  line-height: 1.6;
}

.custom-list {
  list-style: none;
  padding-left: 0;
  margin: 1.5em 0;
}

.custom-list li {
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 1em;
  background: #f6eee4; /* 柔らかい生成りベージュ */
  border-left: 5px solid #a3c7a2; /* セージグリーン */
  border-radius: 5px;
  padding: 10px 15px 10px 2em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

.custom-list li::before {
  content: "🌿";
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 16px;
}


#myChart {
  width: 100%  /* 横幅いっぱいに広げる */
  max-width: 800px;       /* 最大幅（任意） */
  height: auto !important;
  display: block;
  margin: 0 auto;          /* 中央寄せ */
}


