@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.2;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}

a {
    color: inherit;
    text-decoration: none;
    white-space: nowrap
}

p {
    margin: 0 0 .937rem;
}

h1 {
    font-size: 1.187rem;
    margin-bottom: 0.937rem;
}

h1 span {
    font-weight: 400;
}

h2 {
    font-size: 1.187rem;
    margin: 1.25rem 0;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
    line-height: 1.7;
}

ul li {
    padding-left: 2.812rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.062rem;
    line-height: 1.9;
}

article {
    padding: 1.875rem 4.687rem 0
}

aside p {
    margin: 0 0 1.875rem;
}

footer {
    text-align: center;
}

@media only screen and (max-width: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    body {
        font-size: 1rem;
    }

    .link {
        white-space: pre-wrap;
    }

    h2 {
        margin: .625rem 0;
    }

    ul {
        margin: 0 0 .625rem;
        line-height: 1.3
    }

    ul li {
        padding-left: 1.25rem;
    }

    ul li:before {
        margin-left: -1.25rem;
        line-height: 1.4;
    }

    article {
        padding: .625rem
    }

    aside p,
    p {
        margin: 0 0 .625rem;
    }

    footer {
        text-align: center;
    }

    br {
        display: none;
    }
}

@media only screen and (max-width: 23.437rem) {
    body {
        font-size: .875rem;
    }

    ul {
        line-height: 1.5;
    }

    ul li:before {
        line-height: 1;
    }

    h2 {
        line-height: 1.2;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}
