.contact-form {
	max-width: 360px;
	font-size: 13px;
	line-height: 1.4;
	color: #000;
	padding-top: 60px;
}

.contact-form label {
	display: block;
	margin-bottom: 16px;
	color: #000;
}

.contact-form input,
.contact-form textarea {
	display: flex;
	justify-content: center;
	width: 100%;
	min-width: 360px;
	font-size: 14px;
	font-family: inherit;
	line-height: 1.5;
	border: 1px solid #000;
	border-radius: 2px;
	padding: 8px;
	margin-bottom: 20px;
	background-color: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus {
	border-color: #4f4fd4;
	outline: none;
}

.btn-submit {
	display: inline-block;
	appearance: none;
	border: none;
	cursor: pointer;

	font-family: "MS UI Gothic", "Noto Sans JP", sans-serif;
	font-size: 13px;
	line-height: 1;

	color: #0000ff;
	background-color: #fff;
	outline: 1px solid #0000ff;
	border-radius: 0;

	text-align: center;
	padding: 8px 24px;
	margin-top: 8px;

}

.btn-submit:hover {
	color: #fff;
	background-color: #0000ff;
}

.form-error {
	font-size:12px;
	color:#c00;
	margin-top:-12px;
	margin-bottom:12px;
}

.form-success {
	font-size:13px;
	color:#006400;
	margin-top:20px;
}

@media (max-width: 768px) {
	.contact-form {
		margin: auto;
	}
}
