@charset "utf-8";
/* ==========================================================

title : レジデンス 新館　
scope : 現地内覧会 お申込フォーム

last modify :2015/06/08 242_hayakawa

========================================================== */
.app_contents {
	padding: 4px 0 0 0;
}

.app_contents #main-inner {
	width: 992px;
	margin: 40px auto 0;
	background: #fffdf1;
	border: 4px solid #917802;
	color: #000;
}

.app_contents h1 {
	width: 946px;
	margin: 0 0 0 18px;
	padding: 28px 0 12px 4px;
	border-bottom: 2px solid #7d6929;
}

.app_contents .lead {
	margin: 34px 0 36px;
	font-size: 16px;
	text-align: center;
}

.err_color
{
	background-color: lavenderblush !important;
}

/* ------ table#app_form ------ */
.app_contents table#app_form {
	margin: 0 auto;
	width: 840px;
	border-collapse: collapse;
}

.app_contents table#app_form th,
.app_contents table#app_form td {
	border: 1px solid #535353;
}

.app_contents table#app_form th {
	width: 258px;
	padding: 0 0 0 0;
	background: #e3d5bf;
	font-size: 20px;
	vertical-align: middle;
	white-space: nowrap;
  position: relative;
  text-align: center;
}

.app_contents table#app_form th span {
	padding: 0 58px 0 0;
  display: inline-block;
  position: relative;
  width: 200px;
}

.app_contents table#app_form td {
	padding: 16px 32px;
	font-size: 16px;
	background: #fff;
}

/* input要素 */
.app_contents table#app_form td input[type="text"] {
	font-size: 16px;
	padding: 5px;
	line-height: 1;
}

/* 必須画像 */
.app_contents table#app_form .required::after {
	content: url(../image/ico_mandatory.png);
	display: block;
	pointer-events: none;
	position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -13px;
	line-height: 0;
}

/* select要素 */
.app_contents table#app_form td select {
	padding: 5px;
}

.app_contents table#app_form td .s_notes {
	font-size: 15px;
	margin: 0 0 0 8px;
}

/* 郵便番号 入力フォーム */
.zip {
  overflow: hidden;
}

.zip .f_left{
  float: left;
  margin-right: 10px;
}

/* メールアドレス 入力フォーム */
.app_contents table#app_form td ul li:not(:nth-of-type(1)){
	margin: 16px 0 0 0;
}

/* メールアドレス ドメイン解除 */
.domain {
  width: 475px;
  line-height: 1.3;
  margin: 10px auto 0px;
  padding: 15px 20px;
  background: rgb(249, 224, 232);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
}

.domain .red {
  color: rgb(255, 0, 0);
}
/* 注釈 */
.notes {
	padding: 5px 0 0 1em;
	text-indent: -1em;
	font-size: 15px;
}

/* 入力内容説明 */
.supplement {
	font-size: 15px;
  display: block;
  margin: 1em 0 0 -0.5em;
}

/* 記入例 */
.input_example {
  color: rgb(119, 119, 119);
}

textarea {
  width: 515px;
}

/*----------------------------------------*/

.app_contents .txt_comfirm {
	margin: 30px 0 28px;
	font-size: 16px;
	text-align: center;
}

.app_contents .btn_comfirm {
	width: 263px;
	margin: 0 auto;
}

.app_contents .btn_comfirm input[type="image"]:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7 !important;
}


/* ------ #privacy_policy ------ */
.app_contents #privacy_policy {
	width: 788px;
	margin: 34px auto 43px;
	padding: 0 0 34px 0;
	background: #e5e5e5;
}

.app_contents #privacy_policy h2 {
	padding: 11px 0 0 32px;
}

.app_contents #privacy_policy p {
	padding: 20px 40px 0 50px;
	line-height: 1.9;
}

.app_contents #privacy_policy p a {
	color: #00e;
	text-decoration: none;
}

.app_contents #privacy_policy p a:hover {
	color: #f00;
	text-decoration: underline;
}
/*----------------------------------------*/
.app_contents .inquiry_tel {
	text-align: center;
	padding: 33px 0 43px;
}

/* ------ .error ------ */
.app_contents .error {
	margin: 0 0 10px -18px;
	padding: 0 0 0 24px;
	background: url(../image/ico_error.png) no-repeat left 3px;
	color: #f00;
}
.app_contents table#app_form tr.course td .error {
	margin: 0 0 2px -18px;
}
.app_contents table#app_form tr.address p.error {
	margin: 0 0 2px -18px;
}

/*----------------------------------------*/
.app_contents.comfirm table#app_form .type_txt {
	margin: 0 0 0 40px;
}

/* ------ .btn_area ------ */
.app_contents .btn_area {
	width: 564px;
	margin: 0 auto;
	overflow: hidden;
}

.app_contents .btn_area .btn_submit {
	float: right;
}

.app_contents .btn_area .btn_submit:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7 !important;
}

button {
  background: none;
  padding: 0;
  border: none;
}

.app_contents .btn_area .btn_back {
	float: left;
	margin: 3px;
}
button img:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7 !important;
}

/* ------ .thanks_area ------ */
.app_contents .thanks_area {
	width: 798px;
	margin: 64px auto 20px;
	border: 1px solid #535353;
}

.app_contents .thanks_area .txt_complete {
	padding: 21px 0 17px;
	border-bottom: 1px solid #535353;
	background: #e3d5bf;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

.app_contents .thanks_area .txt_thanks {
	padding: 30px 0 26px;
	background: #ffffff;
	font-size: 20px;
	text-align: center;
	line-height: 1.8;
}

/*-------------------------------------------

フッター修正

-------------------------------------------*/


#footer .ask_about_trial{
	background: #5c4838;
	margin:0;
}
#footer .ask_about_trial .flex{
	display:flex;
	width: 950px;
	margin:0 auto;
}
#footer .ask_about_trial ul{
	/* width:380px; */
	color:#fff;
	margin: 11px 90px;
	padding:10px;
}
#footer .ask_about_trial ul li.number{
	font-size: 25px;
	margin:0 20px 0 0;
}
#footer .ask_about_trial ul li{
	font-size:16px;
}

