@charset "utf-8";
/* ===================================================================
CSS information
 file name  :misc.css
 author     :Ability Consultant
 style info  :エラーページ設定
=================================================================== */
#misc #title span {
	padding-left: 1em;
}
@media screen and (max-width: 640px) {
  #misc #title h2 {
	font-size: 200% !important;
  }
  #misc #title span {
	display: block;
	padding-left: 0;
  }
}

/* -----------------------------------------------------------
	.con_dami INTRO
----------------------------------------------------------- */
#misc .con_misc {
	padding: 40px 10px;
	width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #misc .con_misc {
	width: 100%;
  }
}
