@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/pt-sans-narrow-v18-latin-regular.eot');
    src: url('../fonts/pt-sans-narrow-v18-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/pt-sans-narrow-v18-latin-regular.woff2') format('woff2'), url('../fonts/pt-sans-narrow-v18-latin-regular.woff') format('woff'), url('../fonts/pt-sans-narrow-v18-latin-regular.ttf') format('truetype'), url('../fonts/pt-sans-narrow-v18-latin-regular.svg#PTSansNarrow') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v24-latin-700.eot');
    src: url('../fonts/lato-v24-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v24-latin-700.woff2') format('woff2'), url('../fonts/lato-v24-latin-700.woff') format('woff'), url('../fonts/lato-v24-latin-700.ttf') format('truetype'), url('../fonts/lato-v24-latin-700.svg#Lato') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 1.25em/1.2 'PT Sans Narrow', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 685px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 0.5rem;
}
h1 {
    margin: 0;
    padding: 0.15rem 1rem;
    font: 700 1.125em/1.2em 'Lato', Arial, sans-serif;
    background: #62BC46;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #000;
}
h3 {
    font-size: 1em;
    line-height: 1.2em;
    padding: 0 0 0.3rem;
    font-weight: normal;
}
header {
    padding: 0 0 0.5rem;
}
header figure img {
    display: block;
}
header p {
    padding: 0.5rem 1.3rem;
    color: #fff;
    background: #C40F39;
    text-align: justify;
}
article {
    padding: 0 1.3rem 0.5rem;
    position: relative;
    display: flex;
    justify-content: space-between;
}
article a.ins {
    text-decoration: underline;
}
article section {
    width: 304px;
}
:is(article, footer) p span {
    color: #C40F39;
}
.inline_m {
    display: none;
    font-style: normal;
    color: #000;
}
article section:first-of-type p:last-of-type {
    padding-bottom: 0.5rem;
}
article section:last-of-type {
    width: 306px;
    line-height: 1.2em;
    position: relative;
}
article section:last-of-type div :is(p, p:first-of-type) {
    padding-bottom: 0.5rem;
}
footer {
    position: absolute;
    left: 22.25rem;
    bottom: 0.5rem;
}
footer figure {
    display: flex;
    justify-content: center;
    margin: 0.5rem 3rem 0.5rem 0;
}
.logo {
    display: flex;
    align-items: flex-end;
}
.logo p {
    padding-bottom: 0.1rem;
    padding-right: 0.2rem;
}
@media only screen and (max-width: 684px) {
    body {
        font-size: 1.125em;
        line-height: 1.3em;
    }
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    h1 {
        font-size: 1.25em;
        line-height: 1.3em;
    }
    header p {
        text-align: left;
    }
    br, .hide_m {
        display: none;
    }
    article figure {
        bottom: 10rem;
    }
    .inline_m {
        display: inline;
    }
    article, .block {
        display: block;
    }
    article section, article section:last-of-type {
        width: auto;
    }
    article section>p:last-of-type, article section div>p:last-of-type, article :is(section:first-of-type p:nth-last-of-type(2), section:last-of-type p:first-of-type) {
        padding-bottom: 1rem;
    }
    article section:first-of-type p:last-of-type {
        padding-bottom: 1.35rem;
    }
    footer {
        position: static;
        padding: 0 1.3rem;
    }
    footer figure {
        display: flex;
        justify-content: center;
        margin: 1rem 0;
    }
    footer p {
        text-align: center;
    }
}
