@charset "utf-8";

#contents {
	padding-top: 0;
}

.contactTit {
	color: #fff;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	height: 150px;
	line-height: 150px;
	margin: 0 -200% 80px;
	padding: 0 200%;
	background: url(../img/contact/bg01.png) center no-repeat #4da9eb;
}
.contactMv .contactMvTit {
	text-align: center;
}
.contactMv .contactMvTxt {
	margin-top: 25px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.contactMv .contactTel {
	margin-top: 10px;
	min-height: 233px;
	background: url(../img/contact/bg02.png) center no-repeat;
}
.contactMv .contactTelTit {
	padding-left: 40px;
	padding-top: 38px;
}
.contactMv .contactTelTxt {
	padding-left: 39px;
	padding-top: 52px;
}

/* contactForm
---------------------------------------- */
.contactForm {
	margin-top: 50px;
	border: 3px solid #d1d1d7;
	width: 100%;
}
.contactForm tr + tr th {
	border-top: 1px solid #d1d1d7;
}
.contactForm tr + tr td {
	border-top: 1px solid #d1d1d7;
}
.contactForm th {
	width: 240px;
	background: #e9f4fb;
}
.contactForm th label {
	position: relative;
	display: block;
	padding: 33px 70px 31px 17px;
	line-height: 1;
}
.contactForm th .label {
	font-size: 15px;
	font-weight: bold;
}
.contactForm th .ico {
	position: absolute;
	top: 29px;
	right: 23px;
}
.contactForm td {
	padding: 20px 23px;
}
.contactForm input,
.contactForm select {
	background-color: #fbfbfb;
	border: 1px solid #d1d1d7;
	height: 35px;
	line-height: 15px;
	padding: 10px;
	width: 452px;
	box-sizing: border-box;
	-moz-box-shadow:0px 2px 0px 0px #e6e6e9 inset;
	-webkit-box-shadow:0px 2px 0px 0px #e6e6e9 inset;
	box-shadow:0px 2px 0px 0px #e6e6e9 inset;
	border-radius: 3px;
}
.contactForm select {
	width: 150px;
	padding: 5px 10px;
}
.contactForm textarea {
	width: 100%;
	height: 170px;
	padding: 10px;
	background-color: #fbfbfb;
	border: 1px solid #d1d1d7;
	box-shadow:0px 2px 0px 0px #e6e6e9 inset;
	-moz-box-shadow:0px 2px 0px 0px #e6e6e9 inset;
	-webkit-box-shadow:0px 2px 0px 0px #e6e6e9 inset;
	resize: none;
	box-sizing: border-box;
	border-radius: 3px;
}

.contactForm input[readonly="readonly"],
.contactForm select[readonly="readonly"],
.contactForm textarea[readonly="readonly"] {
	background: #ccc;
}

.contactAgree {
	margin-top: 30px;
	padding: 30px;
	background-color: #e9f4fb;
	text-align: center;
}
.contactAgree p {
	font-size: 15px;
}
.contactAgree p a {
	color: #1e8ce0;
}
.contactAgree label {
	font-weight: bold;
	display: block;
	margin-top: 10px;
	font-size: 15px;
}
.contactAgree input[type=checkbox] {
	position: relative;
	top: -2px;
	margin-right: 3px;
	vertical-align: middle;
}

.contactBtnWrap {
	position: relative;
	margin-top: 40px;
	text-align: center;
}
.contactBtnWrap .ajax-loader {
	position: absolute;
	top: 0;
	right: 200px;
}
.contactBtnWrap input {
	display: block;
	width: 433px;
	height: 84px;
	margin: 0 auto;
	background: url(../img/contact/btn_confirm01.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.contactBtnWrap input[disabled] {
	opacity: .5;
	cursor: not-allowed;
}
.contactBtnWrap input:hover {
	background-position: 0 100%;
}
.contactBtnWrap input[disabled]:hover {
	background-position: 0 0;
}
.contactBtnBack {
	width: 280px;
	margin: 20px auto 0;
}