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

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

/*プロフィール文字サイズ*/
.nwa .author-box .author-description {
font-size: 0.9em;
}
/*プロフィール文字サイズ　ここまで*/

/* 番号付きリストのカスタマイズ */
.Rinsei-listnumber-01{
   counter-reset:number; 
   list-style-type: none; 
   padding:0;
   margin:0;
}
.Rinsei-listnumber-01 li { 
   position: relative;
   margin:0.5em 0 !important;
   padding-left: 1.8em;
}
.Rinsei-listnumber-01 li:before {
   counter-increment: number;
   content: counter(number);
   background-color: #f39800; /* 文字背景色 */
   color: #fff; /* 文字色 */
   position: absolute;
   font-weight:bold;
   font-size: 14px;
   border-radius: 50%;
   left: 0;
   top:0.5em;
   width: 22px;
   height: 22px;
   line-height: 22px;
   text-align: center;
}
/* 番号付きリストのカスタマイズ　ここまで*/

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

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

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