@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 style info : エラーページ
=================================================================== */
.con_misc {
	max-width: 1100px;
	margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_misc {
		width: 95%;
  }
}

.con_misc:after {
	content: "";
	display: table;
	clear: both;
}

/* Hover animation */
/* -----------------------------------------------------------
	misc
----------------------------------------------------------- */
.con_misc {
	text-align: center;
	margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_misc {
		margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_misc {
		margin-bottom: 60px;
  }
}
.con_misc h2 {
	color: #3387c5;
	font-size: 163%;
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_misc h2 {
		font-size: 113%;
		margin-bottom: 15px;
  }
}
.con_misc p a {
	color: #3387c5;
}
.con_misc p .txt_tel {
	font-size: 163%;
	color: #3387c5;
}

#misc_503 {
	padding: 50px 0;
	background: #fff;
}
#misc_503 .con_misc {
	width: 600px;
	margin: -150px 0px 0px -300px;
	left: 50%;
	top: 50%;
	position: absolute;
	padding: 10px;
	background: #f9f8f4;
	border: 4px solid #e4e3e3;
	padding: 40px;
}
@media only screen and (max-width: 767px) {
  #misc_503 .con_misc {
		width: 80%;
		position: static;
		margin: 0 auto;
		padding: 20px;
  }
}
#misc_503 .con_misc dl dd {
	margin-left: 0;
}
#misc_503 .con_misc dl dd.tel {
	margin-top: 20px;
}
#misc_503 .con_misc dl dd a {
	text-decoration: underline;
}
