<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* そのページだけ非表示にしたい場合の処理 */

  /*=========================
フッターフローティングバナー非表示
=========================*/

.challengeunder {
	display:none !important;
}
/* なぜかqualifyで表示が消えるので強制的に表示 */



@media print, screen and (min-width: 841px) {
  /*=========================
=========================*/

	.qualify .challengeunder.pctl {
		display:block !important;
	}

}


@media screen and (max-width: 840px) {
  /*=========================
=========================*/

	.qualify .challengeunder.tlsp {
		display:block !important;
	}


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