/* CSS Document */
@charset "UTF-8";

.form{
	padding: 60px 0 36px 0;
	font-size: 18px;
}

@media all and (max-width: 767px) {
	.form{
		padding: 24px 0 12px 0;
	}
}

.form-header,
.thanks-header,
.tokusyo-header,
.privacy-header{
	background-color: #197824;
}

.form h1{
	text-align: center;
	padding: 60px 0;
	font-size: 24px;
	color: #fff;
}

@media all and (max-width: 767px) {
	.form h1{
		padding: 16px 0;
		font-size: 20px;
	}
}

.form-body,
.thanks-body,
.tokusyo-body,
.privacy-body{
	padding: 34px 0 0 0;
}

.thanks-body{
	height: 980px;
}

.form ul{
	font-size: 16px;
	list-style: disc;
	margin-bottom: 34px;
	padding-left: 24px;

}

.form p{
	margin-bottom: 16px;
}

.form table{
	border-collapse:collapse;
	width: 100%;
	margin-bottom: 16px;
}

.form table tr{
	border-top: 2px solid #d3d3d3;
	border-bottom: 2px solid #d3d3d3;

}

.form table th{
	background-color: #f3fce0;
	font-weight: normal;
	text-align: left;
	padding: 16px 14px;
	max-width: 260px;
}

.form table td{
	background-color: #ffffff;
	padding: 16px 14px;
}

@media all and (max-width: 767px) {
	.form table tr{
		border: none;
	}
	.form table th{
		display: block;
		padding: 8px;
		max-width: none;
	}
	.form table td{
		display: block;
		padding: 12px 8px;
		margin: 0 0 12px 0;
	}
}

.form #zip-button{
	display: inline-block;
	background-color: #197824;
	color: #fff;
	padding: 6px 12px;
	font-size: 16px;
	border-radius: 4px;
	cursor: pointer;
}

.form #zip-button:hover{
	background-color: #32c243;

}

.form input[type="text"],
.form input[type="email"]{
	-webkit-appearance: none;
	padding: 8px;
	border-radius: 4px;
	border: 1px solid #000;
	width: 94%;
	max-width: 360px;
	font-size: 18px;
}

#input-zip-code{
	width: 160px;
}

.form select{
	padding: 8px;
	border-radius: 4px;
	border: 1px solid #000;
	font-size: 18px;
}

.form textarea{
	padding: 8px;
	border-radius: 4px;
	border: 1px solid #000;
	width: 94%;
	max-width: 360px;
 	resize: vertical;
	font-size: 18px;
}

.form input[type="submit"]{
	-webkit-appearance: none;
	padding: 8px;
	border-radius: 4px;
	border: none;
	background-color: #197824;
	color: #fff;
	width: 94%;
	height: 56px;
	max-width: 360px;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	display: block;
	cursor: pointer;
}

.form input[type="submit"]:hover{
	background-color: #32c243;
}


.form .required{
	font-size: 13px;
	color: #fff;
	background-color: #b22222;
	border-radius: 4px;
	padding: 2px 8px;
	margin-right: 8px;
}

.red-text{
	color: #dc143c;
	font-weight: bold;
}

small{
	color: #696969;
}

.agentmail__annotation{
	font-size: 14px;
	color: #696969;
}