@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* --- お問い合わせフォーム（みらいゆ用） --- */

/* 全体の枠組み */
.miraiyu-contact-form {
    max-width: 800px;
    margin: 0 auto;
}

/* 見出し (h4) のデザイン */
.miraiyu-contact-form h4 {
    font-size: 1.1em;
    margin-bottom: 0.5em !important; /* SWELLのデフォルト余白を調整 */
    margin-top: 1.5em;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: #333;
}

/* 必須バッジのデザイン */
.miraiyu-contact-form .badge-required {
    background-color: #ff6b6b; /* メインカラーに合わせて変更可 */
    color: #fff;
    font-size: 0.75em;
    padding: 2px 8px;
    margin-left: 10px;
    border-radius: 4px;
    vertical-align: middle;
    font-weight: normal;
}

/* 入力エリア (p) の調整 */
.miraiyu-contact-form p {
    margin-bottom: 0;
}

/* 入力フォーム本体のデザイン */
.miraiyu-contact-form input[type="text"],
.miraiyu-contact-form input[type="email"],
.miraiyu-contact-form input[type="tel"],
.miraiyu-contact-form textarea,
.miraiyu-contact-form select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px; /* SWELLらしく少し丸く */
    background-color: #f9f9f9;
    font-size: 16px; /* スマホで拡大されないサイズ */
    box-sizing: border-box;
    transition: 0.3s;
}

/* 入力時のフォーカス色 */
.miraiyu-contact-form input:focus,
.miraiyu-contact-form textarea:focus,
.miraiyu-contact-form select:focus {
    border-color: #ff6b6b; /* メインカラー */
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 5px rgba(255, 107, 107, 0.2);
}

/* ラジオボタンの並び調整 */
.miraiyu-contact-form .wpcf7-list-item {
    margin-right: 20px;
    display: inline-block;
}

/* プライバシーポリシーのチェックボックス周り */
.miraiyu-contact-form .privacy-check {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em;
}

/* 送信ボタンの位置調整 */
.miraiyu-contact-form .submit-btn-wrap {
    text-align: center;
}

/* 送信ボタンのカスタマイズ（必要に応じて） */
.miraiyu-contact-form input[type="submit"] {
    width: 100%;
    max-width: 300px; /* PCでは幅広になりすぎないように */
    padding: 15px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

/* LP見出し */
.post_content h2.is-style-section_ttl,
.post_content h2.is-style-section_ttl::before,
.post_content h2.is-style-section_ttl::after {
	color: #9F9167;
}