/* LostFound Contact Form Japanese Base */
.mcfp-wrapper {
    max-width: 600px;
    margin: 30px auto;
    padding: 25px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    font-family: "Noto Sans JP", sans-serif;
}
.mcfp-title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 700;
}
.mcfp-form label {
    margin-top: 15px;
    display: block;
    font-weight: 600;
}
.mcfp-form input,
.mcfp-form select,
.mcfp-form textarea {
    width: 100%;
    padding: 12px;
    margin-top: 6px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 16px;
}
.mcfp-form textarea { height: 150px; }
.mcfp-form button {
    width: 100%;
    margin-top: 20px;
    padding: 14px;
    border: none;
    background: #0078ff;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}
.mcfp-form button:hover { background: #005fcc; }
.mcfp-success {
    margin-top: 20px;
    padding: 15px;
    background: #e8ffef;
    border-left: 4px solid #30c96b;
    font-weight: 600;
}
