@charset "utf-8";

:root {
  --cid-color: #7da504;
}

.section-header, .page-header {
	width: 100%;
}

.section-header img, .page-header img {
	display: block;
	height: auto;
	margin: 0 auto;
}

.section-header h2, .page-header h1 {
	text-align: center;
	font-weight: 400;
}

.page-header p {
	text-align: center;
	font-weight: 400;
}

.doc-agree {
	margin-top: 3vw;
}

.doc-checkbox-row {
	display: flex;
	gap: 3vw;
}

.doc-checkbox, .doc-input {
	border: solid medium var(--cid-color);
}

.doc-checkbox {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: var(--font-size);
}

.doc-input {
	width: 100%;
}

.doc-row {
	width: 100%;
}

.doc-row-column {
	float: right;
	width: 47%;
}

.doc-row-column:first-child {
	float: left;
}
