@charset "utf-8";
@media screen and (min-width: 811px) {
	.textList span {
		display: inline-block;
	}

	.textList span:first-child {
		width: 10%;
	}
}
@media screen and (max-width: 1200px) and (min-width: 811px) {
  .textList span:first-child {
		width: 16%;
	}
}