.privacy-policy.container {
	width:90%;
	margin:auto;
}

.enry-content h1 {
	text-align:center;
	font-size:1.6em;
}

.entry-content p {
	/* 自動挿入pを表示させない */
	/* 表示するpにはvisibleクラスを適用すること */
	display:none;
}

.entry-content p.visible {
	display:block;
}

.entery-content .text-justify {
	text-align:justify;
	text-justify:inter-ideograph;
}

.entry-content ol.level1 > li {
	margin-bottom:2em;
}

.entry-content ol.level2 {
	/*margin-left: 3.5em; /* サイトに合せて調整 */
}

.entry-content ol.level2 > li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
	margin-bottom:1em;
}

.entry-content ol.level2 > li:before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -3.5em; /* サイトに合せて調整 */
	width: 3em; /* サイトに合せて調整 */
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

.entry-content ol.level3  {
  margin: 0;
  padding: 0
}
.entry-content ol.level3 > li  {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
	margin-bottom:0.5em;
}

.entry-content ul > li {
	margin-bottom:0.35em;
}