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

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

/* 見出しタイトル設定 */
.article h1{ /*見出し１（タイトル）カスタマイズ*/
  background: #fff; /*背景カラー*/
  font-size: 24px; /*フォントサイズ*/
  margin-bottom: 5px;
  padding: 14px 16px;
  border: 2px solid #000; /*左ラインの太さとカラー*/
  }

.article h2{ /*見出し２（タイトル）カスタマイズ*/
  background: #000055; /*背景カラー*/
  font-size: 20px; /*フォントサイズ*/
  color: #EEEEEE;
  margin-bottom: 5px;
  padding: 14px 16px;
  }

.article h3{ /*見出し３カスタマイズ*/
  background: #fafafa; /*背景カラー*/
  font-size: 18px; /*フォントサイズ*/
  margin-bottom: 5px;
  padding: 14px 16px;
  border-left: 5px solid #000055; /*左ラインの太さとカラー*/
}

.article h3{ /*見出し３（タイトル）カスタマイズ*/
  background: #fafafa; /*背景カラー*/
  font-size: 19px; /*フォントサイズ*/
  color: #000;
  margin-bottom: 5px;
  padding: 14px 16px;
　border-left: 5px solid #000055; /*左ラインの太さとカラー*/
}

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

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

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

/************************************
****　ロゴ画像　余白調整
************************************/
.logo-image span, 
.logo-image a,
.logo-image img{
  display: block;
}

.logo-image,
.logo-image a{
  padding: 0;
}

/* SNSボタン開始 */
#main .button-caption {
  display: none;
}
#main .sns-share a {
  width: 2.5em;
  margin-left: 0.2em;
}
.sns-share-buttons {
  justify-content: center;
}
#main .social-icon {
  font-size: 25px;
}
/* SNSボタン終了 */

/************************************
****　サイドバー　デザイン
************************************/
/* 見出しスタイルリセット */
.sidebar h3{
background:none;
padding: 0;
}
/* 見出しスタイル */
.sidebar h3 {
	color: #000;
    padding: 7px 20px;
	margin: 5px;
    background-color: #f2f2f2;
    font-size: 19px;
    font-weight: 600;
　　border-color: #000055;
	border-left: 4px solid #000055;
}

/************************************
** 関連記事見出しカスタマイズ
************************************/
.related-entry-heading{
  position: relative;
  font-size: 17px; /*フォントサイズ*/
  letter-spacing: 2px; /*文字間隔*/
  margin-bottom: 5px;
  padding: 5px 20px;
  border-top: 2px solid #000055; /*左ラインの太さとカラー*/
  border-bottom: 2px solid #000055; /*アンダーラインの太さとカラー*/
}


/************************************
****　引用　デザイン
************************************/
.entry-content blockquote:before, .entry-content blockquote:after {
  position: absolute;
  width: 0.5em;
  color: #000055;
  background: white;
}

.entry-content blockquote:before {
  height: 0.5em;
  left: -.1em;
  top: -0.2em;
}

.entry-content blockquote:after {
  right: -.1em;
  bottom: -0.6em;
  line-height: 1em;
}

.entry-content blockquote {
  border-color: #000055;
  background: white;
  padding-top: 7px;
  padding-bottom: 7px;
}

/*****************************
** ■目次カスタマイズ
*****************************/
.toc {
  border: 2px solid #000055;
  font-size: 15px;
  padding: 0;
  display: table;
}

.toc .toc-list {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
  counter-reset: toc;
}

.toc .toc-list > li {
  margin: 15px 0 15px 40px;
  padding: 0;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.toc .toc-list > li:before {
  position: absolute;
  left: -40px;
  top: 0;
  color: #000055;
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 2px solid #000055;
  counter-increment: toc;
  content: counter(toc, decimal-leading-zero);
}

.toc .toc-list > li ul,
.toc .toc-list > li ol {
  margin: 8px 0 8px -2px;
  padding-left: 0;
}

.toc .toc-list > li ul > li,
.toc .toc-list > li ol > li {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.toc .toc-checkbox:checked ~ .toc-content {
  padding: 20px 50px;
}

.toc a {
  color: #333;
  text-decoration: none;
}

.toc a:hover {
  text-decoration: underline;
}

.toc-title {
  color: #000055;
  font-size: 1.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 5px 0;
  font-weight: 700;
}

.toc-title:before {
  display: inline-block;
  width: 38px;
  height: 32px;
  font-family: "FontAwesome";
  font-size: .9em;
  text-align: center;
  line-height: 32px;
  content: "\f0ca";
  font-weight: 700;
}

.toc-checkbox:checked + .toc-title::after,
.toc-title::after {
  cursor: pointer;
  font-size: .8em;
  display: inline-block;
  margin-left: 0.8em;
  padding: 4px 16px;
  font-size: .7em;
  line-height: 1;
  background-color: #ccc;
  border-radius: 4px;
}

.toc-checkbox:checked + .toc-title::after {
  content: '閉じる';
}

.toc-title::after {
  content: '開く';
}

@media screen and (max-width: 480px) {
  .toc ul, .toc ol {
    padding-left: 0;
  }
  .toc-checkbox:checked ~ .toc-content {
    padding: 20px;
  }
}

/*****************************
** ■タブブロック
*****************************/
.tab-label-group {
	width:100%;
	display: flex;
	justify-content: center; /*タブ位置中央*/
	margin: 0px auto 10px auto !important; /*タブ余白*/
}
.tab-label-group .tab-label {
	margin: 0px;
	padding: 0.4em 1.5em; /*タブ余白*/
	background: none;
	font-size: 16px; /*文字サイズ*/
	color: #979797; /*文字色*/
	text-align:center; /*文字位置*/
	cursor: pointer;
}
.tab-label-group .tab-label.is-active {
	background: none;
	color: #245b5e; /*選択時文字色*/
	font-weight: bold; /*選択時文字太さ*/
	border-bottom: 3px solid #245b5e; /*選択時上ライン*/
}
.tab-label-group .tab-label:hover {
	color: #245b5e; /*ホバー時文字色*/
	font-weight: bold; /*ホバー時文字太さ*/
	border-bottom: 3px solid #245b5e; /*ホバー時上ライン*/
}

