@charset "UTF-8";

/* メインのアクションボタン */
.btn-custom-gray {
	background-color: var(--gcolor-gray);
	color: var(--text-dark);
	font-weight: bold;
	padding: 20px;
	font-size: 1.2rem;
	border-radius: 0;
	border: none;
}

.btn-custom-gray:hover,
.btn-custom-gray:active,
.btn-custom-gray:focus {
	background-color: #C0C5CA !important;
}

.btn-custom-orange {
	background-color: var(--gcolor-orange);
	color: white;
	font-weight: bold;
	padding: 20px;
	font-size: 1.2rem;
	border-radius: 0;
	border: none;
}

.btn-custom-orange:hover,
.btn-custom-orange:active,
.btn-custom-orange:focus {
	background-color: #E14B0B !important;
	color: white !important;
}

.section-title {
	font-size: 1.1rem;
	font-weight: bold;
	border-left: 4px solid var(--gcolor-orange, #c8602a);
	padding-left: 10px;
}

/* 下部のテキストリンク集 */
.info-link {
	color: var(--text-dark);
	text-decoration: underline;
	font-weight: bold;
	font-size: 0.95rem;
}

.info-link::after {
	content: " ↗";
	font-size: 0.8rem;
	display: inline-block;
	margin-left: 3px;
}
