@charset "utf-8";
.main_bg{
    position: relative;
    margin: 0 auto;
    width: 100%;
}
#dominquiz{
    position: relative;
    background: url("../images/main_sp.jpg?2510031712") no-repeat top center;
    width: 100%;
    height: 100%;
    padding-top: 682.03%;
    /* margin: 0 auto; */
    font-size:14px;
    font-family: "Noto Sans JP", sans-serif;
    line-height:1.5;
    background-size: cover;
}

#dominquiz .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
    position:absolute;
}
#dominquiz .btn{
	/* margin: 0 auto; */
	width: 100%;
	position: absolute;
	bottom: 1%;
	text-align: center;
}
#dominquiz a.mintelelink{
	display: block;
	background-color: #9ab900;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	width: 90%;
	margin: 0 auto;
	padding: 10px;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
}
#dominquiz a.mintelelink:hover{
	transition: 0.3s;
	opacity: 0.8;
}
/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}