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

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

body{
  background-image:none;
  background-color:#fcfcfc;
  color:#1f1f1f;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", YakuHanJP,
  "Yu Gothic", YuGothic, "Hiragino Sans", sans-serif !important;
  font-weight:200 !important;
  font-feature-settings: "palt";
  font-style:normal;
}

nav#navi{
  border-bottom:1px solid #e3e3e3;
}

#navi .caption-wrap .item-label{
  color:#5f7b96;
}

/* ************
footer セクション
************* */

#footer{
  background-color: #29313d;
}

.footer a:hover{
  background-color:#d6cec2 !important;
  color:#29313d;
  transition: all .5s ease;
}

.copyright{
  color:#d6cec2;
}

ul.footer-menu-block{
  text-align: right;
}

ul.footer-menu-block li a{
  font-size:14px !important;
  font-weight: 200;
}



/* *************
img 画像セクション
*************** */

img{
  border-radius: 5px;
}

.entry-content img{
  border-radius:5px 5px 0 0;
}

div.wp-caption{
  margin:0 0 5em 0;
}

.wp-caption{
  padding-top:0px;
  background-color: rgba(128,128,128,0.05);
  border:1px solid #fff;
  color:#888;
}

/* **************
見出しセクション
**************** */

h2{
  font-weight:400;
}

.widget h2{
  border-left:.5px solid #d6cec2;
  padding-left: 12px;
  margin-bottom:1em;
  color:#d6cec2;
  font-weight:400;
  font-size:16px;
  line-height: 1.4;
}

.widget_block ul li a{
  font-size:14px;
  font-weight: 300;;
  color:#c0c6ce;
}

/* *************
レビュー記事の見出しセクション
**************** */
div.rev-topic h2{
  border-left:3px solid #485c70;
  padding:10px 15px 10px 15px;
}

div.rev-topic h3{
  color:#485c70;
  background-color: #f3f5f7;
  border-radius: 10px 0px 0px 10px;
  border-left:2px solid #485c70;
  padding:10px 4px 10px 10px !important;
}

div.rev-topic h3:before{
  content:none;
}

/* ************
コメントボタン
************** */

button#comment-reply-btn{
  background-color: #fff;
  border:1px solid #29313d;
  color:#29313d;
  width: 60%;
}

.no-comments{
  color:#5a5a5a;
}

aside.comment-form{
  margin:3em auto;
}

.comment-form .form-submit input{
  background-color: #29313d;
}

/* ***********
検索ボタン
************ */

button.search-submit{
  background-color: #383c50;
  border:1px solid #383c50;
}

input.search-edit{
  border:none;
}

.wp-block-search__button{
  background-color: #344458;
  border:1px solid #344458;
}

.wp-block-search__label{
  display: none;
}

/* ************
fontawesome
************** */

.related-entry-heading:before{
  background-color: #fff;
  color:#1f1f1f;
  border:1px solid #1f1f1f;
}

.comment-title:before{
  background-color: #2b2b2b;
}

.related-entry-heading, .comment-title{
  color:#2b2b2b;
  font-weight: 300;
}

/* ******************
リンクセクション 基本設定
******************** */

a{
  color:#5f7b96;
  font-weight: 600;
  text-decoration: none;
}


.list-title{
  color:#7c965f;
  margin-bottom: 2em;
  font-weight:500;
}

.list-title-in:before{
  background-color:#7c965f;
}

.list-title-in::after{
  background-color:#7c965f;
}

/* *************
パンくずリスト
************** */

.breadcrumb{
  color:#777;
  font-size:12px;
  margin:0.3em 0.4em;
}

.breadcrumb a{
  color:#777;
}

/* *****************
SNSセクション
******************** */

.sns-share{
margin:4em auto;
}

/* *********************
カテゴリーリンクセクション
********************** */

.cat-link{
  background-color: #5f7b96;
  padding:3px 8px;
}

/* ********************
top pageに関する各種設定 
********************** */

.site-target{
  width: 90%;
  margin:0 auto;
}

.top-page{
  font-size:15px;
  margin-top:5em;
}

.top-page-target{
  padding-left:0px !important;
  text-align: center;
}

ul.top-page-target li{
  font-size:14px;
  list-style-type:none;
  margin-bottom:1em;
}

/* 小題 */
h2.top-mini-title{
  background-color:#29313d !important;
  color:#fcfcfc !important;
  font-size:16px;
  font-weight:400 !important;;
  border-left:none !important;
  margin:5em auto 3em !important;
}

h2.top-mini-title:first-child{
  margin:1em auto 3em !important;
}

/* PickUpの記事グループ */
.pickupmenu{
  text-align: center;
  width:85%;
  margin:0em auto 4em;
  padding-left:0px !important;
}

/* PickUpの各記事タイトル */
.pickupmenu li{
  list-style-type: none;  
  background-color: #fcfcfc;
  border:.5px dotted #555;
  border-radius: 5px;
  margin:.8em auto .8em !important;
  font-size:15px;
}

.pickupmenu li.n-switch{
  border-left:2px solid #52a3ef;
  border-right:2px solid #ff5500;
}

ul.pickupmenu li a{
  display: block;
  padding:15px;
}

ul.pickupmenu li a:hover{
  padding:15px;
  text-decoration: none;
  border-bottom:none;
  background-color:rgba(160,197,232,0.1) ;
  transition: all .5s ease;
}

/* 現在の状況 */
.mes-now{
  font-size:14px;
  width:85%;
  margin:auto;
}

/* 参考サイト */
.ref-site{
  padding:5px;
  text-align: left;
  font-size:14px;
}

.ref-site dt{
  border-left:2px solid #7c965f;
  margin:5px 5px auto 2px;
  padding-left:15px;
  text-align: left;
}

.ref-site dt:first-child{
  margin:0px 5px auto 2px;
}

.ref-site dd{
  border-left:2px dotted #aaa;
  margin:2px 5px 20px 2px;
  padding-left:15px;
  text-align: left;
}

/* トップページ内の新着記事セクション */

div.top_section{
  width:100%;
  margin:2em auto 3em;
}

.pickup-new-topic{
  line-height: 2.2;
}

.pickup-new-topic img{
  display: none; /* 画像は表示しない */
}

.pickup-new-topic a{
  background-color: #fff;
  border-radius: 0px !important;
  color:#5f7b96;
  font-weight:400;
}

.pickup-new-topic .widget-entry-cards figure{
  width:0px;
}

.pickup-new-topic .widget-entry-card-title{
  font-size:14px;
}

.pickup-new-topic .widget-entry-card-content{
  margin-left:0.5em;
}

.pickup-new-topic .new-entry-card-link:hover{
  background-color: rgba(160,197,232,0.1);
  transition:all .5s ease;
  border-radius:0px !important;
  /* padding:10px 0px 0px !important; */
  font-weight:500;
}

span.new-entry-card-post-date{
  display:initial !important;
  color:#777;
}

span.new-entry-card-update-date{
  display: none;
}

.display-none{
  display:contents;
}

.eye-catch img{
  display: none;
}

/* もっと見る */
.more-but-center{
  text-align: center;
}

.more-but{
  background-color: #5f7b96;
  color:#fcfcfc;
  padding:9px 18px;
  border-radius: 4px;
  font-size:13px;
  margin:0 auto;
}

a.more-but:hover{
  background-color:#5f7b96;
  border-bottom:none !important;
  color:#fcfcfc !important;
  padding:9px 18px !important;
  transition:all .3s ease;
}

/*
チェックポイント
*/

.chkplv{
  font-size:0.8em;
  font-weight: 600;
  color:#f3f3f3;
  background-color: #777;
  padding:5px 5px;
  margin-right: 5px;
  border-radius:4px;
}

.chkpstar{
  font-size:0.8em;
  font-weight: 600;
  color:#666;
}

/*
注意箇所
*/

.att{
  color:#965f7c;
  font-weight:700;
  border-bottom:.5px dotted #965f7c;
  padding-bottom:3px;
}

.att-sil{
  color:#999;
}

/*
日付
*/

div.date-tags{
  text-align: right;
}

.date-tags .post-date > span[class^='fa'], 
.date-tags .post-update > span[class^='fa']
{
  color:#999;
  background-color: #fff;
}

.entry-date{
  color:#999;
  font-size:12px;
}

/* *************************
敵ユニット一覧 トピック限定
************************* */

.enemy-list{
  font-size:14px;
  padding:10px !important;
  margin-bottom:.5em !important;
  line-height: 2.2;
}

.enemy-list li{
  font-size:16px;
  font-weight:600;
  list-style-type: none;
  text-align: left;
}

.enemy-list p{
  margin-bottom:8px !important;
}

.enemy-top-msgbox{
  font-size:16px;
  font-weight: 700;
  
  color:#7c965f;
  border-bottom:.5px solid #92bd7d;
}

.enemy-top-text{
  padding:10px 0px 5px;
  
}

.wep-ele-list{
  font-size:14px;
  padding:10px !important;
  margin-bottom:.2em !important;
}

.wep-ele-list li{
  list-style-type: none;
  font-size:14px;
  font-weight:300;
  line-height: 2.0;
}

.wep-ele-list li span{
  color:#fcfcfc;
  margin-right:10px;
  padding:3px 6px;
  border-radius: 5px;
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));
}

.left{
  display:flex;
}

.enemy-list-att{
  padding:0px 5px !important;
  margin-top:1em;
}

.enemy-list-att li{
  line-height: 1.8;
  font-size:14px;
  font-weight:300;
}

/* 敵ユニット詳細 全体枠 */

.enemy-table{
  font-weight:400;
  padding:8px;
  margin-bottom:4em;
  border:1px solid #fff;
  border-radius: 5px;
  background-color: rgba(189,167,125,0.07);
}

.enemy-table p:first-child{
  border-bottom:.5px solid rgba(189,167,125,0.4);
  margin-bottom:.5em;
  font-size:14px;
  color:#807054;
}

/* 敵ユニット説明項目 */

.item-list{
  line-height: 1.9;
  margin-bottom:0px !important;
  padding-left:0px !important;
}

.item-list li{
  list-style-type: none;
  font-weight: 400;
  font-size:14px;
}

.item-list li span{
  color:#fcfcfc;
  margin-right:10px;
  padding:3px 6px;
  border-radius: 5px;
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));
}

/* 各属性の装飾 */

.el-fire{
  background-color:#bd7d92;
}

.el-frost{
  background-color:#7d92bd;
}

.el-shock{
  background-color:#a77dbd;
}

.el-poison{
  background-color:#92bd7d;
}

.el-weapon{
  background-color:#777;
}

span.el-weapon{
  border-bottom:.5px dashed #777;
}

/* *******************
バトルセット
******************** */

table.battle-set{
  width:100%;
  margin:auto;
  border-left:2px solid #965f7c;
  border-top:1px solid #e2e2e2;
  border-bottom:1px solid #ededed;
}

table.battle-set tr th, table.battle-set tr td{
  border-bottom:1px solid #fcfcfc;
  font-size:14px !important;
}

table.battle-set th,td{
  border:1px solid #eee;
}

table.battle-set th{
  color:#777;
  font-weight: 200;
  background-color: #ededed;
  border-bottom:1px solid #ededed;
}

table.battle-set tr:first-child th{
  color:#555;
  font-weight:300;
  background-color: #e2e2e2;
  border-top:1px solid #e2e2e2;
}

table.battle-set tr:last-child th{
  border-bottom:1px solid #ededed;
}

table.battle-set td{
  background-color: #fcfcfc;
  border-right:1px solid #fcfcfc;
  border-bottom:1px solid #fcfcfc;
  padding-left:.5em;
  text-align: center;
}

table.battle-set tr:first-child td{
  background-color: #f1f1f1;
  border-top:1px solid #f1f1f1;
}

table.battle-set tr:last-child td{
  border-bottom:1px solid #fcfcfc;
}

.battle-set-property{
  color:#fcfcfc;
  margin-left:10px;
  padding:3px 6px;
  border-radius: 5px;
  /* filter: drop-shadow(0px 0px 1px rgba(0,0,0,0.6)); */
  
}

/* *******************
元素と武器の組み合わせ
******************** */

div.wep-ench h2{
  font-size:20px;
  text-align:center;
  border-left:none;
  font-weight: 500;
  margin:5em auto 1em;
}

div.wep-ench h3{
  font-size:16px;
  font-weight:300;
  color:#1f1f1f;
  background-color: #fff;
  border-left:.5px solid #1f1f1f;
  border-radius: 0px;
  padding-left:13px;
  margin:4em auto;
}

div.wep-ench h4{
  font-size:14px;
  font-weight:200;
  color:#fff;
  border-radius: 5px;
  padding-left:10px;
}

div.wep-ench p{
  padding:10px;
}

div.wep-ench h4:before{
  display: none;
}

div.wep-ench h4:after{
  display: none;
}

div.wep-ench h3:before{
  display: none;
}


div.wep-ench-fire h2{
  color:#703834;
}

div.wep-ench-fire h4{
  background-color:#703834;
}

div.wep-ench-frost h2{
  color:#343c54;
}

div.wep-ench-frost h4{
  background-color: #343c54;
}

div.wep-ench-shock h2{
  color:#483850;
}

div.wep-ench-shock h4{
  background-color:#483850 ;
}

div.wep-ench-poison h2{
  color:#505834;
}

div.wep-ench-poison h4{
  background-color:#505834 ;
}

/*********************
entry-content 記事内書式
**********************/

.entry-content a:hover
{
  color:#5f7b96;
  text-decoration: none;
  border-bottom:2px solid #5f7b96;
  padding-bottom:2px;
  transition:all .2s ease;
}

.entry-content h2{
  /* color:#7c965f; */
  color:#555;
  font-weight: 300;;
  background-color: #fff;
  /* border-left:solid 5px rgba(157,189,125,0.5); */
  border-left:2px solid #7c965f;
  border-bottom:none;
  margin:2.5em auto;
  padding:15px;
}

.entry-content h3{
  /* color:#7c965f; */
  color:#555;
  font-weight: 300;
  background-color: #f3f3f3;
  margin:3em auto;
}

.entry-content h3:before{
  background-color: #7c965f;
}

.etnry-content h4{
  margin:50px auto 20px;
}

.entry-content h4:before{
  border-bottom:solid 15px rgba(157,189,125,0.66);
}

.entry-content h4:after{
  left:15px;
  border-bottom:solid 3px rgba(157,189,125,0.66);
}

ul.list-up{
  padding:15px !important;
  border-radius: 3px;
  background-color: rgba(157,189,125,0.2);
}

ul.list-up li{
  margin:0em auto 1em;
  font-size:14px;
  list-style-type: none;
  text-decoration: underline dotted;
}

ul.list-up li:last-child{
  margin:0em auto;
}

/* レビュー記事の評判 */

ul.list-up-voice{
  padding:15px;
  border-radius: 3px;
  background-color:#f7f7f7;
}

ul.list-up-voice li{
  margin:0em auto 1em;
  font-size:15px;
  font-weight: 500;
  color:#545454;
  list-style-type: none;
}

ul.list-up-voice li:last-child{
  margin:0em auto;
}

/* レビュー記事のリスト */

ul.list-up-rev{
  padding:15px;
  border-radius: 3px;
  background-color:rgba(214,206,194,0.2);
}

ul.list-up-rev li{
  margin:0em auto 1em;
  font-size:15px;
  font-weight: 500;
  color:#373025;
  list-style-type: none;
}

ul.list-up-rev li:last-child{
  margin:0em auto;
}

.neta{
  background-color: #faeaf3;
  color:#d44e94;
  padding:10px;
  border-radius: 5px;
}

.neta:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: relative;
  left:-5px;
  margin-left: .1em;
  margin-right:10px;
  content:'\f06a';
  font-size:1.2em;
  left:0;
  display: inline-block;
}

table.sati-reco{
  width:80%;
  margin:0px auto 2em;
  color:#29313d;
  font-weight: 200;
}

table.sati-reco tr{
  text-align: center;
}

table.sati-reco tr th{
  color:#29313d;
  background-color: #f3f4f7;
  border:1px solid #29313d !important;
}

table.sati-reco tr td{
  color:#29313d;
  background-color: #fff;
  border:1px solid #29313d !important;
}

/***********************
サイドバー
************************/

.sidebar h2{
  color:#5f7b96;
  font-weight: 600;
  background-color: #fff;
  border-bottom: 3px solid rgba(125,157,188,0.33);
}



div.pager-post-navi{
  display: none;
}


.in_link{
  border:3px solid #e8a0c5;
  border-radius: 4px;
  background-color: #fcfcfc;
  padding: 0.5em 1em;
  position: relative;
}

.in_link a{
  color:#965f7c;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px dashed #965f7c;

}

.in_link a::after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: relative;
  left:-10px;
  margin-left: 0.8em;
  content:'\f0c1';
  left:0;
  display: inline-block;
}

/********************** 
サイト内リンク
***********************/

.internal-blogcard{
  border:3px solid rgba(125,157,188,0.33);
  padding:1em 1em 1.5em 1em;
}

.blogcard-title{
  color:#5f7b96;
}

.blogcard-wrap:hover{
  background-color:rgba(160,197,232,0.1) ;
}

.internal-blogcard::after{
	content: '続きを読む \00bb'; /* 内部リンク右下枠の文言 */
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	font-size: 80%;
	background-color: #5f7b96; /* 内部リンク右下枠の背景色 */
	padding: .4em 3em;
	font-weight: bold;
	color: #fff; /* 内部リンク右下枠の文字色 */
	border-radius: 2px;
}

.blogcard-snippet{
  display:none;
}

.internal-blogcard-footer{
	display: none; /* 内部ブログカードのアイコンとURLを非表示 */
}

/*****************
外部リンク
******************/

.external-blogcard .blogcard-snippet{
  display:initial;
}

.footer .new-entry-card-link{
  background-color:#fbfaf9;
  border-radius: 5px;
  margin-bottom:10px!important;
  padding:7px !important;
  font-weight:500;
}

/**************
TOC+ 
***************/

#toc_container{
	margin:60px auto 60px;
	background-color:rgba(44,153,181,.04); /* 目次全体の背景カラー */
	border:3px solid rgba(64,105,144,.2); /* 目次全体の枠線 */
	border-radius:3px;
	box-sizing:border-box;
	padding:38px 52px;
	display:table;
	min-width: 68%;
	counter-reset:li;
}
 
/* テーマによるリストの装飾を一旦無効化 */
#toc_container ul.toc_list li::before{
	content:none;
	padding:0;
	margin:0;
	width:0;
	height:0;
	background:none;
	box-shadow:none;
}
 
/* 目次の見出しタイトル */
#toc_container .toc_title{
	text-align:center;
	font-weight:bold;
	font-size:118%;
	padding:0;
}
 
/* 見出しタイトル左のアイコン */
#toc_container .toc_title::before{
	position:relative;
	font-size:28px;
	content:"\2254";
	display:inline-block;
	width:40px;
	height:40px;
	line-height:34px;
	margin-right:8px;
	border-radius:50%;
	vertical-align:baseline;
	speak:none;
	-webkit-font-smoothing:antialiased;
	color:#fff;
	background-color:#5f7b96;
}
 
/* 表示／非表示トグル */
#toc_container .toc_toggle a{
	font-size:13px;
	font-weight:normal;
	padding:2px 4px;
}
 
/* 目次エリア */
#toc_container p.toc_title + ul.toc_list{
	padding:20px 0 0;
	margin:20px 0 0;
	border-top:1px solid rgba(0,0,0,.1);
}
 
/* リスト共通スタイル */
#toc_container ul.toc_list li{
	position:relative;
	padding:0;
	margin:0;
}
 
/* 目次リンク共通スタイル */
#toc_container ul.toc_list li a{
	position:relative;
	font-size:94%;
	font-weight:normal;
	text-decoration:none;
	display:inline-block;
	line-height:1.6;
	padding:3px 0;
	margin:5px 0;
	transition:all .3s ease;
}
#toc_container ul.toc_list a,
#toc_container ul.toc_list a:visited{
	color:#5f7b96; /* リンクカラー */
}
/* マウスオーバー時 */
#toc_container ul.toc_list li a:hover{
	text-decoration:none;
	box-shadow:0 2px;
}
 
/* 親の目次 */
#toc_container ul.toc_list > li > a{
	font-size:104%;
	font-weight:bold;
	margin-left:40px;
}
 
/* 親の目次(左側の連番) */
#toc_container ul.toc_list > li::before,
#toc_container ul.toc_list > li::after{
	position:absolute;
	top:3px;
	left:0;
}
/* 連番背景 */
#toc_container ul.toc_list > li::before{
	content:'';
	display:inline-block;
	vertical-align:bottom;
	width:32px;
	height:32px;
	margin-right:7px;
	border-radius:16px;
	background-color:rgba(125,157,188,0.66);
}
/* 連番 */
#toc_container ul.toc_list > li::after{
	counter-increment:li;
	content:counter(li);
	width:32px;
	line-height:32px;
	font-family:'Avenir Next', 'Helvetica Neue', Arial, 'Meiryo','Yu Gothic', san-serif;
	font-weight:400;
	text-align:center;
	color:#fff;
}
 
/* 子の目次 */
#toc_container ul.toc_list > li > ul{
	margin-left:40px;
}
 
/* 子の目次の左側のアイコン */
#toc_container ul.toc_list > li ul li::before{
	position:absolute;
	top:3px;
	left:0;
	content:'\2023';
	display: inline-block;
	width:14px;
	height:28px;
	line-height:28px;
	font-size:18px;
	color:#5f7b96;
}
#toc_container ul.toc_list > li ul li a{
	font-weight: normal;
	margin-left:16px;
}

@media only screen and (min-width: 641px) {
  #toc_container {
    padding: 25px 40px; }

  #toc_container .toc_title {
    font-size: 2em; }

  #toc_container .toc_list > li {
    margin-bottom: 18px;
    margin-left: 12px;
    font-size: 1em; }

  #toc_container .toc_list > li:after {
    left: -48px;
    top: 0px;
    font-size: 26px; } }



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

.logo-text{
  padding:15px 0 15px;
}

.blogcard-title{
  font-size: 1em;
}

#footer h3{
  color:#d6cec2;
  font-weight: 600;
  font-size:17px;
  border-left:.5px solid #d6cec2;
  padding-left:15px ;
  margin-bottom:1em;
}

.widget-entry-card-title{
  font-size:14px;
}

.new-entry-cards a{
  background-color: #fff;
}

.item-list li span{
  color:#fcfcfc;
  margin-right:10px;
  padding:2px 6px;
  border-radius: 5px;
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));
}

.item-list li{
  margin:.5em .2em;
}

.copyright{
  color:#d6cec2;
}

/* フッターメニュー（モバイル） */

ul.mfooter-menu-block{
  text-align: center;
}

ul.mfooter-menu-block li a{
  color:#c0c6ce;
  font-weight: 200;
  font-size:14px;
}

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

#toc_container{
  padding:20px 3vw;
  min-width:auto;
  width:95%!important;
}
#toc_container p.toc_title + ul.toc_list{
  padding:20px 0 0;
}
#toc_container ul.toc_list > li > ul{
  margin-left:30px;
}

}

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