/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 06 2026 | 16:55:41 */
/* フッターボタン全体 */
.footer-buttons {
	margin: 4rem auto;
	text-align: center;
}

/* 行 */
.footer-buttons-row {
	display: flex;
	justify-content: center;
	gap: 1.5rem;
	margin-bottom: 1.5rem;
	flex-wrap: wrap;
}

/* 下段 */
.footer-buttons-row.single {
	margin-top: 0.5rem;
}

/* 共通ボタン */
.footer-btn {
	display: inline-block;
	min-width: 220px;
	padding: 1rem 2rem;
	border-radius: 10px;
	font-size: 1rem;
	text-decoration: none;
	text-align: center;
	transition: all 0.2s ease;
}

/* 上段ボタン */
.footer-btn-outline {
	background: #90ee90;
	border: 1px solid #2191a6;
	color: #333;
}

/* 下段ボタン */
.footer-btn-main {
	background: #2191a6;
	color: #fff;
}

/* hover */
.footer-btn:hover {
	opacity: 0.85;
}

/* スマホ対応 */
@media (max-width: 600px) {
	.footer-buttons-row {
		flex-direction: column;
	}
}
