.complete {
	margin: auto;
	font-size: 14px;
	width: 90vw;
	max-width: 1000px;
}
@media screen and (max-width: 1239px) {
	.complete {
		font-size: 12px;
	}
}
.complete__headeing {
	display: flex;
	align-items: center;
	padding: 35px 0 35px 0;
	font-size: 17px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.complete__headeing {
		padding: 35px 10px 35px 5px;
	}
}
.complete__headeing-image {
	display: inline-block;
	padding: 0 15px 0 0;
	max-width: 82px;
}
.complete__message-text {
	text-align: left;
	font-size: 15px;
}
.complete .caution__list {
	text-align: left;
	position: relative;
	padding: 0 0 8px 1em;
	font-size: 12px;
	padding-top: 5px;
}
.complete .caution__list::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 5px;
}
.complete__registration {
	display: flex;
	justify-content: center;
	margin: 26px 0 0;
	padding: 56px 0 0;
}
@media screen and (max-width: 768px) {
	.complete__registration {
		border-top: solid 1px #A7A7A7;
	}
}
.complete__button-wrap {
	display: flex;
	justify-content: space-evenly;
	width: 100%;
	max-width: 1000px;
}
@media screen and (max-width: 800px) {
	.complete__button-wrap  {
		display: flex;
		flex-direction: column;
		width: 350px;
	}
}
.complete__button {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #144492;
	width: 350px;
	height: 54px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border-radius: 6px;
	text-decoration: none;
	position: relative;
}
@media (hover: hover) and (pointer: fine) {
	.complete__button:hover {
		background: #0062d2;
	}
}
.complete__button--back {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #D9D9D9;
	width: 350px;
	height: 54px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	border-radius: 6px;
	text-decoration: none;
	position: relative;
}
@media screen and (max-width: 800px) {
	.complete__button--back {
		margin-top: 15px;
	}
}
@media (hover: hover) and (pointer: fine) {
	.complete__button--back :hover {
		background: #e1e1e1;
	}
}
.complete__registration-image {
	display: inline-block;
	max-width: 50px;
	padding: 0 20px 0 0;
}
.complete__registration-message {
	max-width: 355px;
	margin: 10px auto 10px;
	padding: 3px 2.5%;
	font-weight: bold;
	color: #E50113;
	font-size: 15px;
	border: solid 2px #E50113;
}
.complete__registration-annotation {
	font-weight: normal;
	font-size: 12px;
	letter-spacing: normal;
}
.complete__registration-heading {
	font-size: 18px;
	text-align: center;
}
.complete__table {
	width: 100%;
	border-collapse: collapse;
}
.complete__table tr:last-child .confirm__table-th,
.complete__table tr:last-child .confirm__table-td {
	border: none;
}
.complete__table-th {
	width: 10em;
	padding: 12px 0;
	text-align: left;
	border-bottom: 1px solid #D9D9D9;
}
.complete__table-td {
	padding: 12px 0;
	text-align: left;
	border-bottom: 1px solid #D9D9D9;
}
.complete__consent {
	display: inline-block;
	margin: 40px 0 0;
	cursor: pointer;
}
