@charset "UTF-8";
/* ------------------------------- */
/* ------------------------------- */
/* 解説ページ用                    */
/*   箇条書きの定義（１）          */
/* ------------------------------- */
/* ------------------------------- */

/* ------------------------------- */
/* 箇条書き①                      */
/* ※強調なし文章と字下説明文      */
/* ------------------------------- */
div.explanation p.bullet_point_01{
	margin-left: 98px;
	font-weight: 500;
	line-height: 1.8em;
	padding-left: 1em;
	text-indent: -1em;
}

div.explanation p.bullet_point_02_first{
	margin: -15px 80px 15px 128px;
	line-height: 1.2em;
	padding-left: 1em;
	text-indent: -1em;

}

div.explanation p.bullet_point_02{
	margin: 0 80px 15px 128px;
	line-height: 1.2em;
	padding-left: 1em;
	text-indent: -1em;
}

div.explanation p.bullet_point_02_last{
	margin: 0 80px 25px 128px;
	line-height: 1.2em;
	padding-left: 1em;
	text-indent: -1em;

}

/* ------------------------------- */
/* 箇条書き②                      */
/* ※単純字下げ・行間狭い          */
/* ------------------------------- */
div.explanation p.bullet_point_01_slim{
	margin-left: 64px;
	font-weight: 500;
	line-height: 1.3em;
	padding-left: 1em;
	text-indent: -1em;
}

/* ------------------------------- */
/* 箇条書き③                      */
/* ※字下げ深く・行間狭い          */
/* ------------------------------- */
div.explanation p.bullet_point_02_slim_first{
	margin-top:    26px;
	margin-left:   128px;
	line-height:   1.2em;
	padding-left:  1em;
	text-indent:  -1em;
}

div.explanation p.bullet_point_02_slim{
	margin-left:   128px;
	line-height:   1.2em;
	padding-left:  1em;
	text-indent:  -1em;
}

div.explanation p.bullet_point_02_slim_last{
	margin-bottom: 26px;
	margin-left:   128px;
	line-height:   1.2em;
	padding-left:  1em;
	text-indent:  -1em;
}

/* ------------------------------- */
/* 箇条書き④                      */
/* ※単純字下げ・行間狭い その２   */
/* ------------------------------- */
div.explanation p.bullet_point_01_slim2{
	margin-top:  26px;
	margin-left: 64px;
	font-weight: 500;
	line-height: 1.3em;
	padding-left: 1em;
	text-indent: -1em;
}

/* ------------------------------- */
/* 箇条書き⑤                      */
/* ※字下げ深く・行間狭い その２   */
/* ------------------------------- */
div.explanation p.bullet_point_02_slim2_first{
	margin-top:   -6px;
	margin-left:   128px;
	line-height:   1.2em;
	padding-left:  1em;
	text-indent:  -1em;
}

div.explanation p.bullet_point_02_slim2{
	margin-left:   128px;
	margin-top:   -10px;
	line-height:   1.2em;
	padding-left:  1em;
	text-indent:  -1em;
}

div.explanation p.bullet_point_02_slim2_last{
	margin-top:   -10px;
	margin-bottom: 26px;
	margin-left:   128px;
	line-height:   1.2em;
	padding-left:  1em;
	text-indent:  -1em;
}