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

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


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

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

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

h2 {
  font-size: 20px !important;/*文字のサイズ*/
  position: relative;
  display: inline-block;
  padding: .3em 1em;
  border-top: solid 1px #333631;
  border-bottom: solid 1px #333631;
  color: #333631;
  margin-bottom: 15px;
}
h2:before,
h2:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 1px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #333631;
}
h2:before {
  left: 7px;/*左線*/
}
h2:after {
  right: 7px;/*右線*/
}

h4 {
  position: relative;
  color: #ffffff;
  line-height: 1.4;
  -webkit-box-reflect: below -10px -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0) 10%,rgba(0, 0, 0, 0);
}

h5 {
  font-size: 20px !important;/*文字のサイズ*/
  background: rgba(0,0,0,0);/*背景色*/
  border-bottom: 3px solid #ffffff;/*下線*/
  color: #ffffff;
  padding: .5em .7em;
  margin-bottom: 15px;
  border-top: none;
}

.article h6 {
  position: relative;
  border:none;
}

.article h6:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #ffffff, #ffffff 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 2px, #fff 2px, #fff 4px);
}

#main {
  background: transparent;
}
