@charset "utf-8";
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
#main .comBox {
	width: 560px;
}
#main table {
	margin-bottom: 214px;
	width: 100%;
	border-collapse: collapse;
}
#main table th,
#main table td {
	padding: 11px 0 12px;
	font-size: 1.4rem;
	line-height: 1.86;
	letter-spacing: 0.04em;
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #E0E0E0;
}
#main table tr:last-of-type th,
#main table tr:last-of-type td {
	border-bottom: 1px solid #E0E0E0;
}
#main table th {
	padding: 11px 15px 12px 36px;
	width: 36.5%;
}
#main table td {
	width: 63.5%;
}
#main table td a {
	display: inline-block;
	vertical-align: top;
}
@media all and (min-width: 897px) {
	#main table td a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	#main .comBox {
		width: auto;
	}
	#main table {
		margin-bottom: 140px;
	}
	#main table th,
	#main table td {
		padding: 0 0 13px;
		display: block;
	}
	#main table td {
		border-top: none;
		font-feature-settings: 'palt';
	}
	#main table tr:last-of-type th {
		border-bottom: none;
	}
	#main table th {
		padding: 9px 0 0;
		width: 100%;
	}
	#main table td {
		width: 100%;
	}
	#main table td a {
		display: inline-block;
		vertical-align: top;
	}
}
@media all and (max-width: 374px) {
}