@charset "EUC-JP";

.tatenpo-table-head {
	background-color: #2389ca;
}
.tatenpo-table-head th {
	color: #fff;
	font-weight: bold;
}
.tatenpo-service-table {
	width: 920px;
	border-bottom: 1px solid #e6e6e6;
	margin: 56px auto 16px;
}
.tatenpo-service-table thead tr th{
	padding: 16px;
	font-size: 20px;
	text-align: center;
	border: #e6e6e6 1px solid;
}
.tatenpo-service-table tbody th,
.tatenpo-service-table tbody td{
	padding: 16px 0;
	text-align: center;
}
.tatenpo-service-table tbody th {
	font-weight: bold;
}
.tatenpo-service-table tbody td {
	font-weight: 900;
	font-size: 32px;
}
.cross-red {
	color: #f15b25;
}
.tatenpo-service-table tbody td {
	border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.tatenpo-service-table tbody tr:nth-child(2n) {
	background-color: #2389ca59;
}
.tatenpo-service-table tbody tr th{
	background-color: #2389ca;
	color: #fff;
	text-align: center;
}
.tatenpo-service-table tbody tr:nth-child(2n+1) th{
	background-color: #3da5e6;
}
.contents-text-comments {
	width: 920px;
	margin: 0 auto;
}

@media (max-width: 640px) {
	.contents-text-comments {
		width: auto;
		}
}