@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-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: #939598;
    font: 400 1em/1.3em 'Roboto Condensed', Arial, sans-serif;
}
h2, h3, h4 {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 700px;
    margin: 1rem auto;
    border: solid 1px #DE2D29;
    background: #fff;
    overflow: hidden;
    padding: 1.5rem 2rem;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1 {
    margin: 0 0 1rem;
    font: 600 1.5em/1.1 "Segoe UI", Arial, sans-serif;
    line-height: 1.1em;
    padding: 0.5rem 0.75rem 0.75rem;
    background: #DE2D29;
    width: fit-content;
}
h1 span {
    font-size: 1.75em;
    line-height: 1;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
}
h3 {
    font: 600 1.875em/1.1 "Segoe UI", Arial, sans-serif;
    padding: 0.25rem 0.75rem;
    color: #fff;
}
h4 {
    font: 600 1.25em/1.1 "Segoe UI", Arial, sans-serif;
    padding: 2rem 1rem;
    background: #CC0000;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    bottom: 7rem;
    right: 1rem;
    transform: rotate(18deg);
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 1.5rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -1rem;
    font-size: 1.5em;
}
header {
    display: flex;
    justify-content: center;
    padding-bottom: 0.25rem;
}
.center {
    font: 1.25em/1.1 Calibri, Arial, sans-serif;
    text-align: center;
}
.banner {
    position: relative;
}
.banner figure {
    border: 1px solid #DE2D29;
    margin: 0 -0.0625rem 1rem;
}
.ttl {
    position: absolute;
    bottom: 0;
    left: 0;
}
footer p {
    font: 600 1.375em/1.1 "Segoe UI", Arial, sans-serif;
    color: #DE2D29;
    text-shadow: 0 0 4px #ccc;
    text-align: center;
    padding: 0;
}
@media only screen and (max-width:699px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    h4 {
        position: static;
        transform: none;
        width: fit-content;
        margin: 0 auto 1rem;
    }
}
@media only screen and (max-width:480px) {
    #wrapper {
        padding: 1rem;
    }
    .ttl {
        position: static;
    }
    h3 {
        color: inherit;
        text-align: center;
    }
    h1 {
        width: auto;
        text-align: center;
    }
}