body {
    font-size: 16px;
}

#header {
}
#header , #footer {
}
#main {
}
.check input , .radio input {
    margin-right: 5px;
}
.contact_txt {
    text-align: center;
}
#form_wrap {
    background-image: url(../../assets/img/bg_01.jpg);
    background-repeat: repeat;
    background-position: center top;
    padding: 50px 0;
}
.footer_bottom {
    padding-bottom: 20px !important;
}
h3 {
    text-align: center;
    margin-bottom: 20px;
}

/* media query : mobile
---------------------------------------------*/
@media screen and (max-width: 768px) {
    .form {
        width: auto;
        padding: 20px;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
        margin: 0 20px;
        box-sizing: border-box;
        background-color: #fff;
    }
    .form .title {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 100vw;
        height: 220px;
        text-align: center;
        margin: 0 calc(50% - 50vw) 50px;
        background-color: rgba(255, 255, 255, 0.6);
    }
    .form .title:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../../assets/img/property-intro_title_bg.jpg) no-repeat;
        background-size: cover;
        background-position: center bottom 30%;
        z-index: -1;
    }
    .form .title h2 {
        font-size: 1.9rem;
        margin-bottom: 0;
    }
    .form form {
        margin-top: 30px;
    }
    .form .input-wrap {
        padding-bottom: 25px;
        margin-bottom: 20px;
        border-bottom: 1px solid #e3e3e3;
    }
    .form .input-wrap:first-of-type {
        padding-top: 20px;
        border-top: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
    }
    .form .input-wrap label {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 10px;
        box-sizing: border-box;
    }
    .form .input-wrap label .required {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 21px;
        font-size: 0.8rem;
        color: #fff;
        padding: 3px 7px;
        background-color: #EB086C;
        border-radius: 2px;
    }
    .form .input-wrap div.input {
        display: flex;
        width: 100%;
        box-sizing: border-box;
        align-items: center;
    }
    .form .input-wrap div.input input::placeholder {
        font-size: 1rem;
    }
    .form .input-wrap div.input > input,
    .form .input-wrap div.input > textarea {
        width: 100%;
        font-size: 1rem;
        padding: 15px;
        box-sizing: border-box;
    }
    .form .input-wrap div.input div {
        display: flex;
        width: 50%;
    }
    .form .input-wrap div.input select {
        width: 70%;
        font-size: 1rem;
        padding: 15px;
        box-sizing: border-box;
    }
    .form .input-wrap div.input select option {
        padding: 3px 7px;
    }
    .form .form-submit_button {
        margin-top: 40px;
    }
    .form .button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 220px;
        height: 59px;
        font-size: 1rem;
        color: #fff;
        border-radius: 10px;
        margin-left: auto;
        margin-right: auto;
        background-color: #086db2;
        filter: drop-shadow(0 5px 0 rgb(0, 75, 126, 1));
    }

    .form dl.confirm {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .form dl.confirm dt,
    .form dl.confirm dd {
        display: flex;
        flex-wrap: wrap;
        padding: 25px 0;
        border-bottom: 1px solid #e3e3e3;
        box-sizing: border-box;
    }
    .form dl.confirm dt:first-of-type,
    .form dl.confirm dd:first-of-type {
        border-top: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
    }
    .form dl.confirm dt {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 30%;
        box-sizing: border-box;
    }
    .form dl.confirm dd {
        width: 70%;
        padding-left: 15px;
        box-sizing: border-box;
    }
    .form .form-submit_button {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .form p.form-submit_button .button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(50% - 7.5px);
        height: 59px;
        font-size: 1rem;
        color: #fff;
        border-radius: 10px;
        background-color: #086db2;
        filter: drop-shadow(0 5px 0 rgb(0, 75, 126, 1));
    }

    .form.complete .content {
        max-width: 780px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    } 
    .form .return_button {
        margin-top: 40px;
    }
    .form .return_button a {
        color: #fff;
    }
}

/* media query : desktop
---------------------------------------------*/
@media screen and (min-width: 769px) {
    .form {
        max-width:1000px;
        margin: 0 auto;
        padding: 50px;
        background-color: #fff;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
    }
    .form .title {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 100vw;
        height: 290px;
        text-align: center;
        margin: 0 calc(50% - 50vw) 80px;
        background-color: rgba(255, 255, 255, 0.6);
    }
    .form .title:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../../assets/img/property-intro_title_bg.jpg) no-repeat;
        background-size: cover;
        background-position: center bottom 30%;
        z-index: -1;
    }
    .form .title h2 {
        font-size: 2.3rem;
        margin-bottom: 0;
    }
    .form form {
        margin-top: 50px;
    }
    .form .input-wrap {
        display: flex;
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 1px solid #e3e3e3;
    }
    .form .input-wrap:first-of-type {
        padding-top: 25px;
        border-top: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
    }
    .form .input-wrap label {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 25%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .form .input-wrap label .required {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 23px;
        font-size: 0.8rem;
        color: #fff;
        padding: 3px 7px;
        background-color: #EB086C;
        border-radius: 2px;
    }
    .form .input-wrap div.input {
        display: flex;
        width: 75%;
        padding: 0 15px;
        box-sizing: border-box;
        align-items: center;
    }
    .form .input-wrap div.input input::placeholder {
        font-size: 1rem;
    }
    .form .input-wrap div.input > input,
    .form .input-wrap div.input > textarea {
        width: 100%;
        font-size: 1rem;
        padding: 18px;
        box-sizing: border-box;
    }
    .form .input-wrap div.input div {
        display: flex;
        width: 33.33%;
    }
    .form .input-wrap div.input select {
        width: 33.33%;
        font-size: 1rem;
        padding: 18px;
        box-sizing: border-box;
    }
    .form .input-wrap div.input select option {
        padding: 3px 7px;
    }
    .form div.form-submit_button {
        margin-top: 50px;
    }
    .form .button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 255px;
        height: 64px;
        font-size: 1rem;
        color: #fff;
        border-radius: 10px;
        margin-top: -5px;
        margin-left: auto;
        margin-right: auto;
        background-color: var(--mainColor);
        filter: drop-shadow(0 5px 0 rgb(0, 30, 51));
        transition: all 0.3s ease;
    }
    .form .button:hover {
        margin-top: 0;
        margin-bottom: -5px;
        filter: drop-shadow(0 0 0 rgb(0, 75, 126, 1));
        cursor: pointer;
    }

    .form dl.confirm {
        display: flex;
        flex-wrap: wrap;
        margin-top: 50px;
    }
    .form dl.confirm dt,
    .form dl.confirm dd {
        padding: 35px 15px;
        border-bottom: 1px solid #e3e3e3;
        box-sizing: border-box;
    }
    .form dl.confirm dt:first-of-type,
    .form dl.confirm dd:first-of-type {
        border-top: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
    }
    .form dl.confirm dt {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 25%;
        box-sizing: border-box;
    }
    .form dl.confirm dd {
        width: 75%;
        box-sizing: border-box;
    }
    .form .form-submit_button {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }

    .form.complete .content {
        max-width: 780px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    } 
    .form .return_button {
        margin-top: 50px;
    }
    .form .return_button a {
        color: #fff;
    }
}


input[type="submit"] {
    border: 0;
    box-shadow: 0;
}
input[type="button"] {
    border: 0;
    box-shadow: 0;
}
.form div.validation-error {
    display: block;
    color: #d00303;
}
.form .error-message {
    background-color: #efefef;
    color: #d00303;
}
input , textarea , select {
    border: 1px solid #9F9F9F;
}

.btn {
    border: 3px solid var(--mainColor);
    border-radius: 10px;
    color: var(--mainColor);
    margin: 5rem auto 0 auto;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 300px;
    padding: 1rem 0;
    text-decoration: none !important;
}
.btn:hover {
    color: #fff;
    background-color: var(--mainColor);
}

@media screen and (min-width: 900px) {
    .line-break{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .line-break{
        display: none;
    }
}