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

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

/*---------------------------------------------
▽[スキン モノクロ] サイドバー見出し クリップみたいな図を削除
----------------------------------------------*/
.sidebar h2::before, .sidebar h3::before {
    position: absolute;
    content: "";
    top: -15px;
    right: 10px;
    height: 55px;
    width: 15px;
    border: none;
    box-shadow: none;
    z-index: 1;
}
/*---------------------------------------------
▽ページナビ
----------------------------------------------*/
/* 「次のページ」のカスタマイズ */
/*  『次のページ』ボタンは隠す */
.pagination-next-link,
.pager-prev-next a {
  display: none;
}
/*  ボタンは四角 */
a .page-numbers:not(.page-prev-next), a.page-numbers {
    border-radius: 10%;
}
/*  ボタンは四角 */
.pager-numbers .page-numbers.current, .pagination .current {
    border-radius: 10%;
}
/*  ボタンは四角 */
a .page-numbers:not(.page-prev-next):after, a.page-numbers:after {
    border-radius: 10%;
}
/*---------------------------------------------
▽固定ページの記事タイトルを非表示
----------------------------------------------*/
.page .entry-title{
  display: none;
}

/*---------------------------------------------
▽作品詳細
----------------------------------------------*/
.subsc_table table {
    width: 100%;
}
.subsc_table td {
    background: White;
}
.subsc_table th{
    background-color: #333; 
    border: 1px solid #949495;
}
.subsc_center{
  text-align:center;
}

/* 子カテゴリのパディングを狭める */
.widget_categories ul li a {
    padding: 3px 0;
}

/* デフォルトで、子カテゴリを非表示状態にする */
.widget_categories ul li.cat-item > ul.children {
    display: none;
}

/* 親カテゴリの開閉時に「＋」「ー」を切り替える&右端に表示させる */
.widget_categories > ul > li.cat-item > a.cf {
    position: relative;
}

.widget_categories > ul > li.cat-item > a.cf::after{/* 閉じている時 */
    content: "＋";
    display:inline-block; /*改行させないようにする*/
    position: absolute;
    right: 5px;
}

.widget_categories > ul > li.cat-item > a.cf.active::after{/* 開いている時 */
    content: "－";
    display:inline-block; /*改行させないようにする*/
    position: absolute;
  right: 5px;
}

/* 親カテゴリのアイコンを変更する（各種） */
/* li.cat-item-[XX]の部分は、あなたの環境での番号に置き換えてください。 */
.widget_categories ul li.cat-item-7 > a.cf:before {
    font-family: "Font Awesome 5 Free";
    content: '\f0b1';
    width: 10%;
    padding-right: 7px;
    font-weight: 900;
    display: inline-block;
}
.widget_categories ul li.cat-item-2 > a.cf:before {
    font-family: "Font Awesome 5 Free";
    content: "\f109";
    width: 10%;
    padding-right: 7px;
    font-weight: 900;
    display: inline-block;
}
.widget_categories ul li.cat-item-32 > a.cf:before {
    font-family: "Font Awesome 5 Free";
    content: "\f121";
    width: 10%;
    padding-right: 7px;
    font-weight: 900;
    display: inline-block;
}
.widget_categories ul li.cat-item-15 > a.cf:before {
    font-family: "Font Awesome 5 Free";
    content: "\f6ec";
    width: 10%;
    padding-right: 7px;
    font-weight: 900;
    display: inline-block;
}

/* 子カテゴリのアイコンを変更する */
.widget_categories ul li.cat-item > ul.children > li.cat-item > a.cf:before {
    font-family: "Font Awesome 5 Free";
    content: "\f07c";
    padding-right: 7px;
    font-size: 0.8em;
    font-weight: 900;
}

/* 親カテゴリの記事数（post-count）を無効化（非表示） */
.widget_categories > ul > li.cat-item > .cf > .post-count {
    display: none;
}

/*---------------------------------------------
▽[スキン モノクロ] 目次の数字がブロックから飛び出すので対応
----------------------------------------------*/
.toc ul li a,
.toc ol li a {
	display: block;
	border-bottom: 1px solid #9da5a0;
	margin-left: 0px;
	padding-left: 0em;
}
.toc ul.toc-list > li > a,
.toc ol.toc-list > li > a {
	font-weight: bold;
	padding: 0 0 0 0em;
}
/*---------------------------------------------
▽[スキン モノクロ] ロゴの下に少しスペース
----------------------------------------------*/
.logo-image {
    margin-bottom: 1.5em;
}


#text-2 {
    margin-bottom: -1em;
    font-size: 10px;
}



td.aitd {
white-space: nowrap;
}
th.aitd{
    font-size: 85%;
}
td.aitd{
    font-size: 85%;
}


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

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

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