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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* h2の背景色*/
.article h1{
	background: #4682b4!important;
}
.article h2{
	background: #b0c4de!important;
}
/* ヘッダーの背景とキャッチフレーズの色*/
#header{
	background-color: #4682b4!important; 
	color: #4682b4!important;
}
/* ヘッダーメニューの色*/
#navi{
	background-color: #b0c4de!important; 
}
/＊目次の色*/
.toc a {
  color: #444;
  text-decoration: none;
}
/*カテゴリー線*/
.widget_categories ul .cat-item{
    border-top: 1px dotted #805f4a;
}
.widget_categories ul .cat-item:last-child{
	border-bottom: 1px dotted #805f4a;
}
/*サイドバー装飾する*/
.sidebar h3 {
    padding: 7px 20px;
    margin: 40px 0 20px;
    border-radius: 7px ;/*角を丸くする*/
    font-size: 1em;
	background-color: #4682b4!important; 
}
/*カード枠*/
.e-card {
	border: 1px solid #805f4a; 		/*枠線の太さ、形状、色*/
	border-radius: 3px;padding: 8px;/*角の丸み*/
} 
/*タグページ*/
.tag_box {
    padding: 1em 1em;
    margin: -2.5ex 1.5ex;
    background: #efebe9!important;
	border: solid 3px #949494;/*線*/
    border-radius: 5px;/*角の丸み*/
}
.tag_box div {
    margin: 0.5ex 0 0 0; 
    padding: 0;
}
.tag_box ul {
    margin: -0.5ex 0 0 0; 
}

/* 問い合わせフォーム*/
/* 作成日を非表示 */
.post-148 .date-tags {
	display: none;
}

/*お名前、メールアドレス、題名*/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
	width: 400px;
	height: 40px;
}
/*同意して送信*/
.wpcf7 input.wpcf7-quiz {
	width: 100px;
	height: 40px;
}
/* 送信ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#0071a1;
	border:0;
	border-radius: 4px;
	color:#fff;
	font-size:1em;
	padding:0;
	width: 100px;
	height: 40px;
}
/* 目次の下のマージン */
.toc {
	margin-bottom:40px!important;
}
/* PR表記設定 */
.widget_pc_text {
	background: #efebe9!important;
	font-size: 15px;
}
.widget_mobile_text {
	background: #efebe9!important;
	font-size: 15px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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