@charset "utf-8";
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v25-latin-regular.eot');
    src: local(''),
        url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'),
        url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'),
        url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'),
        url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/roboto-condensed-v27-latin-600.eot');
    src: url('../fonts/roboto-condensed-v27-latin-600.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-condensed-v27-latin-600.woff2') format('woff2'),
        url('../fonts/roboto-condensed-v27-latin-600.woff') format('woff'),
        url('../fonts/roboto-condensed-v27-latin-600.ttf') format('truetype'),
        url('../fonts/roboto-condensed-v27-latin-600.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v25-latin-700.eot');
    src: local(''),
        url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'),
        url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'),
        url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'),
        url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 1rem/1.3em Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 540px;
    margin: 1rem auto;
    border: solid 2px #797572;
    background: url('../images/bg.jpg') no-repeat bottom 9px center;
    overflow: hidden;
    padding: 0.5rem 1rem 0.5rem;
}
.font {
    font-family: 'Roboto Condensed', Arial, sans-serif;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}
img {
    max-width: 100%;
    height: auto;
}
:is(h1, h2, strong) {
    font-weight: 700;
}
p {
    padding-bottom: 1rem;
}
h1 {
    font-size: 1.9em;
    line-height: 1em;
    color: #00496A;
    margin: -0.5rem 0 0.2rem;
}
h1 span {
    font-size: 1.188rem;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}
.sub_tt {
    display: block;
    line-height: 1.3;
}
.font :is(p, h2) {
    font-size: 0.95em;
    line-height: 1.3;
    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
header {
    position: absolute;
    top: 1rem;
    right: 1rem;
}
article {
    padding-top: 3rem;
}
footer {
    position: absolute;
    right: 1.5rem;
    bottom: 7rem;
}
@media only screen and (max-width:539px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #fff;
    }
    br:not(.block) {
        display: none;
    }
    p :is(a, span) {
        display: inline-block;
    }
    h1{
        font-size: 1.7em;
    }
    h2{
        margin-top: 0;
    }
    header, footer{
        position: static;
        display: flex;
        justify-content: center;
    }
    article{
        padding: 1rem 0 0;
    }
}