@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap');

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

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

*{
	font-family: "Kiwi Maru", serif;
	font-style: normal;
}


.header-container, .main, .sidebar, .footer {
	background-color: #1A1A1A;
}

.article {
	h2 {
		display: flex;
		flex-direction: row;
		margin:auto;
		align-items: center;
		padding-left: 0;
		
		&::before {
			display: block;
			width: 10px;
			border-radius: 2px;
			height: 2em;
			margin-right: 5px;
			content: "";
			background: #5A4A3A;
		}
	}

	h3 {
		border-bottom: #5A4A3A 5px solid;
	}
}




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

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

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