#FormArea {
    width: 100%;
    height: auto;
    background-color: #8b89f3;
    background-image: linear-gradient( to right, #8b89f3, #3985dd);
    background-repeat: no-repeat;
    background-size: 1920px auto;
    background-position: center bottom;
    display: block;
    position: relative;
    z-index: 0;
    margin-top: 0px;
    padding-top: 17px;
    padding-bottom: 37px;

}

#FormArea h4 {
/*    font-size: calc(34px + (37 - 34) * ((100vw - 1280px)/ (1920 - 1280)));*/
    font-size:2.2em;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 10px;
    color: #fff;
}

#FormArea h5 {
    text-align: center;
    font-size: 29px;
    color: #FEF043;
    margin-bottom: 20px;
    line-height: 1.4em;
}

.cont-pc{display:block;}
.cont-mb{display:none;}

.form-L {
    width: 50%;
    height: auto;
    margin-top: 20px;
    display: block;
    float: left;
}

.form-R {
    width: 50%;
    height: auto;
    display: block;
    float: right;
}
.form-R img{
	padding-top:50px;
}

ul.form-L li {
    margin: 0px auto 3px auto;
    width: 92%;
    font-size: 1em;
    line-height: 2;
    display: table;
}

ul.form-L li .input-title {
    display: inline-block;
    width: 35%;
    background-color: rgba(255, 255, 255, .9);
    height: 34px;
    text-align: center;
    line-height: 34px;
    border: 1px solid #FFF;
    border-right: none;
    color: #1c528e;
    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%;
}

ul.form-L li input,
ul.form-L li select {
    font-size: calc(15px + (18 - 15) * ((100vw - 1000px)/ (1920 - 1000)));
}

ul.form-L li input,
ul.form-L li select {
    height: 34px;
    color: #FFF;
    border-radius: 0px;
    border: 1px solid #FFF;
    /*background-color: rgba(255,255,255,.2);*/
    background-color:#4786e1;
}

ul.form-L li input[type="text"],
ul.form-L li input[type="email"],
ul.form-L li input[type="tel"] {
    width: 60%;
    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: transparent;
/*    border: 2px solid #FFF;*/
    background-color: rgba(0, 0, 0, .5);
    border-radius: 0.6em;
    color: #2468c9;
    cursor: pointer;
    display: block;
    align-self: center;
    font-weight: 400;
    line-height: 1;
    margin: 20px auto;
    padding: 5px 87px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

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: linear-gradient(45deg, rgba(255, 187, 75, 1)35%, rgba(255, 255, 93, 0.8)72%); 	
/*    background-color: #ffd139;*/
    letter-spacing: 2px;
/*    border: 4px solid rgba(0, 0, 0, 0);*/
}

ul.form-L li button[type="submit"]:hover {
	background:#23d9cf;
    border-bottom: 4px solid #0f8f88;
    border-right: 2px solid #0f8f88;
}


#FormArea ul.form-L li button[type="submit"] h5 {
    font-size: calc(20px + (24 - 20) * ((100vw - 1000px)/ (1920 - 1000)));
    margin: 10px auto;
    color: #2468c9;
    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:768px) {
/*    #FormArea h4 {
        font-size: 24px;
    }*/
    #FormArea h4{
        font-size:2.2em;
		padding-left:2%;
		padding-right:2%;
    }
    #FormArea h5 {
        font-size: 22px;
    }
    .form-L {
        float: none;
        width: 80vw;
        margin: 0px auto 20px auto;
    }
    .form-R {
        float: none;
        width: 80vw;
        margin: auto;
    }
	.form-R img{
		padding-top:20px;
		padding-bottom:20px;
	}	
    ul.form-L li {
        margin: 0px auto 8px auto
    }
    ul.form-L li .input-title,
    ul.form-L li input,
    ul.form-L li select {
        font-size: calc(14px + (16 - 14) * ((100vw - 320px)/ (640 - 320)));
    }
    input,
    select {
        width: 99.4%
    }
    ul.form-L li input[type="text"],
    ul.form-L li input[type="email"],
    ul.form-L li input[type="tel"] {
        width: 61%;
    }
    select[name="ct2"] {
        margin-left: 8px;
    }
}


@media screen and (max-width:639px) {
    ul.form-L li input[type="text"],
    ul.form-L li input[type="email"],
    ul.form-L li input[type="tel"] {
        width: 58%;
    }
    select[name="ct2"] {
        margin-left: 3px;
    }
    input,
    select {
        width: 98.5%;
    }
/*    .cont-pc{
        display: none;
    }*/
/*    .cont-mb{
        display: block;
    }*/
    #FormArea h4{
        font-size:1.6em;
		
    }    
}


/* FormArea CSSStyle END*/