/* ============================================================
 * faq.css（faq_section.html から外だし）
 * ============================================================ */

.faq-section .section-title {
	font-size: 36px;
}

.faq-section {
	padding: 92px 0 70px;
}

.faq-list {
	max-width: 860px;
	margin: 0 auto;
}

.faq-card {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	box-shadow: 0 8px 20px rgba(17, 24, 39, 0.06);
	margin-bottom: 16px;
	overflow: hidden;
}

.faq-card .btn {
	width: 100%;
	padding: 22px 24px;
	text-align: left;
	background: #ffffff;
	color: #111827;
	font-size: 18px;
	font-weight: 700;
	border: none;
	box-shadow: none !important;
	text-decoration: none !important;
}

.faq-card .btn:hover,
.faq-card .btn:focus {
	color: #111827;
	background: #ffffff;
}

.faq-question-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.faq-question-left {
	display: flex;
	align-items: center;
	min-width: 0;
}

.faq-q-icon {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #dbeafe;
	color: #2563eb;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 800;
	margin-right: 14px;
	flex: 0 0 28px;
}

.faq-question-text {
	line-height: 1.6;
	word-break: break-word;
}

.faq-chevron {
	color: #9ca3af;
	font-size: 14px;
	margin-left: 12px;
	flex: 0 0 auto;
}

.faq-answer {
	padding: 0 24px 22px 66px;
	font-size: 16px;
	line-height: 1.8;
	color: #6b7280;
	background: #ffffff;
}

.contact-cta-section {
	padding: 0 0 90px;
}

.contact-cta-box {
	background: #2563eb;
	border-radius: 18px;
	padding: 40px 24px 28px;
	box-shadow: 0 14px 30px rgba(37, 99, 235, 0.22);
	color: #ffffff;
	text-align: center;
	max-width: 860px;
	margin: 0 auto;
}

.contact-cta-title {
	font-size: 30px;
	font-weight: 800;
	color: #ffffff;
	margin-bottom: 14px;
}

.contact-cta-text {
	font-size: 18px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 28px;
}

.contact-cta-card {
	background: #ffffff;
	border-radius: 14px;
	padding: 22px 18px;
	height: 100%;
	text-align: center;
}

.contact-cta-label {
	font-size: 14px;
	font-weight: 700;
	color: #4b5563;
	margin-bottom: 10px;
}

.contact-cta-label i {
	margin-right: 8px;
}

.contact-cta-value {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 8px;
}

.contact-cta-value a {
	text-decoration: none;
}

.contact-cta-value.phone a,
.contact-cta-label.phone i {
	color: #2563eb;
}

.contact-cta-value.mail a,
.contact-cta-label.mail i {
	color: #2563eb;
}

.contact-cta-value.line a,
.contact-cta-label.line i {
	color: #16a34a;
}

.contact-cta-sub {
	font-size: 14px;
	color: #6b7280;
}

@media (max-width: 991.98px) {
	.contact-cta-title {
		font-size: 26px;
	}
}

@media (max-width: 767.98px) {
	.faq-section {
		padding: 70px 0 50px;
	}

	.faq-card .btn {
		padding: 18px 18px;
		font-size: 16px;
	}

	.faq-answer {
		padding: 0 18px 18px 18px;
	}

	.contact-cta-box {
		padding: 28px 18px 20px;
	}

	.contact-cta-title {
		font-size: 24px;
	}

	.contact-cta-text {
		font-size: 16px;
	}
}
