@charset "utf-8";

/* ラクレイス お問い合わせフォーム用CSS
 * 元ファイル: lacleisform/common/css/ (reset, common, layout, lower)
 */

/* --------------------
   リセット
-------------------- */
body {
  padding: 0;
  margin: 0;
}
.form-lacleis-page body,
.form-lacleis-page h1,
.form-lacleis-page h2,
.form-lacleis-page h3,
.form-lacleis-page h4,
.form-lacleis-page h5,
.form-lacleis-page h6,
.form-lacleis-page td,
.form-lacleis-page th,
.form-lacleis-page p,
.form-lacleis-page div,
.form-lacleis-page input,
.form-lacleis-page textarea,
.form-lacleis-page pre,
.form-lacleis-page ul,
.form-lacleis-page ol,
.form-lacleis-page address {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

.form-lacleis-page * {
  line-height: 1.1;
}

.form-lacleis-page em { font-style: normal; }
.form-lacleis-page address { font-style: normal; }

.form-lacleis-page input,
.form-lacleis-page select {
  vertical-align: middle;
}

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

.form-lacleis-page .clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
}

.form-lacleis-page .floatR { float: right; }
.form-lacleis-page .floatL { float: left; }

/* --------------------
   レイアウト（body.blank）
-------------------- */
.form-lacleis-page {
  width: 100%;
  background: #FFF none;
  color: #333;
}

/* --------------------
   コンテンツエリア
-------------------- */
.form-lacleis-page article.contact#content {
  width: 100%;
  margin: 0 auto;
  height: auto !important;
  min-height: 100%;
}

.form-lacleis-page article.contact#content header {
  width: 100%;
  height: 116px;
  padding: 0;
  position: relative;
}

.form-lacleis-page article.contact#content header h1 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.form-lacleis-page article#content header h2 {
  text-align: center;
  margin: 0 auto;
  padding: 14px 0 15px 0;
}

.form-lacleis-page article.contact#content header h3 {
  font-size: 87.5%;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 15px 0;
  border-bottom: #444 4px solid;
}

.form-lacleis-page article.contact#content section#wrap {
  width: 900px;
  margin: 0 auto;
  position: relative;
}

/* --------------------
   フォームテーブル
-------------------- */
.form-lacleis-page article.contact#content section#wrap table.contact {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin: 30px 0 0 0;
  padding: 0;
}

.form-lacleis-page article.contact#content section#wrap table.contact th {
  width: 200px;
  padding: 12px 0 12px 10px;
  font-size: 75%;
  font-weight: bold;
  border-bottom: #CCC 1px dotted;
  vertical-align: top;
}

.form-lacleis-page article.contact#content section#wrap table.contact td {
  padding: 12px 0 12px 0;
  font-size: 75%;
  line-height: 1.8;
  border-bottom: #CCC 1px dotted;
}

.form-lacleis-page article.contact#content section#wrap table.contact td.noline {
  border-bottom: none;
  padding: 12px 0 0 0;
}

.form-lacleis-page article.contact#content section#wrap table.contact td p.att {
  padding: 9px 0 9px 0;
  font-size: 83.3%;
  line-height: 1.6;
}

.form-lacleis-page article.contact#content section#wrap table.contact td dl {
  padding: 0;
}

.form-lacleis-page article.contact#content section#wrap table.contact td dl dt {
  width: 250px;
  padding: 3px 0 12px 0;
  float: left;
}

.form-lacleis-page article.contact#content section#wrap table.contact td dl dd {
  padding: 0 0 12px 251px;
}

.form-lacleis-page article.contact#content section#wrap table.contact td dl dd strong {
  font-size: 150.0%;
  font-weight: bold;
  color: #B02121;
}

/* --------------------
   送信・ボタン
-------------------- */
.form-lacleis-page article.contact#content section#wrap p.send {
  text-align: center;
  padding: 65px 0 85px 0;
  margin: 0 auto;
  clear: both;
}

.form-lacleis-page article.contact#content section#wrap p.send a {
  padding: 0 10px;
}

/* --------------------
   サンクスページ
-------------------- */
.form-lacleis-page article.contact#content section#wrap div#thanks {
  padding: 50px 0;
  text-align: center;
}

.form-lacleis-page article.contact#content section#wrap div#thanks h5 {
  padding: 0 0 50px 0;
  font-size: 100%;
  font-weight: bold;
}

.form-lacleis-page article.contact#content section#wrap div#thanks p {
  font-size: 75%;
  line-height: 1.8;
}

/* --------------------
   閉じるボタン
-------------------- */
.form-lacleis-page article.contact#content section#wrap p.btnClose {
  text-align: center;
  padding: 65px 0 85px 0;
  margin: 0 auto;
  clear: both;
}

.form-lacleis-page article.contact#content section#wrap p.btnClose a {
  font-size: 75%;
  padding: 13px 20px 10px 48px;
  border: #D4D4D4 1px solid;
  background: #E1E1E1 19px 16px no-repeat;
}

.form-lacleis-page article.contact#content section#wrap p.btnClose a:link,
.form-lacleis-page article.contact#content section#wrap p.btnClose a:visited {
  color: #333;
  text-decoration: underline;
}

.form-lacleis-page article.contact#content section#wrap p.btnClose a:hover,
.form-lacleis-page article.contact#content section#wrap p.btnClose a:active {
  color: #333;
  text-decoration: underline;
  border: #69F 1px solid;
}

/* --------------------
   フッター
-------------------- */
.form-lacleis-page article.contact#content footer.form-footer {
  padding: 30px 0;
  text-align: center;
  clear: both;
}

.form-lacleis-page article.contact#content footer.form-footer p.copy {
  font-size: 62.5%;
  padding: 5px 10px 10px 0;
  color: #999;
  display: inline-block;
}

.form-lacleis-page article.contact#content footer.form-footer p.privacy {
  display: inline-block;
  padding: 0 0 0 10px;
  margin: 0 0 10px 0;
}

.form-lacleis-page article.contact#content footer.form-footer p.privacy a {
  font-size: 62.5%;
  line-height: normal;
  padding: 3px 6px;
  color: #666;
}

/* --------------------
   エラーメッセージ
-------------------- */
.form-lacleis-page .error {
  font-weight: bold;
  color: #B02121;
  line-height: 1.3;
}

.form-lacleis-page .wpcf7-not-valid-tip {
  font-weight: bold;
  color: #B02121;
  font-size: 75%;
  line-height: 1.3;
  display: block;
  margin-top: 5px;
}

.form-lacleis-page .wpcf7-response-output {
  border: 2px solid #B02121;
  padding: 10px;
  margin: 20px 0;
  font-size: 75%;
  text-align: center;
}

/* --------------------
   CF7フォーム用追加スタイル
-------------------- */
.form-lacleis-page .wpcf7 input[type="text"],
.form-lacleis-page .wpcf7 input[type="email"],
.form-lacleis-page .wpcf7 input[type="tel"],
.form-lacleis-page .wpcf7 textarea {
  border: 1px solid #CCC;
  padding: 5px;
  font-size: 100%;
}

.form-lacleis-page .wpcf7 input[type="text"]:focus,
.form-lacleis-page .wpcf7 input[type="email"]:focus,
.form-lacleis-page .wpcf7 input[type="tel"]:focus,
.form-lacleis-page .wpcf7 textarea:focus {
  border-color: #666;
  outline: none;
}

.form-lacleis-page .wpcf7 input[type="submit"] {
  display: inline-block;
  padding: 15px 40px;
  background: #444;
  color: #FFF;
  border: none;
  font-size: 100%;
  cursor: pointer;
  margin: 5px;
}

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

.form-lacleis-page .wpcf7 input[type="button"] {
  display: inline-block;
  padding: 15px 40px;
  background: #E1E1E1;
  color: #333;
  border: 1px solid #D4D4D4;
  font-size: 100%;
  cursor: pointer;
  margin: 5px;
}

.form-lacleis-page .wpcf7 input[type="button"]:hover {
  border-color: #69F;
}

/* CF7 Multi-Step: 確認画面の値表示 */
.form-lacleis-page .cf7msm-value {
  font-size: 75%;
  line-height: 1.8;
}

/* ボタンエリア */
.form-lacleis-page .form-buttons {
  text-align: center;
  padding: 45px 0 25px 0;
  margin: 20px;
  clear: both;
}

/* リンクスタイル */
.form-lacleis-page a { color: #998D0E; text-decoration: underline; }
.form-lacleis-page a:link { color: #998D0E; text-decoration: underline; }
.form-lacleis-page a:visited { color: #CCC; text-decoration: underline; }
.form-lacleis-page a:hover { color: #CC0; text-decoration: none; }
.form-lacleis-page a:active { color: #CC0; text-decoration: none; }

/* --------------------
   レスポンシブ対応
-------------------- */
@media screen and (max-width: 960px) {
  .form-lacleis-page article.contact#content section#wrap {
    width: 95%;
    padding: 0 2.5%;
  }

  .form-lacleis-page article.contact#content section#wrap table.contact th {
    display: block;
    width: 100%;
    padding: 12px 0 5px 0;
    border-bottom: none;
  }

  .form-lacleis-page article.contact#content section#wrap table.contact td {
    display: block;
    width: 100%;
    padding: 5px 0 12px 0;
  }

  .form-lacleis-page article.contact#content section#wrap table.contact tr {
    display: block;
  }
}

[data-name^="family-"] input,
[data-name^="first-"] input {
  width: 12em;
}