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

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

/*ヘッダーの文字サイズ変更*/
#header .logo .site-name-text {
font-size:20px;
}

/* 見出しリセット */
/* 見出し2 */
.article h2{
  width: 100%;
  padding: 0.5em;
  position: relative;
  background:white;
  font-weight:lighter
}
.article h2{
	padding: 2rem;
    outline: rgb(202, 159, 198) solid 1.5px;
    outline-offset: -10px;
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 0 0.3rem, transparent 0.3rem 0.6rem),  linear-gradient(90deg, #f7f1f7 24%,           #faeeee 49%, #eaf3fa 75%, #edf6f4 100%);
    color: rgb(255, 255, 255); 
	 background-repeat: no-repeat;
    background-position: 17px 17px;
    color: rgb(202, 159, 198);
    font-size: 1.3rem;
    font-weight: bold;
}
/* 見出し3 */
.article h3{
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;
padding: 0;
padding: 1rem 0;  
}

.article h3{
	 position: relative;
    padding: 1rem 1rem 1rem 1.5rem;
    border: 1px solid #ca9fc6;
    font-weight: bold;
    font-size: 18px;
	  color: rgb(202, 159, 198); 
	  background-color: #f7f1f7;
    background-image: linear-gradient(90deg, #f7f1f7 24%, #faeeee 49%, #eaf3fa 75%, #edf6f4 100%);
}
.article h3:before,
.article h3:after {
    position: absolute;
    top: 100%;
    left: 30px;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}

.article h3:before {
  margin-left: -12px;
    border-color: transparent;
    border-top-color: #ca9fc6;
    border-width: 12px;
}
.article h3:after {
    margin-left: -11px;
    border-color: transparent;
    border-top-color: #f7f1f7;
    border-width: 11px;
}
	/* 見出し4 */
.article h4{
border-top:none;
border-bottom:none;
padding: 0;
    color: #2d6357;
    font-weight: lighter;
    font-size: 18px;
    text-align: left;	}
.article h4{
  color: #838383;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 2px #f0c8c8;/*上線*/
  border-bottom: solid 2px #f0c8c8;/*下線*/
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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

/*方眼紙風*/
.box29{
margin: 2em auto;
padding: 0.5em;
background-image: linear-gradient(0deg, transparent 19px, #ccc 20px),linear-gradient(90deg,  transparent 19px, #ccc 20px);
background-size: 20px 20px;
}
/*セロテープ風*/
.box76{
margin: 2em auto; /* ボックスの余白 */
background-color: #E6ECF2; /* ボックス背景色 */
padding:2.5em 2em 2em; /* ボックス内側余白 */
position:relative; /* 配置(ここを基準に) */
}
.box76 .box-title {
background-color: rgba(255,255,255,.1);/* テープ背景色と透過*/
border-left: 2px dotted rgba(0,0,0,.1);/* テープのギザギザ左*/
border-right: 2px dotted rgba(0,0,0,.1);/* テープのギザギザ右*/
box-shadow: 0 0 5px rgba(0,0,0,0.2); /*テープ影*/
transform: rotate(-2deg);/*テープの傾き*/
font-size: 1em;/*タイトル文字の大きさ*/
color: #666; /*タイトル文字色 */
padding: 10px 20px;/*タイトルの余白*/
line-height: 1;/*タイトルの行の高さ*/
position:absolute;/*配置(ここを動かす)*/
top: -15px; /*上から（-10px）移動*/
left: 20px; /*左から(20px)移動*/
}
/*マスキングテープ風*/
.box75{
margin: 2em auto;
background-color: #fde9e6;/*ボックス背景色*/
padding:2.5em 2em 2em;/*ボックス内側余白*/
position:relative;/*配置(ここを基準に)*/
}
.box75 .box-title {
background-image: repeating-linear-gradient(-45deg,#fde9e6 0, #fde9e6 3px,#fafafa 3px,#fafafa 6px);/*ストライプ*/
border-left: 2px dotted rgba(0,0,0,.1);/* テープのギザギザ左*/
border-right: 2px dotted rgba(0,0,0,.1);/* テープのギザギザ右*/
transform: rotate(-2deg);/*テープの傾き*/
font-size: 1em;/*タイトル文字の大きさ*/
padding: 10px 20px;/*タイトルの余白*/
line-height: 1;/*タイトルの行の高さ*/
position:absolute;	/*配置(ここを動かす)*/
top: -15px; /*上から（-10px）移動*/
left: 20px; /*左から(20px)移動*/
}
/*手書き風*/
.box55 {
margin: 2em auto;
padding:2em;/*内側余白*/
border-radius: 30px 60px/60px 30px;
border: solid 8px #ccc7be;
}
/*少しずらしたボックス*/
.box27{
margin: 2em auto;
padding:2em;/*内側の余白*/
background: none;/*元のボックス背景色なし*/
border:1px solid #ccc ;/*線の太さ・種類・色*/
position: relative;/*配置（基準）*/
}
.box27:after{
background-image: linear-gradient(90deg, rgba(249,232,228.5) 50%, transparent 50%), linear-gradient(rgba(251,238,234,.5) 50%, transparent 50%);	/* チェック色 */
background-size: 15px 15px;	/* チェックのサイズ *//*ずらしたボックスの背景色*/
border:none;
content: '';
position: absolute;/*配置（ここを動かす）*/
top: 8px;/*上から8pxずらす*/
left: 8px;/*左から8pxずらす*/
width: 100%;
height: 100%;
z-index: -1;
}
/*チェックマークのアイコンをつけた囲み枠 */
.box84 {
margin: 2em auto;
padding:1em 2em 2em;
background-color: #f8f6e5; /* 背景色 */
border-radius:1px;/*ボックス角の丸み*/
box-shadow: 0px 1px 3px rgba(0,0,0,0.1);/*ボックス影*/
}
.box84 .box-title {
color: #838383; /* タイトル文字色 */
font-size: 18px;/*タイトル文字の大きさ*/
font-weight: bold;
}
.box84 .box-title:before {
font-family: "Font Awesome 5 Free";
content: '\f00c';
font-size: 18px;/*アイコンの大きさ*/
margin: 0 3px 0 0;
font-weight: bold;
}

.box272 .box-title {
color: #555; /* タイトル文字色 */
font-size: 18px;/*タイトル文字の大きさ*/
font-weight: bold;
}
/*少しずらしたボックス*/
.box272{
margin: 2em auto;
padding:2em;/*内側の余白*/
padding-bottom:1em;
background: none;/*元のボックス背景色なし*/
border:1px solid #ccc ;/*線の太さ・種類・色*/
position: relative;/*配置（基準）*/
}
.box272:after{
background-color:#e1e9f6;/*ずらしたボックスの背景色*/
border:none;
content: '';
position: absolute;/*配置（ここを動かす）*/
top: 7px;/*上から7pxずらす*/
left: 7px;/*左から7pxずらす*/
width: 100%;
height: 100%;
z-index: -1;
} 
/*メモアイコンをつけた囲み枠*/
.box81 {
margin: 2em auto;
padding:1em 2em 2em;
background-color: #fcebed; /* 背景色 */
border-radius:1px;/*ボックス角の丸み*/
box-shadow: 0px 1px 3px rgba(0,0,0,0.1);/*ボックス影*/
}

.box81 .box-title {
color: #838383 ; /* タイトル文字色 */
font-size: 18px;
font-weight: bold;
}

.box81 .box-title:before {
font-family: "Font Awesome 5 Free";
content: "\f304";
font-size: 18px;
margin: 0 3px 0 0;
font-weight: bold;
}
/*SWELL目次風*/
.box30{
margin: 2em auto;
padding:2em;
background:linear-gradient(-45deg,transparent 25%,#eee 25%,#eee 50%,transparent 50%,transparent 75%,#eee 75%,#eee);
background-size: 4px 4px;
border-bottom: 4px double #ddd;
border-top: 4px double #ddd;
background-clip: padding-box;
}
.box27 .box-title {
background-color: rgba(255,255,255,.1);/* テープ背景色と透過*/
border-left: 2px dotted rgba(0,0,0,.1);/* テープのギザギザ左*/
border-right: 2px dotted rgba(0,0,0,.1);/* テープのギザギザ右*/
box-shadow: 0 0 5px rgba(0,0,0,0.2); /*テープ影*/
transform: rotate(-2deg);/*テープの傾き*/
font-size: 1em;/*タイトル文字の大きさ*/
color: #666; /*タイトル文字色 */
padding: 10px 20px;/*タイトルの余白*/
line-height: 1;/*タイトルの行の高さ*/
position:absolute;/*配置(ここを動かす)*/
top: -15px; /*上から（-10px）移動*/
left: 20px; /*左から(20px)移動*/
}
/*見出し*/
div.title{
	text-align:center;/*中央寄せ*/
	font-size:2rem;/*文字の大きさ*/
	color:#838383;/*文字色*/
	letter-spacing:.1rem;/*文字間の余白*/
	line-height:2;/*行の高さ*/
	margin:1rem;/*外側余白*/
	padding:0;/*内側余白*/
}

div.title:after{
	display:block;
	font-size:.8rem;
}

div.newpost:after{
	content:'- 新着記事 -';
}
/* 新着記事を横並びにする---------------------------------------------- */
.new-entry-cards.large-thumb{
	display: flex; /* フレックスボックスにする */
	flex-wrap: wrap;
	margin-bottom:1em;
	justify-content: center;
}

/*新着記事サムネイル（大）*/
.new-entry-cards.large-thumb a{
width:calc(80% / 3);/*pcで横3列に並べる*/
	padding: 1em;
}
/*480px以下*/
@media screen and (max-width: 480px){
	.new-entry-cards.large-thumb a{
		width:100%;/*スマホで横１列に*/
	}
}

/*見出し*/
div.title{
	text-align:center;/*中央寄せ*/
	font-size:2rem;/*文字の大きさ*/
	color:#838383;/*文字色*/
	letter-spacing:.1rem;/*文字間の余白*/
	line-height:2;/*行の高さ*/
	margin:1rem;/*外側余白*/
	padding:0;/*内側余白*/
}

div.title:after{
	display:block;
	font-size:.8rem;
}

div.category:after{
	content:'- カテゴリー別の記事 -';
}


/*カテゴリー見出し写真*/
.home figure img {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
}

/*480px以下*/
@media screen and (max-width: 480px){
	.home figure img{
	max-height: 200px;
	}
}


/* タブ切り替え---------------------------------------------- */
.tab-wrap {
display: flex;
flex-wrap: wrap;
margin:0;
padding:0;
}

.tab-label {
white-space: nowrap;
text-align: center;
order: -1;
position: relative;
z-index: 1;
cursor: pointer;
flex: 1;
letter-spacing:1px;
padding:6px;
border:1px solid #ccc;
font-size:.8em
}

.tab-switch:checked+.tab-label:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
border: 10px solid transparent;
	width: 0;
	height: 0;
}

.tab-label:not(:last-of-type) {
  margin-right: 5px;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
}

/* アクティブなタブ */
.tab-switch:checked+.tab-label {
color:#838383;
background-color:rgba(221,193,218,0.4);
border:1px solid rgba(221,193,218,0.4);
}

.tab-switch:checked+.tab-label:after{
	content: "";
	position: absolute;
	top: 99%;
	left: 50%;
margin-left: -10px;
border: 10px solid transparent;
border-top:10px solid rgba(221,193,218,0.4);
	width: 0;
	height: 0;
}

.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px 0 0 0;
  transition: .5s opacity;
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}


/*カテゴリーごとの記事横並べ(flex)*/
.category-list-flex{
 display: flex; /* フレックスボックスにする */
 flex-wrap: wrap;
}

.category-list{
	width:calc(100% / 2);/*パソコンで横２列*/
	padding:.5em;/*カードまわりに少し余白をあける*/
}

/*480px以下*/
@media screen and (max-width: 480px){
	.category-list{
		width:100%; /*スマホで横１列*/
	}
}

/*見出し*/
div.title{
	text-align:center;/*中央寄せ*/
	font-size:2rem;/*文字の大きさ*/
	color:#838383;/*文字色*/
	letter-spacing:.1rem;/*文字間の余白*/
	line-height:2;/*行の高さ*/
	margin:1rem;/*外側余白*/
	padding:0;/*内側余白*/
}

div.title:after{
	display:block;
	font-size:.8rem;
}

div.popular:after{
	content:'- 今日、読まれている記事 -';
}
/* 人気記事を横並びにする---------------------------------------------- */
.popular-entry-cards.large-thumb{
	display: flex; /* フレックスボックスにする */
	flex-wrap: wrap;
	margin-bottom:1em;
	justify-content: center;
}

/*人気記事サムネイル（大）*/
.popular-entry-cards.large-thumb a{
width:calc(100% / 3);/*パソコンで横3列*/
}
/*480px以下*/
@media screen and (max-width: 480px){
	.popular-entry-cards.large-thumb a{
		width:calc(100% / 2);/*スマホで横2列にする*/
	}	
}
/* トップページ非表示項目*/
.home .toc,/*目次*/
.home .breadcrumb,/*パンくずリスト*/
.home .eye-catch,/*アイキャッチ画像*/
.home .entry-title,/*記事タイトル*/
.home .sns-share,/*シェアボタン*/
.home .sns-follow,/*フォローボタン*/
.home header .post-date,/*ヘッダー投稿日*/
.home header .post-update,/*ヘッダー更新日*/
.home .author-info/*投稿者名*/
{
display: none;
}
/* アピールエリア---------------------------------------------- *
/*全体*/
.appeal-in {
    min-height: 800px;/*パソコンでの高さ調整*/
	min-width:100%;/*幅を最大に*/	
	background-color:rgba(250,250,250,.5);/*背景色、白を透過させる*/
	backdrop-filter: blur(3px);/*ぼかし*/
	border-bottom-left-radius: 60%;
	border-bottom-right-radius: 60%;
}
.appeal{
	/*画像の下部を円形に*/
	border-bottom-left-radius: 60%;
	border-bottom-right-radius: 60%;
}

/*480px以下*/
@media screen and (max-width: 480px){
	.appeal-in {
		min-height: 600px!important;/*スマホでの高さ調整*/
	}
	.appeal-in{
     border-bottom-left-radius: 70% 30%;
	  border-bottom-right-radius: 70% 30%;
  	}
	.appeal{
	/*画像の下部を円形に*/
	   border-bottom-left-radius: 70% 30%;
	   border-bottom-right-radius: 70% 30%;
}
}

/*コンテンツエリア*/
.appeal-content {
width:100%;/*幅を最大に*/
padding:2em 1em;/*内側余白調整*/
background-color:transparent;/*コンテンツエリアの背景無効化*/
}

/*タイトル*/
.appeal-title{
padding-bottom:1.5em;/*タイトル下の余白*/
font-weight:normal;/*文字の太さ*/
font-size:1.1em;/*タイトル文字の大きさ*/
}

/*本文*/
.appeal-message {
 font-size: 1em;/*本文文字の大きさ*/
}
/*480px以下*/
@media screen and (max-width: 480px){
.appeal-message {
 font-size: .8em;/*スマホ表示する文字の大きさ*/
}	
}

/*ボタン*/
.appeal-button{
background-color: transparent!important;/*ボタンの背景色無効化*/
font-weight:normal;/*文字の太さ*/
color: #838383; /*ボタン部分文字とアイコンの色*/
}

/*アイコンを追加*/
.appeal-button:before{
display:block;
font-family: "Font Awesome 5 Free";
font-weight:bold;
content: "\f103";/*アイコン指定*/
font-size: 2em;/*アイコンの大きさ*/
animation: move 1s infinite alternate ease-in-out;/*以下、アイコンを動かすアニメーション*/
}
@keyframes move{
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}

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

/* ①ヘッダーロゴ */
.header-site-logo-image {
	transition:0.5s;
}

/* ②ヘッダーロゴ(hover時) */
@media screen and (min-width: 980px) {
	.header-site-logo-image:hover {
		opacity:0.8;
	}
}

/*③グローバルナビの下線*/
#navi .navi-in a:after{
	position: absolute;
	content: "";
	left: 0px;
	bottom: 1px;
	height: 2px;
	width: 100%;
	background: #e6cde2;
	transform: scale(0,1);
	transition: 1s;
}

/*④グローバルナビの下線(hover)*/
@media screen and (min-width: 980px) {
	#navi .navi-in a:hover:after{
		transform: scale(1);
	}
}

/*⑤メニュー項目の間隔*/
#navi .navi-in>ul>li>a{
	padding: 0 2.0em;
}

/*⑥選択中メニューに下線*/
.current-menu-item:after{
	position: absolute;
	content: "";
	left: 0px;
	bottom: -34.1px;
	height: 2px;
	width: 100%;
	background: #c7e4e0;
}
/*ヘッダー背景透明化*/
#header-container {
   background-color: rgba(255, 255, 255, 0.4);	height: 100px;/*透明度は0~1まで*/
  	line-height: 100px;}
/*ナビゲーションメニュー背景透明化*/
#header-container .navi {
background-color: rgba(255, 255, 255, 0.1);	height: 100px;
	line-height: 100px;}

/*snsフォロー*/
.sns-follow-buttons a {
  background: none !important;
  border-radius: 50%;
  border: #ddc1ca 1px solid;
  color: #ddc1da;
  width: 40px !important;
  height: 40px;
  margin: 0 15px;
  font-size: 30px;
}
.sns-follow-buttons a:last-child{
  margin-right: 3%;
}
.sns-follow-buttons {
  justify-content: center !important;
}
.sns-follow-buttons a:hover{
  color: #f4d2d0;
}

/*snsシェア*/
.sns-share-buttons a {
  background: none !important;
  border-radius: 50%;
  border: #ddc1da 1px solid;
  color: #ddc1da;
  width: 40px !important;
  height: 40px;
  margin: 0 15px;
  font-size: 30px;
}
.sns-share-buttons a:last-child{
  margin-right: 3%;
}
.sns-share-buttons {
  justify-content: center !important;
}
.sns-share-buttons a:hover{
  color: #bdd7f0;
}

/*シェアボタンのキャプション*/
.sns-share.ss-top .sns-buttons a .button-caption,
.sns-share.ss-bottom .sns-buttons a .button-caption {
	display: none; /*非表示*/
}
/* トップへ戻るボタン画像の表示調整 */
.go-to-top-button {
 width: 70px; /* ボタン画像の表示幅 */
 height: auto; /* ボタン画像の高さは自動調整 */
}
.go-to-top-button:hover { /* カーソルを合わせると少し拡大する */
  transform: scale(1.1);
}
.go-to-top {
 right: 10px; /* 右から10pxの位置に配置 */
 bottom: 30px; /* 下から30pxの位置に配置 */
}
/* ページ内のスムーススクロール */
html {
 scroll-behavior: smooth;
}
/*フッターモバイルボタン*/
.mobile-footer-menu-buttons a { 
  background: rgba(230,205,226,0.5);
  border-radius: 50%;
  
  color: #838383;
  width: 47px !important;
  height: 47px;
  margin: 0 15px;
  margin-bottom: 8px;
  font-size: 18px;
  text-align: center;
}

.mobile-menu-buttons{
	 background: rgba(255, 255, 255, 0.5); 
	 border: 0;
}
/*エントリーカードの文字色*/
.entry-card-title{
	color: #838383;
}
  
.widget-entry-card-title{
	 color: #838383;
}
/*モバイルスライドインメニュー*/
.navi-menu-content {
	background: rgba(255, 255, 255, 0.8);
}
/*親カテゴリー*/
.menu-drawer  a {
	color: #838383;
	font-size:1.2em;
	border-bottom: 3px #ddc1da dotted; /* ドット下線追加 */
   letter-spacing: 0.3em; /* 字間を広げる */
}
.menu-drawer a:hover {
	background-color: rgba(230,205,226,0.5);
	color: #838383;
}
/*タイトル*/
ul.menu-drawer:before{
  font-size:1.8em;
  margin-bottom:1em;
  content: "Menu";
  border-bottom: 3px #f0c8c8 dotted; /* ドット下線追加 */
  letter-spacing: 0.9em; /* 字間を広げる */
}
/*子カテゴリー*/
.menu-drawer .sub-menu li{
   font-size: .9em;
}
.menu-drawer .sub-menu a:hover {
	background-color: rgba(187,222,215,0.5);
	color: #838383;
}
/*孫カテゴリー*/
}
.menu-drawer .sub-menu li li{
font-size: .8em;
}
.menu-drawer .sub-menu li li a:hover {
	background-color: rgba(174,208,236,0.5);
	color: #838383;
}
/************************************
** 記事内目次
************************************/
.toc {
margin: 2em auto;
padding:2em;
background:linear-gradient(-45deg,transparent 25%,#eee 25%,#eee 50%,transparent 50%,transparent 75%,#eee 75%,#eee);
background-size: 4px 4px;
border-bottom: 4px double #ddd;
border-top: 4px double #ddd;
background-clip: padding-box;
}
@media screen and (min-width:600px){
.toc {
  padding: 20px 35px 15px 35px!important;
  width:70%;
}
}
.toc-title{
  margin: 0 20px 20px -10px!important;
  font-size: 20px!important;
  font-weight: 75!important;
  color: #838383!important;/*お好みの色に*/
  background-color: initial;
}
.toc-title:before{
  font-family: "Font Awesome 5 Free";
  content: "\f03a";
  font-weight: 900!important;
  font-size: 18px;
  color: #838383;
  padding: 14px;
}
.toc a{
  color:#838383;
  display: block;
  border-bottom: dashed 1px silver;
  padding-bottom: .5em;/*下の点線との間*/
  padding-top: 0em!important;/*下の点線との間*/
}
.toc ul li{
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0 .4em 1.4em;
  position: relative;
}
.toc ul li:before{
  font-family: "Font Awesome 5 Free"!important;
  content: "\f138";
  position: absolute!important;
  left: -0.3em!important;
  color: #838383;/*お好みの色に*/
  font-weight: 900;
}
.toc li li{
  font-weight: 400;
  padding-top:.5em;
  margin-top:0!important;
}
.toc_list li{
  margin-top:-5%!important;
}
@media screen and (min-width:834px){
.toc_list li{/*PCでは目次のh2同士の間隔は抑えめに*/
  margin-top:-1.8%!important;
}
}

/************************************
** サイドバーの目次
************************************/
.sidebar .toc{
  background:transparent!important;
  border:initial!important;
  border-top: initial!important;
  border-top-color: initial!important;
  box-shadow:initial!important;
  margin-bottom:initial!important;
  width: initial!important;
  border-radius:initial!important;
  padding-top:initial!important;
}
.sidebar .toc li li:before{
  color:#838383;/*お好みの色に*/
}
/*マーカーの色変更*/
.marker {background-color: #f8eddc;}

.marker-red {background-color: #ca9fc6;
}
.marker-blue {background-color: #aed0ec; }
.marker-under {
background: linear-gradient(transparent 60%, # F7F1F7 60%);
}
.marker-under-red {
background: linear-gradient(transparent 90%, #ca9fc6 90%);
}
.marker-under-blue {
background: linear-gradient(transparent 60%, #aed0ec 60%);
}
.red{color:#e49e9e;}

/************************************
** スマホ追尾目次
************************************/
#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: #838383; /* 三本線色 */
  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: 70px;
  right: 20px;
  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: rgba(230,205,226,0.5);/* ボタン色 */
  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: #838383; /* ボタン文字色 */
  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: #ddc1da; /* 目次名の色 */
  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: -4px;
  background: none;
  font-size: 1.2em;
  color: #ddc1da; /* 数字の色 */
}
#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: -3px;
  color: #ddc1da; /* 点の色 */
}

