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

/* プライバシーポリシー設定 */
@media print,screen and (min-width: 768px){
/* PC用設定 */
}
@media screen and (max-width: 767px){
/* スマホ用設定 */
#contents #policy {
	padding-bottom:30px;
}
#contents #policy h3 {
	font-size: 14px;
	line-height: 1em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #900;
	padding-left:10px;
	margin-top:0.5em;
	margin-bottom:1em;
	vertical-align: text-bottom;
}
#contents #policy h4 {
	font-size: 13px;
	line-height: 1.7em;
	margin-bottom: 0.5em;
	margin-top:1em;
}
#contents #policy h6 {
	font-weight: normal;
	font-size: 13px;
	line-height: 1.7em;
	text-align: center;
	margin:1em 0px;
}
}

