/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 25 2025 | 15:34:48 */
<!-- このCSSについて 2024 09 29 品田尚宏 -->
<!-- 庄司様の行った講習の感想（受講者の声）のページの装飾用CSS -->
<!-- sectionタグと組み合わせて使用する。No.19 から適用-->

.review_page_text_format{
	
}
.review_page_text_format h2{
	font-size:			1.4rem;
	text-indent:		1.4rem;
	
	color:				#ffffff;
	border-bottom:		2px solid #333;
	padding-bottom:		5px;
	background-color:	#006400;
	border-radius:		5px;	
}

.review_page_text_format h3{
	font-size:			1.3rem;
	text-indent:		1.3rem;
	color:				#ffffff;
	border-bottom:		2px solid #333;
	padding-bottom:		5px;
	background-color:	#e49531;
	border-radius:		10px;
}

.review_page_text_format p{
	font-size:	1.4rem;
	text-indent:1.4rem;
	line-height: 150%;
	margin-top:15px;
	margin-bottom:15px;
}

/* 番号無しリスト */
.review_page_text_format ul li{
	font-size:	1.4rem;
	text-indent:1.4rem;
	line-height: 150%;
	margin-top:15px;
	margin-bottom:15px;
}

/* 番号付きリスト */
.review_page_text_format ol li{
	font-size:	1.4rem;
	line-height: 150%;
	margin-top:15px;
	margin-bottom:15px;
}




/* 画像を中央に配置 ※2025 04 25 追加 */

.review_page_text_format img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}





