@charset "utf-8";
.div-link {
	font-size: 16px;
	color: #000;
	font: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	padding-top: 50px;
	padding-left: 1050px;
}

.div-link a {
	text-decoration: none;
}

.title {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	padding-top: 70px;
	margin-bottom: 15px;
}

.scontent {
	font-size: 16px;
	color: #444;
	text-align: center;
	line-height: 30px;
	margin-bottom: 15px;
}

.scontent2 {
	font-size: 16px;
	color: #444;
	text-align: center;
	line-height: 30px;
}

.divcss4 {
	width: 55%;
	margin-bottom: 300px;
	border-top: 5px solid #00a3e6;
	height: 1300px;
}

.divcss4 table {
	border-collapse: collapse;
}

.divcss4 table tr {
	border: 1px solid #E0E0E0;
	border-left: none;
	border-top: none;
	border-right: none;
}

.divcss4 table tr td {
	text-align: center;
}

input[type="text"] {
	font-size: 36px;
	width: 800px;
}

input[type="email"] {
	font-size: 36px;
	width: 800px;
}

textarea {
	font-size: 36px;
	width: 800px;
	height: 450px;
}

input[type="checkbox"] {
	width: 20px;
	height: 20px;
}

label {
	font-size: 20px;
}

@media only screen and (max-width: 1416px) {
	.divcss4 {
		width: 100%;
		height: auto;
		margin-bottom: 0px;
	}
	
	.divcss4 table tr td {
		text-align: left;
	}
	
	.divcss4 input {
		width: 90%;
		font-size: 16px;
	}
	
	textarea {
		width: 90%;
		font-size: 16px;
	}
}