@charset "utf-8";
/* プライバシーポリシー */

@media print{
	a[href]:after {
		content: "" !important;
	}
	
	abbr[title]:after {
		content: "" !important;
	}
}

@media print, screen {
.privacy_ttl {
	margin-bottom: 50px;
}
	.privacy_ttl h3 {
		text-align: center;
		padding: 0 15px;
		overflow: hidden;
	}
.privacy_msg {
	width: 850px;
	background: #edf2ff;
	padding: 15px;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0 auto 30px;
}
#privacy {}
	#privacy dl {
		width: 850px;
		margin: 0 auto;
	}
		#privacy dl dt {
			color: #0a3278;
			font-size: 18px;
			font-weight: normal;
			margin-bottom: 10px;
		}
		#privacy dl dd {
			padding: 0 10px;
			margin-bottom: 20px;
		}
			#privacy dl dd ol.number {
				padding: 0 0 0 0;
				margin: 0 0 0 14px;
			}
			#privacy dl dd ol.number li {
				margin: 0 0 1em 14px;
				list-style: none !important;
			}
			#privacy dl dd ol.number li span {
				margin-right: 5px;
				margin-left: -25px;
			}
}

@media (max-width: 767px) {
.privacy_msg {
	width: inherit;
	text-align:left;
}
#privacy dl {
	width: inherit;
}

}