@charset "utf-8";

:root {
    font-size: 16px;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: .937rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 53.125rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}

a {
    color: inherit;
    text-decoration: none;
}

h1 {
    font-size: 30px;
    text-align: center;
    font-weight: normal;
}

h2 {
    font-size: 16px;
    margin: 20px 0;
}

p {
    margin: 0 0 20px;
}


ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 3.562rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.812rem;
    font-size: 1.375em;
    line-height: 1;
}

header img {
    display: block;
    margin: 1.25rem 0;
    max-width: 53.125rem;
    width: 100%;
}

article {
    margin: 1.25rem 4.375rem;
}

footer {
    margin: 3.75rem 4.375rem 0;
}

article p:nth-last-of-type(1) a {
    color: #0096FA;
    text-decoration: underline;
}

footer a {
    color: #0000FF;
    text-decoration: underline;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.section_video {
    margin: 1.875rem 0;
}

@media only screen and (max-width: 53.062rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 16px;
    }

    article,
    footer {
        margin: 1.25rem 0;
    }

    .section_video {
        margin: 1.25rem 0;
    }

    .section_video > iframe {
        height: 100vw;
    }
}

@media only screen and (max-width: 48rem) {
    ul li {
        padding-left: .937rem;
    }

    ul li:before {
        margin-left: -.937rem;
    }
}

@media only screen and (max-width: 30rem) {

    h1 {
        font-size: 1.5rem;
    }

    article,
    footer {
        margin: .625rem 0;
    }

    p {
        margin-bottom: .625rem;
    }

    h2 {
        margin: .625rem 0;
    }

}

@media only screen and (max-width: 23.438rem) {

    body,
    h2 {
        font-size: .812rem;
    }

    h1 {
        font-size: 1.25rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

}