/*----------
	energy-quiz-bnr
----------*/
.energy-quiz-bnr {
	position: relative;
	background-color: #FFF79B;
	border: solid 4px #FFFFFF;
	border-radius: 30px;
}
.energy-quiz-bnr::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	background-repeat: repeat;
	background-size: 480px auto;
	background-image: url(/kids/assets/img/common/bg_category1.png);
}
.energy-quiz-bnr::after {
	content: "";
	position: absolute;
	left: calc(50% - 53.5px);
	top: 0;
	display: block;
	width: 107px;
	height: 107px;
	background: url(/kids/assets/img/common/img_ene_b.svg) no-repeat 0 0/107px auto;
}
.energy-quiz-bnr__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 230px;
	padding-top: 90px;
}
.energy-quiz-bnr__inner::before {
	content: "";
	position: absolute;
	left: calc(50% - 144px);
	top: 15px;
	display: block;
	width: 107px;
	height: 107px;
	background: url(/kids/assets/img/common/img_chikara_e.svg) no-repeat 0 0/107px auto;
}
.energy-quiz-bnr__inner::after {
	content: "";
	position: absolute;
	left: calc(50% + 38px);
	top: 15px;
	display: block;
	width: 107px;
	height: 107px;
	background: url(/kids/assets/img/common/img_mirai_d.svg) no-repeat 0 0/107px auto;
}
.energy-quiz-bnr__q {
	display: block;
	width: 40px;
	height: 40px;
	margin-bottom: 7px;
	background-color: #FFFFFF;
	border-radius: 100%;
	font-size: 2.9rem;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
.energy-quiz-bnr__text1 {
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: var(--line-height-s);
}
.energy-quiz-bnr__text1::before {
	content: "";
	position: absolute;
	left: -13px;
	top: 2px;
	height: 22px;
	width: 2px;
	background-color: var(--color-prim);
	border-radius: 10px;
	transform: rotate(-23deg);
}
.energy-quiz-bnr__text1::after {
	content: "";
	position: absolute;
	right: -9px;
	top: 2px;
	height: 22px;
	width: 2px;
	background-color: var(--color-prim);
	border-radius: 10px;
	transform: rotate(23deg);
}
.energy-quiz-bnr__text2 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.45;
}
@media (min-width: 744px) {
	.energy-quiz-bnr::before {
		background-size: 600px auto;
	}
	.energy-quiz-bnr::after {
		left: calc(50% - 245px);
		top: 0;
		width: 167px;
		height: 167px;
		background-size: 167px auto;
		transform: rotate(-19deg);
	}
	.energy-quiz-bnr__inner {
		height: 190px;
		padding-top: 18px;
	}
	.energy-quiz-bnr__inner::before {
		left: calc(50% - 392px);
		top: 9px;
		width: 167px;
		height: 167px;
		background-size: 167px auto;
	}
	.energy-quiz-bnr__inner::after {
		left: calc(50% + 182px);
		top: 9px;
		width: 167px;
		height: 167px;
		background-size: 167px auto;
	}
	.energy-quiz-bnr__q {
		width: 50px;
		height: 50px;
		margin-bottom: 5px;
		font-size: 3.6rem;
		line-height: 50px;
	}
	.energy-quiz-bnr__text1 {
		font-size: 2.2rem;
	}
	.energy-quiz-bnr__text1::before {
		left: -14px;
		height: 27px;
	}
	.energy-quiz-bnr__text1::after {
		right: -10px;
		height: 27px;
	}
	.energy-quiz-bnr__text2 {
		font-size: 2.4rem;
	}
}
@media (max-width: 900px) and (min-width: 744px) {
	.energy-quiz-bnr::after {
		left: calc(50% - 224px);
	}
	.energy-quiz-bnr__inner::before {
		left: 0;
	}
	.energy-quiz-bnr__inner::after {
		left: auto;
		right: 0;
	}
}