@charset "utf-8";
.top-quiz-box{
	width: 900px;
	text-align: center;
	margin: 50px auto 100px;
	border: solid 2px #000;
	padding: 50px 0;
}

.quiz img{
	width: 360px;
	height: 90px;
	margin: 0 auto;
}

.day{
	text-align: center;
	font-size: 12px;
	line-height: 1;
	margin: 0 auto 10px;
}

.qa{
	font-family:'メイリオ', 'Meiryo', sans-serif;
	text-align: center;
	font-size: 120px;
	font-weight: 900;
	line-height: 1;
	color: #254888;
}

.qa-sub1{
	color: #254888;
	text-align: center;
	font-size: 36px;
	margin: 0 auto;
}

.question{
	text-align: center;
	font-size: 70px;
	font-weight: 900;
	line-height: 90px;
	margin: 0 auto 30px;
}

.icon_btnarea{
	margin: 0 auto 10px !important;
}


 @media screen and (max-width:749px) {
/*　画面サイズが749pxまではここを読み込む　*/
.top-quiz-box{
	width: 90%;
	text-align: center;
	margin: 50px auto 100px;
	border: solid 2px #000;
	padding: 50px 0;
}

.quiz img{
	width: 90%;
	height: auto;
	margin: 80px auto 0px;
}

.day{
	font-size: 14px;
}

.question{
	font-size: 45px;
	line-height: 75px;
}

.icon_btnarea{
	margin: 0 auto 10px !important;
}

.icon_btnarea, .icon_btn, .icon_btn a, .icon_btn a:hover{
	width: 300px;
}


}