@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document contact > header
--------------------------------------------------------- */

#h_header .container {
	position: relative;
}

/* ---------------------------------------------------------
	CSS Document contact > common
--------------------------------------------------------- */

#contact {
	margin-top: 20px;
}

#contact .nth1 {
	margin-bottom: 30px;
	text-align: left;
}

#contact .em ,
#contact em {
	color: #e65644;
}

#contact p {
	margin: 15px;
}

/* ---------------------------------------------------------
	CSS Document business > title
--------------------------------------------------------- */

#title {
	margin: 0 15px 40px;
	text-align: left;
}

#title h2 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.2;
	color: #2f2b29;
	position: relative;
}

#title h2 span {
	display: block;
	font-family: Arial;
	font-size: 32px;
}

#title h2:after {
	content: '';
	width: 120px;
	height: 2px;
	margin-left: -60px;
	background: #2f2b29;
	position: absolute;
	bottom: 0;
	left: 50%;
}

/* ---------------------------------------------------------
	CSS Document contact > table
--------------------------------------------------------- */

#contact .table {
	margin-bottom: 30px;
	text-align: left;
}

#contact .table dt {
	padding: 8px 15px 6px;
	background: #f4f2f2;
	line-height: 17px;
}

#contact .table dt em {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	width: 30px;
	height: 16px;
	background: #e65644;
	text-align: center;
	font-size: 12px;
	line-height: 17px;
	color: #fff;
}

#contact .table dd {
	margin: 10px 15px 15px;
}

#contact .table dd p {
	margin: 0 0 10px;
}

/* ---------------------------------------------------------
	CSS Document contact > width
--------------------------------------------------------- */

#contact .w280,
#contact .w400,
#contact .w100 {
	width: 100%;
}

/* ---------------------------------------------------------
	CSS Document contact > form
--------------------------------------------------------- */

input[type='email'], input[type='tel'], input[type='text'], textarea , select {
	max-width: 100%;
	padding: 6px 5px 2px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: solid 1px #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: rgba(204, 204, 204, 0.20) 2px 2px 1px 0px inset;
	-webkit-box-shadow: rgba(204, 204, 204, 0.20) 2px 2px 1px 0px inset;
	-moz-box-shadow: rgba(204, 204, 204, 0.20) 2px 2px 1px 0px inset;
	background: #fff;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	font-size: 16px;
}

#form select {
	width: 18%;
	padding: 5px 5px 3px;
}

#form select[name='subject_s'] {
	width: 100%;
}

#form textarea {
	width: 99%;
	margin-top: 5px;
}

input.error,
select.error {
	background: #fff4f5;
}

#form input[type='submit'] {
	vertical-align: top;
	width: 200px;
	height: 50px;
	padding: 0;
	border: 0;
	border: solid 3px #35c5ac;
	background: #fff;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	text-align: center;
	font-size: 20px;
	line-height: 44px;
	color: #009a7f;
	cursor: pointer;
}

#form input[type='submit'].submit {
	width: 130px;
	margin-left: 10px;
}

#form input[type='submit']:hover {
	background: #35c5ac;
	color: #fff;
}

#form a.back {
	display: inline-block;
	vertical-align: top;
	width: 130px;
	height: 50px;
	overflow: hidden;
	border: solid 3px #a49795;
	background: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	line-height: 44px;
	color: #493e3b;
}

#form a.back:hover {
	background: #a49795;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document contact > privacy
--------------------------------------------------------- */

#privacy {
	margin: 0 15px 10px;
	padding: 10px;
	border: solid 1px #929292;
	text-align: left;
	font-size: 11px;
	line-height: 18px;
}

#privacy p {
	margin: 0 0 15px;
}

#privacy p:last-child {
	margin: 0;
}
