#contact .h4 {
  font-size: 28px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 2px;
  margin: 58px 0 35px;
}

#contact .tel {
  display: block;
  font-family: 'Rajdhani-Medium';
  font-size: 60px;
  text-align: center;
}

#contact .tel span {
  font-size: 35px;
  margin-right: 15px;
  position: relative;
  top: -2px;
}

#contact .p1 {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 76px;
  position: relative;
  left: -34px;
}

#contact .p2 {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 73px;
}

#contact .red {
  color: #d30101;
}

#contact .form {
  padding: 0 45px 0 50px;
}

#contact .form .line {
  margin-bottom: 24px;
}

#contact .form .line:first-child {
  margin-bottom: 32px;
}

#contact .form .line:first-child .left label {
  line-height: 35px;
}

#contact .form .line .left {
  width: 260px;
  float: left;
}

#contact .form .line .left label {
  font-size: 16px;
  line-height: 60px;
  letter-spacing: 1.5px;
}

#contact .form .line .right {
  width: calc(100% - 260px);
  float: left;
}

#contact .form .line .right select {
  padding: 10px 30px 10px 20px;
  background: url(../images/common/arrow_dropdown.png) 96% center no-repeat;
  border: 1px solid #959595;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#contact .form .line .right input {
  width: 100%;
  height: 60px;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 0 30px;
  background: #eeeeee;
  border: none;
}

#contact .form .line .right input::placeholder {
  color: #8c8c8c;
}

#contact .form .line .right textarea {
  width: 100%;
  height: 200px;
  background: #eeeeee;
  padding: 20px 30px;
  border: none;
  letter-spacing: 1px;
  outline: none;
  resize: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

#contact .form .line .right textarea::placeholder {
  color: #8c8c8c;
}

#contact .form .wrapper {
  padding: 54px 0 42px;
  border: 1px solid #eeeeee;
  text-align: center;
  margin: 46px 0 78px;
}

#contact .form .wrapper p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1.5px;
  margin-bottom: 33px;
}

#contact .form .wrapper p a {
  color: #00aad1;
  border-bottom: 1px solid #00aad1;
}

#contact .form .wrapper input {
  position: relative;
  top: -3px;
  left: -7px;
}

#contact .form .wrapper label {
  font-size: 16px;
  line-height: 30px;
}

#contact .form input[type="submit"] {
  display: block;
  margin: 0 auto 222px;
  width: 100%;
  max-width: 300px;
  height: 80px;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 1px;
  text-align: center;
  background: #00aad1;
  outline: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

/* ------------------------------------------------------------ エラー画面 */
.note { padding: 170px 0 100px; }
.note h3 { font-size: 24px; line-height: 40px; text-align: center; letter-spacing: 1px; padding: 0 0 20px; font-family: 'Noto-Sans-JP-Bold'; }
.note .caution { font-size: 14px; line-height: 27px; text-align: center; border: solid 1px #000; padding: 15px 0; width: 700px; margin: 0 auto 60px; }
.note .alert span { display: block; font-size: 18px; text-align: center; padding: 0 0 20px; color: red;}
.note .btn { padding: 30px 0 0; text-align: center; }
.note .btn a { background: #eeeeee; display: inline-block; *display: inline; *zoom: 1; min-width: 300px; font-size: 16px; line-height: 60px; }

/* ------------------------------------------------------------ 確認画面 */
.note table { margin: 0 auto; width: 700px; }
.note table tr { border-bottom: 1px solid #d5d5d5; }
.note table tr:first-child { border-top: 1px solid #d5d5d5; }
.note table th { width: 200px; padding: 20px 0; text-align: left; }
.note table td { padding: 20px 0 25px 40px; }
.note input[type="submit"] { background: #c6001f; vertical-align: top; line-height: 60px; margin: 0 0 0 15px; color: #fff; min-width: 300px; border-radius: 0; }
.note .btn { padding: 80px 0 10px; }

/* ------------------------------------------------------------ Thanks page */
#thanks .btn { padding: 10px 0 80px; }





/* ------------------------------------------------------------ mobile */
@media only screen and (max-width: 640px) {
	#contact .h4 {
	font-size: 13px;
	line-height: 180%;
	letter-spacing: 1px;
	margin: 45px 0 15px;
	text-align: left;
	}
	#contact .tel {
	font-size: 28px;
	}
	#contact .tel span {
	font-size: 15px;
	margin-right: 5px;
	top: 0;
	}
	#contact .p1 {
	font-size: 12px;
	line-height: 1;
	left: 0;
	letter-spacing: 0px;
	margin: 12px 0 22px;
	}
	#contact .p2 {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 40px;
	}
	#contact .form {
	padding: 0;
	}
	#contact .form .line {
	margin-bottom: 20px;
	}
	#contact .form .line:first-child {
	margin-bottom: 20px;
	}
	#contact .form .line:first-child .left label {
	font-size: 14px;
	line-height: 1;
	}
	#contact .form .line:last-child {
	margin-bottom: 10px;
	}
	#contact .form .line .left {
	width: 100%;
	margin-bottom: 8px;
	}
	#contact .form .line .left label {
	font-size: 14px;
	line-height: 1;
	}
	#contact .form .line .right {
	width: 100%;
	}
	#contact .form .line .right select {
	font-size: 13px;
	padding: 10px 30px 10px 10px;
	border-color: #cecece;
	border-radius: 5px;
	}
	#contact .form .line .right input {
	height: 38px;
	padding: 0 10px;
	}
	#contact .form .line .right input::placeholder {
	font-size: 13px;
	}
	#contact .form .line .right textarea {
	height: 175px;
	padding: 10px;
	}
	#contact .form .line .right textarea::placeholder {
	font-size: 13px;
	}
	#contact .form .wrapper {
	padding: 20px 0 15px;
	margin: 0 0 30px;
	}
	#contact .form .wrapper p {
	font-size: 12px;
	line-height: 220%;
	letter-spacing: 0;
	margin-bottom: 10px;
	}
	#contact .form .wrapper input {
	top: -1px;
	left: -5px;
	}
	#contact .form .wrapper label {
	font-size: 13px;
	}
	#contact .form input[type="submit"] {
	height: 50px;
	font-size: 12px;
	margin-bottom: 75px;
	}
	/* ------------------------------------------------------------ エラー画面 */
	.note { padding: 50px 0 20px; }
	.note h3 { font-size: 20px; text-align: center; letter-spacing: 1px; padding: 0 0 20px; }
	.note .caution { font-size: 13px; text-align: center; border: solid 1px #000; padding: 8px 5%; width: 90%; margin: 0 auto 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; line-height: 22px; }
	.note .alert span { display: block; font-size: 14px; line-height: 150%; text-align: center; padding: 0 0 10px; }
	.note .btn { padding: 30px 0; }
	.note .btn a { display: block; margin: auto; width: 240px; font-size: 14px; line-height: 60px; min-width: inherit;}
	/* ------------------------------------------------------------ 確認画面 */
	.note table { margin: 0 auto; display: block; width: 100%; }
	.note table tbody,
	.note table tr { display: block; width: 100%; border: none; }
	.note table tr:first-child { border: none; }
	.note table th { display: block; width: 100%; padding: 12px 3%; background: #eeeeee; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; font-size: 14px; }
	.note table td { display: block; width: 100%; font-size: 14px; padding: 10px 3% 25px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
	.note input[type="submit"] { vertical-align: top; line-height: 60px; margin: 10px auto 0; width: 240px; min-width: inherit; border-radius: 0; }
	/* ------------------------------------------------------------ サンクス */
	#thanks .caution { text-align: left; }
	#thanks .btn { padding: 10px 0 40px; }


}
