@charset "utf-8";

/* Standard */

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover,
a:active,
a:visited {}

address {
    font-style: normal;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #000;
    font-family: 'Arial', sans-serif;
    font-size: .812rem;
    line-height: 1.4;
}

p {
    margin: 0 0 .937rem;
}

h1 {
    text-align: center;
    font-size: 1.75rem;
    line-height: 1.2;
    margin: 1.25rem 0;
    color: #CD071E;
}

h2 {
    margin: 0 0 .625rem;
    font-size: .812rem;
    line-height: 1
}

hr {
    border: 0;
    border-top: thin solid #000;
    margin: 1.25rem 0;
}

ul {
    list-style: none;
    margin: 0 0 1.562rem;
    padding: 0;
}

ul li {
    padding-left: 1.2rem
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .25rem;
    height: .25rem;
    border-radius: .312rem;
    background: #000;
    margin-left: -1.2rem;
    top: .375rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

#wrapper {
    position: relative;
    max-width: 47.5rem;
    margin: 1rem auto;
    border: solid thin #000;
    background-color: #fff;
}


header a {
    margin: 0 auto;
    display: block;
    width: 13.437rem
}

article {
    border-top: .062rem solid #000;
    padding: 1.25rem 1.562rem;
}

footer {
    display: flex;
    justify-content: space-between;
}

footer p {
    margin: 0;
}


section {
    display: block;
    text-align: justify;
}

section p:last-of-type,
article > p:nth-of-type(2) {
    letter-spacing: -0.2px;
}

article > p:nth-of-type(2) {
    margin: 0 0 1.562rem;
}

@media only screen and (max-width:47.437rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0;
    }

    p a {
        font-weight: bold;
    }

    h1 {
        font-size: 1.25rem;
        margin: .75rem 0;
    }

    p,
    ul {
        margin-bottom: .625rem;
    }

    article {
        padding: .625rem;
    }

    article > br {
        display: none;
    }

    footer {
        display: block;
    }

    section p:last-of-type,
    article > p:nth-of-type(2) {
        letter-spacing: normal;
    }

    article > p:nth-of-type(2) {
        margin: 0 0 .625rem;
    }
    
    section {
        text-align: left
    }
    footer>p{
        margin: 0 0 .625rem;
    }
}

@media only screen and (max-width:29.937rem) {}
