html {
	font-size: 62.5%;
}

body {
	margin: 0;
	padding: 0;
}

.Enqcp__statusHeader {
	position: relative;
	color: white;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	background-color: #FF3399;
	padding: 20px 0;
	box-sizing: border-box;
	margin-top: 16px;
}

.Enqcp__status {
	position: relative;
	width: 90%;
	height: 250px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
}

.Enqcp__statusType {
	position: relative;
	width: calc(400px / 3);
	height: auto;
}

.Enqcp__statusTitle {
	position: relative;
	font-size: 2rem;
	font-weight: bold;
	white-space: nowrap;
	display: flex;
	justify-content: center;
	margin-bottom: 16px;
}

.Enqcp__statusResult {
	position: relative;
	width: calc(400px / 3);
	height: calc(400px / 3);
	border: 6px #1EA6FF dashed;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.Enqcp__statusResultInline {
	width: 88%;
	height: 88%;
	color: white;
	font-size: 4rem;
	font-weight: bold;
	background-color: #1EA6FF;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.Enqcp__statusResult--crimson {
	color: crimson;
	border-color: crimson;	
}

.Enqcp__statusResult--crimson .Enqcp__statusResultInline {
	background-color: crimson;
}

.Enqcp__statusType:last-child .Enqcp__statusResultInline {
	font-size: 2.4rem;
}

.Enqcp__statusSubInformation {
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 24px;
}

.Enqcp__campaignExplainBanner {
	width: 100%;
}

.Enqcp__campaignExplain {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	padding: 0 8px;
	box-sizing: border-box;
	margin-top: 16px;
	margin-bottom: 48px;
}

.Enqcp__campaignExplain a {
	color: #424242 !important;
	text-decoration: none;
}

.Enqcp__campaignExplain ul {
	padding: 0 40px;
	box-sizing: border-box;
	margin: 8px 0;
}

.Enqcp__campaignExplain ul li {
	list-style-type: disc;
	margin: 5px 0;
}

.Enqcp__campaignExplain table {
	width: 100% !important;
}


.Enqcp__campaignExplain table th {
	color: white;
	background-color: #1EA6FF;
}

.Enqcp__campaignExplain table th,
.Enqcp__campaignExplain table td {
	padding: 4px;
	text-align: center;
	border-width: 2px !important;
	border-collapse: collapse;
	margin: 0;
}

.Enqcp__campaignExplainColor--gray {
	font-size: 1.4rem;
	line-height: 1.6;
	background-color: #F5F5F5;
	padding: 24px 16px;
	box-sizing: border-box;
}
