h2 {
	text-align: center;
	font-size: 24px;
	padding: 0.5em 0.75em;
	background-color: #286eb9;
	border-bottom: 1px solid #ccc;
	margin: 32px 0;
	color: #f5f5f5;
}

h3.ttl_3d {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	border: 3px solid #4c9ac0;
	padding: 0.5em 1em;
	position: relative;
	margin-bottom: 40px;
}

h3.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-bottom: 1px solid #cccccc;
	padding: 12px 8px;
	font-weight: bold;
}

.col-form-label2 {
	background-color: #faf3f0;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 1em 8px;
	font-weight: bold;
	margin-bottom: 0;
}

.col-form-label3 {
	background-color: #faf3f0;
	border-bottom: 1px solid #cccccc;
	padding: 12px 8px;
	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;
}

.indent {
	text-indent: -1.3em;
	padding-left: 1.3em;
}

.indent2 {
	text-indent: -16px;
	padding-left: 50px;
}

input[type=checkbox],
input[type=radio] {
	-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;
}

table.keikaku {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
}

table.keikaku th {
	padding: 4px;
	border: solid 1px #212529;
	background-color: #fff;
	width: 4em;
	text-align: center;
	font-weight: normal;
}

table.keikaku td {
	padding: 4px;
	border: solid 1px #212529;
	background-color: #fff;
}

td.confirm {
	text-align: left;
	padding: 4px 8px !important;
}

.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;
}

.icon-right {
	display: inline-block;
	margin-right: 14px;
	margin-left: 2px;
}

.gaiyou {
	margin-bottom: 1em;
}

.gaiyou:last-child {
	margin-bottom: 0;
}

.detail {
	margin-left: 2em;
}

.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;
}