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

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

/* 
 * body { font-family:"Open Sans",'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',"メイリオ",Meiryo,'游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic',  sans-serif; }
 */

html {
  -webkit-text-size-adjust: 100%; 
  -webkit-tap-highlight-color: transparent;
}


:root{
	--light-gray: whitesmoke;
	--text-black:#000;
	--key-color:#00946B;
	--code-font: "Source code Pro";
}

/* 目次 */
.toc-list, .toc-list ol{
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}.toc-list ol{
	  list-style:disc;
}
.toc-list li{
  margin-bottom: 10px
  position: relative;
}.toc-list li:before{
	margin-top:3.2px;
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color:var(--key-color);
  color: white;
  display: block;
  float: left;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
	line-height:1.5;
}.toc-list ol li:before{
	content: none;
	margin-left: 1em;
}.cat-item .cf{
	color:var(--text-black);
}.marker-under{
	background: linear-gradient(transparent 60%, rgba(0, 148, 107, .3) 60%);
}
/* コーディング用 */
code{
	font-family:var(--code-font)
}pre, pre code{
	font-family:var(--code-font);
	white-space:pre;
	font-size:0.9em;
}pre{
	line-height:1;
}.hljs {
	font-family:var(--code-font)
}table{
	font-size:0.9em;
	margin-bottom:0px
}table th, table td, .scrollable-table th, .scrollable-table td{
	padding: 6px 3px
}.wp-block-image figure figcaption{
	position:relative;
}.item-label{
	font-weight:700;
}figcaption{
	font-size:0.8em;
	color:#555d66;
	text-align: center;
}
	
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

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

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

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


/* 互換性維持のためのコード */
html .body .has-ex-d-background-color{
	background-color:var(--light-gray);
}.article .point{
	margin-bottom:0.5em;
	font-size:1.1em;
	font-weight:700;
}.article .point::before {
    font-family: "Font Awesome 5 Free";
    content: '\f00c ';
    font-weight: 900;
	color:#00946b;
}.cap-list{
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}.cap-list li {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}.cap-list li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #ff0000;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}.secondary-box{
	background-color:whitesmoke;
}.success-box{
	background-color:#ebf8f4;
	color:#333333
}

/* とりあえず書いておく */

