#contact {
    width: 100%;
}

#contact h1 {
    text-align: center;
}

.line_contact {
    max-width: 700px;
    width: 100%;
    margin: 100px auto 0 auto;
}

.line_contact img {
    width: 100%;
    
}

form {
    width: 500px;
    margin: 100px auto 200px auto;
    border: 2px solid #fbb03b;
    border-radius: 20px;
    padding: 30px 100px;
    background-color: #fff;
}

form p {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 5px 0;
    line-height: 30px;
}

form p span {
    color: #ec0000;
}

.question {
    font-size: 1.2rem;
    margin: 20px 0 5px 0;
}

input {
    height: 30px;
}

input[name="field_7432574_sei"] {
    width: 40%;
}

input[name="field_7432574_mei"] {
    width: 40%;
}

input[name="field_7432575"] {
    width: 60%;
}

input[name="field_7432576"] {
    accent-color: #fbb03b;
    inline-size: 1.1rem;
    block-size: 1.1rem;
}

textarea[name="field_7432591"] {
    width: 100%;
}

input[name="submit"] {
    display: block;
    width: 300px;
    height: 50px;
    border-radius: 30px;
    margin: 50px auto !important;
    background-color: #fbb03b;
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
    letter-spacing: 3px;
    border: 1px solid #fbb03b;
}

.privasypolicy_check {
    display: flex;
    align-items: center;
}

input[type="checkbox"] {
    accent-color: #fbb03b;
}

.privasypolicy_check a {
    text-decoration: underline;
    margin-left: 10px;
}

.hp_select {
    margin-top: 50px;
}

.select {
    width: 100%;
}

input[name="field_7442479"] {
    width: 100%;
    accent-color: #fbb03b;
    inline-size: 1.1rem;
    block-size: 1.1rem;
}

input[name="field_7442486"] {
    width: 100%;
    accent-color: #fbb03b;
    inline-size: 1.1rem;
    block-size: 1.1rem;
}

.check {
    margin-top: 50px;
}

@media (max-width: 1100px) {
    
    form {
        width: 70%;
        padding: 30px 50px;
        margin-top: 0;
    }

    .line_contact {
        width: 80%;
        margin-top: 0;
        margin-bottom: 50px;
    }
}

@media (max-width: 450px) {
    form {
        width: 80%;
        padding: 30px 20px;
    }

    .line_contact {
        width: 90%;
    }

}