#attention {
	color: red;
	font-weight: bold;
	margin-bottom: 1rem;
}

#attention .title {
	font-size: 1.77rem;
	margin-bottom: 0.5rem;
}

#attention ul {
	padding-left: 1rem;
}

#attention li {
	list-style: disc;
	font-size: 1.1rem;
}

.check {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 1.1rem;
}

#signup_complete_contents {
	width: 80%;
	margin: auto;
}

#user_id {
	margin: auto;
	text-align: center;
	font-size: 1.77rem;
	margin-bottom: 1rem;
}

#attention_complete {
	font-size: 1.55rem;
	margin-bottom: 1rem;
}

#detail {
	font-size: 1.1rem;
	margin-bottom: 1rem;
}

.password-note,
.phone-note,
.zip-note {
	font-size: 1.1rem;
	margin-bottom: 1rem;
	color: red;
}

.signup-note {
	margin-bottom: 1rem;
	font-size: 1.1rem;
	font-weight: normal;
	color: black;
}