@charset "utf-8";

body {
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
	line-height: 1.4;
	word-spacing:1.1pt;
	letter-spacing:0.2pt;
	color: #000;
	background: none;
	font-size: 12pt;
	zoom: 66%;
}


/*--top--*/
/*メインビジュアル*/
#visual {
	margin: 0 auto 1em;
	overflow: hidden;
}


body .wp-block-columns {
	flex-wrap: nowrap !important;
}
body{
	min-width:0 !important;
}
#header {
	min-width: 0 !important;
}


/*ページを分ける*/
.break {
   page-break-before: always;
   height:0;
   overflow:hidden;
}