/* アフターサポートページ */

.page-template-page-after-support #content.site-content {
	flex-direction: column;
}

/* ヒーロー背景 */
.after-support-hero {
	background-image: url('../img/after-support/hero.jpg');
	background-size: cover;
	background-position: center top;
}

/* ご相談無料バナー */
.after-support-free-banner {
	background: #fff;
	padding: 20px;
	text-align: center;
	border-bottom: 1px solid #f0ebe5;
}

.after-support-free-badge {
	display: inline-block;
	background: #4da487;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 32px;
	border-radius: 40px;
}

/* ============================================
   アイコングリッドセクション
   ============================================ */
.after-support-icons-section {
	background: #fff;
}

.after-support-icons-section .section-inner {
	padding-top: 48px;
	padding-bottom: 52px;
	text-align: center;
}

.after-support-icons-lead {
	font-size: 16px;
	font-weight: bold;
	color: #444;
	line-height: 1.8;
	margin: 0 0 36px;
}

.after-support-icons-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px 16px;
	max-width: 640px;
	margin: 0 auto;
}

.after-support-icon-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.after-support-icon-item img {
	width: 80px;
	height: 80px;
	object-fit: contain;
}

.after-support-icon-item span {
	font-size: 13px;
	color: #444;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.after-support-icon-item span small {
	font-size: 11px;
	display: block;
}

.after-support-icon-item--special {
	grid-column: span 2;
}

/* ============================================
   CTA前メッセージ吹き出し
   ============================================ */
.after-support-cta-message-wrap {
	background: #fff;
	padding: 56px 20px 0;
	text-align: center;
}

.after-support-cta-message {
	display: inline-block;
	position: relative;
	background: #c09a50;
	border-radius: 16px;
	padding: 28px 40px;
	max-width: 600px;
	width: 100%;
}

.after-support-cta-message::after {
	content: '';
	position: absolute;
	bottom: -22px;
	left: 50%;
	transform: translateX(-50%);
	border-width: 22px 18px 0;
	border-style: solid;
	border-color: #c09a50 transparent transparent;
}

.after-support-cta-message p {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 1.9;
	margin: 0;
	text-align: center;
}

/* ============================================
   featuresラップ
   ============================================ */
.after-support-features-wrap {
	background: #fef5f0;
}

/* ============================================
   レスポンシブ
   ============================================ */
@media screen and (max-width: 768px) {

	.after-support-icons-lead {
		font-size: 14px;
	}

	.after-support-icons-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 12px;
	}

	.after-support-icon-item img {
		width: 64px;
		height: 64px;
	}

	.after-support-icon-item--special {
		grid-column: span 2;
	}

	.after-support-cta-message {
		padding: 24px 24px;
	}

	.after-support-cta-message p {
		font-size: 15px;
	}
}
