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

/*----------------------------------------------------
  #top
----------------------------------------------------*/

/* ----- プライバシーポリシー ----- */
.txt_box {
	font-size:1.4rem;
	margin: 0 100px;
	max-width: 1000px;
}
@media (max-width: 768px) {
	.txt_box {
		margin: 0 20px;
	}
}

#privacy_area {
	margin: 0 auto;
	max-width: 1000px;
}
.pttl_area{
	padding-top: 150px;
}
@media (max-width: 768px) {
	.pttl_area{
		padding-top: 50px;
	}
}
h2.prv_ttl{
	width: 700px;
	margin:0 auto;
	text-align: center;
	color:#fff;
	background: #1c56a5;
	padding:8px 0 6px;
	font-size:2.5rem;
	letter-spacing: 0.1rem;
	margin-bottom: 60px;
}



/*----------------------------------------------------
  プライバシーポリシー本文
----------------------------------------------------*/

#pp dl {
	margin: 50px 100px 0;
	font-size:1.4rem;
}
@media (max-width: 768px) {
	#pp dl {
		margin: 30px 20px 0;
	}
}
#pp dl dt {
	font-weight: bold;
	font-size: 1.7rem;
	margin-bottom: 7px;
}
#pp dl dd {
	padding-left:1em;
	margin-bottom: 20px;
}
#pp dl dd ul li{
	padding-left: 2.85em;
	text-indent: -1.85em;
}


