@charset "UTF-8";

:root
{
	--brown-a: #F7F3EE;
	--brown-b: #E8DBCA;
	--brown-c: #C3AD8F;
	--brown-d: #795624;
	--gold: #AA895A;
	--green: #7EB581
}

.temp .page-title
{
	position: relative;
}

.temp .page-title img
{
	width: 100%;
	height: 300px;
	object-fit: cover;
	z-index: 1;
}

.temp .page-title h1
{
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 4.5rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1.1;
	text-align: center;
	z-index: 2;
}

@media screen and (max-width:500px)
{
	.temp .page-title img
	{
		height: 120px;
	}

	.temp .page-title h1
	{
		top: 10px;
		font-size: 2.5rem;
	}
}

.temp .cont
{
	font-size: 1.6rem;
	line-height: 1.7;
}

.temp .cont h2
{
	font-size: 2.5rem;
	font-weight: 600;
	padding-bottom: 2rem;

}

.temp .cont h3
{
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding-top: 1rem;
	margin-bottom: 1em;
}

.temp .cont h4
{
	font-size: 1.6rem;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.temp .cont p
{
	padding-bottom: 1em;
}

.temp .cont ul
{
	list-style: disc;
	margin-left: 1em;
	padding: 0.5em 0;
}

.temp .cont ul li
{
	padding-bottom: 0.2em;
}

.temp .cont a
{
	text-decoration: underline;
	color: #006CFF;
}

.temp .cont ol
{
	list-style-type: none;
}

.temp .cont ol li
{
	counter-increment: cnt;
	padding-bottom: .2em;
}

.temp .cont table
{
	width: 100%;
	margin: 10px auto;
	border-collapse: collapse;
	border: solid 2px #595959;
	font-size: 1.5rem;
}

.temp .cont table th,
.temp .cont table td
{
	padding: 3px 5px;
	border: solid 1px #595959;
}

@media screen and (max-width:500px)
{
	.temp .cont h2
	{
		font-size: 2rem;
		padding-bottom: 2rem;

	}
}