@charset "utf-8";

/* にしてつの賃貸 フォーム用CSS
 * 元ファイル: chintaiform/css/form_window.css + reset.css + common.css
 * 画像パスをテーマディレクトリに変更
 */

/* --------------------
   リセット
-------------------- */
.form-chintai-page * {
  margin: 0;
  padding: 0;
}

.form-chintai-page {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  line-height: 1.6;
}

.form-chintai-page ul,
.form-chintai-page li {
  list-style: none;
}

.form-chintai-page img {
  border: 0;
  max-width: 100%;
  height: auto;
}

/* --------------------
   共通ユーティリティ
-------------------- */
.form-chintai-page .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.form-chintai-page .clearfix { display: inline-block; }
* html .form-chintai-page .clearfix { height: 1%; }
.form-chintai-page .clearfix { display: block; }

.form-chintai-page a { color: #555; }
.form-chintai-page a:hover { color: #333; }

.form-chintai-page .sub_Txt {
  font-size: 11px;
  color: #999;
  margin-top: 3px;
}

.form-chintai-page .sub_Txt02 {
  font-size: 11px;
  color: #999;
  margin-bottom: 5px;
}

/* --------------------
   body / レイアウト
-------------------- */
.form-chintai-page {
  text-align: center;
  margin: 0 auto;
  color: #666666;
  zoom: 1;
}

/* --------------------
   ヘッダー
-------------------- */
.form-chintai-page div#header {
  width: 980px;
  height: 100px !important;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

.form-chintai-page div#header h1,
.form-chintai-page div#header p {
  font-size: 0;
  line-height: 0;
  position: absolute;
}

.form-chintai-page div#header h1 {
  width: 175px;
  height: 48px;
  left: 6px;
  top: 24px;
}

.form-chintai-page div#header p.nFudousan {
  width: 199px;
  height: 31px;
  right: 4px;
  top: 33px;
}

/* --------------------
   コンテナ
-------------------- */
.form-chintai-page div#containerWrap {
  background-color: #f5f5f0;
}

.form-chintai-page div.container {
  width: 980px;
  margin: 0 auto;
  padding-top: 2px;
  text-align: left;
}

/* --------------------
   フッター
-------------------- */
.form-chintai-page div#footerWrap {
  background: #666666;
  width: 100%;
  margin: 0;
  padding: 0;
}

.form-chintai-page div#footerWrap div#footer {
  width: 980px;
  clear: both;
  margin: 0 auto;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 20px;
  color: #FFFFFF;
}

.form-chintai-page div#footer address {
  width: 437px;
  float: right;
}

.form-chintai-page div#footer p#copyright {
  width: 145px;
  height: 10px;
  float: left;
  padding-top: 50px;
}

/* --------------------
   フォームコンテンツ
-------------------- */
.form-chintai-page div#contentInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 900px;
  margin: 48px auto 0;
  padding: 0 0 60px;
  box-sizing: border-box;
}

.form-chintai-page div#contentInner h2 {
  display: block;
  width: 100%;
  font-size: 0;
  margin-bottom: 45px;
}

/* --------------------
   フォームテーブル
-------------------- */
.form-chintai-page table {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-collapse: collapse;
  line-height: 1.6;
  margin-bottom: 25px;
  border-left: solid 1px #CCCCCC;
  border-top: solid 1px #CCCCCC;
  clear: both;
}

.form-chintai-page tbody,
.form-chintai-page tr {
  display: block;
  width: 100%;
}

.form-chintai-page table th,
.form-chintai-page table td {
  display: block;
  width: 100%;
  border-right: solid 1px #CCCCCC;
  border-bottom: solid 1px #CCCCCC;
}

.form-chintai-page table th {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #EAE9E4;
  padding: 12px;
  width: 100%;
  text-align: left;
  font-size: 0;
  vertical-align: top;
  box-sizing: border-box;
}

.form-chintai-page table th > p {
  font-size: 14px;
  font-weight: 600;
}

.form-chintai-page table th .require {
  display: inline-block;
  padding: 3px 8px;
  background: #cc0000;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  border-radius: 2px;
}

.form-chintai-page table td {
  width: 100%;
  padding: 12px 12px 30px;
  line-height: 1.6;
  background: #FFFFFF;
  box-sizing: border-box;
}

.form-chintai-page table td p { line-height: 1.4; }

/* テキスト入力 */
.form-chintai-page table td input.textInput,
.form-chintai-page table td input.addressText,
.form-chintai-page table td input.mail,
.form-chintai-page table td input.office,
.form-chintai-page table td textarea {
  background: #FFFFFF;
  border: solid 1px #A5ACB2;
  padding: 5px;
  margin-right: 20px;
  font-size: 14px;
  box-sizing: border-box;
}

/* テキストエリア */
.form-chintai-page table td.item01 textarea,
.form-chintai-page table td.youbou textarea {
  width: 100%;
  font-size: 100%;
  line-height: 1.3;
}

/* 住所関連 */
.form-chintai-page table td.addressSubTh,
.form-chintai-page table td.addressSubTh2 {
  background: #F6F6F4;
  border-bottom: dotted 1px #CCCCCC;
  text-align: left;
  padding: 12px;
  vertical-align: middle;
}

.form-chintai-page table td.addressSubTd,
.form-chintai-page table td.addressSubTd2 {
  border-bottom: dotted 1px #CCCCCC;
}

.form-chintai-page table td input.zipcode1 { width: 60px; }
.form-chintai-page table td input.zipcode2 { width: 104px; }
.form-chintai-page table td input.addressText { width: 384px; }
.form-chintai-page table tr td input.mail { width: 320px; }

/* --------------------
   プライバシーボックス
-------------------- */
.form-chintai-page div#privacyBox {
  background: #e8e8e0;
  width: 100%;
  padding: 2px;
  margin-bottom: 35px;
  box-sizing: border-box;
}

.form-chintai-page div#privacyBox div.inner {
  background: #FFFFFF;
  width: 100%;
  padding: 20px;
  font-size: 75%;
  box-sizing: border-box;
}

.form-chintai-page div#privacyBox div.inner div.textBox {
  width: 100%;
  float: left;
}

.form-chintai-page div#privacyBox div.inner div.textBox p.title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}

.form-chintai-page div#privacyBox div.inner div.textBox p {
  line-height: 1.8;
}

/* --------------------
   フォームボタン
-------------------- */
.form-chintai-page ul.formBtn {
  width: 100%;
  margin: 0 auto;
  clear: both;
  text-align: center;
}

.form-chintai-page ul.formBtn li {
  display: inline-block;
  margin: 0 10px;
}

/* --------------------
   エラー表示
-------------------- */
.form-chintai-page div#caution {
  background: #e8e8e0;
  width: 100%;
  padding: 1px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.form-chintai-page div#caution div.inner {
  background: #FFFFCC;
  width: 100%;
  padding: 15px 13px 15px 20px;
  color: #CC0000;
  font-weight: bold;
  font-size: 75%;
  line-height: 1.4;
  box-sizing: border-box;
}

.form-chintai-page table td p.error {
  font-weight: bold;
  color: #CC0000;
  line-height: 1.6;
  margin-bottom: 0;
}

/* --------------------
   サンクスページ
-------------------- */
.form-chintai-page div#thanks {
  background: #f5f5f0;
  width: 778px;
  padding: 1px;
  margin: 0 auto 25px;
}

.form-chintai-page div#thanks div.inner {
  background: #FFFFCC;
  width: 100%;
  padding: 33px 0 18px;
  text-align: center;
  line-height: 1.6;
  box-sizing: border-box;
}

.form-chintai-page div#thanks div.inner h3 {
  margin-bottom: 23px;
  font-size: 18px;
  font-weight: bold;
}

.form-chintai-page div#thanks div.inner p.text {
  margin-bottom: 30px;
  font-size: 75%;
}

.form-chintai-page div#thanks div.inner ul {
  background: #FFFFFF;
  width: 700px;
  max-width: 90%;
  border: solid 1px #ECECBD;
  padding: 16px 19px 14px;
  text-align: left;
  margin: 0 auto;
  font-size: 62%;
}

.form-chintai-page p#backTop {
  text-align: center;
  font-size: 75%;
  line-height: 1.3;
}

/* --------------------
   管理希望の方専用
-------------------- */
.form-chintai-page .checkType {
  margin: 0 7px 15px 0;
}

.form-chintai-page .checkType02 {
  margin: 0 7px 0 0;
}

.form-chintai-page .kanri_Q label {
  display: inline-block;
  vertical-align: sub;
}

.form-chintai-page table td input.text_addressArea {
  width: 100%;
  background: #FFFFFF;
  border: solid 1px #A5ACB2;
  padding: 5px;
  font-size: 14px;
  box-sizing: border-box;
}

/* --------------------
   CF7フォーム用追加スタイル
-------------------- */
.form-chintai-page .wpcf7-not-valid-tip {
  font-weight: bold;
  color: #CC0000;
  font-size: 12px;
  line-height: 1.4;
  display: block;
  margin-top: 5px;
}

.form-chintai-page .wpcf7-response-output {
  border: 2px solid #CC0000;
  padding: 10px;
  margin: 20px 0;
  font-size: 12px;
  text-align: center;
}

.form-chintai-page .wpcf7 input[type="text"],
.form-chintai-page .wpcf7 input[type="email"],
.form-chintai-page .wpcf7 input[type="tel"],
.form-chintai-page .wpcf7 select,
.form-chintai-page .wpcf7 textarea {
  background: #FFFFFF;
  border: solid 1px #A5ACB2;
  padding: 5px;
  font-size: 14px;
  box-sizing: border-box;
}

.form-chintai-page .wpcf7 input[type="submit"] {
  display: inline-block;
  padding: 12px 30px;
  background: #555;
  color: #FFF;
  border: none;
  font-size: 14px;
  cursor: pointer;
  margin: 5px;
}

.form-chintai-page .wpcf7 input[type="submit"]:hover {
  background: #777;
}

.form-chintai-page .wpcf7 input[type="button"] {
  display: inline-block;
  padding: 12px 30px;
  background: #ccc;
  color: #333;
  border: 1px solid #999;
  font-size: 14px;
  cursor: pointer;
  margin: 5px;
}

.form-chintai-page .form-buttons {
  text-align: center;
  padding: 30px 0;
  clear: both;
}

/* CF7 Multi-Step: 確認画面の値表示 */
.form-chintai-page .cf7msm-value {
  font-size: 12px;
  line-height: 1.6;
}

/* --------------------
   レスポンシブ対応
-------------------- */
@media only screen and (max-width: 768px) {
  .form-chintai-page div#header {
    width: 100%;
  }

  .form-chintai-page div#header p.nFudousan {
    width: 170px;
    height: auto;
    right: 4px;
    top: 42px;
  }

  .form-chintai-page div#header p.nFudousan img {
    width: 100%;
  }

  .form-chintai-page div.container {
    width: 100%;
  }

  .form-chintai-page div#contentInner {
    width: 100%;
    margin: 25px auto 0;
    padding: 0 10px 60px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .form-chintai-page div#contentInner h2 {
    margin-bottom: 25px;
  }

  .form-chintai-page table {
    width: 100%;
    box-sizing: border-box;
  }

  .form-chintai-page table th {
    padding: 12px 0 24px 12px;
    width: 100%;
    box-sizing: border-box;
  }

  .form-chintai-page table td {
    padding: 10px 14px 10px 10px;
  }

  .form-chintai-page table td input.addressText { width: 100%; }
  .form-chintai-page table tr td input.mail { width: 100%; }

  .form-chintai-page table tr.oneLine input {
    width: 100%;
    height: 40px;
    margin-bottom: 5px;
    box-sizing: border-box;
  }

  .form-chintai-page table td.item01 textarea,
  .form-chintai-page table td.youbou textarea {
    width: 100%;
  }

  .form-chintai-page div#privacyBox {
    width: 100%;
  }

  .form-chintai-page div#privacyBox div.inner {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }

  .form-chintai-page ul.formBtn li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .form-chintai-page div#footerWrap div#footer {
    width: 96%;
  }

  .form-chintai-page div#footer address {
    max-width: 437px;
    width: 100%;
  }

  .form-chintai-page div#footer p#copyright {
    width: 100%;
    padding-top: 25px;
    float: none;
    clear: both;
    text-align: center;
  }

  .form-chintai-page div#thanks {
    width: 100%;
  }

  .form-chintai-page div#thanks div.inner {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }

  .form-chintai-page div#thanks div.inner ul {
    width: 100%;
    box-sizing: border-box;
  }
}

.wpcf7-form-control {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1em;
}
.wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: .25em;
}