/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



/* =========================================================
   RedLoo 工場無料採寸ご予約フォーム（CF7）
   PC：横並び／SP：縦並び
   各項目整列・ラジオ横書き・バランス調整済み
========================================================= */

/* --- 全体レイアウト --- */
.wpcf7 form {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #222;
  max-width: 880px;
  margin: 0 auto;
}

/* --- 行の基本構造 --- */
.form-row {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.form-row label {
  width: 200px;
  min-width: 180px;
  font-weight: 500;
  padding-right: 20px;
  box-sizing: border-box;
  display: inline-block;
}

/* --- テキスト／セレクト／テキストエリア --- */
.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="tel"],
.form-row input[type="date"],
.form-row select,
.form-row textarea {
  flex: 1;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.4;
  box-sizing: border-box;
}

/* --- テキストエリア --- */
.form-row textarea {
  min-height: 140px;
  resize: vertical;
}

/* --- ラジオ・チェックボックス整列 --- */
.form-row .wpcf7-list-item {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 6px;
  vertical-align: middle;
  width: auto;
}

.form-row .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  font-weight: 400;
}

/* --- 縦書きバグをリセット（テーマ干渉対策） --- */
.wpcf7-list-item label,
.wpcf7-list-item-label,
.entry-content label {
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
}

/* --- セクション見出し --- */
/* h3 {
  font-size: 18px;
  font-weight: 600;
  border-top: 1px solid #ccc;
  padding-top: 24px;
  margin-top: 36px;
  margin-bottom: 12px;
} */

/* --- 送信ボタン --- */
.wpcf7 form .wpcf7-submit {
  display: inline-block;
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 32px;
  border-radius: 30px;
  font-size: 15px;
  letter-spacing: 0.05em;
  transition: 0.2s;
  cursor: pointer;
}

.wpcf7 form .wpcf7-submit:hover {
  background: #444;
}

/* --- スマホ調整 --- */
@media screen and (max-width: 640px) {
  .form-row {
    display: block;
  }

  .form-row label {
    width: 100%;
    margin-bottom: 6px;
    padding-right: 0;
  }

  .form-row .wpcf7-list-item {
    display: block;
    width: 100%;
    margin-right: 0;
  }

  .wpcf7 form {
    font-size: 14px;
  }
}
