<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/*
	================================================================================================
		tablet support guide index4
	================================================================================================
*/

/*
============================================================================
	button
============================================================================
*/
#contents .mq_show {
	display: none;
}

/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
/*
------------------------------
	button
------------------------------
*/
#contents .mq_hidden {
	display: none;
}

#contents .mq_show {
	display: table-cell;
}

}</pre></body></html>