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

/* ---------------------------------------------------------
	CSS Document contact
--------------------------------------------------------- */

#contact {
	margin: 20px 15px 0;
	padding: 40px 5px 0;
	background: #fff;
}

#contact h2 {
	margin-bottom: 50px;
	font-weight: normal;
	font-size: 26px;
	line-height: 1;
	position: relative;
}

#contact h2:after {
	content: '';
	width: 100px;
	height: 3px;
	margin-left: -50px;
	background: #057dcd;
	position: absolute;
	bottom: -20px;
	left: 50%;
}

#contact h3 {
	margin: 40px 0 20px;
	padding-left: 30px;
	text-align: left;
	font-weight: normal;
	font-size: 20px;
	line-height: 1;
	color: #222;
	position: relative;
}

#contact h3:after {
	content: '';
	width: 22px;
	height: 4px;
	background: #43b0f1;
	position: absolute;
	top: 9px;
	left: 0;
}

#contact em {
	color: #de0710;
}

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

#form .table {
	margin-bottom: 30px;
	border-top: solid 1px #e8eef1;
	text-align: left;
}

#form dl {
	padding: 20px 0;
	border-bottom: solid 1px #e8eef1;
}

#form dt {
	margin-bottom: 10px;
	line-height: 16px;
}

#form dt em {
	display: inline-block;
	vertical-align: 1px;
	width: 30px;
	height: 16px;
	margin-left: 5px;
	background: #43b0f1;
	text-align: center;
	font-size: 11px;
	color: #fff;
}

#form .confirm dd {
	padding: 10px;
	background: #e8eef1;
}

/* ---------------------------------------------------------
	CSS Document form
--------------------------------------------------------- */

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

#form input[type='tel'],
#form input[type='email'],
#form input[type='text'],
#form textarea {
	vertical-align: middle;
	padding: 0 10px;
	-webkit-border-radius: 0;
	border: solid 2px #cbd5da;
	box-shadow: 1px 1px 1px 0 rgba(50, 50, 50, 0.1) inset;
}

#form input[type='tel'],
#form input[type='email'],
#form input[type='text'] {
	height: 50px;
}

#form textarea {
	padding: 10px;
}

#form .submit,
#form .preview {
	text-align: center;
}

#form input[type='submit'] {
	vertical-align: top;
	width: 250px;
	height: 60px;
	border: 0;
	-webkit-border-radius: 0;
	background: #43b0f1;
	box-shadow: none;
	font-size: 19px;
	color: #fff;
}

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

#form a.back {
	display: inline-block;
	vertical-align: top;
	width: 130px;
	height: 60px;
	overflow: hidden;
	background: #b5c2c9;
	text-decoration: none;
	font-size: 19px;
	line-height: 60px;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document complete
--------------------------------------------------------- */

#complete {
	min-height: 46vh;
	text-align: left;
}

#complete h3 {
	margin-bottom: 30px;
}

#complete p {
	margin-bottom: 20px;
}
