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

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

@media print,screen and (min-width: 768px){
/* PC用設定 */
#contents #privacy h2 {
	margin-bottom:20px;
}
#contents #privacy h3 {
	font-size: 20px;
	line-height: 1em;
	color: #8CC456;
	margin-top:1.5em;
	margin-bottom:0.5em;
}
#contents #privacy p {
	line-height: 1.6em;
}
#contents #privacy li {
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom:0.5em;
}
#contents #privacy .shikaku li:before {
	content: "■";
	color:#F9BF3D;
}
}
@media screen and (max-width: 767px){
/* スマホ用設定 */
#contents #privacy h2 {
	margin-bottom:15px;
}
#contents #privacy h3 {
	font-size: 15px;
	line-height: 1em;
	color: #8CC456;
	margin-top:1.5em;
	margin-bottom:0.5em;
}
#contents #privacy p {
	line-height: 1.6em;
}
#contents #privacy li {
	font-size: 13px;
	line-height: 1.6em;
	margin-bottom:0.5em;
}
#contents #privacy .shikaku li:before {
	content: "■";
	color:#F9BF3D;
}
}
