.checkbox {
	width: 76vw;
	margin: auto;
	height: 14vw;
	padding-top: 2vw;
	padding-left: 9vw;
	text-align: left;
	box-sizing: border-box;
	font-size: 5vw;
	cursor: pointer;
	line-height: 1.2;
	position: absolute;
}

.checkbox span {
	display: inline-block;
	position: absolute;

	margin-left: -9vw;
	width: 5vw;
	height: 5vw;
	border: 0.8vw solid #103a5d;
	margin-right: 2vw;
}

.checkbox.checked {
	font-weight: bold;
}

.checkbox.checked span {
	background: #103a5d;
}
