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

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




/* .wrap {
	width: 100%;
}
.main {
	padding-left: 0;
	padding-right: 0;
}

.section {
	padding: 50px 0;
}
.section p {
	padding: 0 10px;
}
.back-gray {
	background-color: #EEE;
}
.back-red {
	background-color: #EAA;
}

.back-blue{
	background-color: #00F;
} */
/* .entry-content h2 {
  border-left: 5px solid #64B9BD;
  padding-left: 12px;
  margin: 30px 0 20px;
  font-weight: bold;
  background: #f9f9f9;
} */
.entry-content h2 {
  background-color: #c00;
  color: #fff;
  padding: 15px;
  margin: 30px 0;
  font-weight: bold;
  position: relative;
}

.entry-content h2::before,
.entry-content h2::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  height: 2px;
  background: #fff;
}

.entry-content h2::before {
  top: 5px;   /* 上線の位置（背景内側） */
}

.entry-content h2::after {
  bottom: 5px; /* 下線の位置（背景内側） */
}

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
/* .main {
	padding-left: 0 !important;
	padding-right: 0 !important;
} */
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
/* .main {
	padding-left: 0 !important;
	padding-right: 0 !important;
} */
}
