@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/noto-sans-v42-latin-300.eot');
    src: url('../fonts/noto-sans-v42-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-sans-v42-latin-300.woff2') format('woff2'), url('../fonts/noto-sans-v42-latin-300.woff') format('woff'), url('../fonts/noto-sans-v42-latin-300.ttf') format('truetype'), url('../fonts/noto-sans-v42-latin-300.svg#NotoSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-sans-v42-latin-regular.eot');
    src: url('../fonts/noto-sans-v42-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-sans-v42-latin-regular.woff2') format('woff2'), url('../fonts/noto-sans-v42-latin-regular.woff') format('woff'), url('../fonts/noto-sans-v42-latin-regular.ttf') format('truetype'), url('../fonts/noto-sans-v42-latin-regular.svg#NotoSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/noto-serif-v33-latin-600.eot');
    src: url('../fonts/noto-serif-v33-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-serif-v33-latin-600.woff2') format('woff2'), url('../fonts/noto-serif-v33-latin-600.woff') format('woff'), url('../fonts/noto-serif-v33-latin-600.ttf') format('truetype'), url('../fonts/noto-serif-v33-latin-600.svg#NotoSerif') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #295348;
    font: 400 1em/1.3em "Segoe UI", Arial, sans-serif;
}
h1, h2 {
    font-weight: 400;
}
#wrapper {
    position: relative;
    max-width: 520px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #295348 url('../images/bg.jpg') top left no-repeat;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 3rem 1.5rem;
    font-size: 1.5em;
    line-height: 1.3;
    text-transform: uppercase;
}
h1 span {
    text-transform: none;
    display: block;
    font-size: 0.85em;
    line-height: 1.3;
}
h1 small {
    display: block;
    font-weight: 300;
    text-transform: none;
    font-size: 0.65em;
}
h1 span:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -1.5rem;
}
h2 {
    font-size: 1.375em;
    line-height: 1.3em;
    margin-bottom: 3.5rem;
}
h3 {
    font: 600 2.5em/1.3 'Noto Serif', "Time New Roman", serif;
    margin-bottom: 0.5rem;
}
h3, h3 + p {
    color: #fff;
    text-align: center;
    margin-right: 3rem;
}
h3 + p {
    text-transform: uppercase;
    font-size: 1.375em;
    line-height: 1.3;
}
.ttl {
    transform: rotate(-2deg);
}
article {
    padding: 0.25rem 2rem;
}
footer {
    transform: rotate(8deg);
    position: absolute;
    bottom: 8rem;
    right: 1.625rem;
}
.color {
    color: #9BB62A;
}
.white {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 3rem;
}
@media only screen and (max-width:519px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background-image: none;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    h2 {
        padding: 0.5rem 1rem;
        background: #9BB62A;
        margin: 0;
    }
    h3, h3 + p {
        margin: 0;
    }
    h1 {
        margin: 0;
        padding: 1rem 1rem 1rem 2.5rem;
    }
    .ttl {
        padding: 0;
        transform: none;
        background: #fff;
    }
    article {
        padding: 1rem;
    }
    footer {
        position: static;
        transform: none;
    }
    .white {
        padding: 0.5rem 1rem;
        background: #fff;
        margin: 0;
    }
    br {
        display: none;
    }
    .color {
        text-align: center;
        padding: 0.5rem 1rem;
    }
}