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

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

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

/*834px以下*/
@media screen and (max-width: 834px){
	.toc-list li {
		padding: 10px 0 0 10px !important;
	}
}

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

/* my code */
.toc {
  background: #fcfcfc;
  /* border: 1px solid #d4d4d4; */
  border: none;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}

.toc-title {
  font-size: 22px;
}

.toc-list li {
	padding: 10px 0 0 20px;
}

.logo-image {
	padding: 0 0 15px;
}

.header .header-in {
    max-height: 70px;
}

.entry-card-wrap {
    margin-top: 20px;
}

.cat-link {
	color: #fff !important;
	background-color: #b5afab !important;
}

/* 黄色マーカー */
.marker-under {
	background: linear-gradient(transparent 60%, #ffff83 60%) !important;
}


.container {
	background-color: #f8f8f8;
}

.main {
	background-color: #fff !important;
    border: 1px solid #c8c8c8;
    border-radius: unset;
}

.sidebar h2::before, .sidebar h3:before {
	background-color: #3176d9;
}

.sidebar h2, .sidebar h3 {
    border-bottom-color: #3176d9;
}

.tagcloud a {
    border-color: #c8c8c8;
    background-color: #fff;
}

.article h2, .article h3 {
	border-color: #3176d9 !important;
}

/* サムネの右上のカテゴリー表示を隠す*/
.eye-catch .cat-label, #carousel .cat-label, #list .cat-label {
    display: none;
}