@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/



/*必要ならばここにコードを書く*/
  #header .site-name-text {
	font-family: serif;
  }

/*記事下のエントリーカードのpadding編集コード*/
.entry-card-title, .related-entry-card-title {
  padding: 5px;
  font-size: 18px
}

.entry-card-snippet, .related-entry-card-snippet{
  padding: 10px 0 0 0;
}

.appeal-content{
  padding: 0;
}

#content h1{
  border-top: solid 2px;
  border-bottom: solid 2px;
  padding: 5px;
  font-size: 1.5em;
  text-align: center;
}

#content h2 {
    position: relative;
    padding: 0.8em;
    background: #2b2b2b;
	color: white;
	margin-bottom: 30px;
}

h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #2b2b2b;
  width: 0;
  height: 0;
}

#content h3 {
    font-size: 20px;
}

#content h4 {
}
#content h5 {
	border-top: none;
	border-bottom: solid 2px #2b2b2b;
	padding: 10px 10px 10px 0px;
}
#content h6 {
	border-bottom: none;
}
	
.blank-box, .is-style-blank-box-red,
.is-style-blank-box-navy,
.is-style-blank-box-blue,
.is-style-blank-box-yellow,
.is-style-blank-box-green,
.is-style-blank-box-pink,
.is-style-blank-box-orange, .is-style-sticky-gray,
.is-style-sticky-yellow,
.is-style-sticky-red,
.is-style-sticky-blue,
.is-style-sticky-green {
  border: 3px solid #949495;
  padding: 1.2em 1em;
  margin-left: 0;
  margin-right: 0;
  border-radius: 4px;
}

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

/*834px以下*/
@media screen and (max-width: 834px){
	.e-card-title {
		font-size:14px;
	}
	article h2 {
		font-size: 20px !important;
	}
	.related-entry-heading, .comment-title{
		font-size: 20px;
	}
	main.main, div.sidebar{
		padding: 0px 20px 10px 20px
	}
	
}


@media screen and (max-width: 768px){
	div.appeal-in {
		display: none;
		}
	}
	
}

/*480px以下*/
@media screen and (max-width: 480px){
	.e-card-title {
		font-size:14px;
}
}


/*引用符*/
blockquote{
    position:relative;
    border-top:1px solid #7A87B0;
    border-bottom:1px solid #7A87B0;
    padding:10px;
}
blockquote:before{
    position:absolute;
    background-color:#FFFFFF;
    color:#7A87B0;
    font-family:'FontAwesome';
    content:'\f10d';
    line-height:1;
    text-align:center;
    top:-20px;
    left:-10px;
    padding:10px;
    font-size:20px;
}
blockquote:after{
    position:absolute;
    right:-10px;
    bottom:-20px;
    background-color:#FFFFFF;
    padding:10px;
    color:#7A87B0;
    font-family:'FontAwesome';
    content:'\f10e';
    line-height:1;
    text-align:center;
    font-size:20px;
}
blockquote cite {
    display: block;
    padding-right:30px;
    font-size: 0.8rem;
    text-align: right;
    color: #808080;
}

/* 目次変更 */
#toc_container p.toc_title+ul.toc_list>li {
 margin-bottom: 0.1em;
 padding-bottom: 0.4em;
}

#toc_container p.toc_title+ul.toc_list {
    margin-top: 1em;
    margin-right: 0.4em;
}

#toc_container li {
 padding-left: 1em !important;
 line-height: 1.8em;
}

#toc_container ul ul {
 margin-bottom: 10px;
}

.toc_number {
 margin-left: -0.5em;
 margin-right: 0.5em;
 font-family: 'Dynalight', cursive;/*数字のフォント*/
}

#toc_container .toc_toggle > a {
    color: #fff !important;/*［hide］の文字色*/
    letter-spacing: 0.1em;/*文字間の余白*/
}

/*リンクの色など*/
#toc_container a {
    text-decoration: none;
    text-shadow: none;
    color: #2b2b2b !important;
}

#toc_container {
    background-color: #ffffff !important;/*背景色*/
    margin-bottom: 1em;
    width: auto;
    display: table;
    border: solid 3px #2b2b2b !important;/*外枠*/
    position: relative;
    border-radius: 0 7px 7px;/*角丸*/
    margin-top: 60px;
    margin-bottom: 60px;
}

#toc_container p.toc_title {
    text-align: left;
    font-weight: 700;
    padding: 0 5% !important;
    color: #ffffff !important;/*文字色*/
    margin: 0 60% 0 0;
    border-radius: 7px 7px 0 0;/*角丸*/
    background-color: 2b2b2b !important;/*背景色*/
    position: absolute;
    top: -1.9em;
    left: -0.2em;
    letter-spacing: 0.05em;
	}

#toc_container p.toc_title {
    text-align: left;
    font-weight: 700;
    padding: 0 5% !important;
    color: #ffffff !important;/*文字色*/
    margin: 0 60% 0 0;
    border-radius: 7px 7px 0 0;/*角丸*/
    background-color: #2b2b2b !important;/*背景色*/
    position: absolute;
    top: -1.9em;
    left: -0.2em;
    letter-spacing: 0.05em;
	}

/* トップページ人気記事 */
.widget-index-top,
.widget-above-single-content-title {
    position: relative;
    margin: 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.widget-index-top .main-widget-label,
.widget-above-single-content-title .main-widget-label {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.widget-index-top .main-widget-label::before,
.widget-above-single-content-title .main-widget-label::before {
    font-family: FontAwesome;
    content: "\f135";
    margin-right: 5px;
}

.widget-index-top .widget-entry-card-content,
.widget-above-single-content-title .widget-entry-card-content{
    display: table-cell;
    height: 74px;
    vertical-align: middle;
    font-size: 15px;
}


/**/
/*おすすめカード（ヘッダー下）*/
.content-top {
  background: #ffffff;
  margin: 0;
  padding: 20px 0 0 0;
}
.pickup-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.pickup-item {
  list-style: none;
  width: 24%;
  transition-duration: 0.4s;
  box-shadow: 0px 4px 15px -5px rgba(85,85,85,0.75);
}
.pickup-item img {
  width: 100%;
  vertical-align: bottom;
}
.pickup-item:hover {
  transform: translateY(-6px);
  box-shadow: 0px 8px 18px -5px rgba(85,85,85,0.75);
}
@media screen and (max-width: 768px){
.content-top {
  padding: 20px 16px 0px 16px;
}
.pickup-item {
  width: 48.5%;
  margin-bottom: 16px;
}
}
/*おすすめカード（ヘッダー下）終わり*/

/*margin top 編集*/
.content{
	margin-top: 0px;
}

/*サイドバープロフィール*/
.widget_text {
  border: 1px solid #eee;
}
.prof-img {
    width: 150px;
    height: 150px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    margin: 20px auto;
    border-radius: 100%;
    overflow: hidden;
}
.prof-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.prof-name {
    font-size:1.4em;
    text-align:center;
}
.prof-job {
    font-size:0.6em;
    text-align:center;
    font-weight:300;
}
.prof-info {
    margin:20px;
}
.prof-sns {
    padding-top:0.75em;
    margin-top:20px;
    text-align:center;
    background-color:#2b2b2b; /*好きな色を適用させてください*/
    color:white;
}
.prof-sns li{
    display: inline-block;
    border: 1px solid white;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    position: relative;
    margin: 10px 3px;
}
.prof-sns li i {
    position: absolute;
    top: 7px;
    left: 7px;
    color: white;
    font-size: 1.2em;
}
.prof-sns .fa-facebook-f:before {
    content: "\f39e"!important;
    left: 3px;
    position: absolute;
  }
.prof-sns .fa-instagram:before {
	font-size:1.15em;
}
.prof-sns li,.prof-img {
    transition: transform 0.3s linear;
}
.prof-sns li:hover,.prof-img:hover{
    transform: scale(1.1);
}
/*サイドバー編集終わり*/

ol, ul {
  padding-left: 20px;
}

ul {
  list-style-type: disc;
}

.sbp-l {
  margin-right: 0px;
}
.sbp-l .speech-balloon {
  margin-left: 20px;
}

/*ブログカードのmargin調整*/
.blogcard-wrap {
  margin-left: 0px;
}


/* プロフィールを中央寄せに */

.nwa .author-box .author-description {
  text-align: center;
}

remove_filter('pre_user_description', 'wp_filter_kses');


@media screen and (max-width: 1023px){/*モバイル時非表示*/
div.sidebar {
display: none;
}
}

/* Font Awesome アイコン変更 */
.fa-home
{
  color: #fff;
}

/* ランキングカード */
.widget-entry-card {
    font-size: 16px;
    font-family: auto;
    position: relative;
}