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

/*
 * ==============================================
 * ■印刷用
 * ==============================================
 */
@page {
	margin: 5.7mm 3.7mm;
	padding:0;
}
@media print, screen and (min-width: 768px) {
  .sp{  display: none;   }
  .pc{  display: none; }
  .tab{ display: inline; }
  .pc.tab{ display: inline;   }

  .sp_only{  display: none!important;   }
  .pc_only{  display: none!important; }
  .tab_only{ display: inline;   }

  p.tab{  display: inline-block;  }
  p.pc.tab{ display: inline-block;  }


  header {  display: none; }
  footer {  display: none; }

  header .sp{  display: none; }
  footer .sp{  display: none!important }

  header .tab{  display: none; }
  footer .tab{  display: none; }

  header .pc.tab{  display: none; }
  footer .pc.tab{  display: none; }

  main section#sns {  display: none!important }

	html,body{
		margin:0 !important;
		padding:0 !important;
		zoom: 0.75 !important;
		width:100% !important;
		_width:800px !important;
		max-width:100% !important;
	}
	body div.cont_wrap {
		width:1024px !important;
	}
	body div.cont_wrap {
		width:1024px !important;
	}
	body #wrapper {
		display: table !important;
	}


}

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