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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.grecaptcha-badge { visibility: hidden; }
/*グローバルメニューの高さを変更*/
#navi .navi-in > ul li{
	height: 50px;
	line-height: 50px;
}
/*サイドバー*/
.sidebar h3{
	background-color: #3684b5;
	color: #fff;
}
/*アフィリエイトPR*/
.pr-notice {
  background-color: #f5f5f5;  /* 優しいグレー背景 */
  border-left: 4px solid #999; /* 控えめなアクセント */
  padding: 1em;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 1.5em 0;
}

/* 見出しのデザインリセット */
/*H2 */
.entry-content h2{
border:none;
background: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;
}

.entry-content h2 {
  padding: 30px 20px;
  color: #333333;
  background: #f5f5f5;
  border-left: solid 5px #7db4e6;
}

.entry-content h3 {
	color: #333333; 
	border-top: dashed 1px #c0c0c0;
	border-bottom: dashed 1px #c0c0c0;
	padding: 20px 10px;
}
.entry-content h4{
	color:#333333;
	border-bottom:solid 1px #c0c0c0;
	padding: 20px 10px;
}
.boxA:after{
	content:"";
	display:block;
	clear:both;
}
.box1{
	float:left;
	width:33.333%;
}
.box2{
	float:left;
	width:33.333%;
}
.box3{
	float:left;
	width:33.333%;
}

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

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

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