@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-condensed-v27-latin-regular.eot');
	src: url('../fonts/roboto-condensed-v27-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v27-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v27-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v27-latin-regular.svg#RobotoCondensed') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-condensed-v27-latin-700.eot');
	src: url('../fonts/roboto-condensed-v27-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v27-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v27-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v27-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v27-latin-700.svg#RobotoCondensed') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: "Roboto Condensed", "Arial", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 0.625rem rgb(75 75 75 / 50%);
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

p {
	margin: 0 0 1rem;
}

p.center {
	text-align: center;
}

p.last {
	color: #999999;
	font-size: .937rem;
}

h1 {
	color: #003570;
	text-align: center;
	font-size: 1.5rem;
	margin: 0 0 .625rem;
	line-height: 1.1;
}

h2 {
	background: #499FFF;
	padding: .25rem .937rem;
	width: fit-content;
	color: #fff;
	font-size: 1.875rem;
	line-height: 1;
}

h3 {
	font-size: 1.75rem;
	line-height: 1;
	color: #fff;
	padding: .25rem .937rem;
	width: 85%;
	background: #003570;
}

h4 {
	color: #499FFF;
	font-size: 1.25rem;
	line-height: 1;
	margin: 0 0 1rem;
}

ul {
	list-style: none;
	margin: 0 0 1rem 1.25rem;
	padding: 0;
}

ul li {
	padding-left: 1rem;
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -1rem;
	font-size: 1.125rem;
	line-height: 1.3;
	font-family: "Arial", sans-serif;
}

header {
	position: relative;
	padding: 0 1.562rem;
	margin: 1rem 0;
}

.header_box {
	position: absolute;
	bottom: 0;
	left: 3.125rem;
	width: 100%;
}

article {
	padding: 0 3.125rem;
}

.blue-line {
	margin: 1.875rem 3.125rem 0;
	background: #499FFF;
	height: 1.875rem;
}

footer {
	display: flex;
	justify-content: center;
	border-top: 1px solid #000;
	padding: 2rem;
}

a.apply {
	background-color: #f27b37;
	border: 1px solid #f27b37;
	color: #fff;
	padding: 0.5rem 1.25rem;

}

a.apply:hover {
	background-color: #fff;
	color: #f27b37;
}

@media only screen and (max-width: 49.938rem) {

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
}

@media only screen and (max-width: 48rem) {

	header {
		padding: 1rem;
		margin: 0 0 1rem;
	}

	article {
		padding: 0 1rem;
	}

	.header_box {
		left: 1rem;
	}

	.header_box {
		left: 1rem;
		position: static;
	}

	h1 br {
		display: none;
	}

	h2 {
		text-align: center;
		width: 100%;
		font-size: 1.5rem;
	}

	h3 {
		font-size: 1.375rem;
		text-align: center;
		width: 100%;
	}

	h4 {
		margin: 0 0 1rem;
	}

	ul {
		margin: 0 0 1rem;
	}
}