@charset "UTF-8";

.contents .tit2 {
	margin-top: 0px !important;
}
.contents .tit_bottom {
	font-size: 16px;
}
.anq_required {
	background-image: url(/images/nes.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
	padding-right: 15px;
	padding-bottom: 5px;
	font-weight: bold;
}
.form-area {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 0px;
}
.form-area .cap {
	font-size: 18px;
	margin-bottom: 15px;
	padding-top: 15px;
}
.form-area .tit3 {
	color: #888;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 2px solid #AAA;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.form-area table {
	margin-bottom:20px;
}
.form-area th {
	text-align: left;
	font-size: 16px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #eee;
	border-bottom: 1px dotted #888888;
	color: #333;
	display: block;
	font-weight: bold;
}
.form-area td {
	border-bottom: 1px dotted #888888;
	text-align: left;
	font-size: 16px;
	line-height: 1.5em;
	color: #000;
	display: block;
	padding-top: 10px;
	padding-bottom: 20px;
}
.form-area th small {
}
.form-area td small {
	padding-top: 0px;
	display: inline-block;
}
.form-area .tate {
}
.form-area .tate li {
	margin-bottom: 10px;
}
.form-area .tate small {
	font-size: 14px !important;
	line-height: 160%;
}
.form-area .tate li select {
	/*width: 40%;*/
	width: 80%;
	display: block;
}
.form-area .tate li .checkbox {
	width: 100%;
}
.form-area .tate li .checkbox textarea {
	width: 80% !important;
}
.form-area ul.type {
}
.form-area ul.type li {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.form-area ul.type li b {
	color: #92814D;
	width: 5em;
	display: inline-block;
}
.form-area .contact_detail {
}
.form-area .contact_detail li {
	font-size: 15px;
}
.contents .waku_midashi {
	background-color: #fafafa;
	color: #f1bb00;
	text-align: center;
	border: 3px solid #f1bb00;
	padding: 3%;
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 10px;
	margin-top: 10px;
}
.contents .waku_midashi .css_btn_class {
	width: 80% !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
/*=======================
確認画面時
========================*/
#preview .form-area td {
	font-size: 15px;
	line-height: 200%;
}
#preview .form-area .contact_detail li {
	float: none !important;
}
/*=======================
thanks
========================*/
#thanks {
}
#thanks .thanks_wrap {
	padding-bottom: 0px;
	padding-top: 0px;
}
#thanks .thanks_wrap .tit_gold_kei {
	color: #C5B686;
	border-bottom: 2px solid #C5B686;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 18px;
	padding-bottom: 5px;
}
#thanks .thanks_wrap p {
	text-align: left;
}
#thanks .thanks_wrap .red_waku {
	color: #BC0613;
	border: 2px solid #BC0613;
	display: block;
	padding: 3%;
	margin-top: 10px;
	margin-bottom: 0px;
}
#thanks .thanks_wrap p small {
	display: block;
	padding-top: 20px;
	line-height: 160%;
}
#thanks .thanks_wrap address {
	font-style: normal;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 14px;
	line-height: 160%;
}
#thanks .thanks_wrap .bt {
	margin-top: 50px;
}

/*=======================
フォーム調整　共通
========================*/
.form-area input[type="text"],
.form-area input[type="tel"],
.form-area input[type="number"]/*半角数値*/,
.form-area textarea {
	font-size: 16px;
	line-height: 1.5em;
	padding-left: 5px;
	border: 1px solid #999999;
	border-radius: 4px;
	box-sizing: border-box;
	margin-bottom: 5px;
	margin-top: 5px;
}
.form-area input[type="text"]:focus,
.form-area textarea:focus {
background-color: #ffffcc;
border: 1px solid #333333;
}
.form-area select {
	border: 1px solid #999999;  /* 必要 */
	width: 80%;
	font-size: 14px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.form-area label {
	cursor: pointer;
	margin-right: 15px;
}
input[type=radio], input[type=checkbox] {
  display: none;
}
/*=======================
フォーム調整　独自指定
========================*/
.form-area textarea {
	width: 97%
}
input[type='text'].tel_box {
	width: 97%
}
input[type='text'].mail_box {
	width: 97%
}
input[type='text'].name_box {
	width: 97%
}
input[type='text'].text5 {
	width: 20%;
}
input[type='text'].text10 {
	width: 30%;
}
input[type='text'].text15 {
	width: 30%;
}
input[type='text'].text20 {
	width: 30%;
}
input[type='text'].text30 {
	width: 30%;
}
input[type='text'].text40 {
	width: 40%;
}
input[type='text'].text50 {
	width: 70%;
}
input[type='text'].text60 {
	width: 97%
}
input[type='text'].text70 {
	width: 70%;
}
input[type='text'].text80 {
	width: 80%;
}
input[type='text'].text90 {
	width: 90%;
}
input[type='text'].text100 {
	width: 100%;
}

/*数字入力用*/
input[type='tel'].text10 {
	width: 30%;
}
input[type='tel'].text20 {
	width: 30%;
}
input[type='tel'].text_postal {/*〒番号*/
	width: 25%;
}
input[type='button'].postal_bt {/*〒から住所を自動入力ボタン*/
	padding-top: 1%;
	padding-bottom: 1%;
	-webkit-appearance: none;/*スマホデフォデザイン解除*/
	background-color: #ccc;
	font-size:0.8em;
}

input{/*IEフォームズレ対策*/
     "MS PGothic"
}
.form_box th,
.form_box td {/*IEフォームズレ対策*/
	line-height: 180%;
	vertical-align: middle; 
}
/*=======================
placeholder text内（Vendor prefix）
========================*/
/* 各ベンダープレフィックスが取れた標準版*/
 :placeholder-shown {
	color: #AAA;
	font-size: 13px;
	vertical-align: middle;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #AAA;
	font-size: 13px;
	vertical-align: middle;
}
/* Firefox 18- */
:-moz-placeholder {
    color: #666;
	font-size: 13px;
	vertical-align: middle;
}
/* Firefox 19+ */
::-moz-placeholder {
    color: #666;
	font-size: 13px;
	vertical-align: middle;
}
/* IE 10+ */
:-ms-input-placeholder {
    color: #AAA;
	font-size: 13px;
	vertical-align: middle;
}

/*=======================
チェック・セレクトボックス設定 　共通
========================*/
.radio, .checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	border-radius: 8px;
	background-color: #f6f7f8;
	vertical-align: middle;
	cursor: pointer;
	margin-bottom: 3%;
	margin-left: 0;
	margin-right: 0px;
	margin-top: 0;
	width: 100%;
	padding-bottom: 3%;
	padding-left: 15%;
	padding-right: 3%;
	padding-top: 3%;
}

.radio:hover, .checkbox:hover {
  background-color: #FFD1D9;
}
.radio:hover:after, .checkbox:hover:after {
	border-color: #FF6600;
}
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}
.radio:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #FF3808;
	content: '';
	opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}
.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #FF3808;
  border-bottom: 3px solid #FF3808;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
.w100 select {
  -webkit-appearance:none;
  width: 95%;
  height: 30px;
  line-height: 30px;
  padding-left: 3%;
}
/*=======================
スマホ用指定
========================*/
.form-area input[type="text"],
.form-area input[type="tel"],
.form-area textarea {
	font-size: 16px;
	line-height: 1.5em;
	padding-left: 5px;
	border: 1px solid #999999;
	border-radius: 4px;
    box-sizing:border-box;
}
::-webkit-input-placeholder {
    color: #ACACAC;
	font-size: 14px;
	width:80%;
}
.radio,
.checkbox {
	width: 90%;
}
/*=======================
チェック・セレクトボックス設定（ラジオボタンの中のチェックボックス）
========================*/
.radio_in {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	border-radius: 8px;
	background-color: #f6f7f8;
	vertical-align: middle;
	cursor: pointer;
	margin-bottom: 3%;
	margin-left: 0;
	margin-right: 0px;
	margin-top: 0;
	width: 90%;
	padding-bottom: 3%;
	padding-left: 15%;
	padding-right: 3%;
	padding-top: 3%;
}
.checkbox_in {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	border-radius: 8px;
	background-color: #f6f7f8;
	vertical-align: middle;
	cursor: pointer;
	margin-bottom: 3%;
	margin-left: 0;
	margin-right: 0px;
	margin-top: 0;
	width: 85%;
	padding-bottom: 3%;
	padding-left: 20%;
	padding-right: 3%;
	padding-top: 3%;
}
.radio_in:hover, .checkbox_in:hover {
  background-color: #FFD1D9;
}
.radio_in:hover:after, .checkbox_in:hover:after {
	border-color: #FF6600;
}
.radio_in:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 17%;/*上揃え*/
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}
.checkbox_in:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	 top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #bbb;
	border-radius: 6px;
	content: '';
}
.radio_in:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	 top: 17%;
	left: 20px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #FF3808;
	content: '';
	opacity: 0;
}
input[type=radio]:checked + .radio_in:before {
  opacity: 1;
}
.checkbox_in:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #FF3808;
  border-bottom: 3px solid #FF3808;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox_in:before {
  opacity: 1;
}
/*=======================
プライバシーリンク
========================*/
.form-area .privacy {
	text-align: left;
}
.form-area .privacy a {
	color: #D90E00;
}
/*=======================
フォームボタン
========================*/
input[type="submit"]{
}
#submit {
	padding-top: 3%;
	width: 100%;
	text-align: center;
	padding-bottom: 0%;
}
#submit .privacy {
	color: #FF9000;
}
#submit .bt {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#submit .css_btn_class {
	height: 60px;
	/*width: 30%;*/
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	background-color: #D90E00;
	color: #ffffff;
	display: inline-block;
	border: none;
	-webkit-appearance: none;/*スマホデフォデザイン解除*/
	font-weight: bold;
}
#submit .css_btn_class:hover {
	background-color: #FFCD01;
	text-decoration: none;
}
#submit .css_btn_class:active {
	position:relative;
	top:1px;
}
#submit .btn_text{
	color: #fff;
	text-decoration:none;
	font-size: 18px;
}
#submit a img:hover {
opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=70); /* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
-khtml-opacity: .70; /* Safari 1.x */
-moz-opacity: .70; /* FF lt 1.5, Netscape */
}
#submit p {
	font-size: 14px;
}
/*=======================
フォームボタン／確認画面用：ボタン2つ並び
========================*/
#preview #submit {
}
#preview #submit .bt {
}
#preview #submit .bt .css_btn_class,
#preview #submit .bt .css_btn_class_kei {
	border-radius: 7px!important;
}
/*======================
この物件の資料請求／追加
=====================*/
.form-area table.bukken_No {
	width: 100%;
	box-sizing: border-box;
	border-top: 1px dotted #888888;
	border-left: 1px dotted #888888;
	border-bottom: 1px dotted #888888;
	background-color: #FFF;
}
.form-area table.bukken_No tr {
	overflow: hidden;
	/*高さ揃える*/
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.form-area table.bukken_No th {
	border-bottom: 1px dotted #888888;
	border-right: 1px dotted #888888;
	padding: 10px 3% !important;
	text-align: center;
	background-color: #EEEEEE;
	color: #26B798;
	width: 27%;
	float: left;
}
.form-area table.bukken_No td {
	border-right: 1px dotted #888888;
	padding: 10px 3% !important;
	text-align: center;
	font-size: 14px;
	line-height: 160%;
	width: 27%;
	float: left;
}
/*.form-area table.bukken_No th:last-child,
.form-area table.bukken_No td:last-child {
	border-right: none;
}*/

/*======================
更に詳細登録をする（任意）
=====================*/
.toggle_menu dt {
	cursor: pointer;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	color: #666;
	background-color: #E8E8E8;
	display: block;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 14px;
}
.toggle_menu dd {
	display: none;
}
/*======================
パスワードをお忘れの方
=====================*/
#thanks .form-area {
	border-bottom: 2px solid #EEE;
	padding-top: 30px;
	padding-bottom: 20px;
}
#thanks .form-area #submit .bt {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px !important;
	margin-bottom: 0px !important;
}
/*======================

=====================*/
#ft_sp {	
	display: none;
}