@charset "utf-8";
/* CSS Document */

#sfj_test .m-box[data-type="narrow"] {
  margin-top: 20px;
}
#sfj_test .m-box[data-type="narrow"] .m-box-inner {
  padding: 13px 10px 0;
}
#sfj_test label {
  margin-bottom: 13px;
  display: inline-block;
  margin-right: 15px;
}
.quiz-title {
	font-size:3.5rem;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
.leattext {
	display: flex;
	justify-content: center;
}
.leattext img {
	max-width: 100px;
}
@media screen and (max-width: 767px) {
	.leattext {
		flex-direction: column;
		text-align:center;
	}
	.leattext img {
		max-width: 50px;
	}
}
/*.text_img{
	width: 2.5%;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.text_img{
		width: 5%;
		vertical-align: middle;
	}
}*/