@charset "utf-8";
.st_tb{
	border-collapse: collapse;
	border-spacing: 0;
	font-weight: normal;
	width: 100%;
	margin-bottom: 50px;
	vertical-align: middle;
}

.st_tb th{
	text-align: center;
	padding: 20px 25px;
	width: 30%;
	margin:0;
	font-weight: normal;
	vertical-align: middle;
	font-weight: bold;
	min-width: 250px;
}


.st_tb td{
	text-align: left;
	margin:0;
	padding: 20px 25px;
	min-width:300px;
	vertical-align: middle;
}

.st_tb tr:nth-child(odd) th{
	background: #EEEEEE;
}

.st_tb tr:nth-child(even) th{
	background:#fff;
}

.st_tb tr:nth-child(odd) td{
	background: #EEEEEE;
}

.st_tb tr:nth-child(even) td{
	background:#fff;
}

.contact_ttl {
    margin-bottom: 40px;
}

