@charset "utf-8";

:root {
	font-size: 16px;
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: "Arial", sans-serif;
	font-size: .937rem;
	line-height: 1.4;

}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
	border: solid .062rem #ccc;
	background: url(../images/bg.png)no-repeat top left;
	background-size: cover;
	padding: 3.125rem 1.875rem 1.875rem;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

p {
	margin: 0 0 .625rem;
	hyphens: auto;
}

h1 {
	text-align: center;
	font-size: 1.25rem;
	line-height: 1.2;
	margin: 1.25rem 0;
}

h2 {
	font-size: .937rem;
	margin: 0 0 .437rem;
	line-height: 1;
}

h3 {
	font-size: .937rem;
	color: #0069B4;
	margin: 0;
}

ul {
	list-style: none;
	margin: 0 0 .75rem;
	padding: 0;
}

ul li {
	padding-left: .75rem;
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -.75rem;
}

header {
	padding: 0 0 3.125rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content {
	background: rgba(255, 255, 255, 0.70);
	padding: .625rem;
}

.color {
	color: #0069B4;
}

p span {
	white-space: nowrap;
}

@media only screen and (max-width: 49.938rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
}

@media only screen and (max-width: 48rem) {
	#wrapper {
		padding: 1rem;
	}

	header {
		padding: 1rem;
	}
}
