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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*ビジュアルエディターのスタイルを書く*/

body.mceContentBody {
  font-family: "筑紫A丸ゴシック", sans-serif;
}

.mceContentBody strong {
  font-family: "筑紫A丸ゴシック", sans-serif !important;
  font-weight:bold;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	
/*body font*/
.body{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "筑紫A丸ゴシック", "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-weight: 300;
  }
	
/*プロフィール*/
.author-box p {
	font-weight: 300!important;
}
	
/*カテゴリーページ*/
.category .explanation{
	font-weight: 300!important;
}
}

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

/*body font*/
.body{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-weight: 300;
  }
	
/*プロフィール*/
.author-box p {
	font-weight: 300!important;
}
	
/*カテゴリーページ*/
.category .explanation{
	font-weight: 300!important;
}

/*h1タグのサイズ*/
.entry-title, .archive-title, .article h1 {
	font-size: 2.0rem;
	margin: 0;
	font-weight: 100!important;
}
/*関連記事の回り込み解除*/
.ect-entry-card .card-snippet, 
.rect-entry-card .card-snippet, 
.ect-big-card-first .card-snippet {
	clear: none;
}
}

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

/*body font*/
.body{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-weight: 300;
  }
	
/*プロフィール*/
.author-box p {
	font-weight: 300!important;
}
	
/*カテゴリーページ*/
.category .explanation{
	font-weight: 300!important;
}

/*h1タグのサイズ*/
.entry-title, .archive-title, .article h1 {
	font-size: 2.0rem;
	margin: 0;
	font-weight: 100!important;
}
/*関連記事の回り込み解除*/
.ect-entry-card .card-snippet, 
.rect-entry-card .card-snippet, 
.ect-big-card-first .card-snippet {
	clear: none;
}
}