@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.1
*/

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

/************************************
** 見出しデザイン
************************************/
/* リセット */
/*H2 background:none;を消している*/
.entry-content h2{
border:none;
padding: 0;
}
/* H3 */
.entry-content h3{
border:none;
background:none;
padding: 0;
}
/* H4 */
.entry-content h4{
border:none;
background:none;
padding: 0;
}
/* H5 */
.entry-content h5{
border:none;
background:none;
padding: 0;
}
/* H6 */
.entry-content h6{
border:none;
background:none;
padding: 0;
}

/* デザイン設定 */
/* H2 */
.entry-content h2{
  padding: 0.5em;/*文字周りの余白*/
　color:#59878b; /* 文字色 */
  font-size: 1.4em; /* 文字サイズ */
  border-left: solid 5px #59878b;/*左線*/
  border-bottom: solid 3px #59878b;/*下線*/
}

/* H3 */
.entry-content h3{
color: #59878b ; /* 文字色 */
font-size: 1.2em; /* 文字サイズ */
padding: 10px;
border-left: solid 10px #59878b; /* 左側に実線・色*/
}

/* H4 */
.entry-content h4{
color: #59878b ; /* 文字色 */
font-size: 1em; /* 文字サイズ */
padding: 10px;
border-top: solid 3px  #59878b ;/* 上側に実線・色 */
border-bottom: solid 3px #59878b;/* 下側に実線・色*/
}

/* H5 */
.entry-content h5{
color:  #59878b; /* 文字色 */
font-size: 14px; /* 文字サイズ */
padding: 10px;
border-bottom: dotted 3px  #59878b;/* 下側に点線・色*/
}

/* H6 */
.entry-content h6 {
  position: relative;
  padding-left: 35px;
}
h6:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0eb";
  background: #ffca2c;
  color: white;
  font-weight: 900;
  font-size: 20px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
h6:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffca2c;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/************************************
** 目次変更
************************************/
/*目次*/
.toc {
    display: block;
    padding: 5px;
}

.toc-title {
    position: relative;
    padding:10px 0; /**位置(上下)**/
    background:#eab8bf; /**背景色**/
    color: #59878b; /**文字色**/
    font-weight: bold; /**太字*/
}
.toc .toc-content {
    padding:15px;
}
/*横幅が大きくなる*/
#toc, .toc {
margin: 0 auto;
width: 60%;
}
@media screen and (max-width:480px) {
#toc, .toc {
width: 80%;
}
}
/*これを消すと横幅が大きくなる*/


/************************************
** もっと見るボタンの変更
************************************/
.moreBtn{
	clear:both;
	width:50%;
	margin:5px auto 60px auto;
	overflow:hidden;
	font-size:90%!important;
}
.moreBtn a{
	width:100%;
	display:block;
	margin:0 auto;
	background:#eab8bf;/* ボタンの背景色変更 */
	color:#59878b; /* 文字色を変更 */
		text-align:center;
	padding:12px 0;
	text-decoration:none!important;
	border-radius:30px;/* ボタンの外枠 */
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	transition:.4s;
	position: relative;
}
.moreBtn a:hover{/* クラス名の隣に:hoverをつけると、カーソルがあたった時の挙動を変更できる */
	background:#f4e9e0;
}
/*もっと見るボタンここまで*/

/************************************
** サイドバー
************************************/
.sidebar h3{/*サイドバー見出し*/
	display:inline-block;
	color:#59878b;/*文字色*/
	background:#fff;/*背景色*/
	border-bottom:2px double #eab8bf;/*下線*/
	padding:0;
	line-height:1;
}
.sidebar h3:first-letter{/*サイドバー見出し最初の文字*/
	color: #eab8bf ;/*文字色*/
	font-size:1.6em;/*文字の大きさ*/
}
/*サイドバーここまで*/

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

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

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

/** スライドインボタン開始 **/
.mobile-footer-menu-buttons,
.navi-menu-content,
.mobile-footer-menu-buttons .menu-button > a,
.mobile-footer-menu-buttons .menu-button:hover,
.navi-menu-content a,
.navi-menu-content a:hover {
  color: #006e54;
}
/** スライドインボタン終了 **/


/*****************
** ブログカード用
******************/
/* ブログカード タイトル文字色 */
.blogcard-title,
.blogcard-info > span{
color: #665990;
}

/*ブログカードのスニペット（本文）非表示*/
.blogcard-snippet {
 display: none;
}

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

/*ブログカードの枠*/
.blogcard{
	border:double #F8ACAC !important
}


/* インデックスカード タイトル文字色 */
.entry-card-title,
.e-card-info > span{
color: #665990;
}