@charset "UTF-8";
/* CONTACT US */

#contact {
	width: 100%;
	margin: 0;
	padding: 3em 0;
}
#form_wrap,
#mail_result {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
}


/* FORM
--------------------------*/
#contact table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}

#contact tr {
	border-top: 1px #ccc solid;
}
#contact th {
	width: 30%;
	padding: 1em;
	font-weight: normal;
}
#contact td {
	width: auto;
	padding: 1em 2em;
}
#contact caption {
	width: 100%;
	padding: 1em 0;
	font-size: 1.1em;
	text-align: center;
}
#contact [type="text"],
#contact [type="email"],
#contact [type="tel"],
#contact select,
#contact textarea {
	border: 1px #ccc solid;
	background: #fff;
	padding: .5em;
}
#contact [type="text"],
#contact [type="email"],
#contact [type="tel"],
#contact textarea {
	width: 100%;
}
#contact textarea {
	min-height: 10em;
}
#contact label {
	white-space: nowrap;
	line-height: 2em;
	margin: 0 1em 0 0;
}
#contact [type="submit"] {
	width: 100%;
	max-width: 300px;
	margin: 1em auto;
	padding: 1em;
	background: rgba(69,70,73,1);
	border: 2px rgba(69,70,73,1) solid;
	font-size: 1.1em;
	color: #fff;
	letter-spacing: 0.1em;
	-webkit-transition: background 0.3s ease-out 0s;
	transition: background 0.3s ease-out 0s;
	cursor: pointer;
}
#contact [type="submit"]:hover {
	background: rgba(69,70,73,.7);
}
:placeholder-shown {
	font-style: italic;
}
::-webkit-input-placeholder {
	font-style: italic;
}
:-moz-placeholder {
	font-style: italic;
}
::-moz-placeholder {
    font-style: italic;
}
:-ms-input-placeholder {
    font-style: italic;
}
.txt_c {
	text-align: center;
}
.cmnt {
	display: inline-block;
	margin: 0 5px;
	padding: 3px 4px;
	background: #b32233;
	color: #fff;
	font-size: 0.85em;
	line-height: 1em;
}
.alerts {
	color: #c60b18;
}
.center {
	text-align: center;
}



/* 834px以下 --------------------------------
------------------------------------------*/
@media only screen and (max-width: 834px) {

/* FORM */
#contact [type="submit"] {
	margin: 1em auto;
}

#contact h2 {
	min-height: 80px;
	background: url("../images/bar_down.png") top center repeat-x;
	background-size: 32px 80px;
}
#contact h2 img {
	max-width: 600px;
}


}
/* 480px以下 --------------------------------
------------------------------------------*/
@media only screen and (max-width: 480px) {

#contact h2 {
	min-height: 60px;
	background: url("../images/bar_down.png") top center repeat-x;
	background-size: 24px 60px;
}


#contact h3 {
	font-size: 1.6em;
}


/* FORM */
#contact caption {
	display: block;
	width: 100%;
	font-size: 1.1em;
}
#contact th {
	width: 100%;
	display: block;
	padding: 1.5em 1em 1em;
	font-weight: bold;
}
#contact th:before {
	content: '■';
}
#contact td {
	display: block;
	width: 100%;
	padding: 0 1em 1.5em;
}
#privacy_wrap {
	padding: 1.5em 1em !important;
}
/* PRIVACY POLICY
--------------------------*/
#privacy {
	padding: .5em;
	height: 280px;
	overflow: auto;
}








}
