@charset "UTF-8";
/* CSS Document */




.page_read,
.tokushoho{
	width: 84%;
	max-width: 840px;
	margin: 0 auto;
}

.page_read h1 {
	font-size: 34px;
	text-align: center;
}

.page_read h1 br {
	display: none;
}


.tokushoho {
	margin-top: 20px;
}

.tokushoho table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.tokushoho table tr th,
.tokushoho table tr td {
	font-size: 16px;
	padding: 15px;
	text-align: left;
	border: 1px solid #291109;
}

.tokushoho table tr th {
	width: 30%;
	font-weight: bold;
	background: #f4f0e9;
}

.tokushoho table tr td a {
	text-decoration: underline;
}



@media screen and (max-width: 1024px){
	.page_read, .tokushoho {
		width: 94%;
		max-width: none
	}
}

@media screen and (max-width: 767px){
	.tokushoho table tr th, .tokushoho table tr td {
		display: block;
		width: 100%;
	}
	
	.tokushoho table tr th, .tokushoho table tr:not(:last-of-type) td {
		border-bottom: none;
	}
	
	.page_read h1 {
		font-size: 7vw;
	}
	
	.page_read h1 br {
		display: block;
	}
	
	.tokushoho table tr th,
.tokushoho table tr td {
	font-size: 14px;
	}
}








	
	