@charset "UTF-8";
.ticket {}
.ticket_title {}
@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {}
@media screen and (max-width:767px) {}
.m-boxLink_text_noIcon {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	padding-top: 10px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.m-boxLink_text_noIcon {
		font-size: inherit;
	}
}
