@charset "utf-8";
/* CSS Document */

/* プライバシーポリシーページ設定 */

@media print,screen and (min-width: 768px){
/* PC用設定 */
#contents h4 {
	font-size: 19px;
	line-height: 1em;
	margin-top:1em;
	margin-bottom:0.5em;
	color: #6dab6f;/* #4F913A */
}
#contents p {
	line-height: 1.6em;
}
#contents li {
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom:0.5em;
}
#contents .shikaku li:before {
	content: "■";
	color:#F9BF3D;
}
}
@media screen and (max-width: 767px){
/* スマホ用設定 */
#contents h4 {
	font-size: 14px;
	line-height: 1em;
	margin-top:1em;
	margin-bottom:0.5em;
	color: #6dab6f;/* #4F913A */
}
#contents p {
	line-height: 1.6em;
}
#contents li {
	font-size: 13px;
	line-height: 1.6em;
	margin-bottom:0.5em;
}
#contents .shikaku li:before {
	content: "■";
	color:#F9BF3D;
}
}
