@charset "UTF-8";


/* ================================================================================
event
================================================================================ */
@media print, screen
{

#event .button
{
	width: calc(452 * var(--v));	aspect-ratio: 452/72;
	margin: 0 auto;
}

}
@media screen and (min-width: 768px)
{

}
@media screen and (max-width: 767px)
{

#event .button{	width: 90%;	}

}


/* ================================================================================
jougai
================================================================================ */
@media print, screen
{

#jougai .ancs
{
	display: flex;	flex-direction: column;
	gap: calc(40 * var(--v));
}
#jougai .jogai_info
{
	--fz:20;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
}
#jougai table
{
	width: 100%;
	table-layout: fixed;
	margin: 0 auto;
}

#jougai th,
#jougai th span,
#jougai td:nth-child(1)
{	font-weight: 600;	}

#jougai th:nth-child(1),
#jougai td:nth-child(1)
{	width: calc(200 * var(--v));	}

#jougai .notes
{
	display: flex;	flex-wrap: wrap;	justify-content: center;
	gap: calc(10 * var(--v)) calc(20 * var(--u));
	margin: 0 auto;
}
#jougai .notes li{	line-height: 1.5;	}

}
@media screen and (max-width: 767px)
{

#jougai .jogai_info{	--fz:24;	}
#jougai .tableA th, #jougai .tableA td{	--fz:24;	}

}


/* ================================================================================
tv
================================================================================ */
@media print, screen
{

#tv h3
{
	--fz:32;
	color: var(--Ctheme2);
	font-weight: 600;
	text-align: center;
}


#tv .tableWrap{	margin: 0 auto calc(40 * var(--v));	}
#tv table
{
	width: 100%;
	table-layout: fixed;
}
#tv th, #tv td
{	border: 1px solid var(--Ctheme2);	}

}
@media screen and (max-width: 767px)
{


}



/* ======================================== end ======================================== */
