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

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

@media print,screen and (min-width: 768px){

/* PC用設定 */
#contents h3 {
	font-size: 20px;
	line-height: 1em;
	color: #c0db3d;
	margin-top:1.5em;
	margin-bottom:0.5em;
}
#contents p {
	line-height: 2em;
}
#contents li {
	font-size: 16px;
	line-height: 2em;
	margin-bottom:0.5em;
}
#contents .shikaku li:before {
	content: "■";
	color:#c0db3d;
}
}
@media screen and (max-width: 767px){

/* スマホ用設定 */
#contents h3 {
	font-size: 15px;
	line-height: 1em;
	color: #c0db3d;
	margin-top:1.5em;
	margin-bottom:0.5em;
}
#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:#c0db3d;
}
}
