@media screen and (max-width: 767px) {
body {
	font-size: 16px;
	line-height: 24px;
}
.text1{
	font-size: 18px;
}
.pc_c{
	display: none;
}
.mobile{
	display: block;
}
#form .left{
	float: none;
	text-align: left;
	padding-right: 8px;
	display: inline-block;
	padding-bottom: 5px;
}
#form_box{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	background-color: #000000;
	position: absolute;
	opacity: 0;
	transition: opacity 0.75s ease, display 0.75s ease;
	display: none;
}
.form_box2{
	width: 100%;
	height: 100%;
	display : block;/*彈性佈局*/
	align-items : center; /*垂直居中*/
	justify-content : center; /*水平居中*/
	padding-top: 60px;
}
#menu .icon{
	top: 100px;
	left: 0px;
}
#form {
	width: auto;
	font-size: 18px;
}
#form .table{
	padding-top: 6px;
	padding-bottom: 6px;
	min-width: 100px;
	min-height: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
}

}