@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;
	display: block;
}

#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
	border: solid 1px #000;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

a.blue {
	color: #0000FF;
	text-decoration: underline;
}

:is(h1, h2, h4, .color, a.color) {
	color: #D3307D;
}

:is(h1, h2, h4, h5, .center) {
	text-align: center;
}

p {
	margin: 0 0 20px;
}
.margin{
	margin: 0 0 1.875rem;
}

h1 {
	font-size: 1.25rem;
	margin: 1.25rem 0;
	line-height: 1.2
}

h1 span {
	font-size: 1.062rem;
}

h2 {
	font-size: 1rem;
	margin: 0;
	line-height: 1.2
}

h3 {
	font-size: .937rem;
	text-decoration: underline;
	line-height: 1.2;
	margin: 0 0 14px;
}

h4 {
	font-size: 1.25rem;
	margin: 0;
}

h5 {
	font-size: .937rem;
	margin: 0;
}

.nobr {
	white-space: nowrap;
}

ul {
	list-style: none;
	margin: 0 0 .875rem;
	padding: 0;
}

ul li {
	padding-left: 1.375rem;
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -1.375rem;
	font-size: 1.375em;
	line-height: 1;
}

.circle {
	margin: 0 0 0 1.562rem;
}

.circle li {
	padding-left: 1.562rem;
}

.circle li:before {
	content: "";
	float: left;
	position: relative;
	width: .25rem;
	height: .25rem;
	border-radius: 100%;
	background: transparent;
	border: .062rem solid #000;
	margin-left: -1.562rem;
	top: .5rem;
}



header {
	display: flex;
	justify-content: flex-end;
	padding: 1.25rem 2.5rem 1.25rem;
}

article{
	padding: 0 2.5rem;
}

footer{
	padding: 1.875rem 2.5rem;
}
@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) {
	header {
		padding: 1.25rem;
		justify-content: center;
	}

	article,
	footer {
		padding: 0 1.25rem
	}

	ul br {
		display: none;
	}
	.no{
		display: none
	}
	p,ul, .margin{
		margin: 0 0 1rem;
	}
}

@media only screen and (max-width: 30rem) {
	.circle {
		margin: 0 0 0 .625rem;
	}

	ul li,
	.circle li {
		padding-left: 1rem;
	}

	ul li:before,
	.circle li:before {
		margin-left: -1rem;
	}
}

@media only screen and (max-width: 23.437rem) {}