@charset "UTF-8";
.p-info__notes{
	font-size:1.2rem;
	letter-spacing:.01em;
	line-height:1.5454545455;
	margin-top:10px
	}
@media (min-width: 48em){
.p-info__notes{
	font-size:1.3rem;
	line-height:1.5454545455;
	letter-spacing:.03em
	}
}
.p-info__notes li{
	display:flex;
	gap:5px
	}
.p-info__notes li>span{
	flex-shrink:0
	}
.p-info__notes li+li{
	margin-top:5px
	}
