#FormArea {
    width: 640px;
    height: auto;
    display: block;
    position: relative;
    z-index: 0;
    margin-top: 0px;
    padding-top: 17px;
    padding-bottom: 37px;
}

#FormArea h4 {
    font-size: 38px;
    line-height: 1.2em;
    font-weight: 500;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 10px;
    color: #FFF;
}

#FormArea h5 {
    text-align: center;
    font-size: 32px;
    color: #FEF043;
    margin-bottom: 20px;
}

.form-l{
    text-align: center;
}

ul.form-L .check_list{
	text-align: left;
}
.form-L {
    position: absolute;
	width: 100%;
	top: 720px;
	padding: 0px;
}

.form-R {
    width: 50%;
    height: auto;
    display: block;
    float: right;
}

ul.form-L li {
    margin: 0px auto 10px auto;
    /* width: 80%; */
    font-size: 1em;
    line-height: 2;
    display: block;
	color: #ff3232;
	font-family: Microsoft JhengHei;
}

ul.form-L li .input-title {
    width: 35%;
    background-color: #ff3232;
    text-align: center;
    line-height: 2em;
    border: 1px solid #ff3232;
    border-right: none;
    color: #fff;
	font-weight: 540;
    font-size:1.25em;
    margin: 0;
}

ul.form-L li .input-box {
    display: flex;
}

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="ct2"] {
    margin-left: 2%;
}

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 {
    color: #ff3232;
    border-radius: 0px;
    border: 1px solid #ff3232;
    background-color: rgba(245, 220, 186, .1);
    font-size:1.2em;
    line-height: 2em;
	font-weight: 550;
}

ul.form-L li input[type="text"],
ul.form-L li input[type="email"],
ul.form-L li input[type="tel"] {
    width: 65%;
    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;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 0.6em;
    color: #a4b1b7;
    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;
}

.form-L button[type="submit"] {
    padding: 1vw 2vw;
    width: 100%;
    border-radius: 0px;
    background: #ffce00;
    letter-spacing: 0.2em;
    border-bottom: 0.2em solid #dc0000;
    font-size: 1.8em;
    margin: 10px auto;
    color: #dc0000;
    font-family: Arial, "LiHei Pro", "Microsoft JhengHei", "PMingLiU", sans-serif;
}

.form-L button[type="submit"]:hover{
    letter-spacing: 0.5em;
    transition: 0.3s;
}

#iframe-block {
    display: none;
}
