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

/* common
--------------------------- */

a.rtn_top {
	border: none;
	background: #000;
	color: #FFF;
}

/* news
--------------------------- */

#privacy {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto 1px auto;
	padding: 100px 0 0 0;
}
#privacy div {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto 1px auto;
	padding: 50px 0 30px 0;
	background: #FFF;
}

#privacy .privacy_tx {
	width:80%;
	max-width:980px;
	margin:0 auto;
}

#privacy h2 {
	width: 100%;
	height: auto;
	padding: 0 0 30px 0;
	text-align: center;
	display: block;
	font-family: 'Rajdhani', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #000;
}
#privacy h3 {
	width: 100%;
	height: auto;
	margin:0 0 40px;
	text-align: center;
}
#privacy h4 {
	font-size: 15px;
	font-weight: 500;
}
#privacy p {
	font-size: 14px;
	padding: 0 0 20px 0;
	font-weight: normal;
}

#privacy ol {
	font-size: 14px;
	padding: 0 0 20px 0;
	font-weight: normal;
}
#privacy ol li {
	text-indent:0em;
	margin:0 0 1em 2em;
}
#privacy .right {
	font-size:14px;
	text-align:right;
	font-weight:normal;
}


/* Media Queries - Tablet */
@media (max-width: 768px) {
	#privacy .privacy_tx {
		width:90%;
		margin:0 auto;
	}
}
/* Media Queries - Small Tablet & Smartphone */
@media (max-width: 549px) {
}
