@charset "utf-8";

/* -- プライバシーポリシーCSS -------------------------------------------------------------------------------- */

p.privacy {
	margin-top: -5em;
}

h2.catch {
	width: 850px;
	color: #333;
	font-size: x-large !important;
	padding-bottom: 1em;
	margin: 0 auto;
}

#privacy_box {
	width: 850px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	font-size: small;
	color: #333;
}

#privacy_box ol {
	width: 850px;
	box-sizing: border-box;
	border-top: solid 1px #13b1cd;
	border-bottom: solid 1px #13b1cd;
	padding-left: 1em;
	padding-bottom: 0.5em;
	margin-bottom: -30px;
}

#privacy_box ol li {
	text-align: justify;
	line-height: 1.5em;
	margin: 1.5em 0;
}

/* -- responsive -------------------------------------------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 959px ) {

h2.catch, #privacy_box, #privacy_box ol {
	width: 100%;
	text-align: left !important;
}

}