@charset "utf-8";

.sub__title{
	margin-top: 5%;
	margin-bottom: 0;
	color: #78797B;
	font-weight: 400;
	font-size: 20px;
}
.legal__list{
	line-height: 1.8;
	margin-bottom: 10%;
}
ol.legal__list li{
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 24px;
}

p.text:has(+ ul.legal__list) {
  margin-bottom: 0;
}

@media screen and (min-width : 768px) {
	.legal__list{
		margin-bottom: 6%;
	}
}
@media screen and (min-width : 1024px) {
	.sub__title{
		font-size: 22px;
	}
	.legal__list{
		margin-bottom: 4%;
	}

}