@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Ysabeau Office';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ysabeau-office-v4-latin-regular.eot');
    src: url('../fonts/ysabeau-office-v4-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ysabeau-office-v4-latin-regular.woff2') format('woff2'), url('../fonts/ysabeau-office-v4-latin-regular.woff') format('woff'), url('../fonts/ysabeau-office-v4-latin-regular.ttf') format('truetype'), url('../fonts/ysabeau-office-v4-latin-regular.svg#YsabeauOffice') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Ysabeau Office';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/ysabeau-office-v4-latin-700.eot');
    src: url('../fonts/ysabeau-office-v4-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/ysabeau-office-v4-latin-700.woff2') format('woff2'), url('../fonts/ysabeau-office-v4-latin-700.woff') format('woff'), url('../fonts/ysabeau-office-v4-latin-700.ttf') format('truetype'), url('../fonts/ysabeau-office-v4-latin-700.svg#YsabeauOffice') format('svg');
}
@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: #000000;
    font: 400 1em/1.3em 'Roboto Condensed', Arial, sans-serif;
}
h1, h2, strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 680px;
    margin: 1rem auto;
    border: solid 1px #342724;
    background: #E7E8E9;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 0.5rem;
}
: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: 2rem 0 2rem 1.25rem;
    font-size: 1.5em;
    line-height: 1.1em;
}
h1:before {
    content: "■";
    color: #E63231;
    float: left;
    margin: -3px 0 0 -1.25rem;
}
h2 {
    margin-bottom: 0.5rem;
    font-size: 1.125em;
    line-height: 1.3;
}
h3 {
    font: 700 2em/1.3 'Ysabeau Office', Arial, sans-serif;
    color: #342724;
}
h3 span {
    display: block;
    font-size: 1.675em;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
}
li {
    padding-left: 1rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -1rem;
}
main {
    padding: 0.5rem 1.125rem;
    border-left: 0.375rem solid #E63231;
}
header p {
    font: 1.25em/1.3 'Ysabeau Office', Arial, sans-serif;
    font-weight: 400;
    color: #342724;
    letter-spacing: 2px;
}
header figure {
    position: absolute;
    top: 3rem;
    right: 0;
}
.ttl {
    width: 250px;
}
footer {
    padding: 0.5rem 1.5rem;
    background: #342724;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 1.25rem;
}
footer p {
    padding: 0;
    color: #fff;
}
.big {
    font-size: 1.3725em;
    line-height: 1.2;
}
@media only screen and (max-width:679px) {
    #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;
    }
    main {
        border: 0;
        padding: 0.5rem 1rem;
    }
    header figure {
        position: static;
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;
    }
    header p {
        text-align: center;
        letter-spacing: 0;
    }
    .ttl {
        width: auto;
    }
    footer {
        flex-direction: column;
        align-items: center;
        padding: 0.5rem 1rem;
    }
    footer p {
        text-align: center;
    }
}
@media only screen and (max-width:480px) {
    body {
        font-size: 1em;
        line-height: 1.3;
    }
}