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

/************************************
****　番号付きリスト
************************************/
.article ol:not(li ol,.toc-list,dd ol,.widget ol){
    list-style-type: none;
    counter-reset:number;
	padding: 0px;
}
.article ol li:not(.toc-list li,.toc-list ol li,.faq li){
	border-bottom: 1px dashed #F3A7A9;
    color: #000000;
    margin:3px 0px;
    padding:5px 10px;
}

.article ol li:before{
    color:#F3A7A9;
    content : "0" counter(number) " |";
    counter-increment: number;
    margin-right:10px;
}

@media (max-width:600px){
.article ol:not(li ol,.toc-list,dd ol,.widget ol){
padding: 0px;
}
}
.article li ol{
padding: 0px;
}

/************************************
****　タブ一覧　新着記事非表示
************************************/
.index-tab-button[for=index-tab-1], .tab-cont.tb1 {
  display: none;
}

/************************************
****　見出し1デザイン
************************************/
.article h1 {
  color: #EEEEEE;/*文字色*/
  padding: 0.5em 0.3em;/*上下の余白*/
  border-top: solid 3px #000055;/*上線*/
  border-bottom: solid 3px #000055;/*下線*/
  background-color: #000055;
}

.sidebar h3 {
  border-radius: 10px;
  padding: .6em .6em;
  border-left: 5px solid #ffd700;
  border-bottom: 3px solid #dfc0c0;
  background-color: #ff8c00;
  color: #6f4949;
}

/************************************
** ■関連記事見出しカスタマイズ
************************************/
.related-entry-card-title.card-title.e-card-title{
  font-size: 12px; /*フォントサイズ*/
}

/************************************
** ■新着記事タイトル文字サイズ
************************************/
.widget-entry-card-content{
 font-size: 12px;
 font-weight: bold;
}


/* 絞り込み検索フォーム */
.my_searchform input, .my_searchform select {
	margin-bottom: 0.5em;
}