

 html {
  line-height: 1.15; 
  -webkit-text-size-adjust: 100%; 
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", "Trebuchet MS", sans-serif; 
	font-size: 100%;
  line-height: 1.5;
  color: #161E2E;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  background-color: #f1f1f1;
  -webkit-print-color-adjust:exact;
}

p {
	padding-bottom: 1rem;
  text-align: justify;
}

h1 {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 900;
  margin: 0 0 0;
  color: #049494;
  text-align: center;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 4%;
}

strong {
  font-weight: 600;
}

h2 {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 900;
  color: #161E2E;
  margin-bottom: 0.5rem;
}

h3 {
  margin: 0 0 0.5rem;
  line-height: 1.3;
  font-size: 1.1rem;
  font-weight: 700;
  color: #6b7280;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  vertical-align: middle;
}

a {
  color: #6b7280;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  padding: 0rem 0rem 1rem 0rem;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 0.8rem;
  padding-bottom: 0.3rem;
}

li::before {
  content: "●";
  display: inline-block;
  font-size: 0.8rem;
  position: relative;
  float: left;
  top: 0;
  margin-left: -0.8rem;
} 

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
.frame-outer {
  position: relative;
  padding: 0;
  width: 760px;
  margin: 1.3rem auto;
  background-color: #FFF;
  border: 0.05rem solid #A7A9A4;
  box-shadow: -0.1rem 0.1rem 1rem #999;
  font-size: 0.95rem;
}
.header {
  padding: 0rem 0rem 0rem;
  text-align: center;
  background: #049494;
  position: relative;
}

.header > img {
  display: block;
}

.header a img {
  margin: 1.5rem 4%;
}
.content {
  padding: 0rem 0rem 0rem;
}

.section {
  background: #F5F5F5;
  padding: 1.5rem 4% 0.5rem;
}

.aside {
  padding: 1.5rem 4% 0.5rem;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.box {
  width: 48%;
}

.button {
  text-align: center;
  margin: 1rem 0 1.5rem;
}

.button a {
  display: inline-block;
  background: #049494;
  border: #049494 0.1rem solid;
  color: #fff;
  padding: 0.8rem 1.5rem;
  font-weight: 700;
}

.button a:hover {
  text-decoration: none;
  background: #fff;
  color: #049494;
}

.footer {
  padding: 1.5rem 4% 0.5rem;
  background: #333333;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer p {
  text-align: left;
}

.footer a {
  color: #fff;
}

.p-1 {
  padding-bottom: 0.3rem;
}
.refnr {}

.apply {}
