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

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

a {
     text-decoration: none;
}

.list-3{
   list-style: none;
   padding:0;
   margin:0;
}
.list-3 li { 
   position: relative;
   margin:0.5em 0 !important;
   padding-left: 25px;
}
.list-3 li:before {
   font-family: FontAwesome;
   content: "\f058"; /*アイコン*/
   color:  #ffa952; /* 色 */
   position: absolute;
   left:0;
}
/************************************/
/** レスポンシブデザイン用のメディアクエリ*/
/***********************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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

/***********************************/
/***佐々木編集*/
/************************************/
/*見出し変更*/

/************************************/
/*見出し変更*/

.article h1 {
  color: #794b3;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #794b3c;/*上線*/
  border-bottom: solid 3px #794b3c;/*下線*/
}	


.article h2{color: #ffffff;/*文字色*/
	font-family: Comic Sans MS ;
  position: relative;
  background: #794b3c;/*dfefff*/
  box-shadow: 0px 0px 0px 5px
		#794b3c;/*dfefff*/
  border: dashed 2px white;
  padding: 0.2em 0.5em;
}	

.article h3 {
  border-bottom: solid 3px #BC9C78;
  position: relative;
}

.article h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #794b3c;
  bottom: -3px;
  width: 20%;
}	

.article h4 {
  position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;
}

.article h4:before {
  font-family: "FontAwesome";
  content: "\f00c";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 1;/*アイコンの位置*/
  color: #FBB161; /*アイコン色*/
  font-weight: 1500;
}

.article h5 {
  position: relative;
  border-top: solid 2px #794b3c;
  border-bottom: solid 2px #794b3c;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}

h5:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f0a7\ POINT';
  background: #794b3c;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}	
	
.article h {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
}
/************************************/	


