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

/* ---------------------------------------------------
 404
------------------------------------------------------ */
#error #main_img {
	background: url(../../404/img/main_img.jpg) no-repeat center/cover;
}
#error #sec1 p {
	text-align: center;
	margin-bottom: 100px;
}
#error #sec1 a {
	display: block;
	border: 1px #000000 solid;
	height: 47px;
	line-height: 45px;
	text-align: center;
	margin: 0 auto;
	max-width: 400px;
}
#error #sec1 a span {
	display: inline-block;
	position: relative;
}
#error #sec1 a span:after {
	content: '';
	position: absolute;
	width: 12px;
	height: 9px;
	right: -30px;
	top: 50%;
	margin-top: -4.5px;
	background: url(../img/icon_arrow_black.png) no-repeat center/contain;
}
#error #sec1 a:hover {
	opacity: 0.75;
	text-decoration: none;
}

@media screen and (max-width: 600px) {
	#error #main_img {
		background: url(../../404/img/main_img.jpg) no-repeat center/cover;
	}
	#error #sec1 p {
		text-align: left;
		margin-bottom: 50px;
	}
}

/* ---------------------------------------------------
 qa・voice
------------------------------------------------------ */
#qa #main_img, #voice #main_img {
	background: url(../../qa/img/main_img.jpg) no-repeat center/cover;
}
#qa #sec1 iframe, #voice #sec1 iframe {
	width: 100%;
	max-width: 1000px;
	margin: 100px auto 0;
	display: block;
	height: 650px;
}

/* @media screen and (max-width: 600px) {
	#qa #main_img {
		background-position: left 30% center;
	}
	#qa #sec1 iframe {
		height: 300px;
		margin-top: 50px;
	}
} */
