
/* Inquiry Form Styles - All selectors prefixed with jprop_ to avoid conflicts */
.jprop_detail_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;
    color: #333;
    background-color: #fff;
}

/* Breadcrumb Navigation */
.jprop_breadcrumb {
    font-size: 12px;
    margin-bottom: 20px;
    color: #666;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.jprop_breadcrumb a {
    color: #666;
    text-decoration: none;
    transition: color 0.2s;
}

.jprop_breadcrumb a:hover {
    color: #ff4d4d;
    text-decoration: underline;
}


.jprop_detail_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;
    color: #333;
    background-color: #fff;
}

/* Breadcrumb Navigation */
.jprop_breadcrumb {
    font-size: 12px;
    margin-bottom: 20px;
    color: #666;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.jprop_breadcrumb a {
    color: #666;
    text-decoration: none;
    transition: color 0.2s;
}

.jprop_breadcrumb a:hover {
    color: #ff4d4d;
    text-decoration: underline;
}

.jprop_inquiry_container {
    background-color: #fff;
    padding: 40px 25px;
    max-width: 960px;
    margin: 30px auto;
    font-family: 'Helvetica Neue', sans-serif;
    color: #333;
}

.jprop_inquiry_title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #2c3e50;
    text-align: center;
    border-bottom: 2px solid #4CAF50;
    padding-bottom: 10px;
}

/* Section Styling */
.jprop_terms_section h2 {
    font-size: 20px;
    color: #4CAF50;
    margin-top: 25px;
    margin-bottom: 10px;
    border-left: 4px solid #4CAF50;
    padding-left: 10px;
}

.jprop_terms_section p,
.jprop_terms_section ul {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.jprop_terms_section ul {
    padding-left: 20px;
    list-style: disc;
}

.jprop_terms_section li {
    margin-bottom: 8px;
}

/* Links */
.jprop_terms_section a {
    color: #0073aa;
    text-decoration: underline;
}

.jprop_terms_section a:hover {
    color: #005f8a;
}

/* Responsive */
@media screen and (max-width: 600px) {
    .jprop_inquiry_container {
        padding: 20px 15px;
    }

    .jprop_inquiry_title {
        font-size: 24px;
    }

    .jprop_terms_section h2 {
        font-size: 18px;
    }

    .jprop_terms_section p,
    .jprop_terms_section ul {
        font-size: 15px;
    }
}
