.tokusyo .inner{
	max-width: 1000px;
}
.tokusyo table{
	width: 100%;
}
.tokusyo table tr {
	border-bottom: solid 1px #dedede;
	text-align: left;
}
.tokusyo table th {
	width: 25%;
	color: #577ca2;
	font-weight: 600;
}
.tokusyo table td {
	width: 75%;
	padding: 20px 0;
	line-height: 2.5;
}
.tokusyo table tr:first-of-type td {
	padding-top: 0;
}


@media screen and (max-width:767px){

	.tokusyo .inner{
		max-width: 100%;
	}
	.tokusyo table{
		width: 100%;
	}
	.tokusyo table tr {
		display: block;
		border-bottom: solid 1px #dedede;
		text-align: left;
		padding: 15px 0;
	}
	.tokusyo table tr:first-of-type {
		padding-top: 0;
	}
	.tokusyo table th {
		display: block;
		width: 100%;
		color: #577ca2;
		font-weight: 600;
	}
	.tokusyo table td {
		display: block;
		width: 100%;
		padding: 5px 0 0;
		line-height: 1.5;
	}
	.tokusyo table tr:first-of-type td {
		padding-top: 0;
	}

}
