

span.nowrap-pc {
	text-wrap: nowrap;
}


@media only screen and (max-width: 767px) {
	span.nowrap-pc {
		text-wrap: wrap;
	}
}

