@charset "UTF-8";
/* ############################################
	結果ページCSS
############################################ */

/* ---------------------------------
	終了メッセージ表示
--------------------------------- */

.header__close {
	background: #e52738;
	padding: 0.5em 0.8em;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 38px;
	line-height: 1.3;
	margin-top: 1em;
}

@media screen and (max-width:750px) {
	.header__close {
		font-size: 28px;
		font-size: 5.4vw;
	}
}

@media screen and (max-width:576px) {
	.header__close {
		font-size: 16px;
		font-size: 5.4vw;
	}
}

/* ---------------------------------
	終了フォーム
--------------------------------- */

#form {
	margin-top: 0;
	padding-top: 0;
}

/* ---------------------------------
	アカウント表示
--------------------------------- */

.result {
	margin: 10% 0;
}

.result__head {
	font-size: 3.8rem;
	font-weight: bold;
	line-height: 1.2;
	padding: 0.5em;
	text-align: center;
	/* border-width: 8px; */
	border-width: 0.25em;
	border-style: solid;
	border-color: #e20111;
	background: #fdee25;
	color: #e20111;
	margin-bottom: 0.5em;
}

.result__body {
	font-size: 2.4rem;
	color: #e20111;
	text-align: center;
	font-weight: bold;
}


@media screen and (max-width: 750px) {
	.result__head {
		font-size: 5.2vw;
	}
	.result__body {
		font-size: 4.4vw;
	}
}