@media (max-width: 767px) {
    #page4_title {
        height: 80px !important;
        font-size: 30px !important;
    }

    #formbox{
        width: 100% !important;
    }
}

.contain {
    display: flex;
    flex-direction: column;
    align-items: center;
}

img {
    width: 100%;
}

#page4_title {
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(240, 240, 240);
    font-size: 55px;
    color: #13513C;
}

#page4_form {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 0;
}

#formbox {
    height: fit-content;
    display: flex;
    font-size: 24px;
    margin-bottom: 30px;
}

#formbox>p {
    white-space: nowrap;
}

input {
    background: transparent;
    border: 0;
    outline: none;
    border-bottom: 1px solid #8C8C8C;
    font-size: 24px;
    margin-left: 20px;
}

#page4_form9 {
    width: 99%;
    background: transparent;
    margin-top: 20px;
}

#page4_form10 {
    width: 180px;
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    border-radius: 5px;
    color: #fff;
    font-size: 30px;
    margin: 0 auto;

}