/* CSS Document */


body div.wrap article section.header_img {
	max-width: 100%;
	width: 100%;
	height: auto;
	padding: 4rem 0 0 0;
}
body div.wrap article section.header_img img {
	width: 100%;
	height: 35rem;
	object-fit: cover;
}

body div.wrap article section ol {
	padding-left: 1.1rem;
}
body div.wrap article section ol li {
	margin-bottom: 1rem;
}

body div.wrap article section ul {
	padding-left: 0;
	list-style: none;
}

body div.wrap article section table {
	width: 100%;
	height: auto;
}
body div.wrap article section table tr {
	
}
body div.wrap article section table tr th {
	width: 30%;
	height: auto;
	padding: 1.2rem 0 1rem 0;
	margin:  0;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}
body div.wrap article section table tr td {
	width: 70%;
	height: auto;
	padding: 1.2rem 0 1rem 0;
	margin:  0;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}
body div.wrap article section table tr td ol {
	padding-left: 1.6rem;
}
body div.wrap article section table tr:last-child th,
body div.wrap article section table tr:last-child td {
	border-bottom: none;
}

body div.wrap article section p {
	margin: 0 0 1rem 0;
}
body div.wrap article section ul {
	list-style: disc;
	margin: 0 0 1rem 1rem;
}
body div.wrap article section ul li {
	
}


@media (max-width: 767px) {

body div.wrap article section.header_img {
	max-width: 100%;
	width: 100%;
	height: auto;
	padding: 4rem 0 0 0;
}
body div.wrap article section.header_img img {
	width: 100%;
		height: 60vw;
	object-fit: cover;
}
	body div.wrap article section table tr th,
	body div.wrap article section table tr td {
		display: block;
		width: 100%;
		height: auto;
	}
	body div.wrap article section table tr td {
		padding-left: 1rem;
	}
	
}


