@charset "UTF-8";


.privacy .section-wrap {
	padding: 100px 0;
}
ol.count-parent {
  counter-reset: list;
  list-style-type: none;
	margin: 40px auto;
}
ol.count-parent > li {
  position: relative;
  padding: 4px 0 4px 40px;
	margin-bottom: 20px;
}
ol.count-parent > li .list-ttl {
	font-weight: 600;
	font-size: 17px;
} 
ol.count-parent > li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0;
	line-height: 24px;
  width: 24px;
  height: 24px;
  background: #39992D;
  text-align: center;
  color: #fff;
  top: 9px;
}
ol.count-child li {
  list-style-type: none;
  counter-increment: cnt;
	padding-left: 40px;
	position: relative;
	line-height: 1.8em;
	margin: 4px 0 0;
}
ol.count-child li::before {
  content: "［"counter(cnt)"］";
	color: #39992D;
	left: 0;
	top: 0;
}
@media (hover: hover) {
}
@media screen and (max-width: 834px) {
	.privacy .section-wrap {
		padding: 50px 0;
	}
	ol.count-parent {
		counter-reset: list;
		list-style-type: none;
		margin: 20px auto;
	}
	ol.count-parent > li {
		position: relative;
		padding: 2px 0 2px 30px;
		margin-bottom: 15px;
	}
	ol.count-parent > li .list-ttl {
		font-weight: 600;
		font-size: 13px;
	}
	ol.count-parent > li:before {
		counter-increment: list;
		content: counter(list);
		position: absolute;
		left: 0;
		line-height: 20px;
		width: 20px;
		height: 20px;
		background: #39992D;
		text-align: center;
		color: #fff;
		top: 6px;
	}
	ol.count-child {
		margin-left: -35px;
	}
	ol.count-child li {
		list-style-type: none;
		counter-increment: cnt;
		padding-left: 30px;
		position: relative;
		line-height: 1.8em;
		margin: 4px 0 0;
	}
	ol.count-child li::before {
		content: "［"counter(cnt)"］";
		color: #39992D;
		left: 0;
		top: 0;
	}
}
