@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
#header {
	background: #aacf53;
}
.logo-text {
  padding: 12px 0 0;
}
.tagline {
  padding: 0 4em;
}
/*===== sidebar =====================*/
#sidebar {
  background: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
}
#sidebar aside {
  background: #fff;
  margin-bottom: 24px;
}
#sidebar h3 {
  background: #aacf53;
  margin-top: 0;
  border-radius: 0;
}
#sidebar aside ul {
  padding: 0 10px;
}

.article h2 {
  position: relative;
  background: transparent;
  font-size: 28px;
  padding: 0 0 12px 32px;
  border-bottom: 4px solid #667d30;
}
.article h2:before,
.article h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 18px;
  height: 18px;
  border: 3px solid #667d30;
  margin: auto;
}
.article h2:before {
  top: -26px;
  left: -8px;
  border-color: #aacf53;
}
.article h2:after {
  top: -6px;
  left: 2px;

}
.article h3 {
  border: none;
  position: relative;
  padding: 10px 0 8px 28px;
  border-bottom: 2px solid #667d30;
}
.article h3:before,
.article h3:after {
  content: "";
  position: absolute;
  margin: auto;
}
.article h3:before {
  width: 12px;
  height: 12px;
  top: 0;
  left: 8px;
  background: #667d30;
  transform: rotate(50deg);
}
.article h3:after {
  width: 8px;
  height: 8px;
  top: 18px;
  left: 0px;
  background: #aacf53;
  transform: rotate(20deg);
}
.eye-catch-wrap {
  margin-top: 24px;
}
.eye-catch {
  text-align: center;
  display: block;
  margin: auto;
  margin-bottom: 1em;
}
.toc {
	width: 80%;
	border: solid 2px #fdd100;
	border-radius: 6px;
	padding: 0;
}
.toc-title {
	background: #ffe87b;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

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

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

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