@charset "utf-8";

@media screen and (max-width: 999px) {
	.tbl_1 th,
	.tbl_1 td {
		display: block;
		border-top: 0;
	}

	.tbl_1 tr:first-child th {
		border-top: 1px solid #A2C334
	}

	.mail_form table {
		width: 100%;
	}

	.mail_form input,
	.mail_form textarea {
		width: 90%;
	}
}
