@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.header-in {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
}
/*キャプションサイズ*/
.body .wp-block-image figcaption {
    background: #b18dac;
    border-radius: 4px;
    font-size: .875rem;
	color : #ffffff;
    margin-top: 0;
    padding: 5px 10px;
    position: relative;
}

/*タブボックス*/
.wp-block-columns {
    display: flex;
    margin-bottom: 0px !important;
    flex-wrap: wrap;
}


/*フッター*/
.footer-bottom-logo .logo-image {
	max-width: 300px;
}
.footer-bottom-logo img {
	height: auto;
}

/* 見出しカスタマイズ */
.article h2{
border-color: #75597D
;
}
.article h3{
	border-left:10px solid #75597D;  /*見出し左線色・太さ*/
	border-bottom:2px solid #75597D; /*見出し下線色・太さ*/
	counter-reset: chapter;
}

.article h4 {
    padding-left: 2.5rem;
	border: none;
	font-size: 1em;
	font-weight: normal;
}

.article h4::before {
   counter-increment: chapter;
   content: counter(chapter) " ";
    position: absolute;
    margin-top: -2px;
    margin-left: -2.5rem;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #75597D;	
	border-radius: 100%;
	color: #fff;
	font-size: 1em;
    text-align: center;
}
.article h5 {
  position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;
}

.article h5:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 10;/*アイコンの位置*/
  color: #000000; /*アイコン色*/
}

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

.article h6:before {
  font-family: "Font Awesome 5 Free";
  content: "\f059";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 10;/*アイコンの位置*/
  color: #000000; /*アイコン色*/
}
.blogcard-snipet {
    font-size: 14px;
    padding: 10px;
    line-height: 20px;
  }	

/*記事一覧*/
.no-thumbnail .widget-entry-cards div.widget-entry-card-content {
    font-size: 14px;
    margin-bottom: 0em;
}


/*見出しカスタマイズ*/

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

}

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

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
.blogcard-snipet {
    font-size: 12px;
    padding: 4px;
    line-height: 14px;
  }
	
}

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