/* ========== common Component ========== */
.section-bgColor {
	margin-top: 24px;
}
.section-bgColor-container {
	width: 100%;
}
.conversation-wrap {
	background-color: #C3DCFF;
}
.balloon-question h2 {
	color: var(--text-blue);
}
.term-icon img {
	transform: scale(0.9) translate(8px, -6px);
}
/* クイズ上のギザギザ分余白調整 */
.topic-section:last-of-type {
	padding-bottom: 64px;
}
/* SP styles */
@media screen and (width < 768px) {
	.topic-section:last-of-type {
		padding-bottom: 48px;
	}
}

/* ========== h3 共通 ========== */
.section-bgColor h3 {
	margin-bottom: 32px;
	display: block;
	text-align: center;
	line-height: 1.5;
}

/* ========== アレルギーの例 table ========== */
.table-item-wrapper {
	padding: 4px;
	border-radius: 20px;
	background-color: #4774B9;
	margin-bottom: 24px;
}
.table-item {
	border-collapse: collapse;
	width: 100%;
}
.table-item thead th {
	color: var(--bg-white);
	font-size: clamp(16px, calc(24 / 1000 * 100vw), 24px);
	line-height: 1.5;
	padding: 8px 12px;
	font-weight: 900;
}
.table-item tbody th {
	padding: 12px 16px;
	font-size: clamp(14px, calc(18 / 1000 * 100vw), 18px);
	line-height: 1.5;
	font-weight: 700;
	width: 19%;
	min-width: calc(6em + 32px);
	vertical-align: middle;
	background-color: #C3DCFF;
	color: var(--text-blue);
}
.table-item tbody th span {
	display: inline-block;
	color: var(--text-blue);
}
.table-item tbody td {
	background-color: var(--bg-white);
	padding: 12px 16px;
	vertical-align: middle;
	font-size: clamp(12px, calc(16 / 1000 * 100vw), 16px);
	line-height: 1.5;
}
.table-item:last-child  tr:last-child th {
	border-radius: 0 0 0 20px;
}
.table-item:last-child  tr:last-child td {
	border-radius: 0 0 20px 0;
}
/* table内の線 */
.table-item tbody tr + tr th {
	border-top: 2px solid var(--bg-white);
}
.table-item tbody tr + tr td {
	border-top: 2px solid #C3DCFF;
}
/* リストアイテム */
.list-item {
	position: relative;
	padding-left: 1em;
}
.list-item::before {
	position: absolute;
	content: "・";
	top: 0;
	left: 0;
}

/* ========== 怪獣吹き出し ========== */
/* 横スクロール防止 */
.bubble-areaWrap {
	overflow-x: hidden;
}
.bubble-container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;	
}
.bubble-character {
	position: absolute;	
}
.bubble-info {
	position: relative;
	background-color: var(--bg-white);
	border-radius: 80px;
	border: 8px solid #4774B9;
	padding: 48px;
}
.bubble-info-text {
	font-size: 18px;
}
.bubble-circle {
	position: absolute;
	z-index: 2;
}
@media screen and (width < 768px) {
	.bubble-info {
		border-radius: 40px;
		padding: 24px;
		border: 4px solid #4774B9;
	}
	.bubble-info-text {
		font-size: 12px;
		line-height: 1.5 !important;
	}
}
/* 怪獣右側用 */
.bubble-areaWrap:has(> .monster-right) {
	margin-top: 24px;
}
.bubble-container.monster-right{
	padding: 0 240px 0 180px;
}
.monster-right .bubble-character {
	right: -40px;
	bottom: 20%;
	transform: rotate(-20deg);
}
.monster-right .bubble-character img {
	width: 166px;	
}
.monster-right .bubble-circle {
	bottom: calc(50% - 20px);
	transform: translateY(50%);
	right: 145px;
}
.monster-right .bubble-circle img {
	width: 118px;
}
.monster-right .bubble-info-text {
	line-height: 32px;
}
/* 怪獣右側用 */
@media screen and (width < 768px) {
	.bubble-container.monster-right {
		padding: 0 120px 0 14px;
	}
	.monster-right .bubble-character {
		right: -15px;
		bottom: 10%;
	}
	.monster-right .bubble-character img {
		width: 100px;
	}
	.monster-right .bubble-circle {
		right: 80px;
		bottom: calc(50% - 10px);
	}
	.monster-right .bubble-circle img {
		width: 50px;
	}
}
/* 怪獣左側用 */
.bubble-areaWrap:has(> .monster-left) {
	margin-top: 64px;
}
.bubble-container.monster-left{
	padding: 0 40px 0 295px;
}
.monster-left .bubble-character {
	left: -40px;
	bottom: 25%;
	transform: rotate(15deg);
}
.monster-left .bubble-character img {
	width: 190px;	
}
.monster-left .bubble-circle {
	bottom: 50%;
	transform: translateY(50%);
	left: 170px;
}
.monster-left .bubble-circle img {
	width: 155px;
}
.monster-left .bubble-info-text {
	line-height: 28px;
}
/* 怪獣左側用 */
@media screen and (width < 768px) {
	.bubble-container.monster-left {
		padding: 0 14px 0 120px;
	}
	.monster-left .bubble-character {
		bottom: 60px;
		left: -15px;
	}
	.monster-left .bubble-character img {
		width: 100px;
	}
	.monster-left .bubble-circle {
		bottom: 190px;
		transform: translateY(0);
		left: 80px;
	}
	.monster-left .bubble-circle img {
		width: 50px;
	}
}

/* ========== 図画像コンテンツ ========== */
.figure-container {
	display: grid;
	gap: 32px;
}
.figure-container h3 {
	line-height: 1.25;
}
.title-sub {
	font-size: clamp(12px, calc(20 / 1000 * 100vw), 20px);
}
.figure-img {
	display: flex;
	justify-content: center;
}
.figure-img img {
	max-width: 500px;
}
