#FormArea {
    width: 100%;
    height: auto;
    background-color: #a52b6a;
/*    background-image: linear-gradient( to right, #00adf2, #0091cb);*/
    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:65px;*/
	padding-bottom: 100px;

}

#FormArea h4 {
    font-size: calc(34px + (37 - 34) * ((100vw - 1280px)/ (1920 - 1280)));
    /*font-size:2.2em;*/
    line-height: 1.3em;
	letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 3%;
    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 {
	z-index: 99;
    width: 50%;
    height: auto;
    margin-top: 0px;
    display: block;
    float: left;
}

.form-R {
    width: 50%;
    height: auto;
    display: block;
    float: right;
}

ul.form-L li {
    margin: 0px auto 3px auto;
    width: 100%;
    font-size: 1em;
    line-height: 2;
    display: table;
}

ul.form-L li .input-title {
    display: inline-block;
    width: 35%;
    background-color: #181518;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border: 1px solid #FFF;
    border-right: none;
    color: #fff;
    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: #181518;
    border-radius: 0px;
    border: 1px solid #FFF;
    /*background-color: rgba(255,255,255,.2);*/
    background-color: #fff;
}
ul.form-L li select#ct1 {
	background-color: #181518;
	color: #fff;
}
ul.form-L li select#ct2 {
	background-color: #181518;
	color: #fff;
}

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;<strong></strong>
    -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;
}

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: #f5f50b;
    letter-spacing: 2px;
/*    border: 4px solid rgba(0, 0, 0, 0);*/
}

ul.form-L li button[type="submit"]:hover {
	background: #fff;
/*    border-bottom: 4px solid #0091cb;*/
/*    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: #171717;
    font-family: Arial, "Noto Sans TC", "LiHei Pro", "Microsoft JhengHei", "PMingLiU", sans-serif;
	font-weight: 700;
}

#FormArea ul.form-L li button[type="submit"]:hover h5 {
    color: #171717;
}

/*pr48特規*/
#FormArea {
	max-width: 640px;
	padding-bottom:65px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 0 2px;
	border-color: #fff;
}
#FormArea h4{
	font-size: 30px;
	padding-left: 5%;
	padding-right: 5%;
}
#FormArea h4 .flag {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #fff;
	margin: auto 5px;
	top: 4px;
}
#FormArea h4 .flag::after {
	position: absolute;
	content: " ";
	width: 15px;
	height: 15px;
	border-radius: 10px;
	background-color: #a52b6a;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#FormArea h4 span {
	color: #f5f50b;
}
#FormArea h5 {
	font-size: 22px;
}
.form-L {
	float: none;
	width: 90%;
	margin: 0px auto 20px auto;
}
.form-R {
	float: none;
	width: 80%;
	margin: auto;
}
ul.form-L li {
	margin: 0px auto 8px auto
}
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;
}


.form-R img.gift{
	width: 90%;
	padding-bottom: 3%;
}


.blink {
    animation-duration: .6s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    81% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/*------平板------*/
@media screen and (max-width:640px) {
	#FormArea {
		max-width: 375px;
	}
	.form-R {
		width: 90%;
	}
	.form-R img.gift {
		width: 100%;
	}
	ul.form-L li .input-title {
		width: 30%;
	}
	ul.form-L li input[type="text"], ul.form-L li input[type="email"], ul.form-L li input[type="tel"] {
		width: 65%;
	}
	select[name="ct1"], select[name="ct2"] {
		width: 49.5%;
	}
	select[name="ct2"] {
		margin-left: 1%;
	}
}

/* FormArea CSSStyle END*/