@charset "utf-8";
/*
Theme Name: LIQUID LP Child
Theme URI: https://lqd.jp/wp/
Description: LIQUID PRESS THEME
Author: LIQUID DESIGN
Author URI: https://lqd.jp/
Template: liquid-lp
Version: 1.2.6
*/
/* Child Styles */

.list-inline-tag {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0px;
}

.list-inline-tag li {
    background:#cbd8e2 !important;
    margin:3px !important;
    padding:6px !important;
    text-decoration:none !important;
    color:#212529 !important;
    font-size:12px !important;
    font-weight:bold !important;
    border-radius:5px !important;
}
.info-cat{
background:#e05260 !important;
    margin:3px !important;
    padding:6px !important;
    text-decoration:none !important;
    color:#fff !important;
    font-size:12px !important;
    font-weight:bold !important;
    border-radius:5px !important;

}




.form-container {
            max-width: 800px;
            margin: 0 auto;
            background: white;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            animation: slideUp 0.8s ease-out;
        }

        @keyframes slideUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .form-header {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 40px 30px;
            text-align: center;
        }

        .form-header h1 {
            font-size: 2.2rem;
            margin-bottom: 10px;
            font-weight: 300;
        }

        .form-header p {
            font-size: 1.1rem;
            opacity: 0.9;
        }

        .form-body {
            padding: 40px 30px;
        }

        .wpcf7-form {
            display: flex;
            flex-direction: column;
            gap: 25px;
        }

        .form-group {
            position: relative;
        }

        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #333;
            font-size: 1rem;
            position: relative;
        }

        .required::after {
            content: "必須";
            background: #ff6b6b;
            color: white;
            font-size: 0.75rem;
            padding: 2px 8px;
            border-radius: 12px;
            margin-left: 8px;
            font-weight: 500;
        }

        .optional::after {
            content: "任意";
            background: #4ecdc4;
            color: white;
            font-size: 0.75rem;
            padding: 2px 8px;
            border-radius: 12px;
            margin-left: 8px;
            font-weight: 500;
        }

        .wpcf7-form-control {
            width: 100%;
            padding: 15px 20px;
            border: 2px solid #e1e8ed;
            border-radius: 12px;
            font-size: 1rem;
            transition: all 0.3s ease;
            background: #f8f9fa;
        }

        .wpcf7-form-control:focus {
            outline: none;
            border-color: #667eea;
            background: white;
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
            transform: translateY(-2px);
        }

        .wpcf7-textarea {
            min-height: 120px;
            resize: vertical;
        }

        .wpcf7-radio,
        .wpcf7-checkbox {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin-top: 10px;
        }

        .wpcf7-list-item {
            display: flex;
            align-items: center;
            gap: 8px;
            background: #f8f9fa;
            padding: 12px 18px;
            border-radius: 25px;
            border: 2px solid transparent;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .wpcf7-list-item:hover {
            background: #e9ecef;
            transform: translateY(-2px);
        }

        .wpcf7-list-item input[type="radio"],
        .wpcf7-list-item input[type="checkbox"] {
            width: auto;
            margin: 0;
            accent-color: #667eea;
        }

        .wpcf7-list-item:has(input:checked) {
            background: #667eea;
            color: white;
            border-color: #667eea;
            transform: translateY(-2px);
        }

        .wpcf7-select {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
            background-position: right 12px center;
            background-repeat: no-repeat;
            background-size: 16px;
            appearance: none;
        }

        .wpcf7-submit {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            border: none;
            padding: 18px 40px;
            border-radius: 50px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            align-self: center;
            margin-top: 20px;
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
        }

        .wpcf7-submit:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
        }

        .wpcf7-submit:active {
            transform: translateY(-1px);
        }

        .section-title {
            font-size: 1.3rem;
            color: #333;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #667eea;
            font-weight: 600;
        }

        .rating-group {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-top: 15px;
        }

        .rating-item {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 15px;
            border: 2px solid transparent;
            transition: all 0.3s ease;
        }

        .rating-item:hover {
            border-color: #667eea;
            transform: translateY(-2px);
        }

        .rating-label {
            font-weight: 600;
            margin-bottom: 10px;
            color: #333;
        }

        @media (max-width: 768px) {
            .form-container {
                margin: 10px;
                border-radius: 15px;
            }

            .form-header {
                padding: 30px 20px;
            }

            .form-header h1 {
                font-size: 1.8rem;
            }

            .form-body {
                padding: 30px 20px;
            }

            .wpcf7-radio,
            .wpcf7-checkbox {
                flex-direction: column;
                gap: 10px;
            }

            .rating-group {
                grid-template-columns: 1fr;
            }
        }

        .wpcf7-response-output {
            margin-top: 20px;
            padding: 15px;
            border-radius: 10px;
            font-weight: 600;
        }

        .wpcf7-mail-sent-ok {
            background: #d4edda;
            color: #155724;
            border: 1px solid #c3e6cb;
        }

        .wpcf7-validation-errors {
            background: #f8d7da;
            color: #721c24;
            border: 1px solid #f5c6cb;
        }
