/* --- Normal --- */
@font-face { font-family: "Raleway";
	 
  src: url('https://fonts.pwrk.dev/ofl/raleway/Raleway[wght].woff2') format('woff2') ;
	font-weight: 300, 400, 500, 600, 700, 800, 900;
  font-style: normal;
}

/* --- Italic --- */
@font-face { font-family: "Raleway";
	 
  src: url('https://fonts.pwrk.dev/ofl/raleway/Raleway-Italic[wght].woff2') format('woff2') ;
font-weight: 300, 400, 500, 600, 700, 800, 900;
  font-style: italic;
}

 html {
  line-height: 1.15; 
  -webkit-text-size-adjust: 100%; 
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Raleway', sans-serif;
	font-size: 100%;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  background-color: #fff;
  -webkit-print-color-adjust:exact;
}

p {
	padding-bottom: 1rem;
}

h1 {
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

h2 {
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 700;
}

h3 {
  margin: 0;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 700;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  vertical-align: middle;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  padding: 0rem 0rem 1rem 0rem;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 1rem;
}

li::before {
  content: "-";
  display: inline-block;
  font-size: 1rem;
  position: relative;
  float: left;
  top: -4px;
  margin-left: -1rem;
} 

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
.frame-outer {
  position: relative;
  padding: 0rem;
  width: 800px;
  margin: 1.3rem auto;
  background-color: #FFF;
  border: 0.05rem solid #000;
  font-size: 0.9rem;
}
.header {
  padding: 0rem 2rem 1rem;
  background-color: #5191AB;
}

.content {
  padding: 2rem 2rem 1rem;
  background-color: #C4A26B;
}
.footer {
  padding: 2rem;
  background-color: #5191AB;
}

.center {
  text-align: center;
  font-size: 1.1rem;
}

.flex {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
}

.box {
  width: 48%;
}

.ul-1 {
  padding-bottom: 2.5rem;
}

.banner {
  display: block;
  margin: 0 -2rem 2rem;
}

.justify {
  text-align: justify;
}
.refnr {}

.apply {}
