@charset "UTF-8";

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
PRIVACY POLICY
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#privacy dt {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	position: relative;
	background: rgba(0,0,0,.3);
}
#privacy dt:before,
#privacy dt:after {
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	background: url(../images/common/icon_corner.svg) no-repeat center center;
	background-size: 100%;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	top: 0;
}
#privacy dt:before {
	left: -15px;
}
#privacy dt:after {
	right: -15px;
}

#privacy dd {
	font-size: 14px;
	line-height: 21px;
	padding: 27px 0 56px;
}
#privacy dd * + ol {
	margin-top: 21px;
}
#privacy dd ol > li {
	padding-left: 2em;
	text-indent: -2em;
}
#privacy dd ol > li + li {
	margin-top: 21px;
}
#privacy dd ol > li > * {
	text-indent: 0;
}
#privacy dd ol > li > *:first-child {
	padding-top: 21px;
}

@media screen and (min-width:1001px){
}

@media screen and (max-width:1000px){
}