@charset "utf-8";

:root {
	--cl-black: #101010;
	--cl-red: #cf0b1e;
	--cl-gray: #969696;
	--cl-gold: #eec036;
	--fontsize14px: 0.9rem;
	--fontsize16px: 1rem;
	--fontsize18px: 1.15rem;
	--fontsize21px: 1.4rem;
	--fontsize24px: 1.5rem;
	--contactWidth: 640px;
}

#page-contact {
	background-color: #fff;
	padding-bottom: 100px;
}

#page-contact .page-header {
	width: 100%;
	height: 150px;
	background-image: url(../img/contact/head_contact.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#page-contact section#contact-form {
	max-width: var(--contactWidth);
	margin: 100px auto 0 auto;
	padding: 0 20px;
}

#page-contact section#contact-form p {
	color: #000;
}
section#contact-form dt,
section#contact-form dd {
	padding: 0.5rem;
}
section#contact-form dd {
	border-bottom: 1px solid var(--cl-gray);
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

section#contact-form input {
	border: 1px solid #ddd;
	padding: 0.6rem;
	border-radius: 5px;
	cursor: text;
	width: 100%;
	background-color: #f0f0f0;
}
section#contact-form textarea {
	border: 1px solid #ddd;
	padding: 0.6rem;
	border-radius: 5px;
	cursor: text;
	width: 100%;
	background-color: #f0f0f0;
}

.contact-cau {
	color: var(--cl-red);
	font-size: var(--fontsize14px);
	border: 1px solid var(--cl-red);
	margin-left: 1rem;
	padding: 0 0.4rem 0.1rem 0.4rem;
	border-radius: 5px;
}

section#contact-form input.form-input-short {
	width: 12rem;
}
section#contact-form input.form-input-submit {
	text-align: center;
	background-color: var(--cl-red);
	color: #fff;
	font-weight: bold;
	border: none;
	cursor: pointer;
}
section#contact-form input.form-input-cancel {
	text-align: center;
	cursor: pointer;
}
.form-submit-erea input {
	margin: 5px auto;
}
.mr-10 {
	margin-right: 10px;
}
/*-------------------------------------------
 PC
-------------------------------------------*/
@media print, screen and (min-width: 1024px) {
}

/*--------
 A
----------*/
