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

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

#recommended {
  display: none;
}

@media screen and (max-width:480px){
  #recommended {
    display: block;
  }
}

/************************************
** スマホのヘッダーの検索、ロゴ、ハンバーガーボタンのカスタム
************************************/

/*スマホのサイドバーメニューを左から右に表示*/
.sidebar-menu-content {
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  right: auto;
  left: 0;
}

.search-menu-button.menu-button,
.navi-menu-button.menu-button{
	height: 55px;
	padding-top: 8px;
}

.logo-menu-button.menu-button{
	height: 55px;
}
.menu-close-button{
	color:#E66600;
}
.menu-button{
	color:#E66600;
	height: 55px;
	padding-top: 8px;
}
.search-menu-button{
	color:#E66600;
}

.mobile-menu-buttons .menu-content {
  color: black;
}


.page-id-3991 .read-time {
    display: none;
}

/************************************
****　ブログカードのラベル色
************************************/
.blogcard-type .blogcard-label{
 background-color:#ff8c00;
 color:#ffffff;
 border: 1px solid #ff8c00;
}

/************************************
****　アピールエリア
************************************/



.appeal{
padding:0 0 .1em;
box-shadow: 0px 1px 4px 0 rgba(0,0,0,.1);
}
div#appeal-in.appeal-in.wrap{
padding:0;
min-height:0px;
max-height:30px;
}
.appeal-content{
background-color:#ff8c00;
margin:auto;
padding:0;
max-width:100%;
opacity:1;
line-height:1.6;
}
a.appeal-button {
color: #ffffff!important;
font-size:.85em;
padding:0 23em 0;
margin:0;
max-width:100%;
white-space: nowrap;
box-shadow: none;
}


@media screen and (max-width: 1023px){
a.appeal-button {
padding:0 18em 0 ;
}}
@media screen and (max-width: 834px){
a.appeal-button {
padding:0 13em 0 ;
}
.appeal{
padding:.1em 0 .25em;
}}
@media screen and (max-width: 652px){
a.appeal-button {
padding:0 8em 0 ;
}}
@media screen and (max-width: 500px){
a.appeal-button {
padding:0 6em 0 ;
}}
@media screen and (max-width: 420px){
a.appeal-button {
padding:0 3em 0 ;
}}
.appeal-button:hover {
transform:none;
box-shadow: none;
}
@media(min-width:751px){
	.appeal{
		display:none;
	}




/************************************
** トップページのh2の見出し
************************************/
.home #content h2{
	padding: .3em 0em;
background: none; /*背景の色*/
border-bottom: solid 3px #ff8c00; /*下線の種類　太さ　色*/
	text-align: center;
}
}




/************************************
** カルーセルのカテゴリー非表示
************************************/
.carousel .cat-label {
	display: none;
}



/************************************
シェアボタン、フォローボタンを丸くした
************************************/

#main .button-caption {
	display: none; /*キャプション非表示*/
}


/*SNSシェアボタン*/
.sns-share-message{
	font-weight: bold; /*太字にする*/
	color: #875d5b; /*文字色を指定*/
}
.sns-share-buttons {
	flex-wrap: nowrap; /*折り返さない*/
	justify-content: center; /*中央揃え*/
}
.sns-share-buttons a {
	border-radius: 50%; /*アイコンを丸くする（カスタマイズを！）*/
	font-size: 20px; /*アイコンのサイズ（カスタマイズを！）*/
	margin: 0 5px; /*ボタン同士の間隔（カスタマイズを！）*/
}
#main .sns-share a {
	width: 40px; /*ボタンの横幅（カスタマイズを！）*/
	height: 40px; /*ボタンの高さ（カスタマイズを！）*/
}


/*SNSフォローボタン*/
.sns-follow-message{
	font-weight: bold; /*太字にする*/
	color: #875d5b; /*文字色を指定*/
}
.sns-follow-buttons {
	justify-content: center; /*中央揃え*/
}
.sns-follow-buttons a {
	border-radius: 50%; /*アイコンを丸くする（カスタマイズを！）*/
	font-size: 20px; /*アイコンのサイズ（カスタマイズを！）*/
	margin: 0 5px; /*ボタンの間隔（カスタマイズを！）*/
}
#main .sns-follow a {
	width: 40px; /*ボタンの横幅（カスタマイズを！）*/
	height: 40px; /*ボタンの高さ（（カスタマイズを！）*/
}


/************************************
** 投稿のカテゴリーとタグのデザイン
************************************/

.cat-link{
background: #f8c678;/*中枠の色*/
color: #FFFFFF;
box-shadow: 0px 0px 0px 3px #f8c678; /*外枠の色*/
border:1px solid #f8c678;
margin:0.5em;
}
.cat-link:hover {
opacity: 0.8;
}

.tag-link{
background: #f8c678;
color: #FFFFFF;
box-shadow: 0px 0px 0px 3px #f8c678;
border:1px solid #f8c678;
margin:0.5em;
}
.tag-link:hover {
opacity: 0.8;
}




/************************************
** 検索のデザイン
************************************/
.search-box .search-edit {
	padding: 8px;
	padding-right: 68px;
	border-color: #ff8c00;
}

/*検索ボタン*/
.search-box .search-submit {
	top: 0;
	right: 0px;
	height: 100%;
	width: 60px;
	color: #fff;
	background-color: #ff8c00;
	border-radius: 0 4px 4px 0;
}

.search-box .fa-search {
	display: block;
	margin-top: 3px;
}

/*入力欄と検索ボタンの強調の無効化*/
.search-box .search-edit:focus, .search-box .search-submit:focus {
	outline: 0;
	outline-offset: unset;
}

/************************************
****　ヘッダーメニュー
**************************
**********/
.navi-in > ul{/*メニューを中央に配置する場合は4～7行目を削除してください*/
justify-content:flex-end;
}
.navi-in>ul li {
font-size:16px;

}

#navi .navi-in > .menu-header .item-label{
	font-size: 18px;
}






/************************************
****　パンくずリストのアイコンを指定(カスタム投稿には効かないコード)
************************************/
/* 既存のアイコン非表示 */
.breadcrumb-item > .fas{
  display: none;
}

/* URLに「columns」が含まれる */
.breadcrumb-item a[href*="columns"]:before {
  content: "\f0db";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* URLに「present」が含まれる */
.breadcrumb-item a[href*="present"]:before {
  content: "\f06b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
/* URLに「currentevents」が含まれる */
.breadcrumb-item a[href*="currentevents"]:before {
  content: "\f1ea";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}




/*パンくずリストの最後の項目を消す  */
.breadcrumb li:last-child,.breadcrumb div:last-child{
	display:none;
}





/************************************
** ボックスナビ
************************************/
.p-nav{
margin:2em 0;/* 全体外余白 */
padding:0;/* 全体内余白 */
}
.p-nav ul{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
list-style:none;
margin:0 !important;
padding:0 !important;
border:none;
}
.p-nav ul li{
-ms-flex-preferred-size: calc(100%/4);/* 4列 */
flex-basis: calc(100%/4);/* 4列 */
margin:0 !important;
padding:0 !important;
text-align:center;
box-shadow: inset 1px 1px 0 0 #e0ddd1, 1px 1px 0 0 #e0ddd1, 1px 0 0 0 #e0ddd1;/* 罫線 */
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
min-height:100px;/* 最低の高さ */
cursor:pointer;
background:#fff;/* 背景色 */
}
.p-nav ul li:hover{
z-index:2;
box-shadow: inset 2px 2px 0 0 #f6a068, 2px 2px 0 0 #f6a068, 2px 0 0 0 #f6a068, 0 2px 0 0 #f6a068;/* 罫線(マウスホバー) */
transition: 0.35s ease-in-out;
}
.p-nav ul li:before{
content:unset !important;
}
.p-nav ul li a{
display:block;
padding: 0.5em 1em;/* 内余白 */
text-decoration:none;
width:100%;
}
.p-nav ul li a:hover{
background:none;
opacity:1;
}
.p-nav ul li a img{
max-width:50% !important;/* 画像横幅 */
height: auto !important;
filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.1));/* 画像影 */
display: inline-block;
}
.p-nav .p-nav-title{
display: block;
color: #666;/* 文字色 */
font-size: 0.7em;/* 文字大きさ */
letter-spacing: 1px;
font-weight: 600;/* 文字太さ */
text-align: center;
line-height: 1.5;/* 文字行間高さ */
}
/* サイドバー */
.sidebar .p-nav ul li{
-ms-flex-preferred-size: calc(100%/2);/* 2列 */
flex-basis: calc(100%/2);/* 2列 */
}
/* スマホ */
@media screen and (max-width: 559px) {
  .p-nav ul li{
    -ms-flex-preferred-size: calc(100%/2);/* 2列 */
    flex-basis: calc(100%/2);/* 2列 */
  }
}
/* fontawesome */
.p-nav ul li a i,.p-nav ul li a svg{
font-size: 40px;/* アイコン大きさ */
padding: 10px 0;/* アイコン余白 */
color: #f6a068;/* アイコン色 */
display:inline-block;
}
/* fontawesome(2番目) */
.p-nav ul li:nth-of-type(2) a i,.p-nav ul li:nth-of-type(2) a svg{
color:#f6a068;/* アイコン色 */
}
/* fontawesome(3番目) */
.p-nav ul li:nth-of-type(3) a i,.p-nav ul li:nth-of-type(3) a svg{
color:#f6a068;/* アイコン色 */
}
/* fontawesome(4番目) */
.p-nav ul li:nth-of-type(4) a i,.p-nav ul li:nth-of-type(4) a svg{
color:#f6a068;/* アイコン色 */
}
/* fontawesome(5番目) */
.p-nav ul li:nth-of-type(5) a i,.p-nav ul li:nth-of-type(5) a svg{
color:#f6a068;/* アイコン色 */
}
/*--------------------------------
  スマホトップページのカスタマイズ
--------------------------------*/


.link-btn{
  display:block;/*ブロック要素にする*/
  margin:1em auto;/*外側余白*/
  padding: 5px;/*内側余白*/
  text-align: center;/*中央寄せ*/
  text-decoration: none;/*文字装飾なし*/
  border:1px solid #ff8c00; /*枠線（太さ、種類、色）*/
  border-radius: 4px;
  font-size:.9em;/*文字の大きさ*/
  color:#ff8c00;/*文字色*/
	 width: 25%;/*ボタンの幅*/
}
.link-btn:hover{
	color:#E66600;
}
/*--------------------------------
  施設一覧ページの「一覧に戻る」のcss
--------------------------------*/

.btn-m{
	border:1px solid #ff8c00; /*枠線（太さ、種類、色）*/
  border-radius: 4px;
 background-color:#fff;
  font-size:.9em;/*文字の大きさ*/
  color:#ff8c00;/*文字色*/

}
.btn-m:hover{
	color: #E66600;
}

/* ウィジェット記事全体*/
.widget-entry-cards.card-large-image .a-wrap {
  max-width: 100%;/*カード幅調整*/
}

/***記事横並べ(flex)***/
.widget-entry-cards.large-thumb{
   display: flex; /* フレックスにする */
   flex-wrap: wrap;
}



/*カテゴリーごとの記事内の新着記事を横並びにする*/
.new-entry-cards.large-thumb a{
width: calc(100%/ 3);
}

/*834px以下*/
@media screen and (max-width: 834px){
.new-entry-cards.large-thumb a{
	width:calc(100% / 2);
	}
}



/**************************
 タブ切り替え
***************************/

/* 親要素で囲みタブの横並びのためflexを指定*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;/*ヘッダーからタブの距離*/
}


/*タブ(label)のスタイル*/
.tab-label {
 border:1px solid #ccc;/*タブの枠線　太さ　種類　色*/
  text-align: center;
  border-radius: 4px;
  padding: .5em 1em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
}

/*タブの間に余白をあける*/
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}

/* タブのコンテンツ部分*/
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/* アクティブなタブ、選択されていることが分かるようにチェックされているradioボタンの隣にあるlabelの背景色を変える*/
.tab-switch:checked+.tab-label {
  color:#fff;/*文字色*/
  background-color:#ff8c00;/*タブの背景色*/
  border:1px solid #ff8c00;/*タブの枠線　太さ　種類　色*/
}

/*吹き出し部分のスタイル*/
.tab-switch:checked+.tab-label:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 10px solid transparent;
       border-top:10px solid #ff8c00;/*タブの吹き出し部分*/
	width: 0;
	height: 0;
}

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

/* radioボタンは仕組みだけ利用するため非表示に*/
.tab-switch{
  display: none;
}

/* トップページ非表示*/

.home .article-header,
.home .article-footer{
  display: none;
}






.new-entry-card-date {
  display: block;
}

/*カテゴリーやタグページの見出し*/
.archive-title {
  color: #5f5f5f;
  text-align: center;
  font-size: 20px !important;
  margin-left: -10px;
}
.archive-title :before {
  display: none;
}




/*カルーセルの文字色、フォントの大きさ、ドットの非表示*/
.carousel-entry-card-title{
font-size:0.9em; /*文字サイズ*/
color:#888; /*文字色*/
}
.slick-dots li button:before{
display:none;
}

.large-thumb-on .widget-entry-card-title {
  font-size: 10px;
}

.carousel-in {
  background: transparent;
}
.carousel-entry-card {
  border-radius: 10px;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
  background: white;
  padding: 5%;
}
.carousel-entry-card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);
  transition: all .3s ease;
}

/*タグのアイコン非表示+アイコンを＃にする*/

.tag-caption .fa-tag {
    display: none;
}

.tagcloud a {
    background: none; /*背景を消す*/
    border: 1px solid #ccc;
    border-radius: 20px; /*角の丸み*/
    color: #555; /*文字色*/
    display: inline-block;
    padding: 3px 10px;
    text-decoration: none;
    font-size: 13px;
    margin: 2px;
    flex: 0 1 auto;
    display: flex;
    justify-content: space-between;
}
.tagcloud a .tag-caption::before {
    content: "#"; /*アイコンの変更*/
    padding-right: 3px;
}
.tagcloud a:hover { /*マウスホバー時*/
    background: #ff8c00;
    border: 1px solid #ff8c00;
    color: #555;
    transition: 0.5s; /*アニメーションの時間*/
}


/*サイドバーの見出しデザイン。*/

.sidebar h3 {
    background: none; /*背景色を解除*/
    padding: 0; /*余白をなしに*/
    font-size: 16px; /*文字サイズを小さく*/
    letter-spacing: 2px; /*文字の間隔を少し広く*/
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0;
  text-align: center;
  color: #555; /* サイドバータイトルの色を指定 */
}



.sidebar h3::before,
.sidebar h3::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28%;
  border-top: 3px solid #ff8c00; /* サイドバータイトル横のバーの色を指定 */
}
.sidebar h3::before {
  left: 0;
}
.sidebar h3::after {
  right: 0;
}

/************************************
****　エントリーカードインデックス
************************************/
a.entry-card-wrap.a-wrap.border-element.cf{
padding:0 0 .5em;
border-radius:6px;
width:49%;
margin-bottom:1em;
}
a.entry-card-wrap.a-wrap{
transition: all .1s;
}

a.entry-card-wrap.a-wrap:hover {/*カーソルをホバーした際の設定*/
transform: translateY(-1px);/*少し浮かす*/
transition: all .1s;/*浮かす速さ*/
background-color: #fff;/*カーソルをホバーした際の背景の色*/
}
figure.entry-card-thumb.card-thumb.e-card-thumb{/*エントリーカードの形設定*/
max-height:200px;
border-radius:6px 6px 0 0/ 6px 6px 0 0;
overflow:hidden;
display: flex;
justify-content: center;
align-items: center;
}
.e-card-thumb .cat-label{/*ラベル位置*/
margin-top:.3em;
margin-left:.3em;
}
@media screen and (max-width: 1100px){
figure.entry-card-thumb.card-thumb.e-card-thumb{
max-height:120px;
}}
@media screen and (max-width: 1023px){
figure.entry-card-thumb.card-thumb.e-card-thumb{
max-height:180px;
}
a.entry-card-wrap.a-wrap:hover {
transform: none;
background-color: #f7f7f7;
}}
@media screen and (max-width: 900px){
figure.entry-card-thumb.card-thumb.e-card-thumb{
max-height:160px;
}}
@media screen and (max-width: 750px){
figure.entry-card-thumb.card-thumb.e-card-thumb{
max-height:130px;
}}
@media screen and (max-width: 600px){
figure.entry-card-thumb.card-thumb.e-card-thumb{
max-height:250px;
}
a.entry-card-wrap.a-wrap.border-element.cf{
margin:.5em 1em!important;
}
.ect-vertical-card .entry-card-wrap {
width: 95%!important;
}
}
@media screen and (max-width: 480px){
.e-card-thumb .cat-label{
margin-left:1em;
}}
@media screen and (max-width: 1023px){
div#list a {
box-shadow: 0px 1px 5px 0 rgba(0,0,0,.2);
}
}
@media screen and (min-width: 601px) and (max-width: 834px){
div#content.content.cf{
margin:1em;
}}
h2.entry-card-title.card-title.e-card-title{/*タイトル部変更*/
font-size:16px;/*文字サイズ*/
color:#7b7b7b;/*文字の色*/
font-weight:bold;
text-align:center;
line-height:1.8em;
margin-top:0.5em;
margin-bottom:0em;
padding: 0 0.3em 0;
}
.eye-catch .cat-label, .cat-label{/*ラベルの設定*/
font-size:.7em;/*カテゴリーラベルの文字サイズ変更*/
padding:0 0.5em 0;/*カテゴリーラベルの位置変更*/
opacity: 0.85;/*カテゴリーラベルの透明度変更*/
background-color:#f5f5f5;/*カテゴリーラベルの色変更*/
color:#696969;/*カテゴリーラベルの文字色変更*/
}
div.admin-pv{/*閲覧数を非表示*/
display:none;
}
/* 見出し前にアイコンをつける */
h2.related-entry-heading span::before {
  z-index: 0;
  display: inline-block;
  width: 42px;
  height: 42px;
  font-family: "Font Awesome 5 Free" !important;
  color: #fff;
  text-align: center;
  content: "";
 content: '\f15c';
  background-color: #f8c678; /* アイコンの背景色 */
  border-radius: 50%;
}

h2.related-entry-heading span {
  color: #999;
}

.related-entry-card-thumb img {
  border-radius: 5px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 22%);
}

.entry-card-title,
.related-entry-card-title {
  color: #555;
}

.rect-mini-card .related-entry-card-wrap {
  border-bottom: 1px dashed #ccc; /* 区切り線 */
}

.related-entry-card .cat-label {
  display: none; /* カテゴリー非表示 */
}

/*サムネイル画像を丸く*/
figure > img{
  border-radius: 2px;
}


#pan ul {
list-style-type: none;
overflow: hidden;
}
#pan ul li {
height: 30px;
line-height: 30px;
float: left;
color:#c0c0c0;
}
#pan ul li:before {
content: ">";
margin: 0 5px;
}
#pan ul li:first-child:before {
content: none;
color:#c0c0c0;

}
#pan ul li:after {
color:#c0c0c0;
}

/************************************
** CVボタン
************************************/
.p-cv-btn-wrap *{
  margin:0 !important;
  padding:0 !important;
  box-sizing: border-box;
}
.p-cv-btn-wrap{
  background:#fff;
  padding:1.5em !important;
  margin: 0 0 2em !important;
  font-size:16px;
  line-height:1.8;
}
.p-cv-btn-wrap ul,.p-cv-btn-wrap a,.p-cv-note{
  max-width:350px;
  margin: auto !important;
  border:none;
  border-radius: 4px;
}
.p-cv-note{
  text-align: center;
}
.p-cv-btn-wrap ul li{
  font-weight:500;
  list-style:none;
  font-size:0.9em;
  position:relative;
  padding-left:1.5em !important;
}
.p-cv-btn-wrap ul li:before{
  font-family: "Font Awesome 5 Free";
  content: "\f00c" !important;
  font-weight:600;
  color:#1d89b5;
  position:absolute;
  left: 0 !important;
  top: 0 !important;
  width: 0 !important;
  height: 0 !important;
}
.p-cv-btn a{
  color:#fff;
  text-decoration:none !important;
  background:#ff8c00;
  border-bottom: solid 4px #61841f;
  padding: 0.5em 1em !important;
  border-radius: 7px;
  margin: 0.3em auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-cv-btn:hover{
  opacity:0.9;
}
.p-cv-btn a:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}
.p-cv-btn .p-cv-em{
  font-size:0.9em;
  line-height: 1.3;
  text-align:center;
  font-weight:600;
  display:block;
  color:#ff8c00;
  background:#fff;
  padding: 5px 10px !important;
  margin: 2px 10px 0px 0 !important;
  border-radius: 30px;
  min-width: 55px;
  max-width: 80px;
}
.p-cv-btn .p-cv-text{
  font-size:0.9em;
  font-weight: 600;
  color:#fff;
  letter-spacing: 1px;
  border-left: 1px solid #fff;
  line-height: 25px;
  margin: 0.6em auto 0.6em 0 !important;
  padding: 0 0.6em 0 1em !important;
}
.p-cv-btn i,.p-cv-btn svg{
  color:#fff;
  min-width:22px;
}
.p-cv-url-wrap{
  font-size: 0.8em !important;
  max-width: 350px;
  margin: 0 auto 0.5em !important;
  display: block;
}
.p-cv-url-wrap a{
  color: #1a0dab !important;
  text-decoration:underline !important;
}
.p-cv-btn-wrap .p-cv-note{
  font-size:0.9em;
  border: 1px solid #ff8c00;
  margin-top:0.5em !important;
  padding:0.5em 1em !important;
}
.sidebar .p-cv-btn-wrap{
  background:#fff;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}


.wrapper {
    width: 100%;
    display: flex;
    margin: 20px auto;
    justify-content: center;
}

.main1, .side {
    padding: 20px;
}

.main1 {
	background: skyblue;
    width: 30%;
    margin-right: -10px;
}

.side {
    background: skyblue;
    width: 70%;
}

.side p, ul {
    padding: 10px;
}

/**目次**/
.toc {
  display: block;
  padding: 0px;
  max-width: 600px;
  border: 1.2px #ff8c00 solid !important;
}
.toc-title {
  position: relative;
  padding: 10px 0;
  background: #ff8c00;
  color: #fff;
  font-weight: bold;
}
.toc .toc-content {
  padding: 15px 20px;
  background-color: #fff7ee;
}
.toc-list > li li a {
  font-weight: normal;
  font-size: 95%;
  color: #708090;
  margin-left: -10px;
}
.toc-list > li li ::before {
  content: '';
  width: 5px;
  height: 5px;
  display: inline-block;
  left: -15px;
  border-radius: 100%;
  background: #cdcdcd;
  position: relative;
  margin-bottom: 2px;
}
.article .toc-list > li li {
  list-style: none;
}
@media screen and (max-width: 750px){
/*目次スマホ用*/
.toc {
  margin: 10px 5px;
}
.toc-list > li a {
  font-size:13px;
}
.toc-list > li li a {
  margin-left: -3px;
}
.toc-list > li li ::before {
  margin-left:-5px;
}
}


/*ページネーション*/
.pagination-next-link {
  background-color: #ff8c00; /*背景色*/
  color: #fff; /*文字色*/
  border: none; /*ボーダーを消す*/
  border-radius: 4px;
}
.pagination-next-link:hover { /*マウスホバー時*/
  background-color: #ff8000;
  color: #fff;
}

.custom-div {
     padding: 0.5em 1em;
    color: #232323;
    background: #f5f5f5;
    border-left: solid 5px #ff8c00;

}







/* プロフィール */
.nwa .author-box {
    text-align: center;
    max-width: 100%;
}
.sidebar .author-box {
    border: none;
    border-radius: 4px;
    margin: 1em 0;
    line-height: 1.4;
    position: relative;
    padding: 1.4% 2% 1.8%;
}
.nwa .author-box .author-thumb {
    float: none;
    width: 100%;
    margin: 9px auto 0;
    background: url(https://endayori.bearapp.jp/wp-content/uploads/2023/04/25504916_m.jpg)center no-repeat;
    background-size: cover;
    height: 0;
    padding-top: calc(100%*350/700);
    position: relative;
}
.sidebar .author-thumb img {
    border: 3px solid #fff;
    width: 30%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25%;
}
.nwa .author-box .author-content {
    margin-top: 16%;
    font-size: 0.9em;
}
.author-name {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
}
.author-box .author-name a {
    text-decoration: none;
    color: #333;
}
.author-box p {
    margin-top: 0.3em;
    line-height: 1.6;
}
.author-box p a {
    text-decoration: none;
    color: #008cee;
}
.author-box p a:hover {
    text-decoration: underline;
    color: #008cee;
}


.entry-card-snippet {
    display: block;
    overflow: auto;
}


/*320px以下*/
@media screen and (max-width: 320px) {
    .p-cv-btn-wrap {
        padding: 1em !important;
    }
}

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

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

	
}

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