@charset "UTF-8";
/* ------------------------------- */
/* ------------------------------- */
/* 箇条書きの定義                  */
/* ------------------------------- */
/* ------------------------------- */

/* ------------------------------- */
/* 箇条書き①                      */
/* ------------------------------- */
div.explanation p.bullet_point{
	font-size:   28px;
	font-weight: 700;
	line-height: 1em;
}

div.explanation p.bullet_point_explain_1{
	margin: -10px 0 0 98px;
	font-size:   26px;
	line-height: 1.5em;
}

div.explanation p.bullet_point_explain_2{
	margin: 0 0 0 130px;
	font-size:   26px;
	line-height: 1.2em;
}


/* ------------------------------- */
/* 箇条書き②                      */
/* ※強調文章と字下説明文          */
/* ------------------------------- */
div.explanation p.subject_text{
	font-weight: 600;
}

div.explanation p.decoding_text{
	margin: 0 80px 15px 98px;
}

/* ------------------------------- */
/* 箇条書き③                      */
/* ※強調なし文章と字下説明文      */
/* ------------------------------- */
div.explanation p.subject_text_s{
	font-weight: 500;
	line-height: 1.2em;
}

div.explanation p.decoding_text_s{
	margin: 0 80px 15px 98px;
	line-height: 1.2em;

}

/* ------------------------------- */
/* 箇条書き④                      */
/* ※2行目以降1字下げ              */
/* ------------------------------- */
div.explanation p.indent_1{
	margin: 0 59px 15px 74px;
	font-size: 24px;
	line-height: 1.5em;
	padding-left: 1em;
	text-indent: -1em;
}

/* ------------------------------- */
/* 箇条書き⑤                      */
/* ※字下げ・文字小・太文字        */
/* ------------------------------- */
div.explanation p.word_meaning{
	font-size: 24px;
	font-weight: 600;
	margin: 0 35px 15px 98px;
}


/* ------------------------------- */
/* 箇条書き⑥                      */
/* ------------------------------- */
