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

/* --- Italic --- */
@font-face { font-family: "Roboto";
	 
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto-Italic[wdth,wght].woff2') format('woff2') ;
	font-weight: 100, 200, 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: 'Roboto', sans-serif;
    font-size: 100%;
    line-height: 1.4;
    color: #4b565d;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    background: #f1f1f1;
    -webkit-print-color-adjust: exact;
}

p {
    padding-bottom: 1rem;
}

h1 {
    font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 1rem;
    color: #e30613;
}

h2 {
    font-size: 1.3rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #e30613;
}

h3 {
    font-size: 1rem;
    line-height: 1.2;
    margin: 1rem 0 2rem;
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
    border: 0;
    vertical-align: middle;
}

a {
    color: #4b565d;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    padding: 0rem 0rem 1.5rem 0.6rem;
    list-style: none;
}

li {
    padding: 0rem 0 0.5rem 1.25rem;
}

li::before {
    content: "■";
    display: inline-block;
    font-size: 0.7rem;
    line-height: 1;
    position: relative;
    float: left;
    top: 0.1rem;
    margin-left: -1.25rem;
    color: #e30613;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.frame-outer {
    position: relative;
    width: 800px;
    margin: 1.3rem auto;
    background: #FFF;
    border: 0.02rem solid #A7A9A4;
    box-shadow: -0.1rem 0.1rem 1rem #999;
    font-size: 0.813rem;
    padding: 1rem;
    overflow: hidden;
}

.main {
    margin-top: 2rem;
}

.header {
    padding: 0rem 0rem 0rem;
}
.logo{
    margin-bottom: 1.5rem;
    width: 10rem;
}
.content {
    padding: 0rem 0rem 0rem;
    width: 65%;
    margin-right: 1rem;
}

.flexbox, .flexbox-last {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.box {
    width: 46%;
}

.lo {
    color: #000;
    margin-bottom: 3rem;
}

.lo span {
    display: inline-block;
    margin-right: 1rem;
}

.lo img {
    vertical-align: -0.3rem;
    margin-right: 0.3rem;
    width: 1.1rem;
}

.black {
    color: #000;
    margin-bottom: 1.5rem;
}

.black p {
    position: relative;
    padding-left: 2rem;
}

.black img {
    position: absolute;
    left: 0;
    top: -0.2rem;
    width: 1.875rem;
}

.footer {
    padding: 1rem;
    width: 230px;
    box-shadow: 1px 1px 9px 0 rgb(0 0 0 / 18%);
    max-height: 215px;
}

.justifier {
    text-align: justify;
}

.uppercase {
    text-transform: uppercase;
}

.red {
    color: #e30613;
}
.button{
    padding-top: 1rem;
}
.button a {
    color: #fff;
    background-color: #e30613;
    border-color: #ca0511;
    display: inline-block;
    padding: 0.75rem 2.5rem;
    font-weight: bold;
    transition: all ease-in-out .2s;
    border-radius: 6px;
}

.button a:hover {
    text-decoration: none;
    background-color: #b1050f;
    border-color: #8f040c;
}
.refnr {}

.apply {}
