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

#contact_contents .form_item {
	width: 100%;
	margin: auto;
	margin-bottom: 1rem;
}

#contact_contents .form_item.half {
	width: 50%;
}

#contact_contents textarea {
	width: 100%;
	height: 12rem;
	border: 1px solid black;
	border-radius: 0.5rem;
	padding: 0.4rem 0.75rem;
	line-height: 1.5;
}

#contact_contents textarea::placeholder {
	font-size: 1.33rem;
	text-align: left;
}


#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;
}

.submit {
	width: 40%;
	margin: 0.5rem auto;
	padding: 0.25rem;
	text-align: center;
	font-weight: bold;
	color: white;
	background-color: rgba(42, 137, 219, 1);
	border-radius: 0.5rem;
}

#contact_complete_contents {
	width: 80%;
	margin: 0 auto 1rem;
	font-size: 0.625rem;
}

@media screen and (max-width: 420px) {
	#contact_contents {
		width: 90%;
	}
}