.pg-faq {
	--fq-content-width: var(--lower-max-width);
	--fq-section-gap: clamp(2rem, 4.8vw, 3.6rem);
}

.pg-faq .ly-lower {
	padding: 0 0 var(--fq-section-gap);
	background: #ececec;
	overflow: hidden;
}






.fq-content {
	width: 100%;
	margin: 0;
}

/* Category Section */
.fq-category {
	width: var(--fq-content-width);
	margin: var(--fq-section-gap) auto 0;
}

.fq-category__title {
    margin: 0;
    display: inline-block;
   width: 100%;
    background: var(--color-base-red);
    color: #fff;
    font-family: var(--lower-font-corporate-bold);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    border-radius: clamp(0.9rem, 2.2vw, 1.4rem);
    padding: clamp(0.9rem, 2.4vw, 1.4rem) clamp(1.4rem, 3vw, 2.1rem);
    box-shadow: clamp(0.24rem, 0.8vw, 0.42rem) clamp(0.24rem, 0.8vw, 0.42rem) 0 #f2b328;
}

.fq-list {
	margin-top: clamp(1rem, 2.2vw, 1.6rem);
	display: grid;
	font-size: clamp(1.1rem, 2.1vw, 1.32rem);
	gap: clamp(0.85rem, 2vw, 1.3rem);
}

.fq-item {
	padding: clamp(0.9rem, 2.1vw, 1.45rem);
}

.fq-item__q {
	margin: 0;
	display: flex;
	align-items: flex-start;
	gap: clamp(0.52rem, 1vw, 0.72rem);
	font-size: clamp(1.18rem, 2.35vw, 1.5rem);
	font-weight: 700;
	line-height: 1.62;
}

.fq-item__a {
	margin-top: clamp(0.52rem, 1.2vw, 0.8rem);
	padding-top: clamp(0.5rem, 1.2vw, 0.7rem);
	border-top: 1px dashed rgba(31, 27, 26, 0.2);
}

.fq-item__a p {
	margin: 0;
	font-size: clamp(0.95rem, 1.75vw, 1.08rem);
	line-height: 1.85;
}

/* Highlight Text */
.fq-highlight {
	color: #ce1316;
	font-family: var(--lower-font-corporate-bold);
	font-weight: 700;
	padding: 0 clamp(0.1rem, 0.2vw, 0.15rem);
}

.fq-item__a p + p {
	margin-top: clamp(0.42rem, 1vw, 0.6rem);
}

.fq-item__a p:first-child {
	display: flex;
	align-items: flex-start;
	gap: clamp(0.52rem, 1vw, 0.72rem);
}

.fq-item__label {
	flex: none;
	display: inline-grid;
	place-items: center;
	width: clamp(1.55rem, 3vw, 1.9rem);
	aspect-ratio: 1;
	border-radius: 50%;
	font-size: clamp(0.8rem, 1.45vw, 0.96rem);
	font-weight: 700;
	line-height: 1;
}



.fq-item__a p:first-child .fq-item__label {
	background: #efbb43;
	color: #231815;
}

.fq-item__a p:first-child .fq-item__label--answer-icon {
	background: transparent;
	color: inherit;
	width: clamp(1.8rem, 3vw, 2.3rem);
	aspect-ratio: auto;
	border-radius: 0;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.fq-item__label--answer-icon img {
	width: 100%;
	height: auto;
	display: block;
}

.fq-page-top {
	position: fixed;
	right: clamp(0.6rem, 1.8vw, 1.4rem);
	bottom: clamp(0.6rem, 1.8vw, 1.4rem);
	width: clamp(3.6rem, 6.2vw, 5.2rem);
	line-height: 0;
	z-index: 60;
}

.fq-page-top img {
	width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 768px) {
	.pg-faq {
		--fq-content-width: min(100%, calc(100% - 1.6rem));
		--fq-section-gap: clamp(1.6rem, 5.8vw, 2.4rem);
	}




	.fq-item {
		padding: clamp(0.82rem, 3.4vw, 1.1rem);
	}

	.fq-item__q {
		font-size: clamp(0.96rem, 4vw, 1.15rem);
		line-height: 1.55;
	}

	.fq-item__a p {
		font-size: clamp(0.89rem, 3.65vw, 1rem);
		line-height: 1.75;
	}

	.fq-category__title {
		font-size: 1.5rem;
		padding: clamp(0.8rem, 3.5vw, 1.2rem) clamp(1rem, 4vw, 1.5rem);
		margin-bottom: clamp(1.2rem, 4vw, 1.8rem);
	}

	.fq-page-top {
		width: clamp(3.2rem, 16vw, 4.2rem);
		right: clamp(0.5rem, 2.6vw, 0.9rem);
		bottom: clamp(0.5rem, 2.6vw, 0.9rem);
	}
}
