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

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

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

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

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

/*スマホメニューを横スクロールにカスタマイズ。98行まで*/
#header-container .navi-in > ul li {
   height: auto;
   font-weight: normal;
   line-height:2;
}
/* 文字色設定 */
/*
 * #header-container #navi a{
   color:#fff; 
   padding:0.8em 1em;
}
*/

 /* マウスホバー時の文字色設定 */
/*#header-container #navi a:hover{
   color:#89c997;
}
*/

#header-container .navi-in > ul > .menu-item-has-children > a::after {
   top: 0.8em;
   font-size: 1.2em;
   font-weight: normal;
}
#header-container .sub-menu .caption-wrap{
   padding-left:1em;
}
.navi-in > ul .menu-item-has-description > a > .caption-wrap{
   height:auto;
}
@media screen and (max-width: 1030px){
	#header-container .menu-mobile{
		display:none;
	}
	.navi-in > .menu-mobile{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	#header-container #navi a{
		font-size:0.8em;
		padding: 1em 1.2em;
	}
	#header-container .navi-in > ul > .menu-item-has-children > a::after{
		display:none;
	}
	#navi .navi-in > .menu-mobile li {
		height: auto;
		line-height: 1.8;
	}
	.mblt-header-mobile-buttons {
		margin-top: 53px;
	}
}


/*ブログカードのデザイン*/
.blogcard {
	padding: 1rem;
	color: #000000;
	position: relative;
	padding-bottom:50px;
	border-color: #000000 !important; /* 枠線の色を変更 */
}

.blogcard-thumbnail {
	line-height: 0;
	margin-right: 1rem;
	overflow: hidden;
}

.blogcard-title{
	margin-bottom: .5rem;
	font-size: 1.0em;
}

.blogcard-snipet{
	font-size: 70%;
	line-height: 1.7;
	padding-right: 10%;
}

@media screen and (max-width: 480px){
	.blogcard-title{
	font-size: 14px;
}
	.blogcard-thumbnail{
		width: 40%;
	}
	.blogcard-snipet{
		display: none;
	}
}

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

.blogcard::before{
	content: 'あわせて読みたい'; /* タイトルの文言 */
	position: absolute;
	top: -.8rem;
	left: auto;
	font-size: 50%;
	padding: .6em 1em;
	font-weight: bold;
	color: #000000;  /* タイトルの文字色 */
	border-radius: 2px;
}

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

/*---------------------------------
固定ページの日付を非表示にする、おまじない
--------------------------------*/
.post-522 .date-tags {
  display: none;
}

/*
.mobile-menu-buttons {
background: #545454; /* 背景色 */
/*color: white;
}
*/

.mobile-menu-buttons .menu-button > a {
color: white;
}

/*768px以下でロゴの大きさ変更*/
@media screen and (max-width: 768px){
img.site-logo-image{
	width: 200px;
}
/*モバイルメニューの背景色をカスタマイズで発生したサイドバー不具合対策*/
#sidebar-menu-content {
  color: #333;
}


/************************************
** 横長テーブル
************************************/
.p-sticky-table{
	white-space: nowrap;
	line-height:1.6;
}
.p-sticky-table table{
	border:none;
	border: 1px solid none;
	border-bottom: none;
	border-collapse: collapse;
	word-break: break-all;
	table-layout: fixed;
	display:block;
	overflow:scroll;
/*	max-height: 80vh;*/
}
.p-sticky-table thead th:first-child {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 3;
}
.p-sticky-table thead th {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 2;
	text-align:center;
}
.p-sticky-table tbody th:first-child{
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 1;
	border:none;
	white-space: normal;
	min-width: 130px;
}
.p-sticky-table th, .p-sticky-table td{
	min-width: 50px;
	text-align: left;
	font-size: 16px !important;
	position: relative;
	padding: 13px !important;
	color: #333;
	border: none !important;
	z-index: 0;
	vertical-align:middle !important;
	background:#fff;
}
.p-sticky-table th{
	background:#f0f9ff !important;
	letter-spacing: 1px;
	font-weight: 500 !important;
	color: #333 !important;
}
.p-sticky-table tr{
	border-bottom:none !important;
}
.p-sticky-table img{
	margin: 10px auto;
	display: block;
	padding: 0;
	max-width: 80% !important;
}
.p-sticky-table table th::before, .p-sticky-table table td::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-right: 1px solid #edf3f7;
	border-bottom: 1px solid #edf3f7;
	z-index: -1;
}
	

/* スマホ */

@media screen and (max-width:1030px) {
	.p-sticky-table table {
/*		max-height: 67vh !important;*/
  	}
	.p-sticky-table thead th:first-child, .p-sticky-table tbody th:first-child {
    		min-width: 25vw !important;
  	}
 	.p-sticky-table th, .p-sticky-table td {
    		font-size: 12px !important;
    		* padding: 7px !important; *
  	}
}

/*@media screen and (min-width:560px) and (max-width:1024px) {
 	.p-sticky-table table {
		max-height: 67vh;
  	}
@media screen and (min-width:1030px) {
 	.p-sticky-table table {
		max-height: 80vh;
  	}
}*/

}
/* 中央寄せ */
.pst-center td {
	text-align: center;
}
.pst-left ul,li{
	text-align: left;
}


	
/* カスタマイズ　テーブルストライプ */
.pst-blue thead th, .pst-blue tbody th {
  background: #daeef7 !important;
}
.pst-blue tr:nth-child(odd) td {
  background: #fff;
}
.pst-blue tr:nth-child(even) td {
  background: #e8f1f8;
}
.pst-blue table th::before {
  border-right: 1px solid #edf3f7;
  border-bottom: 1px solid #edf3f7;
}


/* ボックス二重不具合対策 */
.tab-caption-box,
.label-box {
	border:none;
}

/************************************
** 目次
************************************/

.toc-title{
font-weight:bold;
}
.toc-title::after {
color:#337ab7;
}
.toc-list > li a {
font-weight: normal;
display:block;
margin-top:10px;
margin-left: 10px;
}
.toc-list > li a::before {
font-family: "Font Awesome 5 Free";
content : "\f144";
color : #107cad;/*こちらで緑点の色を変更できます*/
margin-right: 7px;
}
.toc-list > li li a {
font-weight: normal;
font-size: 95%;
margin-top:0;
margin-left: 2em;
}
.toc-list > li li a::before {
content: "";
width: 7px;
height: 7px;
left: -2px;
display: inline-block;
border-radius: 50%;
background: #107cad;/*こちらで緑点の色を変更できます*/

position: relative;
margin-bottom: 2px;
}
@media (max-width:880px){
.toc-list > li a {
margin-left: -10px;
}
.toc-list > li li a {
margin-left: -2em;
}
.toc-list > li li a::before {
left: 3px;
margin-bottom:1px;
}
}
.toc a:hover {
color: #333333;
text-decoration: underline;
}
/*目次の枠線*/
.toc{
/*border:solid 3px;*/
background: #fff;
border-color: #107cad;
}

/*目次のアイコン*/
.toc-title:before {
font-family: 'Font Awesome 5 Free';
content : "\f03a";
font-size: 1.2em;
color: #FFF;
background-color: #107cad;
border-radius: 50%;
padding: 0.5em;
margin-right: 0.5em;
}

/*モバイルフッター「ホーム」ボタン色対策*/
.mobile-footer-menu-buttons .home-menu-icon.menu-icon {
  color: #000000;!important;
}
/*モバイルフッター「ホーム」ボタン色対策*/
.is-dark-on.is-pcmenu-on .mobile-menu-buttons{
  color: #000000;!important;
}
/*モバイルフッター「ホーム」ボタン色対策*/
.mobile-menu-buttons .home-menu-button > a {
color: #000000;!important;
}
/*モバイルフッター「トップ」ボタン色対策*/
.mobile-footer-menu-buttons .top-menu-icon.menu-icon {
  color: #000000;!important;
}
/*モバイルフッター「トップ」ボタン色対策*/
.is-dark-on.is-pcmenu-on .mobile-menu-buttons{
  color: #000000;!important;
}
/*モバイルフッター「トップ」ボタン色対策*/
.mobile-menu-buttons .top-menu-button > a {
color:  #000000;!important;
}
/*モバイルフッター「トップ」ボタン色対策*/
.mobile-footer-menu-buttons .toc-menu-icon.menu-icon {
  color:  #000000;!important;
}
/*モバイルフッター「シェア」ボタン色対策*/
.mobile-footer-menu-buttons .share-menu-icon.menu-icon {
  color:  #000000;!important;
}
/*モバイルフッター「サイドバー」ボタン色対策*/
.mobile-footer-menu-buttons .sidebar-menu-icon.menu-icon {
  color:  #000000;!important;
}

/*モバイルフッター「トップ」ボタン色対策*/
.mobile-footer-menu-buttons .cop-menu-caption.menu-caption {
  color:  #000000;!important;
}


/* アピールエリア---------------------------------------------- *
/*全体*/

.appeal{
 	height:calc(100vh - 210px); /*パソコンでの高さ調整*/
 	background-size: cover; /*背景をフィットさせる*/
 }

 @media screen and (max-width: 834px){
 	.appeal{
		height:calc(100svh - 220px); /*モバイルでの高さ調整*/
	}
}

.appeal-in {
	height:100%; /*パソコン、スマホ高さ調整*/
	width:100%; /*幅を最大に*/
/*	background-color:rgba(250,250,250,.5); /*背景色、白を透過させる*/
	backdrop-filter: blur(1px); /*ぼかしpxで調整*/
}

/*コンテンツエリア*/
.appeal-content {
	background-color:initial; /*デフォルトの背景色無効化*/
}

/*ボタン（アイコン部分）*/
.appeal-button{
	background-color:initial; /*ボタンの背景色無効化*/
	font-size:.8em; /*文字を少し小さく*/
	color:white;/*アイコンの色はここで設定*/
}

/*アイコンを追加*/
.appeal-button:after{
	display:block;
	font-family: "Font Awesome 5 Free";
	font-weight:bold;
	content: "\f0a6"; /*アイコン指定（シングル矢印は\f107にする）*/
	font-size: 1.5em; /*アイコンの大きさ*/
	animation: move 1s infinite alternate ease-in-out; /*アイコンをゆっくり動かす*/
}
/* アピールエリアメッセージ文字の色 */
.appeal-message { color: #fff}


@keyframes move{
  from {
	  transform: translateY(0);
  }
  to {
	  transform: translateY(10px);
  }
}

/*スムーズにスクロール*/
html { scroll-behavior: smooth;}

/*下線をくすみ黄色に*/
.marker-under {
background: linear-gradient(transparent 60%, #ede37b 60%);
}

/************************************
** 投稿・固定ページの見出しデザインを2重線に修正
************************************/
/*
 * .article h2 {
	position: relative;
	margin-top: 50px;
	margin-bottom: 28px;
	padding: 15px;
	background-color: transparent;
	border-top: solid 2px #202020;
	border-bottom: solid 2px #202020;
}
.article h2:before,
.article h2:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	left: 0;
}
.article h2:before {
	border-top: solid 4px #202020;
	top: -8px;
}
.article h2:after {
	border-bottom: solid 4px #202020;
	bottom: -8px;
}
.article h3 {
	margin-top: 45px;
	padding: 6px 15px;
	border: none;
	border-bottom: 3px solid #202020;
}
*/

/************************************
** サイドバータイトル枠を下線に変更
************************************/
/*.sidebar h2,
.sidebar h3 {
	padding: 6px;
	font-size: 0.95em;
	letter-spacing: 0.4px;
	border-bottom: 1px solid #595857;
	background-color: transparent;
}*/

/************************
 * ランキングのボタン
 * /*公式ページ*/
/*詳細ページ*/
/************************/
/************************
.ranking-item-link-buttons a{ 
border: none;
background:  #107cad;
}*/
/************************
.ranking-item-detail a { 
background-color: #ccbc43;
}/************************/


/************************
 * ヘッダーの検索窓CSS。phpにも追記
/************************/
.header-search {
 width: 200px !important;
}
.header-search .search-box {
 margin: 0;
}
.header-search input[type="text"] {
 padding: 8px 14px;
 font-size: 16px;
 border-radius: 14px 14px 14px 14px / 50% 50% 50% 50%;
 border-color: #eb1b1b;
}
.header-search .search-submit {
 color: #000000;
}

/************************************
** 投稿・固定ページの見出しデザインをサイトカラーに修正
************************************/
.article h2 {
  font-size: 24px;
  padding: 25px;
  background-color: #eaeaea !important;

  border-radius: var(--cocoon-badge-border-radius);
}


/************************************
** 投稿・固定ページのサイドバーデザインをサイトカラーに修正
************************************/
.sidebar h2,
.sidebar h3 {
  background-color: #eaeaea !important;
  padding: 12px;
  margin: 16px 0;
  border-radius: var(--cocoon-badge-border-radius);
}


/************************************
テーブル内の背景アイコン(◎、△etc)色修正
************************************/
.s-circle:before {
  background-color: #00bcd4;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16 32q-3.313 0-6.219-1.25-2.906-1.281-5.078-3.453t-3.453-5.078q-1.25-2.906-1.25-6.219t1.25-6.219q1.281-2.906 3.453-5.078t5.078-3.453q2.906-1.25 6.219-1.25t6.219 1.25q2.906 1.281 5.078 3.453t3.453 5.078q1.25 2.906 1.25 6.219t-1.25 6.219q-1.281 2.906-3.453 5.078t-5.078 3.453q-2.906 1.25-6.219 1.25zM16 2.906q-2.719 0-5.094 1.031t-4.156 2.813-2.813 4.156-1.031 5.094 1.031 5.094 2.813 4.156 4.156 2.813 5.094 1.031 5.094-1.031 4.156-2.813 2.813-4.156 1.031-5.094-1.031-5.094-2.813-4.156-4.156-2.813-5.094-1.031z"></path></svg>');
}

.d-circle:before {
  background-color:#ff0015;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16 32q-3.313 0-6.219-1.25-2.906-1.281-5.078-3.453t-3.453-5.078q-1.25-2.906-1.25-6.219t1.25-6.219q1.281-2.906 3.453-5.078t5.078-3.453q2.906-1.25 6.219-1.25t6.219 1.25q2.906 1.281 5.078 3.453t3.453 5.078q1.25 2.906 1.25 6.219t-1.25 6.219q-1.281 2.906-3.453 5.078t-5.078 3.453q-2.906 1.25-6.219 1.25zM16 2.906q-2.719 0-5.094 1.031t-4.156 2.813-2.813 4.156-1.031 5.094 1.031 5.094 2.813 4.156 4.156 2.813 5.094 1.031 5.094-1.031 4.156-2.813 2.813-4.156 1.031-5.094-1.031-5.094-2.813-4.156-4.156-2.813-5.094-1.031zM16 26.875q-2.25 0-4.219-0.875-1.969-0.844-3.453-2.328t-2.328-3.453q-0.875-1.969-0.875-4.219t0.875-4.219q0.844-1.969 2.328-3.453t3.453-2.328q1.969-0.875 4.219-0.875t4.219 0.875q1.969 0.844 3.453 2.328t2.328 3.453q0.875 1.969 0.875 4.219t-0.875 4.219q-0.844 1.969-2.328 3.453t-3.453 2.328q-1.969 0.875-4.219 0.875zM16 8.063q-1.656 0-3.094 0.625t-2.516 1.703-1.703 2.516-0.625 3.094 0.625 3.094 1.703 2.516 2.516 1.703 3.094 0.625 3.094-0.625 2.516-1.703 1.703-2.516 0.625-3.094v0q0-1.656-0.625-3.094t-1.703-2.516-2.516-1.703-3.094-0.625v0 0z"></path></svg>');
}

.triangle:before {
  background-color: #ff7b00;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M31.719 29.281h-31.313l15.656-27.094zM4.625 26.844h22.875l-11.438-19.813z"></path></svg>');
}

.cross:before {
  background-color: #2b2d2e;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16 18.125l-11.938 11.938-2.094-2.125 11.906-11.938-11.906-11.938 2.094-2.094 11.938 11.906 11.938-11.906 2.125 2.094-11.938 11.938 11.938 11.938-2.125 2.125-11.938-11.938z"></path></svg>');
}

.b-check:before {
  background-color: #8bc34a;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m 28.824393,3.176485 a 1.7150643,1.7150643 0 0 1 2.696082,2.1198195 L 13.301347,28.473683 a 2.5725964,2.5725964 0 0 1 -3.9858105,0.07203 L 0.56184852,18.200448 A 1.7150643,1.7150643 0 1 1 3.1790365,15.984585 l 8.0745235,9.542617 z"></path></svg>');
}

.b-question:before {
  background-color: #ffc107;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m 10.104966,7.8117416 c 0.66516,-1.9555889 2.863256,-3.6160779 5.730897,-3.6160779 3.545604,0 5.953994,2.4620552 5.953994,4.9616606 0,2.4996047 -2.40839,4.9616597 -5.953994,4.9616597 -1.09613,0 -1.984664,0.888534 -1.984664,1.984664 v 3.96933 c 0,1.09613 0.888534,1.984664 1.984664,1.984664 1.096131,0 1.984665,-0.888534 1.984665,-1.984664 V 17.90612 c 4.372217,-0.809942 7.938658,-4.242418 7.938658,-8.7487957 0,-5.173087 -4.699883,-8.93098904 -9.923323,-8.93098904 -4.324644,0 -8.2020622,2.52419514 -9.4887993,6.30724294 C 5.994111,7.5712796 6.5492216,8.6986483 7.5869231,9.0516013 8.6246444,9.4045734 9.752013,8.8494632 10.104966,7.8117416 Z m 5.730897,24.1692214 c 1.644295,0 2.976997,-1.3329 2.976997,-2.976996 0,-1.644096 -1.332702,-2.976996 -2.976997,-2.976996 -1.644096,0 -2.976996,1.3329 -2.976996,2.976996 0,1.644096 1.3329,2.976996 2.976996,2.976996 z"></path></svg>');
}

.b-none:before {
  background-color: #777;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M 4,12 H 20"></path></svg>');
}
/************************************
ここまで。テーブル内の背景アイコン(◎、△etc)色修正
************************************/


/*ヘッダーモバイルボタンの文字色と背景色を変更*/
/*.search-menu-button.menu-button,
.navi-menu-button.menu-button{
	background: #ededa8;
}

.logo-menu-button.menu-button{
	background: #ededa8;
}

.mobile-menu-buttons{
	background: #ededa8;
}
*/
/*.search-menu-button.menu-button,



/* cocoon通知エリアを流れる文字に変更 */
.notice-area {
    width: 100%;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}
.notice-area span {
    display: inline-block;
    padding-left: 100%;
    white-space: nowrap;
    animation: marquee 10s linear infinite;
    font-weight: bold;
}
	
@keyframes marquee {
    0% {
        transform: translateX(0);
    }    
    100% {
        transform: translateX(-100%);
    }
}

/************************************
「もっと見る」ボタン色変更
************************************/
.list-more-button {
　display: inline-block;
  padding: 0.3em 2em;
  text-decoration: none;
  color: #fff;
  background: #eb1b1b; /* ボタンの背景色を赤色に変更しています */
  border: 0px;
  transition: 0.4s;
  margin: 1em 0 2em;
  font-size: 16px;
  border-radius: 99px;
}

.list-more-button:hover {
  background-color: #fca4a2;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
/************************************
** 「次のページ」ページネーション
************************************/
.pagination-next {
  margin-top: 24px;
}

.pagination-next-link, .comment-btn {
  background-color: #eb1b1b;
  border: 1px solid var(--cocoon-thin-color);
  color: #fff;
  display: block;
  font-size: 1.2em;
  text-decoration: none;
  width: 100%;
  text-align: center;
  padding: 10px;
  display: block;
}
.pagination-next-link:hover, .comment-btn:hover {
  background-color: #eb5b82;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.five-digits-or-more {
  font-size: 13px;
}

.six-digits-or-more {
  font-size: 11px;
}
/************************************
** ページネーション
************************************/
.pagination {
  margin: 24px 0;
  clear: both;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
.pagination .current {
  background-color: #eb1b1b;
  color: #fff;
}
.pagination a:hover {
  background-color: #eb5b82;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.page-numbers {
  color: var(--cocoon-text-color);
  text-decoration: none;
  display: inline-block;
  height: 46px;
  width: 46px;
  border: 1px solid var(--cocoon-thin-color);
  margin: 0 4px;
  line-height: 44px;
  text-align: center;
  border-radius: var(--cocoon-basic-border-radius);
  font-size: 16px;
}
.page-numbers span {
  line-height: inherit;
}

.page-numbers.dots {
  opacity: 0.6;
  background-color: var(--cocoon-xx-thin-color);
}

/************************************
** スマホ追尾目次
************************************/
#mobile-toc-widget-wrap .menu-trigger,
#mobile-toc-widget-wrap .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#mobile-toc-widget-wrap .menu-trigger {
  position: relative;
  width: 25px;
  height: 35px;
}
#mobile-toc-widget-wrap .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff; /* 三本線色 */
  border-radius: 4px;
}
#mobile-toc-widget-wrap .menu-trigger span:nth-of-type(1) {
  top: 13px;
}
#mobile-toc-widget-wrap .menu-trigger span:nth-of-type(2) {
  top: 20px;
}
#mobile-toc-widget-wrap .menu-trigger span:nth-of-type(3) {
  top: 27px;
}
#mobile-toc-widget-wrap .menu-trigger.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
#mobile-toc-widget-wrap .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
  top:0;
}
#mobile-toc-widget-wrap .menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
#mobile-toc-widget-wrap .menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}
#mobile-toc-widget-wrap{
  position: fixed;
  bottom: 65px;
  right: 5px;
  margin: 0;
  padding: 0;
  z-index:5;
  counter-reset: mobile-toc;
}
#mobile-toc-widget-wrap label .mobile-toc-button {
  width: 58px;
  height: 58px;
  border-radius:50%;
  background: #eb1b1b; /* ボタン色 */
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  transition: ease-out 0.3s;
  text-align:center;
  position:relative;
  z-index: 3;
}
#mobile-toc-widget-wrap label .mobile-toc-button .mobile-toc-button-title {
  color: #fff; /* ボタン文字色 */
  font-size: 0.65em;
  letter-spacing: 0;
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  margin: auto;
}
#mobile-toc-widget-wrap label:hover {
  background: #efefef;
}
#mobile-toc-widget-wrap input {
  display: none;
}
#mobile-toc-widget-wrap .mobile-toc-show {
  display:none;
}

#mobile-toc-widget-wrap input:checked ~ .mobile-toc-show {
  background:#fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2.5em 1em;
  opacity:0.97; /* 20190924数値変更 */
  position:fixed;
  width:100%;
  height:100%;
  display:block;
  animation: 0.5s fade-in;
  -webkit-animation: 0.5s fade-in;
  overflow-y:scroll;
}

@-webkit-keyframes fadeIn { 
  0% {display: none;opacity: 0;}
  1% {display: block;opacity: 0;}
  100% {display: block;opacity: 0.93;}
}
@keyframes fade-in {
  0% {display: none;opacity: 0;}
  1% {display: block;opacity: 0;}
  100% {display: block;opacity: 0.93;}
}
#mobile-toc-widget-wrap .widgettitle{
  text-align: center;
  margin: 0 0 1em; /* 20190924数値変更 */
  color: #f6a068; /* 目次名の色 */
  font-size: 1.1em;
  letter-spacing:2px;
  font-weight:600; /* 20190924追記 */
}

#mobile-toc-widget-wrap .mobile-toc-show .toc{
  border:none;
  margin: 0 !important;
  padding: 0 !important;
}
#mobile-toc-widget-wrap .toc .toc-list > li {
  list-style-type: none !important;
  position: relative;
  margin-left: 13px;
  margin-right: 25px;
  padding-left: 32px;
  margin-bottom: 15px;
  padding-bottom: 0px;
  font-size: 1.1em;
  line-height: 1.8;
}
#mobile-toc-widget-wrap .toc a {
  font-size: 0.8em;
  font-weight:600;/* 20190924追記 */
}
#mobile-toc-widget-wrap .toc-list{
  padding:0 !important;
}
/*#mobile-toc-widget-wrap .toc-list > li:before{
  counter-increment: mobile-toc;
  content: counter(mobile-toc);
  position: absolute;
  left: 5px;
  top: 5px;
  background: none;
  font-size: 0.8em;
  color: #f6a068; /* 数字の色 */
/*}*/

#mobile-toc-widget-wrap .toc_widget_list > li ol {
  margin-top: 5px;
  padding-left: 20px;
}
#mobile-toc-widget-wrap .toc-list ol{
  list-style:none;
}
#mobile-toc-widget-wrap .toc-list > li > ol > li a {
  position: relative;
  text-decoration: none !important;
  font-weight:500;/* 20190924追記 */
}
#mobile-toc-widget-wrap .toc-list > li ol li a:before {
  position: absolute;
  content: "・";
  font-size: 1.4em;
  left: -20px;
  top: -10px;
  color: #f6a068; /* 点の色 */
}

/************************************
** タグリンク赤色に
************************************/
.tag-link {
 border: 0px;
 background-color: #eb1b1b;
 color: #fff;
}

/************************************
** サイドバー追尾目次
************************************/
.sidebar-scroll{
  top:15px !important;
}
.sidebar h3{
  font-size:0.9em;
  padding: 7px 12px;
}
.sidebar .widget_toc{
   box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}
.sidebar .toc-widget-box{
  margin-top: -0.9em;
}
.sidebar .toc{
  padding: 0;
  width:100%;
}
.sidebar .toc-content {
  overflow-y: scroll;
  max-height: 390px;
  padding: 0.5em 1.5em;
}
.sidebar .toc li{
  line-height:1.6;
  margin-bottom: 1em;
  font-size:0.85rem;
  color:#3cb8f1;
}
.sidebar .toc-content > ol  > li,.sidebar .toc-content > ul  > li{
  font-weight:600;
  padding-left: 0.5em;
}
.sidebar .toc-content a{
  letter-spacing:0.5px;
}
.sidebar .toc .toc-list ul, .sidebar .toc .toc-list ol {
  margin: 1em 0;
  list-style-type:none;
  font-weight:500;
}
@media screen and (max-width: 768px){
  .sidebar-menu-button .widget_toc{
    display:none;
  }
}

/************************************
** タグクラウド赤色に
************************************/
.tagcloud a {
　border: 0px;
  border-radius: 2px;
  background-color: #eb1b1b;
  color: #fff;
  padding: 3px 8px;
  text-decoration: none;
  font-size: 12px;
  margin: 2px;
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}

/* カード系サムネは最優先で見せる */
img.card-thumb,
img.navi-entry-card-image,
img.widget-entry-card-image,
img.category-image {
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
}

/* Lozad/プレースホルダ系の見た目が残っていたら無効化 */
img.card-thumb[data-loaded="true"],
img.navi-entry-card-image[data-loaded="true"],
img.widget-entry-card-image[data-loaded="true"],
img.category-image[data-loaded="true"] {
  opacity: 1 !important;
}
