@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){
  /*必要ならばここにコードを書く*/
}

/************************************
** 追加：ぶらさげインテンド
************************************/
/*必要ならばここにコードを書く*/
.indent{
	margin-left: 1em;/*段落全体で1文字下げ*/
	text-indent: -1em;/*1行目はインテンドしない。1文字戻す*/
}
.indent2{
	margin-left: 2em;/*段落全体で2文字下げ*/
	text-indent: -2em;/*1行目は2文字戻す*/
}
.indent3{
	margin-left: 3em;/*段落全体で3文字下げ*/
	text-indent: -3em;/*1行目は3文字戻す*/
}	
.indent4{
	margin-left: 4em;/*段落全体で4文字下げ*/
	text-indent: -4em;/*1行目は4文字戻す*/
}
.indent5{
	margin-left: 5em;/*段落全体で5文字下げ*/
	text-indent: -5em;/*1行目は5文字戻す*/
}

.indent6{
	margin-left: 6em;/*段落全体で6文字下げ*/
	text-indent: -6em;/*1行目は6文字戻す*/
}

.indent7{
	margin-left: 7em;/*段落全体で7文字下げ*/
	text-indent: -7em;/*1行目は7文字戻す*/
}

.indent8{
	margin-left: 8em;/*段落全体で8文字下げ*/
	text-indent: -1em;/*1行目は1文字戻す*/
}