@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){
  /*必要ならばここにコードを書く*/
}



<dl class="qa-8">
    <dt>これはどのようなテンプレートですか？</dt>
    <dd>回答に背景を付けたシンプルなQ&Aリストです。</dd>
    <dt>どのような特徴がありますか？</dt>
    <dd>背景色があることで質問と回答の区別がつきやすく、回答が長文になっても違和感を与えないデザインになります。</dd>
</dl>

/* 例：王冠アイコン付き・ゴールド背景のh3見出し */
.custom-heading {
  background: #ffffff; /#ffffff /
  color: #000;
  padding: 0.6em 1em;
  border-radius: 8px;
  font-weight: bold;
  position: relative;
  margin-bottom: 1em;
}

.custom-heading::before {
  content: "👑";
  margin-right: 0.5em;
}
/*円グラフ*/
.pie-chart-1 {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 50%;
    background-image: conic-gradient(#2589d0 60%, #f2f2f2 60% 100%);
}

.pie-chart-1 span {
    position: absolute;
    top: 50%;
    right: 25%;
    transform: translate(50%, -50%);
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
}
