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

	プライバシーポリシー

-----------------------------------*/
#privacy{
	padding: 30px 0 140px 0;
	background-color: #f5f5f5;
}
#privacy h2{
	position: relative;
	text-align: center;
	font-size: 36px;
	margin: 80px 0;
	letter-spacing: 0.05em;
	color: #eb6129;
}
#privacy .sign_text{
	display: block;
	text-align: right;
	margin-top: 1vw;
}
#privacy p{
	font-size: 16px;
	margin-bottom: 4vw;
	line-height: 2.7em;
}
#privacy .h3_title{
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 2em;
	margin: 100px 0 50px 0;
}

#privacy ol{
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
#privacy .plivacy_title{
	font-size: 14px;
}
#privacy li{
  text-indent: -1.3em;
  padding-left: 1.3em;
  font-size: 16px;
  line-height: 2.7em;
  margin-bottom: 60px;
}
#privacy li:before {
  counter-increment: item;
  content: counter(item)'.';
  padding-right: .5em;
  font-weight: bold;
  color: #f39022;
}
#privacy .notes{
	font-size: 12px;
}

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

	#privacy .h3_title{
		text-align: left;
	}
	#privacy p{
		line-height: 2.0em;
	}
	#privacy li{
		line-height: 2.0em;
	}
}

