@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{
position: relative;
font-size: 18pt;
font-weight: bold;
margin: 0 0 1.5em;
padding: 0.2em 0 0.1em 1.3em;
border-bottom: 2px solid #7d7d7d;
}

h2:before{
content: "□";
font-size: 120%;
position: absolute;
color: #7d7d7d;
top: -0.1em;
left: 0.3em;
height: 10px;
width: 12px;
}

h2:after{
content: "□";
font-size: 120%;
position: absolute;
color: #7d7d7d;
top: -0.3em;
left: 0;
height: 10px;
width: 12px;
}





h4{
position: relative;
font-size: 18pt;
font-weight: bold;
margin: 0 0 1.5em;
padding: 0.2em 0 0.1em 1.3em;
border-bottom: 2px solid #7d7d7d;
}

h4:before{
content: "□";
font-size: 120%;
position: absolute;
color: #7d7d7d;
top: -0.1em;
left: 0.3em;
height: 10px;
width: 12px;
}

h4:after{
content: "□";
font-size: 120%;
position: absolute;
color: #7d7d7d;
top: -0.3em;
left: 0;
height: 10px;
width: 12px;
}


h3 {
  position: relative;
  overflow: hidden;
  padding: 1.0rem 1rem 1.0rem 110px;
  border: 2px solid #000;
}

h3:before {
  position: absolute;
  top: -120%;
  left: -100px;
  width: 150px;
  height: 200%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #000;
}

h3 span {
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 14px;
  color: #fff;
}



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

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

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