@charset "UTF-8";

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

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

.cat-label {
    top: 0.5em; /*上からの距離*/
    left: 0.5em; /*左からの距離*/
    border: none; /*ボーダーを消す*/
    font-size: 14px; /*文字サイズ*/
    color: #fff; /*文字色*/
    padding: 1px 10px; /*余白*/
    border-radius: 14px; /*角を丸く*/
}

/*WP-Appboxスタイル変更*/
div.wpappbox {
	 box-shadow: none !important;
    background: #fff !important;
}

/* エントリーカードラベル非表示 */
.entry-card .cat-label{
  display: none;
}

/*-----InstaWidget------*/
iframe[src*="https://instawidget.net/embed"] {
  height: 547px !important;
}

/*-----目次中央-----*/
.toc {
margin: 2em auto; /* 数値で調整 */
background-color: rgba(221,221,221, 0.1); /* 0.1~0.9で調整 */
font-size: 0.9em; /* 必要なければ削除 */
}

/*-----目次カスタマイズ------*/
.toc {
  margin-bottom: 40px;
  padding: 15px 20px;
  background: #fff;
  border: 2px solid #db7093;
  border-radius: 2px;
  color: #666;
  display: block; }

.toc .toc-title {
  font-weight:bold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom:10px;
  background: #ffe6ed;}

.toc .toc-title:before{
	font-family: FontAwesome;
	content: '●';
	margin-right: .7em;
}

.toc .toc-list {
  margin-top:35px;
  list-style-type: none !important;
  counter-reset: li; }

.toc .toc-list > li {
  position: relative;
  margin-bottom: 15px;
  margin-left: 10px;
  line-height: 1.6em;
  font-size: 1.1em;
 }

.toc .toc-list > li:after {
  counter-increment: li;
  content: "0" counter(li) "|";
  position: absolute;
  left: -40px;
  top: 0px;
  background: none;
  font-size: 1.4em;
  letter-spacing: -1px;
  color: #db7093; }

.toc .toc-list > li a {
  letter-spacing:1px;
  text-decoration: none !important; }

.toc .toc-list > li a:hover {
  text-decoration: underline !important; }

.toc .toc-list > li ol {
  list-style-type: disc;
  margin-top: 15px;
  padding-left:20px;
	font-size: 0.9em;
	line-height:1.8;
  color: #db7093; }

.toc .toc-list > li > ol li a{

  letter-spacing:1px;
  margin-bottom: 20px; }

@media only screen and (min-width: 641px) {
	.toc {
    padding: 25px 40px; }

	.toc .toc-list > li {
    margin-bottom: 18px;
    margin-left: 12px;
}	
	.toc .toc-list > li:after {
    left: -48px;
    top: 0px;
} }

/*---h2カスタマイズ*/
.article h2 {background: #ffe6ed;
box-shadow: 0px 0px 0px 5px #ffe6ed;
border: dashed 2px white;
padding: 0.2em 0.5em;
color: #666666;
}

/*検索窓カスタマイズ*/
.search-box{
	margin: 1em;
}

.search-edit{
	height: 40px;
	border-radius: 40px;
}

.search-submit{
	line-height: 0;
	top: 0;
	bottom: 0;
}

.search-edit:focus{
	outline: none;
	border-color: pink; /* フォーカス時の枠色 */
}


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

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

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

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