@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.eot');
    src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v43-latin-600.eot');
    src: url('../fonts/open-sans-v43-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v43-latin-600.woff2') format('woff2'), url('../fonts/open-sans-v43-latin-600.woff') format('woff'), url('../fonts/open-sans-v43-latin-600.ttf') format('truetype'), url('../fonts/open-sans-v43-latin-600.svg#OpenSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v40-latin-700.eot');
    src: url('../fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-700.woff') format('woff'), url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-700.svg#OpenSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #242021;
    font: 400 1em/1.2em 'Open Sans', Arial, sans-serif;
}
h1, strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 555px;
    margin: 1rem auto;
    background: #fff url('../images/bg.jpg') top left no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    padding: 1.5rem 1.5rem 0.5rem;
}
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;
}
h1 {
    margin: 0 0 0.5rem;
    font-size: 1.5em;
    line-height: 1.1em;
    text-transform: uppercase;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 600;
    margin-bottom: 0.125rem;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
}
li {
    padding-left: 1rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -1rem;
    color: #FFCB04;
}
header {
    padding-bottom: 0.75rem;
}
.ttl {
    position: absolute;
    top: 2rem;
    left: 8rem;
}
.small {
    display: block;
    font-size: 0.75em;
    line-height: 1.3;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.flex div {
    width: 49%;
}
@media only screen and (max-width:554px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background-image: none;
        padding: 1rem;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    header {
        display: flex;
        justify-content: center;
    }
    .ttl {
        position: static;
        margin-bottom: 0.5rem;
    }
    .flex {
        flex-direction: column;
    }
    .flex div {
        width: auto;
    }
}
@media only screen and (max-width:480px) {
    body {
        font-size: 1em;
        line-height: 1.3;
    }
}