@charset "utf-8";

:root {
	font-size: 16px;
}

@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v40-latin-regular.eot');
	src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 15px;
	line-height: 1.3;
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
	max-width: 800px;
	margin: 1rem auto;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0px 0px 14px #A6A6A6;
}

h1 {
	font-size: 45px;
	line-height: 1.1;
	color: #184496;
	font-weight: 400;
	margin: 0 0 2.55rem
}

h1 span {
	font-size: 28px;
}

h2 {
	font-size: 21px;
	font-weight: 400;
	margin: 0 0 10px;
	color: #3685c6;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
	color: #184496
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 1rem
}

p span {
	white-space: nowrap
}

.margin {
	margin: 0 0 2.5rem
}

ul {
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
}

ul li {
	padding: 0 0 3px 1rem
}

ul li:before {
	content: "\25A0";
	float: left;
	margin-left: -1rem;
	font-size: 12px;
	line-height: 1.6;
	color: #284394
}

header {
	padding: 1rem 2rem 1.5rem
}

article {
	padding: 2rem
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 1rem
}

section {
	width: 50%;
}

footer {
	padding: 2rem;
	background-color: #EFEFEF;
}

footer p {
	margin: 0
}

a.tel {
	color: inherit
}

a.tel:hover {
	text-decoration: none
}

@media only screen and (max-width:799px) {
	#wrapper {
		border: none;
		margin: 0 auto;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		margin: 0 0 1rem
	}

	h1 {
		font-size: 34px;
		margin: 0 0 1rem
	}

	h1 span {
		font-size: 24px;
		white-space: nowrap
	}

	h2 {
		font-size: 18px;
	}

	.margin {
		margin: 0 0 1rem
	}

	ul li {
		padding: 0 0 0 1rem
	}

	header {
		padding: 1rem
	}

	article {
		padding: 1rem
	}

	footer {
		padding: 1rem;
	}
}

@media only screen and (max-width:750px) {
	.flex {
		display: block
	}

	section {
		width: 100%
	}
}

@media only screen and (max-width:480px) {
	h1 {
		font-size: 28px;
	}

	h1 span {
		font-size: 22px;
	}

	header {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	footer p,
	footer h2 {
		text-align: center
	}
}
