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

@font-face {
	font-family: "Roboto Condensed";
	src: url('https://fonts.pwrk.dev/ofl/robotocondensed/RobotoCondensed-Italic[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 Condensed', sans-serif;
    font-size: 100%;
    line-height: 1.3;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    background: #f1f1f1;
    -webkit-print-color-adjust: exact;
}

p {
    padding-bottom: 1rem;
}

h1 {
    font-size: 2rem;
    line-height: 1.2;
    margin: 0;
}

h1 span {
    font-size:calc(100% - 0.8rem);
    font-weight:400;
}

h2 {
    font-size: 0.85rem;
    line-height: 1.3;
    margin-bottom: 0rem;
}
h3 {
    font-size: 1.825rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}
h3 span{
    display: block;
    font-size: 1.465rem;
    line-height: 1.2;
    margin-top: 0.3rem;
}
img {
    max-width: 100%;
    height: auto;
    width: auto;
    border: 0;
    vertical-align: middle;
}

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

a:hover {
    text-decoration: underline;
}

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

li {
    padding: 0rem 0 0.1rem 0.7rem;
}

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

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

.frame-outer {
    position: relative;
    width: 800px;
    margin: 1.3rem auto;
    background: #fff url('bg.jpg') no-repeat bottom;
    border: 0.02rem solid #A7A9A4;
    box-shadow: -0.1rem 0.1rem 1rem #999;
    font-size: 0.8rem;
    padding: 2rem 2rem 0;
    overflow: hidden;
}

.header {
    padding: 0rem 0rem 2rem;
    text-align: right;
}

.content {
    padding: 0rem;
}

.title {
    background: #BC132C;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #fff;
    padding: 0.75rem 1rem;
    margin-bottom: 1.5rem;
}

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

.box {
    width: 32%;
}

.footer {
    padding: 0.5rem 0 0;
    border-top: 2px solid #BC132C;
}

.box-left {
    width: 65%;
}

.box-right {
    width: 32%;
}

.justifier {
    text-align: justify;
    hyphens: auto;
}

.big {
    font-size: 1.125em;
}

.red {
    color: #BC132C;
}
.refnr {}

.apply {}
