@charset "UTF-8";

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

#panf .thumb
{
	position: relative;
	width: fit-content;
	margin: 0 auto;
}
#panf .thumb::before
{
	z-index: 1;
	position: absolute;
	top: 0;	left: 0;

	content: "";
	display: block;
	width: 100%;	height: 100%;
	background: url('../image/common/pdf_cover.webp') no-repeat center/cover;

	pointer-events: none;
	opacity: 0;
}
#panf .thumb picture img
{
	display: block;
	max-width: calc(900 * var(--v));
	margin: 0 auto;
}
#panf p
{
	--fz:24;
	text-align: center;
}

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

#panf .thumb::before{	transition: var(--T03);	}
#panf .thumb:hover::before{	opacity: 1;	}

}

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

#jougai .jogai_info
{
	padding: 0.5em;

	--fz:18;
	font-weight: 600;
	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: 900;	}

#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:25;	}
#jougai .tableA th,
#jougai .tableA td
{	--fz:24;	}

}

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

#tv h3
{
	--fz: 30;
	font-weight: 700;
	text-align: center;
}
#tv .tableWrap{	margin: 0 auto calc(40 * var(--v));	}
#tv table
{
	width: 100%;
	table-layout: fixed;
}

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

}



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