h2.ttl_3d {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	border: 3px solid #4c9ac0;
	padding: 0.5em 1em;
	position: relative;
	margin-top: 20px;
	margin-bottom: 40px;
}

h2.ttl_3d::after {
	content: '';
	background-color: #e1eef5;
	width: calc(100% + 3px);
	height: calc(100% + 3px);
	position: absolute;
	top: -7px;
	left: 4px;
	z-index: -1;
}

.comment {
	margin-bottom: 20px;
}

.form-group {
	margin-bottom: 0;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.col-form-label {
	background-color: #f5e8e1;
	border-right: 1px solid #cccccc;
	padding: 20px 12px 12px 12px;
	font-weight: bold;
}

.padding-t {
	padding-top: 1em;
}

.padding-b {
	padding-bottom: 1em;
}

.border-b {
	border-bottom: 1px solid #cccccc;
}

.col-form {
	padding-top: 16px;
	padding-bottom: 16px;
	border: 1px solid #cccccc;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 42px;
	margin-bottom: 0.5em;
}

input[type=checkbox] {
	-ms-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
}

table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
}

table th {
	padding: 4px;
	background: #e7e9ec;
	border: solid 1px #212529;
}

table td {
	padding: 4px;
	border: solid 1px #212529;
	background-color: #fff;
}

.next {
	text-align: center;
	margin: 40px 0;
}

.alert {
	margin-bottom: 0;
}

.timeline {
	display: flex;
	justify-content: center;
	list-style-type: none;
	padding: 0;
	margin-bottom: 36px;
}

.timeline li {
	display: flex;
	flex: 1 1;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 1;
	color: #969da3;
	font-size: .8em;
}

.timeline li.prev,
.timeline li.current {
	color: #286eb9;
}

.timeline li::before {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-bottom: 6px;
	content: '';
	border: 2px solid #d6dde3;
	border-radius: 50%;
	background-color: #fff;
}

.timeline li.prev::before,
.timeline li.current::before {
	border-color: #286eb9;
}

.timeline li:not(:last-child)::after {
	position: absolute;
	top: 6px;
	left: 50%;
	z-index: -1;
	width: 100%;
	height: 2px;
	background-color: #d6dde3;
	content: '';
}

.timeline li.current::before,
.timeline li.prev::after {
	background-color: #286eb9;
}

#error_message {
	margin-bottom: 1em;
}

.alert-warning {
	padding: 0;
	border-radius: 0;
}

.icon-left {
	display: inline-block;
	margin-right: -5px;
}

.fa-check-square {
	color: #666666;
}

.success,
.error {
	padding: 40px 0;
	text-align: center;
}

.success_title,
.error_title {
	font-size: 24px;
	font-weight: bold;
}

.success_text,
.error_text {
	line-height: 2;
	margin-bottom: 20px;
}