@charset "UTF-8";

sup {
	vertical-align: text-top;
	font-size: 10px;
}

@media screen and (min-width: 768px) {
	.text-xl {
		font-size: 18px;
	}

	.text-l {
		font-size: 16px;
	}

	.text-m {
		font-size: 15px;
	}

	.text {
		font-size: 14px;
	}

	.text-s {
		font-size: 12px;
	}

	.sp {
		display: none;
	}

}

@media screen and (max-width: 768px) {
	.text-xl {
		font-size: 16px;
	}

	.text-l {
		font-size: 14px;
	}

	.text-m {
		font-size: 13px;
	}

	.text {
		font-size: 12px;
	}

	.text-s {
		font-size: 10px;
	}

	.pc {
		display: none;
	}
}