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

 file name  : copy.css
 author     : Ability Consultant
 style info : エラーページ
=================================================================== */
.con_misc h3 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", serif;
}

.con_misc {
	max-width: 1260px;
	margin: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_misc {
		width: 90%;
	}
}

@media only screen and (max-width: 767px) {
	.con_misc {
		width: 94%;
	}
}

/* -----------------------------------------------------------
	.con_mainimg
----------------------------------------------------------- */
.con_mainimg {
	background-image: url(../misc/images/img_main.jpg);
}

/* -----------------------------------------------------------
	misc
----------------------------------------------------------- */
.con_misc {
	margin-bottom: 150px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.con_misc {
		margin-top: 2em;
		margin-bottom: 5em;
	}
}

.con_misc h3 {
	font-size: 158%;
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	.con_misc h3 {
		font-size: 129%;
	}
}

.con_misc p {
	line-height: 2;
}

@media only screen and (max-width: 767px) {
	.con_misc p {
		letter-spacing: 0;
		font-size: 93%;
	}
}

@media only screen and (min-width: 1261px) {
	.con_misc p .br_tab {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.con_misc p .br_tab {
		display: none;
	}
}

.con_misc p a {
	text-decoration: underline;
}
