@charset "utf-8";
/* 英語⇔日本語リンクボタン非表示*/

#gHeader li.trans a {
	display: none;
}

.section p.text {
	margin-bottom: 40px;
}

.section h4.companyTitle {
	font-weight: bold;
	line-height: 1.8;
}

.section h4.companyTitle span {
	display: block;
	font-weight: normal;
}

table {
	margin-bottom: 40px;
}

th {
	vertical-align: top;
	text-align: left;
	padding-right: 50px;
}

@media only screen and (max-width: 640px) {
	table.complaints {
		width: 100%;
	}
	table.complaints th,
	table.complaints td {
		display: block;
		padding-bottom: 0;
	}
	table.complaints td {
		padding-left: 0;
		padding-bottom: 15px;
	}
}