@charset "euc-jp";

.shopkeeper-h2{
	font-size: 24px;
	border-bottom: 1px solid #000;
	color: #000;
	padding-bottom: 15px;
	margin-bottom: 50px;
	text-align: left;
}

.law-table{
	width: 100%;
}

.law-table th,
.law-table td{
	font-size: 16px;
	border: 1px solid #e0e0e0;
	padding: 30px;
}

.law-table th{
	width: 320px;
	border-right: none;
	background: #f3f3f3;
}

@media screen and (max-width: 834px){
	.shopkeeper-h3{
		font-size: 18px;
		padding-bottom: 12px;
		margin-bottom: 35px;
	}
	.law-table{
		border: 1px solid #e0e0e0;
		border-bottom: none;
	}
	.law-table th,
	.law-table td{
		font-size: 14px;
		width: 100% !important;
		display: block;
		border: none;
		border-bottom: 1px solid #e0e0e0;
		padding: 15px 20px;
	}
}