@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/pt-serif-v18-latin-regular.eot');
    src: url('../fonts/pt-serif-v18-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/pt-serif-v18-latin-regular.woff2') format('woff2'), url('../fonts/pt-serif-v18-latin-regular.woff') format('woff'), url('../fonts/pt-serif-v18-latin-regular.ttf') format('truetype'), url('../fonts/pt-serif-v18-latin-regular.svg#PTSerif') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/pt-serif-v18-latin-700.eot');
    src: url('../fonts/pt-serif-v18-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/pt-serif-v18-latin-700.woff2') format('woff2'), url('../fonts/pt-serif-v18-latin-700.woff') format('woff'), url('../fonts/pt-serif-v18-latin-700.ttf') format('truetype'), url('../fonts/pt-serif-v18-latin-700.svg#PTSerif') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #221C22;
    font: 400 1.25em/1.3em 'PT Serif', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 630px;
    margin: 1rem auto;
    border: solid 2px #8BC63E;
    background-color: #fff;
    overflow: hidden;
    padding: 0.5rem 0.75rem;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 1rem -0.75rem;
    padding: 0.5rem 0.75rem;
    background-color: #8BC63E;
    color: #fff;
    text-align: center;
    font-size: 1.8em;
    line-height: 1.3em;
}
h1 small {
    font-size: 0.65em;
    line-height: 1.3;
    display: block;
}
h1 small span {
    font-weight: 400;
}
h1 > span {
    font-size: 0.75em;
}
h2 {
    font-size: 1.625em;
    line-height: 1.2em;
    color: #8BC63E;
    margin: 0 0 0.5rem -3.5rem;
}
h1, h2, strong {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
}
header {
    display: flex;
    align-items: center;
}
header figure {
    position: absolute;
    top: 1rem;
    right: 1rem;
}
.flex {
    display: flex;
    justify-content: space-between;
    gap: 0 2rem;
}
@media only screen and (max-width: 629px) {
    body {
        font-size: 1em;
        line-height: 1.3em;
    }
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    .flex {
        flex-direction: column;
        align-items: center;
    }
    h2 {
        margin: 0;
        width: 100%;
        text-align: center;
    }
    header {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0.5rem;
    }
    header figure {
        position: static;
    }
    .hide_m {
        display: none;
    }
    a, span {
        display: inline-block;
    }
    footer p {
        text-align: center;
    }
}
@media only screen and (max-width: 480px) {
    h2 {
        font-size: 1.5em;
    }
    h1 {
        font-size: 1.5em;
        line-height: 1.3em;
    }
}