@charset "utf-8";
:root {
    font-size: 16px;
}
*, figure {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 1em/1.35 Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 774px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: url('../images/bg.jpg') top 51px left no-repeat, #fff;
    overflow: hidden;
    padding: 3rem 4rem 2.5rem;
}
a {
    color: inherit;
    text-decoration: none;
}
a.ins {
    color: #0000ff;
    text-decoration: underline;
}
p {
    padding-bottom: 0.875rem;
}
p, ul:not(:last-of-type) {
    text-align: justify;
}
.left {
    text-align: left;
}
.center, h1 {
    text-align: center;
}
h1 {
    margin: 0.25rem 0 0.875rem;
    font-size: 1.75em;
    line-height: 1.3;
    font-style: italic;
    color: #FF0000;
}
h2 {
    font-size: 1.0625em;
    line-height: 1.2;
    margin-bottom: 1.25rem;
}
ul {
    padding: 0 0 1.35rem;
    list-style: none;
}
li {
    padding: 0 0 0.5rem 3.25rem;
}
li:before {
    content: "\2022";
    display: block;
    font-size: 1.25em;
    line-height: 1;
    font-family: Arial, sans-serif;
    position: relative;
    float: left;
    margin: -1px 0 0 -1.625rem;
}
ul:last-of-type li {
    padding-left: 1.625rem;
}
.pb {
    padding-bottom: 2.5rem;
}
a:hover {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.color {
    text-align: left;
    color: #333333;
}
header {
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    font-family: Arial, sans-serif;
}
header p {
    color: #0038F0;
}
figure {
    margin: 0 -2rem 0 0;
}
figure {
    display: flex;
    justify-content: flex-end;
    margin: 2rem 0 0;
}
span {
    display: inline-block;
}
@media only screen and (max-width:773px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 0.8rem;
        background: #fff;
    }
    p, ul:not(:last-of-type) {
        text-align: left;
    }
    p, li {
        hyphens: auto;
    }
    br {
        display: none;
    }
    figure {
        margin-right: 0;
    }
    header {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    header p {
        padding: 1rem;
        text-align: center;
    }
    p a {
        display: inline-block;
    }
}
@media only screen and (max-width: 480px) {
    h1 {
        font-size: 1.625em;
    }
    li {
        padding-left: 1.25rem !important;
    }
    ul li::before {
        margin-left: -1.25rem;
    }
}