/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 06 2025 | 05:16:39 */
.ticket-section {
	position: relative;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}
.ticket-container {
    display: flex;         
    gap: 36px;          
    flex-wrap: wrap;     
    justify-content: left; 
}
.ticket-card {
	text-align: left;
	font-family: "Noto Sans JP", sans-serif;
	margin: 0;
	margin-top:5px;
}
.ticket-card h1 {
	font-weight: 600;
	font-size: 20px;
	line-height: 0;
	font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
    .ticket-card h1 {
        font-size: 16px;
    }
}