/* ========== common Component ========== */
.section-bgColor {
	margin-top: 40px;
}
.conversation-wrap {
	background-color: #D4E3D4;
}
.balloon-question h2 {
	color: var(--text-green);
}
.section-bgColor {
	display: grid;
	gap: 24px;
}
.section-bgColor-container {
	display: grid;
	gap: 24px;
	width: 100%;
}
/* SP styles */
@media screen and (width < 768px) {
	.topic-section {
		margin-bottom: 48px;
	}
}
/* クイズ上部のギザギザ分 */
.topic-section:last-of-type .section-bgColor {
	padding-bottom: 131px;
}
/* SP styles */
@media screen and (width < 768px) {
	.topic-section:last-of-type .section-bgColor {
		padding-bottom: 78px;
	}
}
/* クイズキャラクター位置調整 */
.quiz-mainContent-head .character {
	top: clamp(-89px, calc(120 / 1200 * 100vw * -1), 0px);
}

/* ========== h3 共通 ========== */
.section-bgColor h3 {
	display: block;
	text-align: center;
	line-height: 1.5;
}

/* ========== 図画像コンテンツ ========== */
.figure-img {
	display: flex;
	justify-content: center;
}
.figure-img img {
	max-width: 500px;
}
