@charset "utf-8";

table.form th.t_top {
	border-top: 4px solid #07854f;
	width: 26%;
}

table.form td.top {
	border-top: 4px solid #b3b3b3;
}

.support_corner {
	margin-top: 8px;
}

.support_corner li {
	margin-bottom: 5px;
	position: relative;
	padding-left: 20px;
}

.support_corner li:last-of-type {
	margin-bottom: 0;
}

.support_corner li:before {
	content: "※";
	position: absolute;
	left: 0;
}

@media only screen and (max-width: 768px){

table.form th.t_top {
	border-top: none;
	width: 100%;
}

table.form td.top {
	border-top: none;
}


}