.content {
	width: 100%;
	margin-bottom: 10rem;
}
.content p.image {
	margin-bottom: 6rem;
}

.content h1 {
	font-weight: lighter;
	text-align: center;
	margin-bottom: 3rem;
	font-size: 1.2rem;
}
.content p.note {
	text-align: center;
	line-height: 1.9;
	font-size: .9rem;
}

table {
	width: 850px;
	margin: 0 auto 8rem;
	font-size: .9rem;
	border-top: 1px solid #dbdbdb;
}

table th {
	width: 25%;
	text-align: left;
	padding: 1rem 0;
	border-bottom: 1px solid #dbdbdb;
}
table td {
	padding: 1rem 0;
	border-bottom: 1px solid #dbdbdb;
	line-height: 1.5;
}



/*　レスポンシブ　*/

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


.content p.note {
	width: 90.9%;
	margin: 0 auto;
	text-align: left;
}
table {
	width: 100%;
}
table th,
table td {
	display: block;
	width: 100%;
	padding:1rem;
	box-sizing: border-box;
}
table th {
	background-color: #efefef;
}


}

