#FormArea {
    width: 100vw;
    height: auto;
    background-size: 1920px auto;
    background-position: center bottom;
    display: block;
    position: relative;
    z-index: 0;
    padding: 2.8em 0;
    background-color: #fb6022;
}
#FormArea h4 {
    font-size:36px;
    line-height: 1.2em;
    text-align: center;
    padding-top: 20px;
    margin: 0rem 2rem 2rem;
    color: #fff;
}
#FormArea h5 {
    text-align: center;
    font-size: 29px;
    color: #FEF043;
    line-height: 1.4em;
}
.cont-pc{display:block;
}
.cont-mb{display:none;
}
.form-L {
    width: 40%;
    height: auto;
    margin-top: 0px;
    display: block;
    float: left;
}

.form-R {
    width: 55%;
    height: auto;
    display: block;
    float: left;
}
/*
.form {
    width: 50%;
    height: auto;
    margin-top: 20px;
    display: block;
    margin: 0 auto;
}
*/
ul.form li {
    margin: 0px auto 5px auto;
    width: 100%;
    font-size: 1em;
    line-height: 2;
    display: table;
    text-align: center;
}
ul.form li .input-title {
    display: inline-block;
    width: 35%;
    background-color: #fbb24e;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border: 1px solid #FFF;
    border-right: none;
    color: white;
    font-size: calc(15px + (18 - 15) * ((100vw - 1000px)/ (1920 - 1000)));
    float: left;
}
input,
select {
    margin: 0;
    padding: 0 0.5em;
    height: 44px;
    outline: 0;
    vertical-align: middle;
    border: 1px solid #FFF;
    background-color: rgba(0, 0, 0, .5);
    width: 99%;
    border-radius: 5px;
    color: #FFF;
}

input[type="radio"],
input[type="checkbox"] {
    width: 1.25em;
    height: 1.25em;
    padding: 0;
    margin: 3px 0.25em 5px 0.25em;
    border: 1px solid #bebebe;
}
select[name="ct1"] {
    margin: 0px;
    float: left;
}
select[name="ct2"] {
    margin-left: 4px;
}
select[name="ct1"],
select[name="ct2"] {
    width: 49.2%;
}
ul.form li input,
ul.form li select {
    font-size: calc(15px + (18 - 15) * ((100vw - 1000px)/ (1920 - 1000)));
}
ul.form li input,
ul.form li select {
    height: 34px;
    color: #fb6022;
    border-radius: 0px;
    border: 1px solid #FFF;
    background-color:#FFFFFF;
}
ul.form li input[type="text"],
ul.form li input[type="email"],
ul.form li input[type="tel"] {
    width: 64.4%;
    float: left;
    border-left: none;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
button[type="submit"].btn,
.btn {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #00a8ff;
    cursor: pointer;
    display: block;
    align-self: center;
    font-weight: 400;
    line-height: 1;
    margin: 20px auto;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
}
button[type="submit"].check_btn,
.check_btn {
    -webkit-transition: box-shadow 500ms ease-in-out, color 500ms ease-in-out;
    transition: box-shadow 500ms ease-in-out, color 500ms ease-in-out;
}
ul.form-L li button[type="submit"] {
    padding: 0;
    width: 100%;
    border-radius: 0px;
    background-color: #00315a; 	
    letter-spacing: 2px;
}
ul.form-L li button[type="submit"]:hover {
	background:#001a3b;
    border-bottom: 4px solid #00315a;
}
#FormArea ul.form-L li button[type="submit"] h5 {
    font-size: calc(20px + (24 - 20) * ((100vw - 1000px)/ (1920 - 1000)));
    margin: 10px auto;
    color: #FFFFFF;
    font-family: Arial, "LiHei Pro", "Microsoft JhengHei", "PMingLiU", sans-serif;
}
#FormArea ul.form-L li button[type="submit"]:hover h5 {
    color: #fff;
}
@media screen and (max-width:1024px) {
    .form {
        width: 90%;
        margin: 20px auto 0;
    }
}
@media screen and (max-width:768px) {
/*    #FormArea h4 {
        font-size: 24px;
    }*/
    #FormArea h4{
        font-size:2.2em;
    }
    #FormArea h5 {
        font-size: 22px;
    }
    .form {
        float: none;
        width: 80vw;
        margin: 0px auto 20px auto;
    }
	.form-R {
		width: 100%;
		padding:2%;
	}	
    ul.form li {
        margin: 0px auto 8px auto
    }
    ul.form li .input-title,
    ul.form li input,
    ul.form li select {
        font-size: calc(14px + (16 - 14) * ((100vw - 320px)/ (640 - 320)));
    }
    input,
    select {
        width: 99.4%
    }
    ul.form li input[type="text"],
    ul.form li input[type="email"],
    ul.form li input[type="tel"] {
        width: 65%;
    }
    select[name="ct2"] {
        margin-left: 8px;
    }
}


@media screen and (max-width:639px) {
    ul.form li input[type="text"],
    ul.form li input[type="email"],
    ul.form li input[type="tel"] {
        width: 64.5%;
    }
    select[name="ct2"] {
        margin-left: 3px;
    }
    input,
    select {
        width: 98.5%;
    }
/*    .cont-pc{
        display: none;
    }*/
/*    .cont-mb{
        display: block;
    }*/
    #FormArea h4{
        font-size:2.2em;
    }    
}


/* FormArea CSSStyle END*/